码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
[Android] 一份代码,两个版本
维护同一份代码,编译两个版本,需要修改包名。具体如下:(1)右击项目名称 --> Android Tools --> Rename Application Package ,一键修改包名(2)在同一个手机上同时安装这两个版本时,会提示INSTALL_FAILED_CONFLICTING_PROVID...
分类:移动开发   时间:2014-10-22 10:47:04    阅读次数:209
处理一则MySQL Slave环境出现ERROR 1201 (HY000): Could not initialize master info structure的案例
mysql> start slave;ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository处理一则MySQL Slave环境出现ERROR 1201 (HY000): C...
分类:数据库   时间:2014-10-22 06:24:36    阅读次数:439
Could not load file or assembly ‘xxx’ or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
在写aspx web application时,我们有时会遇到这个问题。很多情况都是由于在线安装的Package引起的。系统尝试去找某一个version的dll,但是你却更新了最新的Package,造成不兼容。解决办法就是检查web.config里如下类似的代码,并手动指定version,并安装或加...
分类:其他好文   时间:2014-10-22 00:52:02    阅读次数:214
Ubuntu:Target filesystem doesn't have /sbin/init (Slax 解决)
计算机(Ubuntu)由于异常断电或是其他原因,再次启动时,很不幸的出现: Killed mount: mounting /dev on /root/dev failed: No such file or directory mount: mounting /sys on /root/sys failed: No such file or directory mount: mounting /p...
分类:系统相关   时间:2014-10-21 23:13:50    阅读次数:325
Arcgis报错: Bad login user Failed to execute (CreateEnterpriseGeodatabase).
在使用工具Create Enterprise Geodatabase的时候报错Bad login user,开始怀疑为密码错误,然后反复在plsql中尝试发现并没有错误,很疑惑,然后去官网查询:Error: Bad login userPossible reason you received th....
分类:数据库   时间:2014-10-21 19:27:54    阅读次数:834
Failed to load the JNI shared library
解决Eclipse无法打开“Failed to load the JNI shared library” 这是因为JDK配置错误所导致的现象。 一般说来,新购笔记本会预装64位的windows系统,而在网上下载软件时,32位会优先出现在页面中(现在来说是这个情况,但我认为未来64位会越来越普及)。 如果你是64位的系统,却安装了32位的JDK,就会导致上面的情况。 ...
分类:其他好文   时间:2014-10-21 13:50:44    阅读次数:175
git error: RPC failed; result=22, HTTP code = 502
git pull 的时候 出现的这个错误,一开始按照网上的解决方法 git config http.postBuffer 524288000 修改传输字节限制, 还是会报错。 后来把配置文件里面的 [Http]代理注释掉, 就OK了。 (不懂这个错误是为什么, 远程的文件确实是挺大的, 但是修改传....
分类:Web程序   时间:2014-10-20 19:21:29    阅读次数:2302
关于打开Eclipse时出现eclipse failed to create the java virtual machine与locking is not possible in the directory问题的解决
今天在机子上使用Eclipse时候打开发现这两个问题,通过查阅资料膜拜大神博客得知解决方法,特此整理下来,方便后来遇到此问题的小伙伴们。一开始打开Eclipse时候出现问题现象1,问题1解决以后就出现了问题2,。1.问题1现象(eclipse failed to create the java vi...
分类:编程语言   时间:2014-10-20 17:08:34    阅读次数:233
file_put_contents() failed to open stream: Permission denied 问题解决
很长时间没有写PHP了,今天突然有个需求要写一个保存文件的功能。function downloadFile( $url , $savePath = '' ) { $fileName = getUrlFileExt( $url ); $fileName = rand(0,1000)...
分类:其他好文   时间:2014-10-20 16:58:32    阅读次数:136
[Android] The connection to adb is down, and a severe error has occured
在配置完Android环境后,运行第一个程序时,遇到了如下错误:ADB server didn't ACK * failed to start daemon *以及错误 The connection to adb is down, and a severe error has occured.的解决办法及过程....
分类:移动开发   时间:2014-10-20 02:07:48    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!