python
python
m0_hehua
这个作者很懒,什么都没留下…
展开
-
合并文件夹下的同类文件 提取需要的值
#合并一个文件夹下同类型文件 供参考 import os import json def main(): alljson=[] picture=[] result={} path=r"C:\Users\admin\Desktop\new_atlas\test\out - 副本 (2)" for root,dirs,files in os.walk(path): if files!=[]: j=0 f..原创 2020-12-26 14:46:47 · 167 阅读 · 0 评论 -
安装Twisted 出错
C:\Users\admin>pip install Twisted‑20.3.0‑cp39‑cp39‑win32.whl WARNING: Requirement ‘Twisted‑20.3.0‑cp39‑cp39‑win32.whl’ looks like a filename, but the file does not exist ERROR: Twisted‑20.3.0‑cp39‑cp39‑win32.whl is not a valid wheel filename. C:\Users\原创 2021-01-06 09:29:42 · 705 阅读 · 1 评论