07 2016 档案
摘要:# rsync -avzP file root@172.20.7.219:/root/tmp (我这里file指要传送的文件)
阅读全文
摘要:function huge_cp() { while read line1; do cp $line1 ../; done; } function huge_rm() { while read line1; do rm $line1 ; done; } function huge_mv() { while read line1; do mv $line1 ../files/; done; } ...
阅读全文
摘要:利用python 在mongo中建立索引
阅读全文
浙公网安备 33010602011771号