FiddlerDecryption(fiddler Inspectors 插件开发) FiddlerDecryption 功能:实时解密接口数据并格式化展示。 github: https://github.com/Gdeeer/FiddlerDecryption 代码内容: D ... continue reading 软件测试 zhuoyuebiji 2020/7/27 811
DBeaver 连接 mysql8 报错:Public Key Retrieval is not allowed Public Key Retrieval is not allowed 解决办法: allowPublicKeyRetrieval 修改成 true 就可以了 ... continue reading mysql zhuoyuebiji 2023/2/27 811
Linux scp 无密码复制文件 目的:本地服务器(local)复制文件到远程服务器(remote) 本地服务器:local 远程服务器:remote (192.168.1.254) 1. 在 local 上运行 ssh-keygen -t rsa 在 / ... continue reading centos zhuoyuebiji 2019/8/13 810
Django MemCache 缓存使用方法和源码 常用方法 from django.core.cache import cache def view_test(request): # 获取 cache 中 my_key 的值 var = cache.get("m ... continue reading django zhuoyuebiji 2019/11/9 809
Django.template.exceptions.TemplateDoesNotExist: django_filters/rest_framework/crispy_form.html 错误日志(error log): django.request: 2020-05-27 15:43:54,265 E:\py_virtualenv\joyoo\lib\site-packages\django\utils\log. ... continue reading django zhuoyuebiji 2020/5/27 799
使用 fiddler 脚本按指定编码保存到文件 在使用 Fiddler 脚本来操作文件时,特别是当需要控制文件的编码方式时,你需要利用 FiddlerScript 中的一些特定方法和对象。不过,直接使用ActiveXObject 创建 Script ... continue reading 软件测试 zhuoyuebiji 2024/3/27 792
How to django admin changlist add myself data code: # admin.py class BindBillAdmin(admin.ModelAdmin): def has_delete_permission(self, request, obj=None): ... continue reading django zhuoyuebiji 2020/4/9 790
Jsonviewer of extension for fiddler(fiddler 插件 jsonviewer) download archive The JSON Viewer package is a set of 3 viewers available in the following flavors: 1. A standalone vi ... continue reading 软件测试 zhuoyuebiji 2020/6/12 789
域名购买域名出售 手中的有一批域名,目前打算出售掉,以支付服务器费用,以下价格(元)为参考,具体可以 QQ 私我商量。 域 名 寓 意 含 义 到期时间 ... continue reading 闲话杂谈 zhuoyuebiji 2020/9/7 779
理财计算器 常用的理财计算器: 最终收益计算、收益率计算、定投计算、财务自由计算、净值涨跌幅度计算 http://xieboke.net/js/#top1 蛋卷基金定投计算器: https://danjuanfunds.com/ ... continue reading 理财知识 zhuoyuebiji 2021/9/2 779