记录一下常用的一些命令
docker启动容器的指令
docker exec -it 镜像名字 bash
目前国内常用的镜像源
阿里云
http://mirrors.aliyun.com/pypi/simple/
中国科技大学
https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban)
http://pypi.douban.com/simple/
清华大学
https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学
http://pypi.mirrors.ustc.edu.cn/simple/
默认源
https://pypi.org/simple
Linux离线运行python代码的指令
将输出内容都保存再output.out文件中
nohup python xxx.py > output.out 2>&1 &
剑指offer的网址
https://www.acwing.com/activity/content/introduction/5/
算法面试、笔试题公开课
https://www.acwing.com/activity/content/introduction/8/