Css 文件 304 错误是什么原因引起的 CSS文件返回304状态码的原因有以下几个: 1. 浏览器缓存了该CSS文件。浏览器会缓存已经访问过的CSS文件,当再次请求同一个文件时,浏览器会先检查缓存,如果缓存版本没有变化,就会返回304状态码告知服务器我还用得着最新文件,使用 ... continue reading html zhuoyuebiji 2023/5/9 902
Django2 TypeError: RedirectView() received an invalid keyword 're_path'. as_view only accepts arguments that are already attributes of the class. django2 报错: TypeError: RedirectView() received an invalid keyword 're_path'. as_view only accepts arguments t ... continue reading django zhuoyuebiji 2020/5/20 896
中文文案排版指北(含空格) 🚀 github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-Hans.md 统一中文文案、排版的相关用法,降低团队成员之间的沟通成本,增强网站 ... continue reading 软件测试 zhuoyuebiji 2019/7/9 893
使用自己的域名跳转到博客园(cnblogs, CSDN, 简书 都可以) 实现原理 用户访问 -> 域名解析 -> github page 跳转 -> 真实地址 配置步骤 🚀 https://www.cnblogs.co ... continue reading 计算机基础 zhuoyuebiji 2019/11/5 893
Django form 里 password1 password2 验证先后探索(注册表单) 首先,我们看看能正常验证两次密码一致性的注册表单 : from __future__ import unicode_literals import unicodedata from django import form ... continue reading django zhuoyuebiji 2020/3/6 889
Django inclusion_tag 包含标签 包含标签¶ django.template.Library.inclusion_tag()¶ 另一种常见类型的模板标记是通过呈现另一个模板来显示某些数据的类型。例如,Django的管理界面使用自定义模板标签显 ... continue reading django zhuoyuebiji 2019/8/20 883
Python3 pandas 读取 Excel、CSV #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ @author: yinzhuoqun @site: http://zhuoqun.info/ @email: yin@ ... continue reading python zhuoyuebiji 2019/8/27 882
Uncaught (in promise) PushError: permission request declined Hi, it's not an code error. Since new Chrome version Notification have to bieng use by "Secure Origins". ... continue reading html zhuoyuebiji 2021/4/1 882
ERROR: Pidfile (celerybeat.pid) already exists. error log(错误日志) (joyoo) E:\djangos\joyoo>celery -A joyoo beat -l info --scheduler django_celery_beat.schedulers: ... continue reading django zhuoyuebiji 2020/5/22 874