12 2017 档案
摘要:chromeOptions = webdriver.ChromeOptions()print(proxy)chromeOptions.add_argument("'--proxy-server={}".format(proxy))browser = webdriver.Chrome(chrome_o
阅读全文
摘要:https://digi.bib.uni-mannheim.de/tesseract/ tesseract-orc下载 在使用 pytesseract中的image_to_string时报错如下: Python3.5版本,已经正确安装了Pillow和pytesseract模块,安装方法请百度,使用P
阅读全文
摘要:from __future__ import unicode_literalsimport pymongoimport jsonconn = pymongo.MongoClient(host='127.0.0.1',port=27017)db = conn['first_db']# print(db
阅读全文

浙公网安备 33010602011771号