会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
g!gn#isv
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
45
46
47
48
49
50
51
52
53
···
329
下一页
2022年6月29日
linux如何把一个文件打包成gz
摘要: linux如何把一个文件打包成gz tar aaa.tar.gz originalfile
阅读全文
posted @ 2022-06-29 14:25 bH1pJ
阅读(136)
评论(0)
推荐(0)
编辑
如何查看一个文件夹下所有文件的大小?
摘要: 如何查看一个文件夹下所有文件的大小? du -sh * | sort -n
阅读全文
posted @ 2022-06-29 13:44 bH1pJ
阅读(47)
评论(0)
推荐(0)
编辑
2022年6月28日
如何在linux 安装tar.gz二进制包
摘要: 如何在linux 安装tar.gz二进制包 tar xvzf kallisto_linux-v0.46.1.tar.gz sudo chmod 777 kallisto ./kallisto
阅读全文
posted @ 2022-06-28 20:52 bH1pJ
阅读(72)
评论(0)
推荐(0)
编辑
如何查看linux 服务器的内存容量
摘要: 如何查看linux 服务器的内存容量 cat /proc/meminfo cat /proc/meminfo
阅读全文
posted @ 2022-06-28 20:51 bH1pJ
阅读(167)
评论(0)
推荐(0)
编辑
linux 如何将一个可执行文件添加到环境变量中
摘要: linux 如何将一个可执行文件添加到环境变量中 linux可执行文件添加到PATH环境变量的方法_Carey_Lu的博客-CSDN博客
阅读全文
posted @ 2022-06-28 20:46 bH1pJ
阅读(108)
评论(0)
推荐(0)
编辑
What is the difference between the histology and western blotting 两种方法都是进行组织染色的
摘要: What is the difference between the histology and western blotting A Comparison of Immunohistochemistry and Western Blot 免疫组织化学和蛋白质印迹都通过利用抗体如何与生物组织中存在的
阅读全文
posted @ 2022-06-28 16:06 bH1pJ
阅读(15)
评论(0)
推荐(0)
编辑
免疫组化和免疫组学之间的区别是啥?
摘要: 免疫组化和免疫组学之间的区别是啥? 免疫组化的几个方向: 术语“组学”泛指一组基因组学技术,用于细胞和分子生物学研究分子(DNA、RNA)、蛋白质和表观遗传学特征。组学被用于研究宿主和病原体,并跨越许多学科,如免疫学、肿瘤学和细胞生物学。
阅读全文
posted @ 2022-06-28 15:29 bH1pJ
阅读(112)
评论(0)
推荐(0)
编辑
2022年6月27日
python对字典进行排序,排序之后还是字典,怎么搞
摘要: python对字典进行排序,排序之后还是字典,怎么搞 collections.OrderedDict import collections dicDockers = collections.OrderedDict(dicDocker)
阅读全文
posted @ 2022-06-27 16:22 bH1pJ
阅读(21)
评论(0)
推荐(0)
编辑
如何遍历collections.OrderedDict,服了又忘记items
摘要: 如何遍历collections.OrderedDict
阅读全文
posted @ 2022-06-27 16:07 bH1pJ
阅读(16)
评论(0)
推荐(0)
编辑
python dataframe iloc
摘要: python dataframe iloc
阅读全文
posted @ 2022-06-27 15:55 bH1pJ
阅读(6)
评论(0)
推荐(0)
编辑
上一页
1
···
45
46
47
48
49
50
51
52
53
···
329
下一页
公告