Django-gravatar 使用用户信息生成头像(gravatar 加速) django-gravatar A lightweight django-gravatar app. Includes helper methods for interacting with gravatars o ... continue reading django zhuoyuebiji 2019-10-18 603
Django2.2.6 check_password 验证失败解决办法(重设密码) python3.6, django 2.2.6 AUTHENTICATION_BACKENDS 里添加自定义认证 CustomBackend(邮箱、手机号等), 用 python manage.py creates ... continue reading django zhuoyuebiji 2019-10-17 1355
Pypi pip 清华源使用帮助 帮助文档地址 https://mirrors.tuna.tsinghua.edu.cn/help/pypi/ pypi 镜像使用帮助 pypi 镜像每 5 分钟同步一次。 临时使用 pip install ... continue reading python zhuoyuebiji 2019-10-15 1257
Django-environ 加载 .env 配置文件 docs: https://django-environ.readthedocs.io/en/latest/ Django-environ officially supports Django 1.8 ~ 2.0. I ... continue reading django zhuoyuebiji 2019-10-15 1242
分享一款 windows 下的截屏工具 Screenshot_ServerTask Screenshot_ServerTask(Screenshot_ServerTask):方便比对数据和参考数据。按住 ctrl + shift 开始抓图,选择区域后自动抓取,鼠标右键 关闭所抓的图片,抓取的图片自动放在屏幕最顶层。 ... continue reading 计算机基础 zhuoyuebiji 2019-10-14 3329
Fiddler Customize Rules create get or post request 创建请求 Fiddler Customize Rules create get request: https://docs.telerik.com/fiddler/Generate-Traffic/Tasks/SearchS ... continue reading 软件测试 zhuoyuebiji 2019-10-8 610
Fiddler Modify Autoresponder 修改匹配规则 官方文档:https://docs.telerik.com/fiddler/Generate-Traffic/Tasks/ModifyAutoresponder 编辑规则 从自动响应程序规则集中选择一个规则。 ... continue reading 软件测试 zhuoyuebiji 2019-10-8 849
Fiddler 在列表中显示图片尺寸 官方文档 https://docs.telerik.com/fiddler/knowledgebase/fiddlerscript/customizesessionslist 在列中添加图像尺寸信息(全局范围) 注意:必须 ... continue reading 软件测试 zhuoyuebiji 2019-10-8 489
Python 与 redis 交互取出数据类型是 bytes 时,如何直接取出 str 数据类型 运行代码:(存 str 类型,得 bytes 类型,这是由于 Python3 与 redis 交互的驱动的问题,Python2 取出来的就是 str 类型的) [root@VM_2_29_centos ~]# worko ... continue reading redis zhuoyuebiji 2019-10-2 664
Fiddler 请求超时的 Session 背景色 显示成 红色 想法 最近突然有个想法,在 Fiddler 里能做到 显示 单个会话的消耗时间,那么我想 超时的会话 背景色 显示成指定的颜色,方便区分。 困难 时间差怎么跟指定数字比较,之前 官网的 消耗时间显示的字符串,不适 ... continue reading 软件测试 zhuoyuebiji 2019-9-30 1105