摘要:
``` import pandas as pd from lxml import etree import json,requests,random import os,time,shutil,traceback def get_data(url, headers): try: store_res = requests.get(url=url, headers=headers) if store_ 阅读全文
posted @ 2019-10-16 17:52
hank-li
阅读(173)
评论(0)
推荐(0)
摘要:
import win32com.client import time path = r'absolute dir' #比如填文件的绝对路径,比如d:/file/stock.xlsx xl = win32com.client.DispatchEx("Excel.Application") workbo 阅读全文
posted @ 2019-10-16 14:18
hank-li
阅读(1274)
评论(0)
推荐(0)
摘要:
from: https://blog.csdn.net/revitalizing/article/details/47423427 阅读全文
posted @ 2019-10-16 13:22
hank-li
阅读(791)
评论(0)
推荐(0)
摘要:
报错代码: 报错内容: 解决方案: from: https://blog.csdn.net/u010212101/article/details/78017924 阅读全文
posted @ 2019-10-16 13:14
hank-li
阅读(6568)
评论(0)
推荐(0)
摘要:
报错代码如下: 报错内容如下: 已试用但未成功方案: 最后的解决方案如下: 阅读全文
posted @ 2019-10-16 11:39
hank-li
阅读(2165)
评论(0)
推荐(0)