上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 33 下一页
摘要: 问题:检查本地仓库:检查1.0跟release的文件夹:试试:http://www.ithao123.cn/content-8028507.html然后选择maven catalog下的:(这里要等久一点,一开始显示空白) 阅读全文
posted @ 2015-12-16 14:30 dieyaxianju 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 在cmd中创建helloword成功(一开始是mvn package失败,后面又执行了一遍又成功了,应该是网络问题)然后在eclipse 中创建quickstart,结果pom报错找不到如下包maven-resources-plugin-2.6.jar于是查看D:\repository\org\ap... 阅读全文
posted @ 2015-12-16 14:20 dieyaxianju 阅读(271) 评论(0) 推荐(0) 编辑
摘要: maven常用命令 http://www.cnblogs.com/adolfmc/archive/2012/07/31/2616908.htmlmaven创建webapp http://blog.csdn.net/jiushuai/ar... 阅读全文
posted @ 2015-12-16 12:21 dieyaxianju 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 一:mvn help:system 阅读全文
posted @ 2015-12-16 11:35 dieyaxianju 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 页面链接http://192.168.2.51:8080/xxcb1/xxbs/action/handling!view.action?toId=402882ae4e7d1761014e877fb229000b1.ctrl+shift+r 输入handingA则可以找到action页面2.在acti... 阅读全文
posted @ 2015-12-16 10:45 dieyaxianju 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 报错信息如下:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolvedreso... 阅读全文
posted @ 2015-12-15 23:07 dieyaxianju 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 我的环境:window32位 +jdk1.7.0_75+maven3.3.31.ctrl+N 新建maven project项目2.选择maven-archetype-webapp【这里一开始用all calalogs我是报错的,后面通过配置maven》archetypes的maven ctlalo... 阅读全文
posted @ 2015-12-15 23:01 dieyaxianju 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 设置了环境变量 M2_HOME跟path ,在cmd中输入mvn一直提示不是内部命令解决办法:通过命令设置path如下:set path=输入值 阅读全文
posted @ 2015-12-15 22:32 dieyaxianju 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 创建web项目时报错 阅读全文
posted @ 2015-12-15 13:52 dieyaxianju 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 编写selenium自动化代码,代码逻辑应该都没有错,运行时老是报如下错误java.lang.NoClassDefFoundError: org/json/JSONException解决办法:导入了json-20080701.jar跟json_simple-1.1.jar两个包(自己硬盘里的),没有... 阅读全文
posted @ 2015-12-14 22:56 dieyaxianju 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 33 下一页