摘要:
1 import xml.dom.minidom 2 3 dom = xml.dom.minidom.parse('test.xml') 4 5 6 7 cc=dom.getElementsByTagName('caption') 8 print(cc) 9 10 print(cc[0].getAttribute("username")) 11 12 print(c... 阅读全文
摘要:
一、--all-databases /application/mysql3307/bin/mysqldump -uroot -S /application/mysql3307/logs/mysql.sock -p123456 -R -E --all-databases | gzip > databa 阅读全文
摘要:
一、不完全显示: show processlist 二、完全显示: show full processlist 阅读全文
摘要:
UserParameter=ICMPresult,ping -c 4 10.128.1.22 &> /dev/null;echo $? 阅读全文