摘要: https://jingyan.baidu.com/article/fb48e8becf91a16e622e14ff.html 阅读全文
posted @ 2021-06-24 17:40 小蕊-zr 阅读(145) 评论(0) 推荐(0) 编辑
摘要: import os,random,yaml def readyml(yamlPath):#定义一个读取yaml文件的函数 if not os.path.isfile(yamlPath): raise FileNotFoundError("文件路径不存在, 请检查路径是否正确: %s" % yamlP 阅读全文
posted @ 2021-06-24 17:09 小蕊-zr 阅读(438) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Nire_Yeyu/article/details/104683888/ 安装:pip install pyinstaller 安装时报错,原因是环境变量需要在多配一个路径 打包为exe,版本尽量选择python3.6+32位版本,因为win64位系统向下 阅读全文
posted @ 2021-06-24 11:30 小蕊-zr 阅读(75) 评论(0) 推荐(0) 编辑