启动 fiddler 时关闭 capturing 的解决办法(Fiddler no capture on startup) 期望效果 fiddler 永久关闭左下角 captuing(开启了会抓取本机流量) 设置方法 Tools > Fiddler Options > Connections,取消勾选 “Act As S ... continue reading 软件测试 zhuoyuebiji 2021-9-22 538
Monitor.exe 无法启动,启动时报错的解决办法(已安装最新的 jdk) 安装 jdk 安装 jdk-17_windows-x64_bin.msi,配置 Java 环境变量 启动 monitor monitor 在哪 报错日志 ..\Android\Sdk\tools\lib ... continue reading 软件测试 zhuoyuebiji 2021-9-18 1886
Windows 安装 virtualenvwrapper-win 和设置 WORKON_HOME 环境变量 安装 virtualenvwrapper-win # using pip pip install virtualenvwrapper-win # using easy_install easy_install ... continue reading python zhuoyuebiji 2021-9-17 1293
理财计算器 常用的理财计算器: 最终收益计算、收益率计算、定投计算、财务自由计算、净值涨跌幅度计算 http://xieboke.net/js/#top1 蛋卷基金定投计算器: https://danjuanfunds.com/ ... continue reading 理财知识 zhuoyuebiji 2021-9-2 478
Django admin: How to insert Inline between fields The positioning of the TabularInline, it would seem to be a simple task. Most of Django developers face this challenge w ... continue reading django zhuoyuebiji 2021-8-5 484
安卓手机摄像头变成电脑(windows)的摄像头(DroidCam 摄像头) 安卓端下载: https://play.google.com/store/apps/details?id=com.dev47apps.droidcam 安卓端配置(默认,打开 APP 就行了): windo ... continue reading 计算机基础 zhuoyuebiji 2021-7-6 1736
Selenium-server-standalone 分布式自动化测试 搭建 机器准备 linux 主机( 本次使用 centos7,hub 服务) windows 主机(win10,node 节点) hub 服务端环境准备 java 环境安装 文档 1 文档 2 ... continue reading 软件测试 zhuoyuebiji 2021-5-19 1065
Centos7 java -verison Error: Could not create the Java Virtual Machine. 错误情况 [root@gitlab download]# java -verison Unrecognized option: -verison Error: Could not create the Java Virtual ... continue reading centos zhuoyuebiji 2021-5-18 1676
Django admin admin_order_field 自定义字段排序实现方法 模型 # admin.py class CustomerAdmin(admin.ModelAdmin): list_display = ('foo', 'number_of_orders') # models ... continue reading django zhuoyuebiji 2021-5-17 1014
CentOS7 中使用 yum 安装 Nginx 的方法 1、添加源 默认情况Centos7 中无 Nginx 的源,最近发现 Nginx 官网提供了 Centos 的源地址。因此可以如下执行命令添加源: sudo rpm -Uvh http://nginx.org/packa ... continue reading centos zhuoyuebiji 2021-4-28 335