
错误记录
min115
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Struts2执行一个Action,但提交了两次的问题
在JSP页面中存在类似下边的代码: [code="html"][/code] src=""默认为本Action地址,于是又执行了一次!2008-11-17 16:36:02 · 125 阅读 · 0 评论 -
must end with the ';' delimiter.错误的解决
在配置文件中直接用&的话,会产生must end with the ';' delimiter.错误。 [code="xml"] edit.action?id=${id}&next=${next} [/code] [code="xml"] jdbc:mysql://localhost:3306/my?useUnicode=true&characterEncoding=ut...2008-11-19 15:24:44 · 1202 阅读 · 0 评论