摘要: #!/usr/bin/python2.7 # -*- coding: utf-8 -*- # @Time: 2019年8月14日 # @Author: trent # 安装以下依赖工具 # python 2.7.5 # python-devel # psutil-2.1.3 import psutil def memissue(): print('memory info: ') mem = psu 阅读全文
posted @ 2019-09-08 17:31 BicycleBoy 阅读(369) 评论(0) 推荐(0) 编辑