摘要:
def create_file(tempDic): """生成文件 可将中文转码""" file_name = "rule.yml" file = open(file_name, "w",encoding='utf-8') yaml.dump(tempDic, file, Dumper=yaml.R 阅读全文
摘要:
由于自己电脑的环境中有2.7和3.7的版本,所以pycharm中下载安装包总是报错,所以本地安装最是靠谱。 1. win+R输入cmd,出来控制框,默认进去为c盘 2.我的python安装包在F盘,输入 F: 进入F盘,然后cd xxxx(表示python.exe所在的路径) 3.先将pip升级,p 阅读全文