摘要: [description]:def bootstrap(): host = 'ec2-54-xxx.xxx.xxx.compute-1.amazonaws.com' env.hosts = [host... 阅读全文
posted @ 2016-04-30 11:18 cn_wk 阅读(253) 评论(0) 推荐(0)
摘要: 语法为 :[addr]s/源字符串/目的字符串/[option]全局替换命令为::%s/源字符串/目的字符串/g[addr] 表示检索范围,省略时表示当前行。如:“1,20” :表示从第1行到20行;“%” :表... 阅读全文
posted @ 2016-04-30 10:58 cn_wk 阅读(104) 评论(0) 推荐(0)