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 866
英语单词词性的简写意思 n. 名词 全称 noun (英 [naʊn], 美 [naʊn]),表示 人、事、物、地点或抽象概念的名称。 这样的单词有 student,apple,school,table,desk,pencil,pen,banana,gla ... continue reading 英语学习 zhuoyuebiji 2020-1-5 623
软件测试之测试用例的设计方向(APP) 设计来源 定稿的产品需求文档 原型图 UI 设计图 开发概要设计文档 开发详细的设计文档 API 文档 测试理论 状态 默认状态(未渲染前、无网络/网络状态不佳 时) 变化前(上 ... continue reading 软件测试 zhuoyuebiji 2020-1-5 787
Mac 命令行 MP4 裁剪命令 FFMPEG 和 quickcut 安装:brew install ffmpeg 命令:ffmpeg -ss 0:0:0 -t 00:10:00 -i in.mp4 -c copy ~/Downloads/out.mp4 解释:第一个时间是开始时间,第二个时间是持 ... continue reading 计算机基础 zhuoyuebiji 2020-1-5 345
Vue.js 学习资料地址 中文网站 https://cn.vuejs.org/(官方) 文档教程 https://cn.vuejs.org/v2/guide/(官方) 视频教程 https://learning.dcloud.io/#/ ... continue reading html zhuoyuebiji 2020-1-3 375
Django 通用导航栏选中状态实现(前后端不分离) 目的效果 导航栏通用,实现选中效果 开发环境 Django 前后端不分离 使用的 Django 知识点 包含标签(inclusion_tag,放在 base.html 实现导航栏页面通用) 模板里的 ... continue reading django zhuoyuebiji 2020-1-2 922
Django admin 一些有用的设置(飞机票) 🚀 https://www.cnblogs.com/wumingxiaoyao/p/6928297.html 又详细又精彩,涉及的知识点众多。 ... continue reading django zhuoyuebiji 2019-12-31 282
Redis 命令参考(飞机票) 🚀 http://redisdoc.com/index.html (翻译文档) 🚀 https://redis.io/commands/keys (官方文档) ... continue reading redis zhuoyuebiji 2019-12-30 407
前端字体下载地址收集 https://www.dafont.com/ https://fonts.google.com/?subset=chinese-simplified https://icomoon.io/app/#/select ... continue reading html zhuoyuebiji 2019-12-29 310
Linux(centos)怎样从底部向上查看 log 文件 对于一些很大的 log 文件,我们用 more 查看时会很费劲,没有办法直接跳到末尾再向前查看。 less less 查看一个文件时,可以使用类似 vi 的 command 命令,在 command 模式下按G跳到文件 ... continue reading 计算机基础 zhuoyuebiji 2019-12-27 1632