
Struts2
文章平均质量分 94
chz20072008
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Struts2中form提交时中文乱码的处理
为了解决form提交到action中的中文参数乱码问题。 在struts2 -core-2.0.6.jar 包中路径为struts2 -core-2.0.6\org\apache\struts2 有一个default.properties 文件 把struts.i18n.encoding=UTF-8 改为 struts.i18n.encoding=GBK 或者在s...2008-08-03 19:58:02 · 231 阅读 · 0 评论 -
Java Struts2 图片验证码 示例
This Java Captcha Example demonstrates you how to develop a captcha Servlet and use in your Struts 2 application. Developing Struts 2 Captcha ApplicationIn this section we are going to develop Capt...原创 2009-11-08 00:05:31 · 190 阅读 · 0 评论