07 2017 档案

CTP交易函数大全
摘要:管理接口 交易接口 阅读全文

posted @ 2017-07-31 15:22 帅胡 阅读(274) 评论(0) 推荐(0)

申请微信推送服务
摘要:能否实现微信推送服务的平台有很多,这里我就不一一解释了。我选用了「Server酱」,英文名「ServerChan」。你完全可以选用你认为比较好用的平台。「Server酱」的申请方法: 打开该网址http://sc.ftqq.com/3.version,开通并使用: 1.登入:用GitHub账号登入网 阅读全文

posted @ 2017-07-05 20:45 帅胡 阅读(560) 评论(0) 推荐(0)

python获取PING结果
摘要: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 帅胡 阅读(8676) 评论(0) 推荐(0)

导航