摘要:
1,文本文件 普通打开 f.open f.close with关键字 with open as f 循环逐行读取或者用 方法将文件按行读取到一个列表容器中 写入文本文件 3,json文件 JSON跟Python中的字典其实是一样一样的,事实上JSON的数据类型和Python的数据类型是很容易找到对应 阅读全文
摘要:
查看错误日志缺少头文件 进入python nss官网,写着To build python nss you the C language header files and libraries for both NSPR and NSS will need to be installed. This i 阅读全文
摘要:
因为要验证虚拟机创建时间,所以写了下面一个脚本 shell !/bin/bash This tool is used to test vm create time VM_NUM=$1 IMAGE_ID=$2 NET_ID=7baf14cb d2db 4b52 9874 f120363ace34 FL 阅读全文
摘要:
openstack监控告警,采集数据,部署VMware controller后,之前的celometer采集的大量数据需要删除 1.第一部获取未采集所有虚拟机的IP,并组成grep v 多条件的格式 shell for i in ; do gnocchi resource delete $i ; d 阅读全文