1 2 3 4 5 ··· 403 下一页
摘要: 001、shell实现 (base) [b20223040323@admin2 test]$ ls a.txt (base) [b20223040323@admin2 test]$ cat a.txt ## 测试数据 SRR5534377_1.fastq.gz SRR5534377_2.fastq. 阅读全文
posted @ 2025-10-18 22:50 小鲨鱼2018 阅读(1) 评论(0) 推荐(0)
摘要: 001、EVA官网 :https://www.ebi.ac.uk/eva/?utm_source=chatgpt.com 002、输入项目编号: a、 b、 c、 d、 e、选1或者2下载 。 阅读全文
posted @ 2025-10-17 16:07 小鲨鱼2018 阅读(8) 评论(0) 推荐(0)
摘要: Linux 中检测gz压缩文件是否损坏。 001、 [s20233040742@admin2 x_test]$ ls a.sh b.sh [s20233040742@admin2 x_test]$ seq 10 | gzip > a.txt.gz [s20233040742@admin2 x_tes 阅读全文
posted @ 2025-10-17 11:17 小鲨鱼2018 阅读(5) 评论(0) 推荐(0)
摘要: 001、问题 adobe illustrator中鼠标拖动移动幅度大 002、解决方法: 取消勾选对齐点和对齐像素 。 阅读全文
posted @ 2025-10-16 16:22 小鲨鱼2018 阅读(5) 评论(0) 推荐(0)
摘要: 001、 。 002、 002、 。 阅读全文
posted @ 2025-10-16 16:07 小鲨鱼2018 阅读(2) 评论(0) 推荐(0)
摘要: 001、打开AI,选择视图,去掉对齐像素、对齐点的选择,重新选择对齐网格: 002、测试方向键移动; 或者按shift同时按方向键移动。 003、 。 阅读全文
posted @ 2025-10-16 15:46 小鲨鱼2018 阅读(9) 评论(0) 推荐(0)
摘要: 利用插件实现,下载插件: 通过网盘分享的文件:Ai脚本插件合集Pro版3代(2022).jsx链接: https://pan.baidu.com/s/1HT2eXIrI4DrY5wR6XWrvQw 提取码: gs5e --来自百度网盘超级会员v8的分享 001、安装插件 下载插件后将插件移动到Ill 阅读全文
posted @ 2025-10-15 16:26 小鲨鱼2018 阅读(8) 评论(0) 推荐(0)
摘要: 001、 (base) [b20223040323@admin2 test]$ ls read.list SRR1770413_1.fastq.gz SRR1770413_2.fastq.gz (base) [b20223040323@admin2 test]$ head read.list ## 阅读全文
posted @ 2025-10-13 22:41 小鲨鱼2018 阅读(3) 评论(0) 推荐(0)
摘要: 001、 [root@localhost test]# seq -w 12 01 02 03 04 05 06 07 08 09 10 11 12 [root@localhost test]# seq -w 12 | paste -d " " - - ## 指定列数输出 01 02 03 04 05 阅读全文
posted @ 2025-10-08 10:24 小鲨鱼2018 阅读(8) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls ## 测试压缩文件 a.txt.gz [root@PC1 test]# gunzip -k a.txt.gz ## gzip版本需要高于1.5 [root@PC1 test]# ls a.txt a.txt.gz . 002、 [root@PC1 t 阅读全文
posted @ 2025-10-04 15:15 小鲨鱼2018 阅读(10) 评论(0) 推荐(0)
1 2 3 4 5 ··· 403 下一页