12 2017 档案

摘要:系统上网代理设置: 1、编辑文件/etc/profile,增加如下两行 2、执行source /etc/profile,然后登出再登入生效 3、查看是否有代理:echo $http_proxy;echo $thhps_proxy wget代理设置: 1、编辑文件为:/etc/wgetrc 添加下面两 阅读全文
posted @ 2017-12-14 10:33 Lrr-Alysa 阅读(23012) 评论(0) 推荐(0)
摘要:cmd='./vdbench -f {}'.format(fn) + "-" + str(num0) + ' -o /root/res' + str(num0) #print cmd print commands.getoutput(cmd) 阅读全文
posted @ 2017-12-07 18:00 Lrr-Alysa 阅读(2760) 评论(0) 推荐(0)