2020年5月2日
摘要: 原因是其他程序占用了8080端口,需要修改该程序端口号,或者修改抓包代理端口号 ,即可正常使用 阅读全文
posted @ 2020-05-02 10:57 Oliver· 阅读(804) 评论(0) 推荐(0) 编辑
摘要: 使用IPy模块转换,并去重输出到文件 # -*- coding: UTF-8 -*- import IPy def ipToC(): ips = set() readPath = 'ip.txt' writePath = 'ip_c.txt' outFile = open(writePath, 'w 阅读全文
posted @ 2020-05-02 10:48 Oliver· 阅读(1195) 评论(0) 推荐(0) 编辑