会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鲨鱼2018
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
25
26
27
28
29
30
31
32
33
···
403
下一页
2024年12月3日
Cannot find a valid baseurl for repo: base/7/x86_64
摘要: 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)
2024年12月2日
treemix: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or direct
摘要: 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)
configure: error: could not find GSL BLAS
摘要: 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)
2024年12月1日
序列处理工具Seqkit的安装以及使用
摘要: 序列处理工具Seqkit的安装以及使用
阅读全文
posted @ 2024-12-01 00:56 小鲨鱼2018
阅读(212)
评论(0)
推荐(0)
Linux中实现根据scaffold名称从fasta文件中提取数据(scaffold名称长)
摘要: 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)
2024年11月24日
Linux shell 中情况命令行的快捷键
摘要: 001、 ctrl + u
阅读全文
posted @ 2024-11-24 16:40 小鲨鱼2018
阅读(42)
评论(0)
推荐(0)
2024年11月23日
c语言程序块中初始化变量对同名变量作用域的影响
摘要: 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)
putty中设置白色背景、黑色字体
摘要: 001、 002、 003、 前景色全部改为0 004、 背景色全部改为255 。
阅读全文
posted @ 2024-11-23 11:40 小鲨鱼2018
阅读(444)
评论(0)
推荐(0)
2024年11月22日
c语言中块作用域的优先级高于文件作用域
摘要: 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)
2024年11月21日
库文件,动态库和静态库的区别
摘要: 0、 库文件,动态库和静态库的区别 。
阅读全文
posted @ 2024-11-21 22:48 小鲨鱼2018
阅读(6)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
32
33
···
403
下一页
公告