
问题集
EvenlyWang
努力努力再努力
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Max retries exceeded with url Error
Python 网络爬虫遇到的问题requests.exceptions.ConnectionError: HTTPConnectionPool(host='esf.zz.fang.com', port=80): Max retries exceeded with url: /house/i378 (Caused by NewConnectionError('<requests.packages.ur转载 2017-03-04 21:48:09 · 13960 阅读 · 1 评论 -
NotImplementedError: Only the following pseudo-classes are implemented: nth-of-type.
利用copy selector时报错出现: NotImplementedError: Only the following pseudo-classes are implemented: nth-of-type. 解决办法为:nth-child改为nth-of-type 具体参见:http://stackoverflow.com/questions/24720442/selecting-sec转载 2017-03-05 17:45:47 · 4907 阅读 · 0 评论