2017年7月5日

摘要: 能否实现微信推送服务的平台有很多,这里我就不一一解释了。我选用了「Server酱」,英文名「ServerChan」。你完全可以选用你认为比较好用的平台。「Server酱」的申请方法: 打开该网址http://sc.ftqq.com/3.version,开通并使用: 1.登入:用GitHub账号登入网 阅读全文
posted @ 2017-07-05 20:45 帅胡 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 1 # -*- coding: utf-8 -*- 2 3 import subprocess 4 import re 5 6 def get_ping_result(ip_address): 7 p = subprocess.Popen(["ping.exe", ip_address], stdin = subprocess.PIPE, stdout = subpro... 阅读全文
posted @ 2017-07-05 19:38 帅胡 阅读(8650) 评论(0) 推荐(0) 编辑

导航