会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
焦糖可丽饼
博客园
首页
博问
闪存
新随笔
订阅
管理
2023年12月8日
转载:ReportLab生成带表格和图文的PDF
摘要: 转载来自于:https://zhuanlan.zhihu.com/p/456486769 龙在天涯 项目环境: 环境:Anaconda Python 3.10 编辑器:PyCharm 2021.2.3 Packages:Reportlab 3.6.2 ReportLab简介 “This is a s
阅读全文
posted @ 2023-12-08 14:01 焦糖可丽饼
阅读(128)
评论(0)
推荐(0)
编辑
2023年1月6日
微生物生态研究中常用数据库简介--转载
摘要: https://blog.csdn.net/weixin_34185560/article/details/85855770?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%
阅读全文
posted @ 2023-01-06 16:55 焦糖可丽饼
阅读(658)
评论(0)
推荐(0)
编辑
2023年1月5日
集群的使用
摘要: 投递任务:qsub -cwd -l vf=*G,p=n,h=node -q queue *.sh cwd:在当前目录下执行任务,同时,SGE的运行日志也会输出在当前目录 -l:申请所需的资源。vf=*G设置任务预计使用的内存大小(一般设置的值要稍微大一些,负责容易让节点挂掉),p=n设置所需的CPU
阅读全文
posted @ 2023-01-05 14:06 焦糖可丽饼
阅读(65)
评论(0)
推荐(0)
编辑
2022年3月14日
excel常用公式
摘要: 当想要多个数字只保留固定几位小数时,公式floor(B2,0.01)得到小数后两位
阅读全文
posted @ 2022-03-14 21:01 焦糖可丽饼
阅读(72)
评论(0)
推荐(0)
编辑
2022年3月1日
linux改名字和截取部分文件名
摘要: 来源于: https://www.cnblogs.com/lyq863987322/p/8004618.html https://www.cnblogs.com/ApolloZ/p/11618303.html#:~:text=linux%20%E6%8F%90%E5%8F%96%E6%96%87%E
阅读全文
posted @ 2022-03-01 22:32 焦糖可丽饼
阅读(1514)
评论(1)
推荐(0)
编辑
2022年2月11日
重复行
摘要: 去除重复行sort file |uniq查找非重复行sort file |uniq -u查找重复行sort file |uniq -d统计sort file | uniq -c
阅读全文
posted @ 2022-02-11 22:00 焦糖可丽饼
阅读(24)
评论(0)
推荐(0)
编辑
2021年12月11日
linux正则表达式
摘要: grep 1.搜寻特定字符串"the"注: n为显示行号 复制代码 代码如下: # grep -n 'the' regular_express.txt 2.反向搜寻特定字符串"the" 复制代码 代码如下: # grep -vn 'the' regular_express.txt 3.取得任意大小写
阅读全文
posted @ 2021-12-11 10:16 焦糖可丽饼
阅读(268)
评论(0)
推荐(0)
编辑
2021年12月7日
css自测
摘要: 1、padding和margin的区别 2、position:absolute和relative的区别 3、display:block和display:inline的区别 4、margin border padding三者关系
阅读全文
posted @ 2021-12-07 16:43 焦糖可丽饼
阅读(35)
评论(0)
推荐(0)
编辑
2021年12月1日
静态网页实战个人练习+笔记
摘要: 项目:品优购静态网页 html和css学习太久了,做一个项目复习一下,这里当作笔记了 1、在html中导入css的方法: <link rel="stylesheet" href="css/base.css"> 2、添加网站小图标方法: 左面的小图案即图标 很可爱!!想添加仅需要三步: 制作图标:pn
阅读全文
posted @ 2021-12-01 17:27 焦糖可丽饼
阅读(193)
评论(0)
推荐(0)
编辑
2021年11月29日
mafft+phylosuite+raxml
摘要: 构建系统发育树 有参考《Genomes of Subaerial Zygnematophyceae Provide Insights into Land Plant Evolution》 最后决定用mafft+phylosuite+raxml 首先需要将序列进行比对 在这里使用mafft conda
阅读全文
posted @ 2021-11-29 22:05 焦糖可丽饼
阅读(1538)
评论(0)
推荐(0)
编辑
下一页