摘要:
1、列出當(dāng)前目錄的文件、文件夾完整路徑 ls -1 |awk '{print i$0}' i=pwd'/' 2、列出當(dāng)前目錄及子目錄的文件、文件夾完整路徑 ls -R |awk '{print i$0}' i=pwd'/' 2b) 列出當(dāng)前目錄及子目錄下的文件夾完整路徑 ls -FR | grep
閱讀全文
摘要:
scale_y_discrete(position = "left",labels=function(x) str_wrap(x, width=48)) +
閱讀全文
摘要:
find . -name "*.php" -execdir grep -nH --color=auto foo {} ';'
閱讀全文
摘要:
pip install keras==2.0.3 -i https://pypi.tuna.tsinghua.edu.cn/simple
閱讀全文
摘要:
ryzen@cp7:~$ python Command 'python' not found, did you mean: command 'python3' from deb python3 root@DESKTOP-I:/usr/bin# echo alias python=python3 >>
閱讀全文
摘要:
SAIN<-FAIN[grepl("HE-H$",FAIN$rDD),,drop=TRUE]
閱讀全文
摘要:
nohup /root/runoob.sh > runoob.log 2>&1 &****
閱讀全文
摘要:
http://www.rzrgm.cn/bluevitality/p/6691041.html
閱讀全文
摘要:
#!/bin/bash #by inmoonlight@163.com #下面的代碼控制并發(fā)數(shù)。其實(shí)是利用令牌原理實(shí)現(xiàn) #一個線程要運(yùn)行,首先要拿到令牌在該代碼中即read一行數(shù)據(jù),讀取不到就會暫停,否則就拿到數(shù)據(jù)就運(yùn)行命令,當(dāng)完成后將令牌放回 #將令牌放回即再在管道文件中寫入一行數(shù)據(jù),這里的數(shù)據(jù)是
閱讀全文
摘要:
transpose() { awk ' BEGIN { FS = ","; OFS = ","; } { if (max_nf<NF) max_nf=NF max_nr=NR for (x=1; x<=NF; ++x) vector[x, NR]=$x } END { for (x=1; x<=ma
閱讀全文
摘要:
作者:匿名用戶 鏈接:https://www.zhihu.com/question/22883229/answer/71280098 來源:知乎 著作權(quán)歸作者所有。商業(yè)轉(zhuǎn)載請聯(lián)系作者獲得授權(quán),非商業(yè)轉(zhuǎn)載請注明出處。 打開終端,輸入下面的命令:defaults write com.apple.find
閱讀全文
摘要:
sudo add-apt-repository ppa:marutter/rrutter sudo apt update sudo apt full-upgrade
閱讀全文
摘要:
https://rdrr.io/bioc/genomation/f/vignettes/GenomationManual.Rmd
閱讀全文
摘要:
FIN=read.table(IN,header=TRUE) circos.clear() circos.par("start.degree" = 90) circos.initialize("chrB", xlim = c(0, 171823)) circos.track(ylim = c(0,
閱讀全文
摘要:
stat_smooth (geom="line", alpha=0.3, size=3, span=0.5) + geom_line(stat="smooth",method = "loess", formula = y ~x,span=0.3, size = 1.5, #linetype ="da
閱讀全文
摘要:
Windows設(shè)置—>游戲—>屏幕截圖—>錄制時間; https://www.zhihu.com/question/404390297
閱讀全文
摘要:
timeline=format(Sys.time(), "%Y%m%d-%H%M")
閱讀全文
摘要:
cat MANU_CHK.sh echo "input Chr" read C echo "input Start" read S echo "input End" read E cat $C.bed|awk -v s=$S -v e=$E '{if($2>=s && $3<=e)print}'|c
閱讀全文
摘要:
/var/snap/nextcloud/common/nextcloud/data/ Adding files to Nextcloud using the command line https://medium.com/code-enigma/adding-files-to-nextcloud-u
閱讀全文
摘要:
https://askubuntu.com/questions/1357/how-to-empty-swap-if-there-is-free-ram#:~:text=a%20single%20line-,sudo%20swapoff%20-a%3B%20sudo%20swapon%20-a,-Be
閱讀全文
摘要:
yum install perl gcc make kernel-headers kernel-devel -y [root@centos6 vmware-tools-distrib]# ./vmware-install.pl https://webhostinggeeks.com/howto/ho
閱讀全文
摘要:
以上cron命令格式為:* * * * * [root run-parts] command 前面五個*號代表時間,用數(shù)字,數(shù)字的取值范圍和含義如下: 第一個*:分鐘 (0-59)[整數(shù)] 第二個*:小時(0-23)[整數(shù)] 第三個*:日期(1-31)[整數(shù)(必須是指定月份的有效日期)] 第四個*:
閱讀全文
摘要:

閱讀全文
摘要:
在圖片圖片所示的任何地方輸入: thisisunsafe 沒錯就是這么6,然后就可以訪問了。輸錯了請刷新再來(微笑) https://blog.csdn.net/filbert_917/article/details/104502774
閱讀全文
摘要:
sync -rv -e 'ssh -p 1911' ANNO_XS01KF2021020136_PM-XS01KF2021020136-06_AHWMC2DSXY_2021-06-06_04-01-19/ simon@10.20.1.138:/media/simon/HDD4/FASTQ_RAW/
閱讀全文
摘要:
x = seq(1,15) y = c(4,5,6,5,5,6,7,8,7,7,6,6,7,8,9) plot(x,y,type="l",ylim=c(3,10)) lo ← loess(y~x) xl ← seq(min(x),max(x), (max(x) - min(x))/1000) out
閱讀全文
摘要:
FILENAME=basename(rstudioapi::getActiveDocumentContext()$path) FULLPATH=dirname(rstudioapi::getActiveDocumentContext()$path) FILENAME FULLPATH
閱讀全文
摘要:
FIN=read.table("/Users/zhongyuantian/macshare/workSpace2021/1.TFY/1.3.TFY20201215/1.3.1.TFY1C_TFY1_OPTIMISE/GENENUMinMTForRAID/MTF1135.bed.hitby_Brown
閱讀全文
摘要:
every_nth = function(n) { return(function(x) {x[c(TRUE, rep(FALSE, n - 1))]}) } ggplot(mpg, aes(x = class, y = cyl)) + geom_point() + scale_x_discrete
閱讀全文
摘要:
bt ← function(a, b, p = 0.5) {binom.test(a, b+a, 0.5, alternative= c("two.sided"), conf.level = 0.95)$p.value} #counts$pVal ← mapply(bt, counts$small,
閱讀全文
摘要:
cat TFY1C.txt|awk '{print $0"\t"substr($4,1,4)}'> TFY1CRID.tx 1--從那位開始 4--多長
閱讀全文
摘要:
scale_x_continuous( breaks = pretty_breaks(10),labels=scales::comma)+ x ← 1:4 y ← c(0, 0.0001, 0.0002, 0.0003) dd ← data.frame(x, y) scientific_10 ← f
閱讀全文
摘要:
library(ggplot2) set.seed(1) vals1 ← rbeta(1000, 0.5, 0.1) vals2 ← rbeta(1000, 0.25, 0.3) gg ← ggplot(data.frame(x=c(vals1, vals2), grp=c(rep("a", 100
閱讀全文
摘要:
import sys inFile = open(sys.argv[1],'r') for line in inFile: #skip comment lines that start with the '#' character if line[0] != '#': #split line int
閱讀全文
摘要:
[$ cat all.experiments.csv.clean|sed -r '/^\s*$/d' > all.experiments.csv.clean2
閱讀全文
摘要:
Ubuntu下執(zhí)行上面舉例的重命名時,命令是這樣的:rename ‘s/a/xxx/g’ *.txt
閱讀全文
摘要:
前言 https://blog.csdn.net/hyh19962008/article/details/89430548 word中可以通過修改用戶的信息實(shí)現(xiàn)新建的批注者顯示不同的名稱,但是對于文檔中已有的批注則無法進(jìn)行修改,在vba中通過word.documents(1).comments(1)
閱讀全文
摘要:
import os os.system("pip install numpy") import subprocess subprocess.call(['pip3', 'install', "pandas"]) subprocess.call(['pip', 'install', "matplotl
閱讀全文