摘要: 原来一直没意识到Fiddler过滤,导致每次抓包都要自己判断、搜索好多东西,真是呵呵!过滤设置很简单,看懂一张图就解决问题了。箭头 那两处设置下,圆圈处保存再进行抓包即可 阅读全文
posted @ 2015-08-09 12:12 eejron 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 一个小例子,使用Json配置文件# -*- coding: utf-8 -*-import jsonimport timedef store(data): with open('data.json', 'w') as json_file: json_file.write(json... 阅读全文
posted @ 2015-08-06 19:49 eejron 阅读(55570) 评论(0) 推荐(0) 编辑