会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鲨鱼2018
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
24
25
26
27
28
29
30
31
32
···
403
下一页
2024年12月8日
Exception in thread "Thread-0" java.lang.RuntimeException: Sequence and quality length don't match:
摘要: 001、问题 Exception in thread "Thread-0" java.lang.RuntimeException: Sequence and quality length don't match: 002、 出现这个问题的原因是原始fastq文件损坏,需要重新下载a、通过解压原始gz
阅读全文
posted @ 2024-12-08 18:06 小鲨鱼2018
阅读(45)
评论(0)
推荐(0)
2024年12月7日
/usr/bin/ld: cannot find -lopenblas
摘要: 001、问题 /usr/bin/ld: cannot find -lopenblas 。 002、解决方法 yum -y install epel-release yum -y install openblas-devel 003、检测效果 make install 。
阅读全文
posted @ 2024-12-07 19:29 小鲨鱼2018
阅读(20)
评论(0)
推荐(0)
make clean和make clobber区别
摘要: 1、 make clean和make clobber区别。 https://blog.csdn.net/qq_32014215/article/details/106155403;
阅读全文
posted @ 2024-12-07 17:04 小鲨鱼2018
阅读(36)
评论(0)
推荐(0)
c语言中作用域和存储期的区别
摘要: c语言中作用域和存储期的区别
阅读全文
posted @ 2024-12-07 13:01 小鲨鱼2018
阅读(12)
评论(0)
推荐(0)
2024年12月4日
centos7中安装boost,gsl 和 treemix
摘要: 001、安装boost依赖环境 boost 是一个跨平台的 c++ 库集合,它提供了许多功能和工具,用于在 linux 上开发高性能的应用程序。 yum -y install bzip2 bzip2-devel bzip2-libs python-devel 002、下载最新安装包 https://
阅读全文
posted @ 2024-12-04 10:31 小鲨鱼2018
阅读(222)
评论(0)
推荐(0)
pp:30:28: error: expected ‘}’ before end of line;hpp:30:28: error: expected declaration before end of linehpp:40:94: error: expected initializer before ‘noexcept’
摘要: 001、编译报错如下: 002、原因gcc版本低 当下版本为: (base) [root@PC1 boost_1_86_0]# gcc --version gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36) Copyright (C) 2015 Free Soft
阅读全文
posted @ 2024-12-04 09:26 小鲨鱼2018
阅读(47)
评论(0)
推荐(0)
rocky9中boost、gsl、treemix的安装
摘要: rocky9中boast的安装。 01、 boost 是一个跨平台的 c++ 库集合,它提供了许多功能和工具,用于在 linux 上开发高性能的应用程序。 02、下载最新版的boost https://www.boost.org/users/download/ 03、安装依赖环境 yum -y in
阅读全文
posted @ 2024-12-04 08:44 小鲨鱼2018
阅读(177)
评论(0)
推荐(0)
如何在Linux系统中设置Boost库的环境变量?
摘要: 如何在Linux系统中设置Boost库的环境变量? https://www.kdun.com/ask/1334132.html
阅读全文
posted @ 2024-12-04 00:29 小鲨鱼2018
阅读(26)
评论(0)
推荐(0)
gsl是什么 Linux
摘要: GSL(GNU Scientific Library)是一个开源的科学计算库,主要用于C和C++程序。它包含了大量高效的数学函数,适用于各种科学计算任务。
阅读全文
posted @ 2024-12-04 00:15 小鲨鱼2018
阅读(61)
评论(0)
推荐(0)
Linux 中boost是什么?
摘要: boost 是一个跨平台的 c++ 库集合,它提供了许多功能和工具,用于在 linux 上开发高性能的应用程序。
阅读全文
posted @ 2024-12-04 00:09 小鲨鱼2018
阅读(30)
评论(0)
推荐(0)
上一页
1
···
24
25
26
27
28
29
30
31
32
···
403
下一页
公告