Fiddler 如何给客户端模拟返回 503 状态码,并且返回对应的 json 内容 在 Fiddler 中,你可以通过编辑 FiddlerScript 来模拟向客户端返回特定的 HTTP 状态码(如 503)以及附带的自定义 JSON 内容。以下是具体步骤: 打开 FiddlerScript 编辑器 启动 ... continue reading 软件测试 zhuoyuebiji 2024/11/21 603
TraceRoute 查询(ping 经过 的路由)网站 查询 ip 经过了哪些路由(用来挑选国外服务器) https://tools.ipip.net/traceroute.php ... continue reading 计算机基础 zhuoyuebiji 2021/4/27 602
Fiddler 修改 form 传参方式的请求参数 static function OnBeforeRequest(oSession: Session) { if ((oSession.uriContains("/api1")) || oSession.uriCo ... continue reading 软件测试 zhuoyuebiji 2024/4/25 602
Error: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM stroke_rank_top WHERE create_date=20250303 AN 完整错误提示 Error: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server ... continue reading mysql zhuoyuebiji 2025/3/11 602
Windows 10 连接 win10 共享的打印机操作步骤 假设共享的打印机地址为: \\192.168.89.54\Brother DCP-T710W 连接步骤: 1. 右键 此电脑 -> 点击 属性 -> 点击 控制面板主页 2. 找到 硬 ... continue reading 计算机基础 zhuoyuebiji 2020/7/7 601
Linux scp 无密码复制文件 目的:本地服务器(local)复制文件到远程服务器(remote) 本地服务器:local 远程服务器:remote (192.168.1.254) 1. 在 local 上运行 ssh-keygen -t rsa 在 / ... continue reading centos zhuoyuebiji 2019/8/13 599
Windows 常用快捷键 win + Pause Break:电脑属性 win + P:投影机输出设定 win + R:打开运行 win + D:显示桌面 win + Home:最小化除当前工作窗口以外的窗口最小化 win + M:最小 ... continue reading 计算机基础 zhuoyuebiji 2019/9/20 597
Vim 搜索字符串和取消字符串高亮 查询字符 命令模式下(shift + :),输入 /字符串 比如:搜索 Blog, 输入 /Blog 按下 Enter 之后,可以看到 vim 已经把光标移动到该字符处和高亮了匹配的字符串 查询下一个 按下 n ... continue reading 计算机基础 zhuoyuebiji 2020/3/5 595
Why you should use the Django admin: 9 tips This writing is inspired by a comment on Reddit concerning my recent post: “The problem is that ever ... continue reading django zhuoyuebiji 2020/4/23 595
树莓派启动 root 账户登录 树莓派(Raspbian)默认用户名登录密码 用户名:pi 密 码:raspberry 首先用 pi 用户登录树莓派系统,然后执行以下命令: 1、树莓派root账户ssh登录设置 解锁root用户登录 ... continue reading 树莓派 zhuoyuebiji 2020/6/7 592