Django csrf 验证问题及 csrf 原理 相关文档 跨站请求伪造保护 (1.8 官方文档翻译) Cross Site Request Forgery protection (2.2 官方文档) django csrf 验证问题及 csrf 原理 django ... continue reading django zhuoyuebiji 2019/11/14 598
Js 动态修改浏览器标签的 title 根据 浏览器标签是否隐藏 来更新浏览器标签的标题(PC 上的浏览器效果明显)。 django 前后端不分离项目的话,js 放在 base.html 模板里,其他模板继承 base.html,就可以全部页面都有标签 title ... continue reading html zhuoyuebiji 2019/12/26 605
Windows redis 下载 https://github.com/tporadowski/redis/releases Redis for Windows 5.0.14.1 Latest This is a bugfix/maintena ... continue reading redis zhuoyuebiji 2022/9/16 607
'django.contrib.auth.middleware.AuthenticationMiddleware' must be in MIDDLEWARE in order to use the admin application. 错误环境 django 1.11 迁移到 django 2 错误日志 ERRORS: ?: (admin.E408) 'django.contrib.auth.middleware.AuthenticationMid ... continue reading django zhuoyuebiji 2020/5/20 608
Github Two-factor authentication (2FA) is required for your GitHub account 两步验证 问题现象: 登录 github 提示“Two-factor authentication (2FA) is required for your GitHub account”,下载其他的验证器比较麻烦,开启手机 ... continue reading 计算机基础 zhuoyuebiji 2024/2/26 608
Chrome 常用快捷键 windows ctrl+t:新标签 ctrl+shift+t:打开最近关闭的标签 ctrl+tab:切换至下标签 ctrl+shift+tab:切换至上一标签 ctrl+w:关闭当前标签 crtl+sh ... continue reading 计算机基础 zhuoyuebiji 2019/10/19 609
AI产品测试工程师技能与知识指南 作为AI产品软件测试工程师,需要掌握传统软件测试技能和针对AI特性的测试能力,同时需深入理解机器学习(ML)和人工智能(AI)的基础理论。以下是关键技能与知识领域: 一、测试技能(核心能力) 传统软件测试技能 ... continue reading 软件测试 zhuoyuebiji 2025/3/21 609
英语单词词性的简写意思 n. 名词 全称 noun (英 [naʊn], 美 [naʊn]),表示 人、事、物、地点或抽象概念的名称。 这样的单词有 student,apple,school,table,desk,pencil,pen,banana,gla ... continue reading 英语学习 zhuoyuebiji 2020/1/5 614
Css 文件 304 错误是什么原因引起的 CSS文件返回304状态码的原因有以下几个: 1. 浏览器缓存了该CSS文件。浏览器会缓存已经访问过的CSS文件,当再次请求同一个文件时,浏览器会先检查缓存,如果缓存版本没有变化,就会返回304状态码告知服务器我还用得着最新文件,使用 ... continue reading html zhuoyuebiji 2023/5/9 615
Django.template.exceptions.TemplateDoesNotExist: django_filters/rest_framework/crispy_form.html 错误日志(error log): django.request: 2020-05-27 15:43:54,265 E:\py_virtualenv\joyoo\lib\site-packages\django\utils\log. ... continue reading django zhuoyuebiji 2020/5/27 619