12 2017 档案

摘要:chromeOptions = webdriver.ChromeOptions()print(proxy)chromeOptions.add_argument("'--proxy-server={}".format(proxy))browser = webdriver.Chrome(chrome_o 阅读全文
posted @ 2017-12-19 18:47 御虫师 阅读(5323) 评论(1) 推荐(0)
摘要:https://digi.bib.uni-mannheim.de/tesseract/ tesseract-orc下载 在使用 pytesseract中的image_to_string时报错如下: Python3.5版本,已经正确安装了Pillow和pytesseract模块,安装方法请百度,使用P 阅读全文
posted @ 2017-12-18 20:05 御虫师 阅读(315) 评论(0) 推荐(0)
摘要:from __future__ import unicode_literalsimport pymongoimport jsonconn = pymongo.MongoClient(host='127.0.0.1',port=27017)db = conn['first_db']# print(db 阅读全文
posted @ 2017-12-13 10:57 御虫师 阅读(523) 评论(0) 推荐(0)