
jsp
lileizhang
这个作者很懒,什么都没留下…
展开
-
JSP基本内容
、JSP 运行过程(1)JSP 文件先要翻译成Java 文件(Servlet), 在tomcat 中翻译后的java 文件在tomcat 下的work\Catalina\localhost 中相应名字的应用目录里。(2)编译Java 文件(3)运行.class 文件2.JSP语法JSP 指令JSP 声明JSP 表达式JSP 代码块3.JSP指令原创 2013-10-29 08:41:43 · 1098 阅读 · 0 评论 -
JSTL 下载
A directory for each custom tag library included in the JAKARTA-TAGLIBS project, where the directory name matches the short name of that project. Each directory will contain the following files, where原创 2013-10-29 08:44:01 · 686 阅读 · 0 评论 -
JSTL 标签汇总
JSTL(JSP 标准标签库)Core属性设置 设置属性 移除设置的属性过程控制 条件标签只有在test 属性的值为true 是才会执行标签体例:hellochoose 和when 是组合在一起使用的,有点类似于swith case 的语法。when 也是条件判断标签,test 属性的值为true 是才会执行标签体。例:原创 2013-10-29 08:46:11 · 611 阅读 · 0 评论