Git 基本命令使用 git 手册: https://git-scm.com/book/zh/v2 git - the simple guide - no deep shit! (rogerdudler.github.io) git co ... continue reading centos zhuoyuebiji 2019/7/27 705
Add a button/form/link to Django Admin(添加按钮、表单、链接到 django admin) 继承 change_list.html 模板 新模板 change_list_custom.html 继承 django admin 的 change_list.html Django a ... continue reading django zhuoyuebiji 2020/3/3 700
Linux 命令解释 英文版:https://explainshell.com/ 中文版:https://wangchujiang.com/linux-command/ ... continue reading centos zhuoyuebiji 2019/6/6 698
软件质量模型的 6 大特性 27 个子特性 软件质量模型的 6 大特性 27 个子特性 一、功能性: 1、适合性:软件是否提供了相应的功能 2、准确性: ... continue reading 软件测试 zhuoyuebiji 2019/8/14 694
中文文案排版指北(含空格) 🚀 github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-Hans.md 统一中文文案、排版的相关用法,降低团队成员之间的沟通成本,增强网站 ... continue reading 软件测试 zhuoyuebiji 2019/7/9 692
HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. WARNINGS HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. 警告的意思 django model 里面 ... continue reading django zhuoyuebiji 2020/3/28 687
Fiddler - filters(过滤)使用教程(飞机票) 🚀🚀🚀 >>> https://www.cnblogs.com/zhaoyanjun/p/7068948.html # 补充 2. Actions: 修改 ... continue reading 软件测试 zhuoyuebiji 2019/7/9 681
Django 撤回(删除) 表更新 操作步骤 没有建表(即没有执行 python manage.py migrate)的情况 进入到 app 下 的 migrations,删除最新 py 文件(有序号的,连续的)就可以,如果再次 migrations 没有成功 ... continue reading django zhuoyuebiji 2019/11/15 677
错误:django.db.utils.OperationalError: no such column: django_celery_results_taskresult.hidden 原因:本地库版本太低了,升级 django-celery-results 就好了 (joyoo2) yinzhuoqundeMacBook-Pro:joyoo zhuoqun$ pip list | grep djang ... continue reading django zhuoyuebiji 2021/12/11 676
设计测试用例的几个方向(APP) 状态 默认状态(未渲染前、无网络时) 变化前(上次的数据) 变化中(操作中效果) 变化后(操作之后) 网络状态的变化(无到有,有到无) 数据 一致性(前后端数据一致) 最大值(客户端能支 ... continue reading 软件测试 zhuoyuebiji 2020/1/5 672