2015年8月19日
摘要: <%@ page isELIgnored="true" %> 表示是否禁用EL语言,TRUE表示禁止.FALSE表示不禁止.JSP2.0中默认的启用EL语言 阅读全文
posted @ 2015-08-19 23:02 菜鸟乙 阅读(398) 评论(0) 推荐(0) 编辑
摘要: EL表达式使用起来会更简洁,假如session中有一个属性A(attrA),那么EL和jsp脚本取值的方式如下: EL表达式:${ sessionScope.attrA } JSP脚本:个人还是觉得EL表达式比较简便一些,毕竟当初apache设计EL表达式的初衷就是为了用... 阅读全文
posted @ 2015-08-19 22:59 菜鸟乙 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 新建项目-Import-File System-找到相应的文件夹-Overwrite existing resources without warning打钩,选中项目即可 阅读全文
posted @ 2015-08-19 18:18 菜鸟乙 阅读(528) 评论(0) 推荐(0) 编辑
摘要: 右键WebRoot-Myeclipse-Exclude From Validation 阅读全文
posted @ 2015-08-19 17:56 菜鸟乙 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 今天在项目中遇到一个问题:中期项目自己做的新闻部分NewsPagerSortservlet传值时,正确答案如下if(title!=""){ resp.sendRedirect("/wedding/manage/NewsListByName?pn="+pn+"&ps="+ps+"&title="+... 阅读全文
posted @ 2015-08-19 16:51 菜鸟乙 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 在传数组和map、list等的时候用转发,在传单个值的时候用重定向 阅读全文
posted @ 2015-08-19 10:58 菜鸟乙 阅读(260) 评论(0) 推荐(0) 编辑