Failure to transfer org.apache.maven:maven-archiver:pom:2.5 from http://repo.maven.apache.org/ maven2 was cached in the local repository, resolution w ...
分类:
Web程序 时间:
2016-07-30 11:54:33
阅读次数:
415
从SVN导出一个Maven项目,pom.xml首行报错: 亲测了很多办法,都没有效果,最终找到这个可行的。 根据该方法,将版本改为2.4,立刻错误消失。但是pom.xml在菜单上还是有红叉,所幸的是该文件已经没有错误了,可以执行。 MAVEN:Failure to transfer org.code ...
分类:
其他好文 时间:
2016-07-21 21:39:48
阅读次数:
4382
错误SQL>startupORA-01078:failureinprocessingsystemparametersLRM-00109:couldnotopenparameterfile‘/opt/app/oracle/product/11.2.0.3/db_1/dbs/initoracle11.ora‘网上查询是由于在对应的目录下没有initoracle11.ora文件解决方法:查询ls/opt/app/oracle/admin/oracle99/..
分类:
数据库 时间:
2016-07-20 16:21:18
阅读次数:
179
root@localhost:/opt/glassfish3/bin# ./asadmin enable-secure-admin remote failure: 至少有一个管理员用户的口令为空, 安全管理不允许口令为空。请使用 change-admin-password 命令或管理控制台为管理员帐 ...
分类:
其他好文 时间:
2016-07-17 11:21:17
阅读次数:
442
解决办法: a. 删除m2\repository 所有 .lastUpdated为扩展名的文件 b. 然后在工程上点击右键,选择Maven4MyEclipse,然后选择Update Project Configuration,等待结果 ...
分类:
编程语言 时间:
2016-07-13 21:27:37
阅读次数:
367
刚导入eclipse的maven项目,显示pom.xml文件有问题。解决办法是:clean,install,update,restart。 ...
分类:
其他好文 时间:
2016-07-08 18:17:46
阅读次数:
172
在自定义的view中使用了[self layoutIfNeeded]方法,在iOS8\9上都没有错误,但是在iOS7上出现了页面错乱,解决方案就是在自定义的view里面添加如下代码: ...
分类:
其他好文 时间:
2016-07-07 14:23:44
阅读次数:
133
出现error: Assertion failure in -[AFHTTPRequestSerializer requestWithMethod:URLString:parameters:error:] 需要处理urlString的编码 urlString = [urlString stringB ...
分类:
Web程序 时间:
2016-07-05 12:16:03
阅读次数:
157
某一组行为放在并行节点下,并且包含Wait节点动作。当等待时间不达到时它会返回Runing 造成整个行为树阻塞 应该考虑写一个CD时间装饰器来解决此类问题,当CD时间未到返回Failure ...
分类:
其他好文 时间:
2016-07-03 13:13:56
阅读次数:
256
导入项目到Android Studio的时候,Gradle Build失败了,报的错是 FAILURE: Build failed with an exception. Execution failed for task ':app:mergeDebugResources'.> Some file ...
分类:
其他好文 时间:
2016-06-30 18:19:06
阅读次数:
145