Pypi pip 清华源使用帮助 帮助文档地址 https://mirrors.tuna.tsinghua.edu.cn/help/pypi/ pypi 镜像使用帮助 pypi 镜像每 5 分钟同步一次。 临时使用 pip install ... continue reading python zhuoyuebiji 2019-10-15 1193
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 1219
分享一款 windows 下的截屏工具 Screenshot_ServerTask Screenshot_ServerTask(Screenshot_ServerTask):方便比对数据和参考数据。按住 ctrl + shift 开始抓图,选择区域后自动抓取,鼠标右键 关闭所抓的图片,抓取的图片自动放在屏幕最顶层。 ... continue reading 计算机基础 zhuoyuebiji 2019-10-14 3223
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 582
Fiddler Modify Autoresponder 修改匹配规则 官方文档:https://docs.telerik.com/fiddler/Generate-Traffic/Tasks/ModifyAutoresponder 编辑规则 从自动响应程序规则集中选择一个规则。 ... continue reading 软件测试 zhuoyuebiji 2019-10-8 816
Fiddler 在列表中显示图片尺寸 官方文档 https://docs.telerik.com/fiddler/knowledgebase/fiddlerscript/customizesessionslist 在列中添加图像尺寸信息(全局范围) 注意:必须 ... continue reading 软件测试 zhuoyuebiji 2019-10-8 453
Python 与 redis 交互取出数据类型是 bytes 时,如何直接取出 str 数据类型 运行代码:(存 str 类型,得 bytes 类型,这是由于 Python3 与 redis 交互的驱动的问题,Python2 取出来的就是 str 类型的) [root@VM_2_29_centos ~]# worko ... continue reading redis zhuoyuebiji 2019-10-2 622
Fiddler 请求超时的 Session 背景色 显示成 红色 想法 最近突然有个想法,在 Fiddler 里能做到 显示 单个会话的消耗时间,那么我想 超时的会话 背景色 显示成指定的颜色,方便区分。 困难 时间差怎么跟指定数字比较,之前 官网的 消耗时间显示的字符串,不适 ... continue reading 软件测试 zhuoyuebiji 2019-9-30 1053
Python 的虚拟环境 pyenv 和 virtualenvwrapper 文档 pyenv 文档:https://github.com/pyenv/pyenv virtualenvwrapper:https://virtualenvwrapper.readthedocs.io/en/latest/ ... continue reading python zhuoyuebiji 2019-9-30 635
Django admin 实现 增加记录 和 修改记录 展现不同的表单 说明 提供一个参考,具体逻辑要看具体情况。本质就是根据条件展示不同的表单内容(注意表单必填项字段,保存时要记得传值)。 根据用户返回表单,注意必填项保存时要给值 from django.contrib import a ... continue reading django zhuoyuebiji 2019-9-29 1091