08 2021 档案

摘要:解决办法: git config --global --unset https.https://github.com.proxy git config --global --unset http.https://github.com.proxy 阅读全文
posted @ 2021-08-19 13:34 linhuang 阅读(20) 评论(0) 推荐(0)
摘要:''' Create on 2019年8月26日 @author:LIN ''' import os def rename(dirname,source_src,destin_src): for category in os.listdir(dirname): catdir = os.path.jo 阅读全文
posted @ 2021-08-08 03:16 linhuang 阅读(17) 评论(0) 推荐(0)