摘要: os.walk for root,dirs,files in os.walk('./Resp_Data'): for file in files: print(root,dirs,file) filepath = root+'/'+file root:根目录 dirs:暂时没用上 files:列表形 阅读全文
posted @ 2022-04-23 13:03 Harold100zhan 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 参考链接: Matplotlib植入PyQt5 + QT5的UI呈现_lyy的博客-CSDN博客 https://www.cnblogs.com/laoniubile/p/5904817.html 首先定义Figure_Canvas类,后续调用,test用于绘图,width总像素=width*dpi 阅读全文
posted @ 2022-04-23 10:17 Harold100zhan 阅读(873) 评论(0) 推荐(0) 编辑