application.properties
来自「struts的例子,主要包括一些标签的使用」· PROPERTIES 代码 · 共 16 行
PROPERTIES
16 行
#Application Resources for the "Hello" sample application
#Application Resources that are specific to the hello.jsp file
hello.jsp.title=Hello - A first Struts program
hello.jsp.page.heading=Hello World! A first Struts application
hello.jsp.prompt.person=Please enter a UserName and Password :
hello.jsp.page.hello=Hello
#Validation and error messages for HelloForm.java and HelloAction.java
hello.no.username.error=Please enter a <i>UserName</i> !
hello.no.password.error=Please enter a <i>password</i> !
error.login=Username or Password is wrong!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?