07 2019 档案
摘要:1、条件表达式 表达式 [ expression ] [[ expression ]] [[ test expression ]] 示例 [ 1 –eq 1 ] [[ 1 –eq 1 ]] test 1 –eq 1,等同于[ 1 -eq 1 ] 2、整数比较 比较符 描述 示例 -eq,equal
阅读全文
摘要:可道云部署wget -c https://www.apachefriends.org/xampp-files/5.6.35/xampp-linux-x64-5.6.35-0-installer.runchmod +x xampp-linux-x64-5.6.35-0-installer.runsud
阅读全文
摘要:1、python访问zabbix api from urllib import parse, request import json, requests class Zabbix_api(object): def __init__(self, ip): self.url = 'http://%s/z
阅读全文