摘要: 下载:http://download.csdn.net/download/aqwd2008/4256178解压,把其中的chardet文件夹复制到python安装目录Lib/site-packages文件夹下,即可。 阅读全文
posted @ 2014-08-20 16:52 tina_ma 阅读(891) 评论(0) 推荐(0) 编辑
摘要: #coding:utf-8file = open("test.txt")for line in file: print (line)file.close()报错:UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position...... 阅读全文
posted @ 2014-08-20 16:05 tina_ma 阅读(14118) 评论(2) 推荐(0) 编辑
摘要: 由于TAB键和空格混搭使用了,统一对齐风格即可。 阅读全文
posted @ 2014-08-20 14:57 tina_ma 阅读(201) 评论(0) 推荐(0) 编辑