CSS Ribbon

Reproducing the GitHub Ribbon in CSS

2018年5月12日

Day73-CMDB(资产管理采集)的三种实现方式

摘要: # 采集数据 import subprocess import requests ret = subprocess.getoutput('ipconfig') # print(ret) # 正则处理获取想要的数据 data_dict = { 'nic':{}, 'disk':{}, 'mem':{} 阅读全文

posted @ 2018-05-12 13:11 pandaboy1123 阅读(203) 评论(0) 推荐(0) 编辑

导航