摘要: 1 from selenium import webdriver 2 browser=webdriver.Chrome() 3 import time 4 5 def search(): 6 browser.get('https://www.lagou.com/jobs/list_%E7%88%AC%E8%99%AB?labelWords=&fromSearch=true&... 阅读全文
posted @ 2017-12-03 21:55 不可叽叽歪歪 阅读(1192) 评论(0) 推荐(0) 编辑
摘要: 1 import requests 2 import json 3 from requests.exceptions import ConnectionError 4 from json.decoder import JSONDecodeError 5 from lxml import etree 6 import re 7 #from config import *... 阅读全文
posted @ 2017-12-03 15:52 不可叽叽歪歪 阅读(752) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/roytao2/article/details/53433373 阅读全文
posted @ 2017-12-03 12:52 不可叽叽歪歪 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 参考博客http://blog.csdn.net/u011089523/article/details/72887163 常用异常处理http://www.jb51.net/article/41972.htm http://blog.csdn.net/kellyseeme/article/detai 阅读全文
posted @ 2017-12-03 11:17 不可叽叽歪歪 阅读(1734) 评论(0) 推荐(0) 编辑