上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 403 下一页
摘要: 001、yum报错 (base) [root@PC1 yum.repos.d]# yum install httpd ## yum安装应用报错 。 002、解决方法 (base) [root@PC1 home]# cd /etc/yum.repos.d (base) [root@PC1 yum.re 阅读全文
posted @ 2024-12-03 23:41 小鲨鱼2018 阅读(1183) 评论(0) 推荐(0)
摘要: treemix: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or direct 阅读全文
posted @ 2024-12-02 16:35 小鲨鱼2018 阅读(101) 评论(0) 推荐(0)
摘要: 001、 问题 configure: error: could not find GSL BLAS ## 配置软件报错如下 002、解决方法 wget -c http://ftp.club.cc.cmu.edu/pub/gnu/gsl/gsl-latest.tar.gz tar -xzvf gsl- 阅读全文
posted @ 2024-12-02 16:21 小鲨鱼2018 阅读(87) 评论(0) 推荐(0)
摘要: 序列处理工具Seqkit的安装以及使用 阅读全文
posted @ 2024-12-01 00:56 小鲨鱼2018 阅读(212) 评论(0) 推荐(0)
摘要: 001、 (base) [sy20213040737@admin2 test]$ ls chr.list test.fa (base) [sy20213040737@admin2 test]$ cat test.fa ## 测试fasta文件 >chr1 xxxx aaaabbb cccccddd 阅读全文
posted @ 2024-12-01 00:25 小鲨鱼2018 阅读(25) 评论(0) 推荐(0)
摘要: 001、 ctrl + u 阅读全文
posted @ 2024-11-24 16:40 小鲨鱼2018 阅读(42) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test1]# ls test1.c test2.c [root@PC1 test1]# cat test1.c #include <stdio.h> int main(void) { int i; int x = 10000; for(i = 0; i < 4; i+ 阅读全文
posted @ 2024-11-23 13:18 小鲨鱼2018 阅读(17) 评论(0) 推荐(0)
摘要: 001、 002、 003、 前景色全部改为0 004、 背景色全部改为255 。 阅读全文
posted @ 2024-11-23 11:40 小鲨鱼2018 阅读(444) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c #include <stdio.h> int a = 100; // 该变量具有文件作用域 int main(void) { printf("a = %d\n", a); // 在 阅读全文
posted @ 2024-11-22 13:03 小鲨鱼2018 阅读(10) 评论(0) 推荐(0)
摘要: 0、 库文件,动态库和静态库的区别 。 阅读全文
posted @ 2024-11-21 22:48 小鲨鱼2018 阅读(6) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 403 下一页