Loading

摘要: 1 pip install pywin32; 2 pip install wheel -i https://pypi.tuna.tsinghua.edu.cn/simple 3 pip install -U setuptools 4 pip install pyinstaller -i https: 阅读全文
posted @ 2021-02-10 20:52 丨渍丨 阅读(40) 评论(0) 推荐(0)
摘要: 一、基本命令 1.1 关机和重启 关机 shutdown -h now 立刻关机 shutdown -h 5 5分钟后关机 poweroff 立刻关机 重启 shutdown -r now 立刻重启 shutdown -r 5 5分钟后重启 reboot 立刻重启 1.2 帮助命令 --help命令 阅读全文
posted @ 2021-02-10 20:43 丨渍丨 阅读(90) 评论(0) 推荐(0)