-
抓取数据后保存出现问题
UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in position 11126: illegal multibyte sequence
- 产生原因:文本中出现的一些特殊符号超出了gbk的编码范围
- http://blog.csdn.net/shijing_0214/article/details/51971734
-
scrapy安装出现问题
- 报错:error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun error: command ‘gcc’ failed with exit status 1
- 解决办法:xcode-select --install
- http://blog.csdn.net/u012246458/article/details/53018795
-
R显示乱码
- 输入 Sys.setlocale(“LC_ALL”, ‘en_US.UTF-8’)
以前的BUG
最新推荐文章于 2024-07-07 10:00:00 发布