摘要: 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... 阅读全文
posted @ 2018-08-14 21:39 Presley 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 一、--all-databases /application/mysql3307/bin/mysqldump -uroot -S /application/mysql3307/logs/mysql.sock -p123456 -R -E --all-databases | gzip > databa 阅读全文
posted @ 2018-08-14 13:57 Presley 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 一、不完全显示: show processlist 二、完全显示: show full processlist 阅读全文
posted @ 2018-08-14 11:00 Presley 阅读(3660) 评论(0) 推荐(0) 编辑
摘要: UserParameter=ICMPresult,ping -c 4 10.128.1.22 &> /dev/null;echo $? 阅读全文
posted @ 2018-08-14 09:07 Presley 阅读(931) 评论(0) 推荐(0) 编辑