
java
iteye_1505
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java中替换特殊字符
/** Given a string, this method replaces all occurrences of * '', and (to handle cases that occur inside attribute * values), all occurrences of double quotes with * '"' and all occurre...原创 2009-03-25 11:27:29 · 303 阅读 · 0 评论 -
Spring+ibatis
今天在公司将spring升级成了2.5,结果配置spring+ibatis时一直抛SqlMapClient这个bean创建失败的异常。google了好久都没结果,最后发现原来spring升级成2.5以后,ibatis也必须升级到2.3 :shock: !!!!...2010-03-08 17:30:52 · 95 阅读 · 0 评论