软件测试经验总结(思维导图和飞机票) 百度贴吧大神测试经验总结 大神总结的软件测试的经验,点我进入测试的世界 软件测试经验总结及测试技能图谱 https://www.processon.com/view/639c30e7f346fb3d1c015343 ... continue reading 软件测试 zhuoyuebiji 2019/7/9 1035
Fiddler 5.0+ 双击 ws/wss 会话,没有显示 websocket 标签页的解决办法 先确认 Tools → Options → Performance 下的 Parse WebSocketMessages 勾上了 如果还没就在 Rules → Customize Rules &r ... continue reading 软件测试 zhuoyuebiji 2023/8/18 1034
Django require_http_methods、require_GET、require_POST、require_safe 源码路径 ..\Lib\site-packages\django\views\decorators\http.py 部分源码 """ Decorators for views based on HTTP header ... continue reading django zhuoyuebiji 2020/1/6 1033
404 页面使用腾讯公益 404 注意:django 404 自定义页面仅 debug = False 才生效 django 404、500 等配置文档: http://doc.codingdict.com/django/topics/http/views.ht ... continue reading html zhuoyuebiji 2019/11/21 1026
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 1023
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 1015
Android Studio SDK 下工具的路径和作用 uiautomatorviewer.bat 路径:Android\sdk_r24.4.1\tools\bin 功能:在 Android 设备 上获取屏幕中的控件及布局 monkeyrunner.bat 路径:Andr ... continue reading 软件测试 zhuoyuebiji 2019/11/11 1015
错误: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 1015
软件测试之测试用例的设计方向(APP) 设计来源 定稿的产品需求文档 原型图 UI 设计图 开发概要设计文档 开发详细的设计文档 API 文档 测试理论 状态 默认状态(未渲染前、无网络/网络状态不佳 时) 变化前(上 ... continue reading 软件测试 zhuoyuebiji 2020/1/5 1008
JavaScript 笔记 什么是 JavaScript? JavaScript 是一种客户端脚本语言(脚本语言是一种轻量级的编程语言)。 JavaScript 通常被直接嵌入 HTML 页面。 JavaScript 是一种 ... continue reading html zhuoyuebiji 2019/12/11 1005