一些错误的处理
yyyu41
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
eclipse发布应用时 Could not copy
在使用eclipse开发,发布应用的时候突然无法成功发布,提示 Deployment failure on Tomcat 6.x. Could not copy all resources to D:\...\webapps\eptInfo. If a file is locked, you can wait until the lock times out to redeploy, or s...原创 2010-10-14 23:04:59 · 314 阅读 · 0 评论 -
submit提交两次
最近提交的时候,老是出现重复提交的情况。还有是用js的document.forms[0].action="preexamSubject.action?mark=1"; document.forms[0].submit();提交,老是出现到一个数组,为空时,出现","这是因为用submit,同时又是submit按钮,所以提交了两次,出现错误,以后要注意。 ...原创 2010-10-14 23:36:10 · 833 阅读 · 0 评论 -
java.lang.UnsupportedClassVersionError: Bad version number in .class file异常的解决
使用MyEclipse 6.5,在组织好测试用例之后,发现Java Compiler -> Compiler compliance level是5.0。之前一直在使用5.0的级别进行编译运行。以前一直也用的很好,可能今天我一个两个项目用同一个tomcate跑,老是报一下这个错误: java.lang.UnsupportedClassVersionError: Bad version...原创 2011-03-28 22:58:38 · 234 阅读 · 0 评论
分享