上一页 1 ··· 149 150 151 152 153 154 155 156 157 ··· 403 下一页
摘要: 001、 strings /usr/lib64/libstdc++.so.6 | grep GLIBC 阅读全文
posted @ 2022-12-01 11:30 小鲨鱼2018 阅读(2299) 评论(0) 推荐(0)
摘要: 001、测试命令 [root@pc1 test3]# rar bash: rar: command not found... 002、查看系统 [root@pc1 test3]# ls [root@pc1 test3]# cat /etc/redhat-release CentOS Linux re 阅读全文
posted @ 2022-12-01 11:26 小鲨鱼2018 阅读(2102) 评论(0) 推荐(0)
摘要: 001、准备如下word界面 002、右击标题1 003、选择修改 004、点击格式 005、选择编号 006、点击定义编号格式 007、输入编号格式 008、选择样式 009、点击确认 010、两个都点击确认 011、点击标题1 012、选择图片位置 013、点击引用 014、选择插入题注 015 阅读全文
posted @ 2022-11-30 21:04 小鲨鱼2018 阅读(1826) 评论(0) 推荐(0)
摘要: 001、问题 >>> import gffutils Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'gffutils' 002、 阅读全文
posted @ 2022-11-19 23:03 小鲨鱼2018 阅读(201) 评论(0) 推荐(0)
摘要: 001、 问题 >>> from Bio import SeqIO 002、解决方法 pip3 install biopython -i https://pypi.douban.com/simple 003、测试效果 from Bio import SeqIO 阅读全文
posted @ 2022-11-19 22:57 小鲨鱼2018 阅读(1435) 评论(0) 推荐(0)
摘要: 001、 [root@pc1 test2]# ls a.txt test.py [root@pc1 test2]# cat a.txt ## 测试序列 AGCTTCCCC [root@pc1 test2]# cat test.py ## 测试程序 #!/usr/bin/python in_file 阅读全文
posted @ 2022-11-16 18:21 小鲨鱼2018 阅读(189) 评论(0) 推荐(0)
摘要: 001、 [root@pc1 test3]# ls a.txt [root@pc1 test3]# cat a.txt ## 测试数据 ad_33;hh_kk dd;ff;dd;77 uu_77_88_99 [root@pc1 test3]# awk -F "[_;]" '{print $2}' a 阅读全文
posted @ 2022-11-16 18:02 小鲨鱼2018 阅读(344) 评论(0) 推荐(0)
摘要: 001、match >>> import re >>> str1 = "www.baidu.com" ## 测试字符串 >>> re.match("www", str1) <re.Match object; span=(0, 3), match='www'> >>> re.match("www", 阅读全文
posted @ 2022-11-16 16:21 小鲨鱼2018 阅读(26) 评论(0) 推荐(0)
摘要: 001、shell实现 [root@pc1 test2]# ls a.txt [root@pc1 test2]# cat a.txt ## 测试数据 1 4 6 10 8 16 17 20 [root@pc1 test2]# cat a.txt | tr " " "\n" | sed -e '1d' 阅读全文
posted @ 2022-11-16 14:41 小鲨鱼2018 阅读(33) 评论(0) 推荐(0)
摘要: 001、shell实现 [root@pc1 test2]# ls a.txt [root@pc1 test2]# cat a.txt ## 测试数据 a 8 b 3 a 9 a 2 b 3 c 7 c 2 c 10 [root@pc1 test2]# for i in a b c; do grep 阅读全文
posted @ 2022-11-16 11:16 小鲨鱼2018 阅读(171) 评论(0) 推荐(0)
上一页 1 ··· 149 150 151 152 153 154 155 156 157 ··· 403 下一页