上一页 1 2 3 4 5 6 7 8 ··· 22 下一页
摘要: 基础知识 分类(根据按键开关的设计) 价格排序:薄膜键盘 < 机械键盘 < 静电容键盘 薄膜键盘 最上面是层薄膜,底部涂有一些断开的导电材料。当薄膜被按下导致两层接触,电路被接通。这种键盘价格便宜,市面上¥100以下大多薄膜键盘。 机械键盘 大部分品牌使用Cherry公司(樱桃)的MX机械轴(十字口 阅读全文
posted @ 2021-06-03 23:37 林東雨 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 0,PuTTY 自带 PSFTP.exe 能够用于文件传输 注意:如果不是以超级管理员权限打开命令提示符或接口图标PSFTP,那么系统盘下部分文件是不允许上传,并且部分地址不允许存放下载文件。 1,打开 PSFTP.exe psftp: no hostname specified; use "ope 阅读全文
posted @ 2021-06-03 23:26 林東雨 阅读(2641) 评论(0) 推荐(0) 编辑
摘要: Anaconda or Miniconda ? Choose Anaconda if you: Are new to conda or Python. Like the convenience of having Python and over 1,500 scientific packages a 阅读全文
posted @ 2021-06-03 00:57 林東雨 阅读(808) 评论(0) 推荐(0) 编辑
摘要: $ whereis python 查询的程序名、bash路径、bash的man 手册页路径 $ python3 -V Python 3.8.5 阅读全文
posted @ 2021-06-03 00:51 林東雨 阅读(755) 评论(0) 推荐(0) 编辑
摘要: 操作系统 $ cat /proc/version Ubuntu version $ cat /etc/lsb-release > DISTRIB_CODENAME = focal CPU $ cat /proc/cpuinfo | grep "model name" 按照model name 对结果 阅读全文
posted @ 2021-06-03 00:01 林東雨 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 实用命令 $ which filename 返回文件路径 参考资料 https://www.runoob.com/linux/linux-comm-which.html 阅读全文
posted @ 2021-06-02 23:21 林東雨 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 查看帮助 $ mkdir --help Usage mkdir [OPTION]... DIRECTORY... Option -m, --mode=MODE set file mode (as in chmod), not a=rwx - umask -p, --parents no error 阅读全文
posted @ 2021-06-02 23:09 林東雨 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 实用命令 chmod 700 file 只允许文件所有者进行rwx操作 参考资料 https://www.runoob.com/linux/linux-comm-chmod.html 阅读全文
posted @ 2021-06-02 22:59 林東雨 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1,运行 Anaconda Prompt 2,添加国内镜像源 conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors 阅读全文
posted @ 2021-06-02 21:06 林東雨 阅读(688) 评论(0) 推荐(0) 编辑
摘要: 1,打开 Anaconda Prompt 2,执行 conda update conda // 更新 conda 至最新版 3,执行 conda update anaconda // 更新 anaconda 至最新版 4,至此,base 环境升级至最新版 5,打开某个环境的 Anaconda Pro 阅读全文
posted @ 2021-06-02 17:16 林東雨 阅读(1905) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 22 下一页