11 2021 档案
发表于 2021-11-15 22:33阅读:18评论:0推荐:0
摘要:1.导出列表 def totxt(resultname,L): f=open(resultname,"w") for name in L: f.write(str(name)+'\n') f.close() 2.读入列表 def txttolist(file_path): fi=open(file_
阅读全文 »
发表于 2021-11-05 20:08阅读:92评论:0推荐:0
摘要:1 编辑sources.list sudo vim /etc/apt/sources.list 2 添加源 在sources.list文件 第一行添加 deb http://archive.ubuntu.com/ubuntu/ trusty universe restricted multivers
阅读全文 »
发表于 2021-11-02 22:41阅读:515评论:0推荐:0
摘要:1. 安装anaconda 1. 查看自己linux的版本 uname -a 2. 到网站下载对应的版本 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ wget https://mirrors.tuna.tsinghua.edu.cn/
阅读全文 »