⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 localstrings_en.properties

📁 一个java写的加密算法
💻 PROPERTIES
📖 第 1 页 / 共 2 页
字号:
# $Id: LocalStrings_en.properties,v 1.1 2004/04/01 23:53:36 amurillo Exp $# Default localized resources for example servlets# This locale is en_UShelloworld.title=Hello World!requestinfo.title=Request Information Examplerequestinfo.label.method=Method:requestinfo.label.requesturi=Request URI:requestinfo.label.protocol=Protocol:requestinfo.label.pathinfo=Path Info:requestinfo.label.remoteaddr=Remote Address:requestheader.title=Request Header Examplerequestparams.title=Request Parameters Examplerequestparams.params-in-req=Parameters in this request:requestparams.no-params=No Parameters, Please enter somerequestparams.firstname=First Name:requestparams.lastname=Last Name:cookies.title=Cookies Examplecookies.cookies=Your browser is sending the following cookies:cookies.no-cookies=Your browser isn't sending any cookiescookies.make-cookie=Create a cookie to send to your browsercookies.name=Name:cookies.value=Value:cookies.set=You just sent the following cookie to your browser:sessions.title=Sessions Examplesessions.id=Session ID:sessions.created=Created:sessions.lastaccessed=Last Accessed:sessions.data=The following data is in your session:sessions.adddata=Add data to your sessionsessions.dataname=Name of Session Attribute:sessions.datavalue=Value of Session Attribute:sessions.requestedid=Requested Session ID:sessions.requestedidvalid=Requested Session ID is valid:sessions.fromcookie=Requested Session ID is from a cookie:sessions.fromurl=Requested Session ID is from a URL:sessions.isnew=Session is new:jndi.title=Jndi Servlet Examplejndi.notinitialcontext=Couldn't build an initial context :jndi.simplelookuptest=Simple lookup test:jndi.Maxexemptionsvalue=\tMax exemptions value: jndi.lookupfailed=\tJNDI lookup failed :jndi.listoncompenv=list() on comp/env Context:jndi.binding=\tBinding:                 jndi.listBindingsoncompenv=listBindings() on comp/env Context:sendmail.title=Example Mail Sending Resultssendmail.successfullysent=Message successfully sent!sendmail.encounteredexception=ENCOUNTERED EXCEPTION :sendmail.createanewmessage=Create a new messagesendmail.backtoexampleshome=Back to examples homesendmail.jsp.title=Example Mail Sending Formsendmail.jsp.overview=This page will send an electronic mail message via the<BR>\<code>javax.mail.Session</code> resource factory that is configured into<BR>\the JNDI context for this web application.  Before it can be used<BR>\successfully, you must take note of the following:sendmail.jsp.defaultconfig=The default configuration assumes that there is an SMTP server running <BR>\    on <strong>localhost</strong>.  If this is not the case, edit your<BR>\    <code>mail.properties</code> file and change the value for the <BR>\    <code>mailhost</code> parameter to the name of a host that provides <BR>\    SMTP service for your network, and change the value for the <code>mailuser</code><BR>\    parameter to the valid mail user id, redeploy the application, and restart app server.sendmail.jsp.applicationlogic=The application logic assumes that no user authentication is required<BR>\    by your SMTP server before accepting mail messages to be sent.sendmail.jsp.allfields=All of the fields below are required.sendmail.jsp.entermessage=Enter The Email Message To Be Sentsendmail.jsp.from=From:sendmail.jsp.to=To:sendmail.jsp.subject=Subject:sendmail.jsp.sendbutton=Sendsendmail.jsp.resetbutton=Resetbasic-arithmetic.jsp.title=JSP 2.0 Expression Language - Basic Arithmeticbasic-arithmetic.jsp.overview=This example illustrates basic Expression Language arithmetic.<BR>\    Addition (+), subtraction (-), multiplication (*), division (/ or div), <BR>\    and modulus (% or mod) are all supported.  Error conditions, like<BR>\    division by zero, are handled gracefully.basic-arithmetic.jsp.elexpression=EL Expressionbasic-arithmetic.jsp.result=Resultbasic-comparisons.jsp.title=JSP 2.0 Expression Language - Basic Comparisonsbasic-comparisons.jsp.overview=This example illustrates basic Expression Language comparisons.<BR>\    The following comparison operators are supported:basic-comparisons.jsp.lessthan=Less-thanbasic-comparisons.jsp.greaterthan=Greater-thanbasic-comparisons.jsp.lessthanorequal=Less-than-or-equalbasic-comparisons.jsp.greaterthanorequal=Greater-than-or-equalbasic-comparisons.jsp.equal=Equalbasic-comparisons.jsp.notequal=Not Equalbasic-comparisons.jsp.numeric=Numericbasic-comparisons.jsp.elexpression=EL Expressionbasic-comparisons.jsp.result=Resultbasic-comparisons.jsp.alphabetic=Alphabeticbook.jsp.title=JSP 2.0 Examples - Book SimpleTag Handlerbook.jsp.overview=Illustrates a semi-realistic use of SimpleTag and the Expression <BR>\    Language.  First, a &lt;my:findBook&gt; tag is invoked to populate <BR>\    the page context with a BookBean.  Then, the books fields are printed <BR>\    in all caps.book.jsp.result=Result:book.jsp.field=Fieldbook.jsp.value=Valuebook.jsp.capitalized=Capitalizedbook.jsp.booktitle=Titlebook.jsp.bookauthor=Authorbook.jsp.bookisbn=ISBNcal1.jsp.title=Calendar: A JSP APPLICATIONcal1.jsp.appointment=Appointmentcal1.jsp.calendar=Calendar:cal1.jsp.error=You must enter your name and email address correctly.cal1.jsp.next=Nextcal1.jsp.prev=Prevcal1.jsp.time=Timecal2.jsp.title=Calendar: A JSP APPLICATIONcal2.jsp.addevent=Please add the following event:cal2.jsp.description= Description of the eventcal2.jsp.time=Timecarts.jsp.cart=You have the following items in your cart:checkresult.jsp.title=Check Resultscheckresult.jsp.checkedfruits=The checked fruits (got using request) are:checkresult.jsp.checkedfruitsbeans=The checked fruits (got using beans) are:checkresult.jsp.noneselected=none selectedcolrs.jsp.title=Colorscolrs.jsp.cheated=( although I know you cheated and peeked into the hints)colrs.jsp.color=Colorcolrs.jsp.congratulations=CONGRATULATIONS!!colrs.jsp.hint1=Hint #1: Vampires prey at night!colrs.jsp.hint2=Hint #2: Nancy without the n.colrs.jsp.totalattempstsofar=Total attempts so far:config.jsp.title=JSP 2.0 Examples - JSP Configurationconfig.jsp.overview=Using a &lt;jsp-property-group&gt; element in the web.xml <BR>\    deployment descriptor, this JSP page has been configured in the<BR>\    following ways:config.jsp.topbanner=Uses &lt;include-prelude&gt; to include the top banner.config.jsp.bottombanner=Uses &lt;include-coda&gt; to include the bottom banner.config.jsp.disablescripting=Uses &lt;scripting-invalid&gt; true to disable &lt;% scripting %&gt; scriptingconfig.jsp.disableelements=Uses &lt;el-ignored&gt; true to disable ${EL} elementsconfig.jsp.pagecondition=Uses &lt;page-encoding&gt; ISO-8859-1 to set the page encoding (though this is the default anyway)config.jsp.footnote=There are various other configuration options that can be used.date.jsp.title=Datedate.jsp.dayofthemonth=Day of month: isdate.jsp.year=Year: isdate.jsp.month=Month: isdate.jsp.time=Time: isdate.jsp.date=Date: isdate.jsp.day=Day: isdate.jsp.dayoftheyear=Day Of Year: isdate.jsp.weekofyear=Week Of Year: isdate.jsp.era=Era: isdate.jsp.dstoffset=DST Offset: isdate.jsp.zoneoffset=Zone Offset: isdynamicattrs.jsp.title=JSP 2.0 Examples - Dynamic Attributesdynamicattrs.jsp.overview=This JSP page invokes a custom tag that accepts a dynamic set<BR>\     of attributes.  The tag echoes the name and value of all attributes<BR>\    passed to it.dynamicattrs.jsp.invocation=Invocationdynamicattrs.jsp.sixattrs=six attributesdynamicattrs.jsp.zeroattrs=zero attributesdynamicattrs.jsp.threeattrs=three attributeserrorpge.jsp.line1=The exceptionerrorpge.jsp.line2=tells me you	<BR> made a wrong choice.err.jsp.favorite=is my favorite car.err.jsp.yes=YES !!!functions.jsp.title=JSP 2.0 Expression Language - Functionsfunctions.jsp.overview=An upgrade from the JSTL expression language, the JSP 2.0 EL also<BR>\    allows for simple function invocation.  Functions are defined<BR>\

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -