摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- import os import socket,fcntl,struct #crontab下shell命令无法执行 def getHostInfo(): # cmd = r"ifconfig|grep -v 127|grep 'inet addr' |awk '{print $2}'|cut -... 阅读全文
posted @ 2018-09-12 16:12 fosonR 阅读(1817) 评论(0) 推荐(0) 编辑