摘要: 这个问题一般就是.bash_profile 文件内容错误,里面内容没加注释之内的,vi .bash_profile打开文件检查一下,然后:wq!保存退出 我的错误就是红圈处没有注释造成的 阅读全文
posted @ 2020-11-12 11:27 你-好 阅读(1138) 评论(0) 推荐(0)
摘要: import os # 原文件后缀名 suffix_name = '.jar.src.zip' # 新文件后缀名 nwe_suffix_name = '.jar' def foo(path1): file_list = os.listdir(path1) for file_name in file_ 阅读全文
posted @ 2020-09-26 18:58 你-好 阅读(233) 评论(0) 推荐(0)