python
dldfigo
666
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python爬虫过程报错:http.client.RemoteDisconnected: Remote end closed connection without response
爬虫过程报错:http.client.RemoteDisconnected: Remote end closed connection without response因为服务器根据 UA 来判断拒绝了 python 爬虫。转载 2017-09-28 16:18:58 · 35170 阅读 · 5 评论 -
Python UnicodeEncodeError: 'gbk' codec can't encode character 解决方法
使用Python写文件的时候,或者将网络数据流写入到本地文件的时候,大部分情况下会遇到:UnicodeEncodeError: 'gbk' codec can't encode character '\xa0' in position ... 这个问题。 网络上有很多类似的文件讲述如何解决这个问题,但是无非就是encode,decode相关的,这是导致该问题出现的真正原因吗?不是的。 很多时候,我转载 2017-09-28 17:52:30 · 487 阅读 · 0 评论
分享