码迷,mamicode.com
首页 >  
搜索关键字:recent    ( 1003个结果
python2.7中的UnicodeDecodeError: 'ascii' codec can't decode byte 0
使用ez_setup.py安装setuptools报错如下Traceback (most recent call last): File "httpservice.py", line 5, in import SimpleHTTPServer File "C:\Python27\lib\...
分类:编程语言   时间:2014-08-13 18:40:56    阅读次数:277
pyzmq 错误ImportError: cannot import name initthreads
>>> import zmqTraceback (most recent call last): File "", line 1, in File "zmq/__init__.py", line 54, in raise ImportError("%s\nAre you trying to `i.....
分类:其他好文   时间:2014-08-13 14:30:16    阅读次数:888
Sublime Text 2 运行 Python 脚本中文路径解决方法
在 SublimeText 中直接运行 Python 脚本,出现以下报错提示:Running python -u C:\Documents and Settings\Administrator\桌面\furl.pyTraceback (most recent call last):File ".\s...
分类:编程语言   时间:2014-08-09 18:37:48    阅读次数:765
java利用pdfbox处理pdf
刚开始以为java读取pdf向读取txt文件一样简单,图样图森普!乱码问题!在网上找了下资料,发现Apache的PDFBOX,下面写一下PDFBOX读取PDF的代码。下载jar包:http://pdfbox.apache.org/downloads.html#recent创建pdf,写入pdf的代码...
分类:编程语言   时间:2014-08-06 01:37:40    阅读次数:603
Django——模版Template报错
>>> from django.template import Template>>> t = Template("My name is {{ my_name }}.")Traceback (most recent call last): File "C:\Python33\lib\site-pac...
分类:其他好文   时间:2014-08-04 21:09:40    阅读次数:242
HDOJ 4893 Wow! Such Sequence!
Wow! Such Sequence! Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 1265    Accepted Submission(s): 387 Problem Description Recent...
分类:其他好文   时间:2014-07-30 12:25:23    阅读次数:273
This template requires a more recent version of the Android Eclipse plugin. Please update from versi
新建android project的时候遇到这个错误:解决方法:①直接修改F:\JAVA\SDK\android-sdk\tools\templates\activities (对应你的JAVA SDK目录)activities目录底下对应的活动窗口风格。template.xml 文件里面的form...
分类:移动开发   时间:2014-07-29 17:13:22    阅读次数:354
POJ 之2386 Lake Counting
Lake CountingTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 20003Accepted: 10063DescriptionDue to recent rains, water has pooled in various ...
分类:其他好文   时间:2014-07-27 23:32:29    阅读次数:256
webpy在insert时currval仍没被定义
在用webpy的db.insert()向postgres插入数据时出现 Traceback?(most?recent?call?last): ??File?"upgrade2.0.py",?line?170,?in?<module> ????copy_webservice() ??File?"upgrade2.0.py",?lin...
分类:Web程序   时间:2014-07-22 08:10:35    阅读次数:569
CentOS 中使用yum出现的“UnicodeDecodeError: 'ascii' codec”问题解决方法
问题 新装了CentOS 6.5系统,打算使用yum安装程序是出现了如下错误: Loading mirror speeds from cached hostfile Traceback (most recent call last): File "/usr/bin/yum", line 29, in yummain.user_main(sys.argv[1:], exit_c...
分类:其他好文   时间:2014-07-20 22:46:33    阅读次数:381
1003条   上一页 1 ... 95 96 97 98 99 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!