码迷,mamicode.com
首页 >  
搜索关键字:unable to retrieve    ( 2922个结果
ubuntu server unable to resolve host
cat/etc/resolv.conf (查看resolv.conf中的内容: nameserver 是动态添加的……)#通过添加/etc/resolvconf/resolv.conf.d/base, 间接向/etc/resolv.conf添加nameserversudo vi /etc/resol...
分类:其他好文   时间:2014-07-29 21:31:42    阅读次数:210
Unable to resolve target 'android-16'
今天在做  SlideMenu 的时候,引用了一些网络上下载的开源项目,提示Unable to resolve target 'android-16' 这个错误: 解决办法: 右键项目文件--->properties--->android  选择对应版本 保存 如还不生效 打开项目文件project.properties ,修改 target=android-10   /...
分类:移动开发   时间:2014-07-29 15:15:48    阅读次数:182
php Internal Server Error
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server ad...
分类:Web程序   时间:2014-07-29 13:55:38    阅读次数:203
qc打不开了,错误:QCC10000E -Unable to allocate environment handle
刚开电脑平时都好好的qc打开就报错,QCC10000E -Unable to allocate environment handle百度一番得出结论,环境变量出了差错,昨天弄别的东西的时候动了下环境变量,好吧,果断修正path环境变量添上:“;D:\Program Files\IBM\SQLLIB\...
分类:其他好文   时间:2014-07-29 13:40:08    阅读次数:351
运行eclipse就提示 The Eclipse executable launcher was unable to locate its companion library. 解决方案
你试试把中文路径换掉 不行的话参考 逝去的青春的博客:Eclipse出现“The Eclipse executable launcher was unable to locate its companion shared library”错误的解决方法如下: 一、打开eclipse目录下的配置文.....
分类:系统相关   时间:2014-07-29 11:03:26    阅读次数:447
Unable to instantiate Action, MenuAction, defined for 'QueryMenuAll' in namespace '/'MenuAction
我刚好也遇到这样的情况,发现是自己的配置文件里写错了,spring里的id属性值要对应struts里class属性值。...
分类:其他好文   时间:2014-07-28 16:35:13    阅读次数:183
View.setTag(key,object)异常:The key must be an application-specific resource id.
07-11 13:43:26.184: E/AndroidRuntime(10229): FATAL EXCEPTION: main07-11 13:43:26.184: E/AndroidRuntime(10229): java.lang.RuntimeException: Unable to s...
分类:移动开发   时间:2014-07-27 10:58:12    阅读次数:264
【翻译自mos文章】Weblogic AdminServer 启动fail,报错为"unable to get file lock, will retry"
【翻译自mos文章】Weblogic AdminServer 启动fail,报错为"unable to get file lock, will retry"...
分类:Web程序   时间:2014-07-26 15:12:20    阅读次数:237
Mac无法编译android
编译android 4.4.3,错误是: unable?to?find?any?jni?methods?for?org/chromium/ui/clipboard 原因是Xcode升级到5.1之后不兼容,无法编译`external/chromium_org`,解决方法参考<link>...
分类:移动开发   时间:2014-07-26 03:41:17    阅读次数:379
python在windows下安装模块错误
windows下安装模块错误 1)Unable to find vcvarsall.bat : 打开“\Lib\distutils\msvc9compiler.py” 找到 toolskey = “VS%0.f0COMNTOOLS” % version, 直接修改为 toolskey = “VS100COMNTOOLS”  (如果是vs2012或者vs2013则要从100改成120) 2...
分类:编程语言   时间:2014-07-25 11:17:01    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!