Django 富文本编辑的种类 django 富文本编辑的种类 ckeditor(推荐) tinymce ueditor ... ckeditor 官网:https://ckeditor.com/ 安装:https://x ... continue reading django zhuoyuebiji 2019/11/6 623
购买和安装海尔电热水器的总结 产生购买热水器的冲动 在深圳洗澡长期使用自来水,直到 2020 回老家洗过一段时间温水(新冠疫情期间),发现温水去污能力挺好的,洗浴过程中受伤关节的异常感受也没感觉到,也不用担心晚浴用冷水洗头后的清醒(一定程度上影响睡眠)。 ... continue reading 生活感悟 zhuoyuebiji 2020/4/20 621
Django 2.2 sqlite3 迁移到 mysql8 报错:return instance._state.fields_cache[cache_name] KeyError: 'article' 错误日志 django 2.2(含 drf) sqlite3 转成 mysql5.7 ,执行 python manage.py loaddata data.json 时报错如下(有一个 article 模型) (joyoo) ... continue reading django zhuoyuebiji 2023/2/28 620
Html clipboard.js 现代化的拷贝复制粘贴剪切文字 使用方法 请看官网:https://clipboardjs.com/ github: https://github.com/zenorocha/clipboard.js CDN 资源 资源地址:htt ... continue reading html zhuoyuebiji 2019/10/29 618
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 617
Django CKEditor 给 a tag(标签)添加 target 默认值 启发文档 https://ckeditor.com/docs/ckeditor4/latest/guide/dev_disallowed_content.html CKEDITOR.on( 'dialogDefinition ... continue reading django zhuoyuebiji 2020/3/7 613
Css 文件 304 错误是什么原因引起的 CSS文件返回304状态码的原因有以下几个: 1. 浏览器缓存了该CSS文件。浏览器会缓存已经访问过的CSS文件,当再次请求同一个文件时,浏览器会先检查缓存,如果缓存版本没有变化,就会返回304状态码告知服务器我还用得着最新文件,使用 ... continue reading html zhuoyuebiji 2023/5/9 607
Chrome 常用快捷键 windows ctrl+t:新标签 ctrl+shift+t:打开最近关闭的标签 ctrl+tab:切换至下标签 ctrl+shift+tab:切换至上一标签 ctrl+w:关闭当前标签 crtl+sh ... continue reading 计算机基础 zhuoyuebiji 2019/10/19 606
'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 604
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 602