上一页 1 ··· 156 157 158 159 160 161 162 163 164 ··· 367 下一页
摘要: 001、 (base) root@PC1:/home/test3# ls a.txt test.py (base) root@PC1:/home/test3# cat a.txt ## 测试数据 ddd ff ff jkj jj dffffffgg dgfggggg k fff iyyee (bas 阅读全文
posted @ 2022-08-09 12:45 小鲨鱼2018 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 001、 (base) root@PC1:/home/test3# ls a.txt test.py (base) root@PC1:/home/test3# cat a.txt ## 测试数据 ddd ff ff jkj jj dffffffgg dgfggggg (base) root@PC1: 阅读全文
posted @ 2022-08-09 12:40 小鲨鱼2018 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 001、字典实现 (base) root@PC1:/home/test2# ls a.fasta test.py (base) root@PC1:/home/test2# cat a.fasta ## 测试数据 >scaffold_1 CCCGGGTAAAACGGGTCTTCAAGAAAACGCTC 阅读全文
posted @ 2022-08-09 11:41 小鲨鱼2018 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 001、问题 pip install慢 002、解决方法 临时修改 在 pip install 包名 -i https://pypi.tuna.tsinghua.edu.cn/simple。 例如: pip install scipy -i https://pypi.tuna.tsinghua.ed 阅读全文
posted @ 2022-08-08 23:18 小鲨鱼2018 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 001、 (base) root@ubuntu01pc1:~# conda --version conda 4.12.0 (base) root@ubuntu01pc1:~# python --version Python 3.9.12 002、 创建python3.8环境 conda create 阅读全文
posted @ 2022-08-08 22:21 小鲨鱼2018 阅读(1385) 评论(0) 推荐(0) 编辑
摘要: 001、 (base) root@ubuntu01pc1:~# conda --version ## conda版本 conda 4.12.0 002、在终端执行如何命令 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn 阅读全文
posted @ 2022-08-08 21:03 小鲨鱼2018 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: 001、系统 root@ubuntu01pc1:/home/test# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 阅读全文
posted @ 2022-08-08 20:44 小鲨鱼2018 阅读(707) 评论(0) 推荐(0) 编辑
摘要: 001、python中global关键字 将 局部变量升级为全局变量 (base) root@PC1:/home/test# ls test.py (base) root@PC1:/home/test# cat test.py ## 测试脚本 #!/usr/bin/python def test_f 阅读全文
posted @ 2022-08-08 19:33 小鲨鱼2018 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 001、局部变量:作用域仅限于函数内部。 (base) root@PC1:/home/test# ls test.py (base) root@PC1:/home/test# cat test.py ## 测试脚本 #!/usr/bin/python def test_fun(): ## 创建函数 阅读全文
posted @ 2022-08-08 19:26 小鲨鱼2018 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 001、 回退:u 前进:ctrl + r 阅读全文
posted @ 2022-08-08 19:18 小鲨鱼2018 阅读(446) 评论(0) 推荐(0) 编辑
上一页 1 ··· 156 157 158 159 160 161 162 163 164 ··· 367 下一页