摘要: #!/usr/bin/env python # _*_coding:utf-8_*_ import os import sys import statvfs def main(): '''deamon''' if 'linux' not in sys.platform: print 'sorry! system opreation not supply!' ... 阅读全文
posted @ 2017-07-10 12:26 梦轻尘 阅读(1571) 评论(0) 推荐(0) 编辑