摘要: 1 # coding=utf-8 2 import os 3 import commands 4 import re 5 from pyExcelerator import * 6 7 8 def execute(cmd): 9 status, output = commands.getstatusoutput(cmd) 10 if status != 0:... 阅读全文
posted @ 2018-10-30 15:08 Small_office 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1 # coding=utf-8 2 import re 3 import os 4 import commands 5 import json 6 import psutil 7 from pyExcelerator import * 8 9 10 def execute(cmd): 11 status, output = commands.... 阅读全文
posted @ 2018-10-30 15:06 Small_office 阅读(695) 评论(0) 推荐(0) 编辑