赞
踩
windows:重启 shutdown -r -t 【t是秒数,t=0表示立即】
关机 shutdown -s -t
autodl:开启后台运行页面 screen 【回车出现新页面】
screen -U 【回车出现新页面,解决乱码问题】
ctrl+a+d 【退回原终端(screen的页面只是离开,并未退出)】
screen -ls 【找到所有离开的会话】
screen -r 会话名 【恢复对应会话】
screen -U -r 会话名 【恢复对应会话,解决乱码问题】
ctrl+d 【退回会话】
screen -wipe【Remove dead screens】
PyTroch:镜像源:-i https://pypi.tuna.tsinghua.edu.cn/simple
-i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
cmd:pip list | grep xxx【xxx是想查看的是否已安装的包名】
pip install -U xxx 【升级xxx包】
unzip xxx.zip【解压缩】
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。