随笔分类 -  JSP

JSP Servlet
摘要:http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html development - Is Jasper used in development mode? If true, the frequency at which JSPs are c 阅读全文
posted @ 2017-04-20 09:21 tang88seng 阅读(388) 评论(0) 推荐(0)
摘要:HTML 相对路径 - 没有最前面的 /; 相对于当前文件,和OS一样 绝对路径 - 前面带 / ; 相对于 http://:port/Servlet 相对路径 - 相对于该 WebApp 的所根在目录 ( 祸根);但是转发和重定向时和 HTML 一样 绝对路径 - 和相对路径一样,相对于该 W... 阅读全文
posted @ 2015-08-22 18:15 tang88seng 阅读(175) 评论(0) 推荐(0)