摘要:
1》sys.exit() >>> import sys>>> help(sys.exit)Help on built-in function exit in module sys:exit(...) exit([status]) Exit the interpreter by raising Sys 阅读全文
摘要:
昨天跑的好好的代码,今天突然报错: ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。 调查一下,原来是Chrome自动升级,而chromedriver没有更新的原因,手动更新到对应版本就好了。 阅读全文
摘要:
element = wait.until ( EC.visibility_of_element_located((By.CSS_SELECTOR,'.quc-main .quc-field-captcha img'))) #等待验证码加载完毕 browser.save_screenshot('scr 阅读全文
摘要:
from selenium import webdriver chrome_options = webdriver.ChromeOptions() prefs = {"profile.managed_default_content_settings.images": 2} chrome_option 阅读全文
摘要:
https://www.cnblogs.com/niansi/p/7143736.html https://blog.csdn.net/pilipala6868/article/details/80712195 设置timeout依然卡死,据说是DNS的问题,解决方案是改成阿里公共DNS(223.5 阅读全文
摘要:
区别? 等待?阻塞非阻塞? 阅读全文
摘要:
netsh interface set interface mi8 disablednetsh interface set interface mi8 enabled mi8是本地连接名称,需要管理员身份启用cmd 阅读全文
摘要:
还没整理,先贴俩链接。 https://www.cnblogs.com/lilinwei340/p/6417689.html http://docs.python-requests.org/zh_CN/latest/user/quickstart.html 阅读全文
摘要:
HTTPConnectionPool(host='xx.xx.xx.xx', port=xx): Max retries exceeded with url:(Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection objec 阅读全文
摘要:
关闭蓝灯之类的软件。 阅读全文