“2020年1月”存档文章有18

Ubuntu 18.04 安装 zabbix

这篇文章详细讲解了如何在Ubuntu 18.04上面安装Zabbix Server 4.0,文章地址:How to Install Zabbix Server 4.0 on Ubuntu 18.04 & 16.04 LTS

Python写文件代码片段

python写文件示例:f = open('/var/S/get_c_fo.txt', 'a+', encoding='utf-8') f.write('ip : ' + str(get_rte_ip) + ' , score : '+str(response_json)+'\n') f.close()