摘要: """ 网络监测v2.0,改进为使用多进程并发监测多个IP或域名,更加高效 兼容WINXP系统 同时检查本地到baidu.com或qq.com等的通讯情况并附至邮件,可以更客观地了解本地网络情况 linxingyi 20160305 """ import os, time,subprocess, s 阅读全文
posted @ 2016-03-10 12:25 子睚 阅读(1303) 评论(0) 推荐(0) 编辑
摘要: from collections import Counter str = input("输入字符串或txt地址:\n") cnt = Counter("") if str[-4:] == ".txt": try: with open(str,'r') as f: a = f.readlines() 阅读全文
posted @ 2016-03-10 12:22 子睚 阅读(174) 评论(0) 推荐(0) 编辑