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
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
昨晚为了自己的网站开发了个简单的发送邮件的功能,在本地测试是成功的,放在万网的虚拟机上却不成功了,一直提示ERROR: Failed to connect to server: (0)。 后面我查了下,发现是服务器关闭了fsockopen函数。我...
分类:
其他好文 时间:
2014-09-18 11:42:04
阅读次数:
166
1:Shuffle Error: Exceeded MAX_FAILED_UNIQUE_FETCHES; bailing-out Answer:程序里面需要打开多个文件,进行分析,系统一般默认数量是1024,(用ulimit -a可以看到)对于正常使用是够了,但是对于程序来讲,就太少了。修改办法:....
分类:
其他好文 时间:
2014-09-18 11:16:33
阅读次数:
296
按照网上的说法: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
电脑配置不行的,可以考虑不安装图形界面,以下是安装过程遇到几个问题及解决办法环境: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_ENCODINGashx文件加载图片的方法,发现在chrome浏览器里面出了异常:(failed) net::ERR_INCOMPLETE_CHUNKED_ENCODING ftpStr...
分类:
Web程序 时间:
2014-09-17 20:07:52
阅读次数:
348
Eclipse之Launch failed,Binary not found...
分类:
编程语言 时间:
2014-09-17 18:45:52
阅读次数:
261
报错如下: [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