坐山雕

导航

03 2021 档案

Find all zero-byte files in directory and subdirectories
摘要:find "./" -size 0 阅读全文

posted @ 2021-03-31 15:53 坐山雕 阅读(49) 评论(0) 推荐(0)

grep in python
摘要:for line in file: if re.search(pattern, line): print(line) 阅读全文

posted @ 2021-03-30 17:04 坐山雕 阅读(55) 评论(0) 推荐(0)

How do I know the script file name in a Bash script?
摘要:me=`basename "$0"` 阅读全文

posted @ 2021-03-30 16:50 坐山雕 阅读(55) 评论(0) 推荐(0)

ENCODE Chromatin State Segmentation by HMM from Broad Institute, MIT and MGH
摘要:https://hgsv.washington.edu/cgi-bin/hgFileUi?db=hg38&g=wgEncodeBroadHmm Display Conventions and Configuration This track is a composite track that con 阅读全文

posted @ 2021-03-29 12:46 坐山雕 阅读(127) 评论(0) 推荐(0)

macOS cannot verify that this app is free from malware. 怎么解决显示全部 ​
摘要:你比较确定不是恶意软件的情况下,苹果官方给出的解决方案在 Mac 上安全地打开应用是按住Control键点按应用, 然后打开,这样会把应用增加到白名单中许可执行。对于开发者来说,比较简单的办法就是禁用Gatekeeper,执行如下命令:$ sudo spctl --master-disable 作者 阅读全文

posted @ 2021-03-28 20:54 坐山雕 阅读(3454) 评论(0) 推荐(0)

win10怎么设置游戏录制时间
摘要:https://jingyan.baidu.com/article/ca2d939d50c538eb6c31ce3e.html 阅读全文

posted @ 2021-03-26 14:54 坐山雕 阅读(113) 评论(0) 推荐(0)

diy zotero
摘要:https://blog.csdn.net/weixin_41457494/article/details/103967939 https://editor.citationstyles.org/visualEditor/ 阅读全文

posted @ 2021-03-04 19:21 坐山雕 阅读(69) 评论(0) 推荐(0)