application_temp.properties

来自「SSH经典练习」· PROPERTIES 代码 · 共 29 行

PROPERTIES
29
字号
#Application Resources for the "Hello" sample application

#Application Resources that are specific to the hello.jsp file
hello.jsp.title=Hello - 第一个Struts应用
hello.jsp.page.heading=Hello World! 第一个Struts应用
hello.jsp.prompt.person=请输入你想打招呼的用户名:
hello.jsp.page.hello=你好 
hello.jsp.page.submit=提交
hello.jsp.page.reset=复位
hello.jsp.page.strutsimage=/struts-power-ch.gif
hello.jsp.page.struts=基于Struts技术


#Validation and error messages for HelloForm.java and HelloAction.java
hello.dont.talk.to.monster=我们不想对Monster打招呼!!!
hello.no.username.error=请输入你想打招呼的<i>用户名</i>!

no.customer.error=请输入<i>顾客名称</i>!
createCustomer=创建顾客
delete=删除
customerName=顾客名称:
homeAddress=家庭地址
comAddress=公司地址
province=省:
city=市:
street=街:
zipcode=邮电:
listAllCustomer=\u987e\u5ba2

⌨️ 快捷键说明

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