
WEB
iteye_17584
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
DI dependency Injection 文章
有关依赖注入的经典文章: http://www.martinfowler.com/articles/injection.html#ComponentsAndServices PS: 不学不知道,一学,才知道自己有多不知道!原创 2011-06-22 16:29:47 · 92 阅读 · 0 评论 -
转码问题
这是我在解决 struts 中文乱码问题时 发现的一个简单方便的方法 我相信大家一看就明白 System.out.println(new String(str.getBytes("GBK"),"ISO8859_1")); System.out.println(new String(str.getBytes("GBK"),"utf-8"))...原创 2010-05-19 09:33:23 · 97 阅读 · 0 评论 -
request中的set或get中的一个bug
request.setAttribute("codes", codes); | | get.jsp <input type="text" name="codes" value=${codes}> 当codes的值像这样: 123 4565 abc 中间有空格的时候,在get.jsp 里input里显示的是: 123 ...原创 2011-04-03 00:56:23 · 131 阅读 · 0 评论 -
ajax
asynchronous javascript and xml原创 2011-04-03 12:55:10 · 96 阅读 · 0 评论