码迷,mamicode.com
首页 >  
搜索关键字:failed    ( 7169个结果
sign a third-party dll which don't have a strong name
Problem: Assembly generation failed -- Referenced assembly '' does not have a strong nameCause: this is due to you have referenced a third-party dll w...
分类:其他好文   时间:2014-09-18 16:05:34    阅读次数:264
python handle exception
1. handle exceptionimport systry: a=1/1except Exception, e: print "failed", sys.exc_info()[0]else: print "no exception"finally: print "e...
分类:编程语言   时间:2014-09-18 13:09:03    阅读次数:174
万网虚拟机不能使用smtp的问题解决方法
昨晚为了自己的网站开发了个简单的发送邮件的功能,在本地测试是成功的,放在万网的虚拟机上却不成功了,一直提示ERROR: Failed to connect to server: (0)。 后面我查了下,发现是服务器关闭了fsockopen函数。我...
分类:其他好文   时间:2014-09-18 11:42:04    阅读次数:166
hadoop 常见错误汇总
1:Shuffle Error: Exceeded MAX_FAILED_UNIQUE_FETCHES; bailing-out Answer:程序里面需要打开多个文件,进行分析,系统一般默认数量是1024,(用ulimit -a可以看到)对于正常使用是够了,但是对于程序来讲,就太少了。修改办法:....
分类:其他好文   时间:2014-09-18 11:16:33    阅读次数:296
android 14.04 64位 adb cannot run program adb
按照网上的说法:Failed to get the adb version: Cannot run program "adb": error=2, 没有那个文件或目录64位系统,Ubuntu11.04,搭建JDK,Android环境,把android SDK复制过来后,里面的adb和其它命令的都不能...
分类:移动开发   时间:2014-09-18 00:42:02    阅读次数:203
vmvare安装ubuntu 12.04 server及一些配置
电脑配置不行的,可以考虑不安装图形界面,以下是安装过程遇到几个问题及解决办法环境:VMware 7.1.4、Ubuntu server 12.041.安装报错"The 'grub-pc' package failed to install into /target/. Without the GRU...
分类:其他好文   时间:2014-09-17 23:17:52    阅读次数:547
chrome (failed) net::ERR_INCOMPLETE_CHUNKED_ENCODING ashx 加载图片
chrome(failed)net::ERR_INCOMPLETE_CHUNKED_ENCODINGashx文件加载图片的方法,发现在chrome浏览器里面出了异常:(failed) net::ERR_INCOMPLETE_CHUNKED_ENCODING ftpStr...
分类:Web程序   时间:2014-09-17 20:07:52    阅读次数:348
Eclipse运行C++问题Launch failed,Binary not found
Eclipse之Launch failed,Binary not found...
分类:编程语言   时间:2014-09-17 18:45:52    阅读次数:261
aircrack-ng使用问题:open failed: No such file or directory
分类:其他好文   时间:2014-09-17 15:29:53    阅读次数:180
Installation error: INSTALL_FAILED_MEDIA_UNAVAILAB
报错如下: [2012-06-21 12:56:17 - xmobile17] Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE [2012-06-21 12:56:17 - xmobile17] Please check logcat output for more details. [2012-06-21 12:56:18...
分类:其他好文   时间:2014-09-16 19:17:01    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!