06 2019 档案

摘要:import os import time cmd = 'ifconfig | grep "RX bytes" | tail -1 | awk -F":" \'{print $2," ", $3}\' | awk \'{print $1 , " " , $6}\' > network_speed.temp' os.system(cmd) tx=0 rx=0 while True: ... 阅读全文
posted @ 2019-06-19 20:30 友哥 阅读(798) 评论(0) 推荐(0) 编辑
摘要:软件编程是艺术、是手艺 阅读全文
posted @ 2019-06-17 11:46 友哥 阅读(270) 评论(0) 推荐(0) 编辑
摘要:pip install mysql-connector-python 阅读全文
posted @ 2019-06-13 21:25 友哥 阅读(245) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示