随笔分类 -  j2ee

Java学习——JSTL标签与EL表达式之间的微妙关系
摘要:原文总结的太好了,忍不住记录、转发。 原文地址:http://blog.csdn.net/u010168160/article/details/49182867 目录(?)[-] 一EL表达式 EL相关概念 EL基本格式 EL语法组成-标识符 PS使用EL的时候默认会以一定顺序pageContext 阅读全文

posted @ 2017-08-30 14:13 决心觉新 阅读(285) 评论(0) 推荐(0)

<%@ include file=""%>与<jsp:include page=""/>区别(转)
摘要:http://www.iteye.com/topic/312500/ 我们都知道在jsp中include有两种形式,分别是Include指令:<%@ include file=""%>和include动作:<jsp:include page="" flush="true"/> 前者是指令元素、后者是 阅读全文

posted @ 2017-04-25 13:58 决心觉新 阅读(670) 评论(0) 推荐(0)