1.out -----> response.getwriter()
2.request -----> service(request)
3.response -----> service(response)
4.session ------> request.getsession()
5.application ------> getServletContext()
6.exception -----> Throwable
7.Page -----> this
8.PageContext -----> PageContext
9.Config -----> getServletConfig
2.request -----> service(request)
3.response -----> service(response)
4.session ------> request.getsession()
5.application ------> getServletContext()
6.exception -----> Throwable
7.Page -----> this
8.PageContext -----> PageContext
9.Config -----> getServletConfig
2016-03-04
Failed to initialize end point associated with ProtocolHandler ["ajp-bio-8009"]
Tomcat启动了一下,后来就启动不了了。
求教!!!
Tomcat启动了一下,后来就启动不了了。
求教!!!
2016-02-23
@佐籽剑 设置jsp默认UTF-8编码:
Properties - Eclipse/MyEclipse(开发工具) - JSP - Encoding: 修改为ISO 10646/Unicode(UTF-8) - OK.
这样再创建的JSP文件默认编码都是UTF-8的。only JSP、
不谢。
Properties - Eclipse/MyEclipse(开发工具) - JSP - Encoding: 修改为ISO 10646/Unicode(UTF-8) - OK.
这样再创建的JSP文件默认编码都是UTF-8的。only JSP、
不谢。
2016-02-17