[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project XX: Compilation failure: Comp...
分类:
编程语言 时间:
2014-08-15 12:00:48
阅读次数:
251
晕死的错误,改了半天也没想到是这样的原因,基础正要呀。。。先看一下警告信息:07-07 08:32:19.540: WARN/WindowManager(74): Failed looking up window07-07 08:32:19.540: WARN/WindowManager(74):j...
分类:
移动开发 时间:
2014-08-14 19:37:09
阅读次数:
859
由于某项需求,把JDK版本从JDK6升级到了JDK7;但是签名APK之后出现了INSTALL_PARSE_FAILED_NO_CERTIFICATES的错误;解决方法:在签名时,添加参数 -digestalg SHA1 -sigalg MD5withRSAjarsigner -digestalg S...
分类:
移动开发 时间:
2014-08-14 16:31:08
阅读次数:
290
You can set up your application to start Visual Studio when you launch the application from Windows. Visual Studio will load your application, ready f...
分类:
其他好文 时间:
2014-08-14 16:17:38
阅读次数:
227
Symptoms The command "opatch lsinventory" reports the error: OUI-67076:OracleHomeInventory was not able to create a lock file, probably due to a failed OPatch Session. The loaded inventory might not ...
分类:
数据库 时间:
2014-08-14 14:08:18
阅读次数:
398
在实际生产环境中,为了节省成本,会将实体机转换为虚拟机,从而虚拟化。在公司数据中心环境的中跑VMware vCenter ConverterStandalone Client 4.3,将其中一台online 的server 转换到另一台时提示如下错误:FAILED:Unable to create ...
分类:
其他好文 时间:
2014-08-14 13:33:38
阅读次数:
3888
一、org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.ptn.uim.bean.UimServFileRecord.uimServFileDatas, no session or session was closed 错误原因: 原因...
分类:
其他好文 时间:
2014-08-14 11:05:28
阅读次数:
171
Validation failedforone ormoreentities.See‘EntityValidationErrors’propertyformoredetails. Unfortunately there is no further information about关于如何查看 En...
分类:
其他好文 时间:
2014-08-13 21:45:57
阅读次数:
223
一个view运行次序,
Application windows are expected to have a root view controller at the end of application launch的错误...
分类:
移动开发 时间:
2014-08-13 19:03:57
阅读次数:
272
发生以上错误的Qt版本应该是Qt 5.0.0以上的版本吧。出现标题错误的大致原因是:因为Qt是跨平台的库,需要依赖于相关的平台库。有个Platform的文件夹,里面有相关dll文件。references:http://www.cnblogs.com/naive/p/3568887.htmlhttp:...
分类:
移动开发 时间:
2014-08-13 12:21:36
阅读次数:
302