Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.D:\GameDevelopment\adt-bundle-windows-x86...
分类:
其他好文 时间:
2014-07-13 21:36:10
阅读次数:
428
异常截图:原因很简单,Hadoop对应的eclipse插件jar包版本不对,更换至响应版本即可。
分类:
编程语言 时间:
2014-07-13 19:48:47
阅读次数:
323
一:安装服务器:[root@localhostCD]#rpm-ivhscsi-target-utils-1.0.24-10.el6.x86_64.rpmwarning:scsi-target-utils-1.0.24-10.el6.x86_64.rpm:HeaderV3RSA/SHA1Signature,keyIDc105b9de:NOKEYerror:Faileddependencies: libibverbs.so.1()(64bit)isneededbyscsi-target-utils..
分类:
其他好文 时间:
2014-07-13 14:47:45
阅读次数:
1093
原地址:http://blog.csdn.net/foxeatapple/article/details/8450372问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/r...
分类:
移动开发 时间:
2014-07-13 12:18:45
阅读次数:
252
INSTALL_FAILED_OLDER_SDK用adb install apk的时候,INSTALL_FAILED_OLDER_SDK,产生这种情况的原因是APK编译是在Android 4.0(高版本SDK)下编译生成的, 但是我们的手机设备是Android 2.3(低版本SDK)。反编译APK的...
分类:
其他好文 时间:
2014-07-13 10:45:54
阅读次数:
203
原因1:给定目录下jvm.dll不存在。对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。原因2:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。原因2的概率更大一些,原...
分类:
系统相关 时间:
2014-07-13 09:24:50
阅读次数:
372
原地址:http://www.tuicool.com/articles/I73QFb由于移动mm的SDK将部分资源文件放在jar包中,导致Unity无法识别,提示failed to find resource file(mmiap.xml}错误需要做以下几步操作:-- 解压mmbilling.2.3...
分类:
移动开发 时间:
2014-07-13 09:22:57
阅读次数:
248
1.(隐式游标)从学生表里面查询xing_ming为1的找到就打印the Policy is updated successfully.否则打印the policy is updated failed.Set Serveroutput on; begin update xueshe...
分类:
数据库 时间:
2014-07-13 00:29:32
阅读次数:
219
最近开发过程中又遇到了这个问题,终于找到了一个比较好的解决办法,在此记录下。
打开手机或者pad中的设置----->安全----->未知来源(允许安装非安卓市场应用程序),
把这个取消,再重新选中,然后重启设备,再安装,就ok了 。
其他关于卸载data下面文件的方法都没想过,重启机器或者恢复出厂设置再连接就好了...
分类:
其他好文 时间:
2014-07-12 23:31:55
阅读次数:
258
出现了一大串错误,Error creating bean with name 'userController': Injection of autowired dependencies failed。。。。。
查了代码后发现,原来是在UserServiceImpl中忘了写一句话@Service("userService"),以至于因此导致一系列错误。
在控制层调用业务层,必须在业...
分类:
其他好文 时间:
2014-07-12 22:15:46
阅读次数:
226