Build errors for spider;
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin...
分类:
编程语言 时间:
2014-05-27 00:04:18
阅读次数:
496
之前遇到棘手的BUG总是在处理过后就不管了,导致后面碰到后重复工作太多。现专门开辟一篇日志以记录接下来一路上的DEBUG记录。【C++】1.mt.exe :
general error c101008d: Failed to write the updated manifest to the res...
分类:
其他好文 时间:
2014-05-26 22:30:47
阅读次数:
285
由于android应用安装在手机的rom或sdcard中,当没有sdcard的时候,会出现这种错误AndroidManifest.xml中配置此行是配置让Android系统自行决定应用的安装位置。
分类:
移动开发 时间:
2014-05-26 10:03:56
阅读次数:
260
1.//下面写一下关于AFNetworking2.0的GET数据请求问题,刚开始的时候没有写下面标红的代码,所以导致有一个问题,错误显示如下:
Error: Error Domain=AFNetworkingErrorDomain Code=-1016 "Request failed: unacceptable content-type: text/html" UserInfo=0x913a...
分类:
Web程序 时间:
2014-05-24 23:45:53
阅读次数:
365
Command to launch genymotion headless -player
--vm-name Nexus_4if player is not already added to path, add it to path using
below command in your ~/.b...
分类:
其他好文 时间:
2014-05-24 10:13:35
阅读次数:
320
在使用Uploadify上传文件时,提示-Failed,上传不了文件折腾中.....,没有结果.....%>_<%...于是跟踪onUploadError事件,发现errorMsg:2156
SecurityError Error #2156 nullerrorCode:250why?....---...
分类:
其他好文 时间:
2014-05-21 21:11:37
阅读次数:
498
本文将介绍在 Wowza 插件开发时,如何在不去掉 ant 的自动构建的前提下(因为 Wowza Eclipse 插件开发是基于 ant 构建的!),解决 Eclipse Wowza 插件报 "The builder launch configuration could not be found" 的错误。...
分类:
系统相关 时间:
2014-05-21 16:33:49
阅读次数:
504
Eclipse 报 "The builder launch configuration could not be found" 错误的解决办法...
分类:
系统相关 时间:
2014-05-21 14:41:33
阅读次数:
295
最近开发,兄弟们问我这个问题,写出来解决方法和大家分享一下。
当控制台出现:
Failed to install ***.apk on device '019417a3': Unable to open sync connection!
java.io.IOException: Unable to open sync connection!
Launch canceled!
...
分类:
其他好文 时间:
2014-05-21 14:13:00
阅读次数:
496
phpStorm 软件打开运行提示 failed to create JVM的解决办法。
修改文件 D:\Program Files (x86)\JetBrains\PhpStorm 7.1.3\bin\PhpStorm.exe.vmoptions
把内存值改成标准值,文件全部内容如下:
-server
-Xms128m
-Xmx512m
-XX:MaxPermSize=250m
-XX...
分类:
Web程序 时间:
2014-05-21 13:44:53
阅读次数:
556