摘要:
错误信息:selenium.common.exceptions.WebDriverException: Message: unknown error: Could not remove old devtools port file. Perhaps the given user-data-dir a 阅读全文
摘要:
'''csv写入方式:字典或者逐行写入csv第一行一般为字段csv读取使用for遍历csv文件读写需要特殊设置,例如:换行符,分隔符,写入与读取要设置一致。'''import pandas as pd# # a和b的长度必须保持一致,否则报错# a = [x for x in range(5)]# 阅读全文
摘要:
错误:requests.exceptions.ProxyError: HTTPSConnectionPool(host='www.baidu.com', port=443): Max retries exceeded with url: / (Caused by ProxyError('Cannot 阅读全文