S2(F)SJ(H)JJ
cto_lifengwen
这个作者很懒,什么都没留下…
展开
-
struts2.1.6 + freemarker2.3.15 访问 request session 方法
request:${request.getRequestURI()}session:${Session["SPRING_SECURITY_LAST_EXCEPTION"]}2009-09-25 16:33:00 · 122 阅读 · 0 评论 -
FreeMarker中直接使用的对象
${Request["a"]}${RequestParameters["a"]}${Session ["a"]}${Application ["a"]} 在struts2中的使用方式:${Application.myApplicationAttribute}${Session.mySessionAttribute}${Request.myRequestA...原创 2009-11-17 08:55:22 · 373 阅读 · 0 评论 -
Strtus2 Convention Plugin
转载自:http://blog.163.com/lennon.wang/blog/static/2135606200942215038914/1.官方介绍的地址: http://struts.apache.org/2.1.6/docs/convention-plugin.html2.struts.xml文件配置 只挑选几个重要的常量说明: (1) <constantname="s...2009-06-17 13:49:00 · 102 阅读 · 0 评论 -
Struts2的Result Type
转自:http://savefrom.iteye.com/blog/305413 1. chain 2. 3. 用来处理Action链 4. 5. com.opensymphony.xwork2.ActionChainResult 6. 7. dispatcher 8. 9. 用...2009-06-18 11:15:00 · 104 阅读 · 0 评论 -
struts2下freemarker访问静态方法和静态变量
摘自:http://blog.csdn.net/lovelyxiaoyu/archive/2009/05/15/4189011.aspx<!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighli...2009-07-25 08:55:00 · 141 阅读 · 0 评论 -
jasperReport+ireport 设计中文乱码问题
需要iTextAsian.jarPDF font name: STSong-Light;PDF embedeed encoding前的勾选上pdfEncoding :UniGB-UCS2-V (Chinese Simplified)2009-08-03 11:34:00 · 242 阅读 · 0 评论 -
jasperReport的一些参数
参考自:http://hi.baidu.com/275989036/blog/item/a31feb33ee826a45ad4b5fb2.htmlExporter常用参数说明 net.sf.jasperreports.engine.JRExporterParameter. JASPER_PRINT这个参数是net.sf.jasperreports.engine.JasperPrint的对象,...2009-08-04 17:27:00 · 349 阅读 · 0 评论