11 2023 档案
摘要:# coding: utf-8 from concurrent.futures import ThreadPoolExecutor, as_completed import time def spider(page): time.sleep(page) print(f"crawl task{page
阅读全文
摘要:服务异常: 找到单元 xlwings._xlwindows self._xl = COMRetryObjectWrapper(DispatchEx("ket.Application")) # 内核不支持,只有was无excel 参考:https://blog.csdn.net/oldman_g/ar
阅读全文
摘要:python setup.py install # 或 python -m pip install .
阅读全文