随笔分类 -  记录

摘要:conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/ conda config --add channels https://mirrors.tuna.tsinghua.edu.c 阅读全文
posted @ 2022-07-29 17:45 Syalong 阅读(3799) 评论(0) 推荐(0)
摘要:import os print os.path.join('111','222','333') #111/222/333 print os.path.join('/111','222','333') #/111/222/333 print os.path.join('/111','/222','33 阅读全文
posted @ 2022-05-27 16:13 Syalong 阅读(43) 评论(0) 推荐(0)