搜索资源列表
jsp小技巧
- 如何混合使用Jsp和SSI #include? 在JSP中可以使用如下方式包含纯HTML: <!--#include file=\"data.inc\"--> 但是如果data.inc中包含JSP CODE ,我们可以使用: <%@include file=\"data.inc\"%> 如何执行一个线程安全的JSP? 只需增加如下指令 <%@ page isThreadSafe=\"false\" %> JSP如何处理HTML FORM中的数据? 通过内置的r
SSI
- 关于ssi整合步骤,对新手很有用,是pdf格式的,看起来不错-Ssi integration on the steps of the novice is useful, is the pdf format, looks good