常见问题
开发中遇到的各种问题
Stranger。
一个正在减肥的胖子
展开
-
解决Failed to execute goal org.apache.maven.plugins
1.Maven构建失败 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin: 2.3 . 2 :compile ( default -compile) on project oecp: Compilation failure 2.解决方法: 在windows-preferenc转载 2016-07-05 10:57:59 · 8816 阅读 · 0 评论 -
maven 系统找不到指定的路径
\target\classes\META-INF\MANIFEST.MF (系统找不到指定的路径。) 选择出错误的项目,右键选择Run As -》Maven clean ,问题解决。转载 2016-07-07 15:17:35 · 3955 阅读 · 0 评论 -
'svn'提交 has encountered a problem
遇到这种错误,先将svn的用户名和密码先清除,原来密码都是缓存在 C:\Documents and Settings\Administrator\Application Data\Subversion\auth 删除auth下面的所有文件.如果文件夹被锁请参考:http://jingyan.baidu.com/article/c910274bc7530acd361d2dca.html。原创 2016-08-16 16:21:42 · 5545 阅读 · 0 评论 -
A query was run and no Result Maps were found
使用mybatis时出现异常问题: 有如下的错误 Error querying database. Cause: org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement (后面内容省略) 网上说是oracl原创 2016-08-18 11:42:13 · 9180 阅读 · 2 评论 -
maven在导入pom.xml后出现错误
maven在导入pom.xml后出现错误: 1、Cannot change version of project facet Dynamic Web Module to 3.0. 2、One or more constraints have not been satisfied. 3.、Java compiler level does not match the version of the原创 2016-06-15 22:37:04 · 8339 阅读 · 0 评论 -
【转载】安装maven3.5时出现Exception in thread "main" java.lang.UnsupportedClassVersionError
安装Maven3.5时出现Exception in thread “main” java.lang.UnsupportedClassVersionError一、问题描述安装完maven-3.5,并配置好环境变量之后,在命令行输入mvn -v,出现Exception in thread “main” Java.lang.UnsupportedClassVersionError: org/apache/转载 2017-07-05 16:12:13 · 6688 阅读 · 0 评论