01 2019 档案

摘要:while true do nc -vz 127.0.0.1 1234 rs=$? echo $rs if [ $rs -gt 0 ] then echo "1" ls else echo "0" ls -l fi sleep 2 done 阅读全文
posted @ 2019-01-16 16:53 ahuo 阅读(412) 评论(0) 推荐(0) 编辑
摘要:# -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ import itchat, time def lc(): print("Finash Login!") def ec(): print("exit") itchat.auto_login(loginCallback=... 阅读全文
posted @ 2019-01-02 15:43 ahuo 阅读(178) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示