Fiddler certificate Trust unable to configure windows to trust the fiddler root certificate 错误提示: fiddler certificate Trust unable to configure windows to trust the fiddler root certificate 解决办法: 重新 ... continue reading 软件测试 zhuoyuebiji 2021-12-8 599
Python 监控键盘输入的模块 pynput Handling the keyboard The package pynput.keyboard contains classes for controlling and monitoring the keybo ... continue reading python zhuoyuebiji 2021-12-7 1199
Pycharm ModuleNotFoundError: No module named 'settings' pycharm 添加的 django 老项目,启动时报错: ModuleNotFoundError: No module named 'settings' 解决办法: django 项目 settings.py 所 ... continue reading django zhuoyuebiji 2021-12-1 844
证券账户注册和可转债打新流程总结 接触可转债(赚点小外快)很久了,零零散散的知识点很多,包括如何低佣注册证券账户、打新过程的注意点。知识点很零散,抽空把整个过程梳理一下。 准备材料 身份证(最好有身份证原件,至少得有 图片,个别券商不支持图片上传) I ... continue reading 理财知识 zhuoyuebiji 2021-11-3 319
H5页面唤醒 支付宝App 指定页面 代码 <a href="alipays://platformapi/startapp?appId=20000067&url=http%3A%2F%2Fm.taobao.com">打开淘宝网页</a> ... continue reading 软件测试 zhuoyuebiji 2021-10-13 1897
启动 fiddler 时关闭 capturing 的解决办法(Fiddler no capture on startup) 期望效果 fiddler 永久关闭左下角 captuing(开启了会抓取本机流量) 设置方法 Tools > Fiddler Options > Connections,取消勾选 “Act As S ... continue reading 软件测试 zhuoyuebiji 2021-9-22 377
Monitor.exe 无法启动,启动时报错的解决办法(已安装最新的 jdk) 安装 jdk 安装 jdk-17_windows-x64_bin.msi,配置 Java 环境变量 启动 monitor monitor 在哪 报错日志 ..\Android\Sdk\tools\lib ... continue reading 软件测试 zhuoyuebiji 2021-9-18 1686
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 1089
理财计算器 常用的理财计算器: 最终收益计算、收益率计算、定投计算、财务自由计算、净值涨跌幅度计算 http://xieboke.net/js/#top1 蛋卷基金定投计算器: https://danjuanfunds.com/ ... continue reading 理财知识 zhuoyuebiji 2021-9-2 233
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 267