摘要: 一、 安装及破解 1、 安装: 下载地址:http://www.charlesproxy.com/download/,然后进行安装; 2、 破解: 使用Charles 在线破解工具:https://www.zzzmode.com/mytools/charles/,生成一个charles.jar,将补 阅读全文
posted @ 2019-01-27 15:42 玲虫师 阅读(749) 评论(0) 推荐(0) 编辑
摘要: Lesson0402_GetatrrWebsite.py 阅读全文
posted @ 2019-01-17 14:33 玲虫师 阅读(284) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env/python #-*-coding:utf-8-*- #Author:LingChongShi #查看源码Ctrl+左键 ''' def:函数是一段可以重复调用的代码,通过输入参数,返回对应的结果 格式如下: def 函数名(形式参数): 函数体 ''' '''一、定义一个函数''' def add(a,b): pass #不实现函数功能... 阅读全文
posted @ 2019-01-17 13:53 玲虫师 阅读(289) 评论(0) 推荐(1) 编辑
摘要: #!/usr/bin/env/python #-*-coding:utf-8-*- #Author:LingChongShi #查看源码Ctrl+左键 #数据类型之间的转换 Str='www.baidu.com' '''一、str--->list''' print('str-->list:',Str.split('.'),type(Str.split())) '''二、str--->tu... 阅读全文
posted @ 2019-01-12 14:09 玲虫师 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 一、 安装与更新 1、安装的方式 安装:首先下载安装PostMan,打开PostMan官方网站,根据需求下载 Mac/Windows/Linux版本的Post应用程序,native版本(具有更好的扩展性,推荐使用):https://www.getpostman.com/ 2、native app更新 阅读全文
posted @ 2017-10-20 20:48 玲虫师 阅读(4060) 评论(0) 推荐(2) 编辑
摘要: 1、替换HTTP Request Host<!--?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /--> 应用场景:进行开发时,线上去测试跳转调试 替换命令:urlreplace news.bai 阅读全文
posted @ 2017-10-05 13:14 玲虫师 阅读(1283) 评论(0) 推荐(1) 编辑
摘要: 1、安装SyntaxView插件<!--?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /--> 使用Fiddler Script前需要安装SyntaxView插件: 方式1:Inspectors 阅读全文
posted @ 2017-10-05 12:59 玲虫师 阅读(4545) 评论(0) 推荐(1) 编辑
摘要: 1、User Fiters启用<!--?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /--> 2、Action Action:Run Filterset now是否运行,Load Filterse 阅读全文
posted @ 2017-10-04 22:22 玲虫师 阅读(66514) 评论(0) 推荐(24) 编辑
摘要: 1. 文件及图片替换(Enable rules) 目的:允许从本地返回文件,代替服务器响应,而不用将文件发布到服务器【可用正式环境验证本地文件】 步骤一:抓页面http://ir.baidu.com/phoenix.zhtml?c=188488&p=irol-irhome >选择session,右击 阅读全文
posted @ 2017-10-04 21:43 玲虫师 阅读(10716) 评论(2) 推荐(1) 编辑
摘要: 1、 断点修改Request 1.1、Request全部中断 设置中断:Rules > Automatic Breakpoints >Before Requests 取消中断:Rules > Automatic Breakpoints >Disabled 点击下发红色箭头的位置进行中断切换; 例1: 阅读全文
posted @ 2017-10-03 21:48 玲虫师 阅读(5137) 评论(0) 推荐(2) 编辑