Django 提高网页打开速度 框架 CSS、JS 文件 使用 cdn 上的链接 所有框架类的 js 和 css 一律不用本地的,使用 bootcdn.cn(staticfile.org,jsdelivr.com 等) 上的链接,自己修 ... continue reading django zhuoyuebiji 2019-11-22 606
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 682
HTML a 标签的几种状态 默认状态 a a{text-decoration: none;} // 这个是设置a标签的默认状态去除下划线 已访问状态 a:visited a:visited{text-decoration: none ... continue reading html zhuoyuebiji 2019-11-21 585
Django 获取 request 的 url 源代码路径 Lib\site-packages\django\http\request.py 获取带参数 URL ( django 1.11 居然报错了) request.get_full_p ... continue reading django zhuoyuebiji 2019-11-21 959
丰富的 emoji 表情添加到代码中 官网: https://www.joypixels.com/ Chrome 插件名称: Emoji Keyboard by JoyPixels Chrome 中该插件使用: 选中 emoji 表情后就会 ... continue reading html zhuoyuebiji 2019-11-20 453
站点 robots 文件在线生成 robots 介绍 https://blog.csdn.net/fanghua_vip/article/details/79535639 在线生成链接 http://tool.chinaz.com/robots/ 本 ... continue reading API zhuoyuebiji 2019-11-20 286
评论接入百度云 文本审核 API 官方地址 https://cloud.baidu.com/doc/ANTIPORN/s/pjwvypelq 接口文档下载 下载文档(更新时间:2019-11-14) KEY 申请入口 https://conso ... continue reading API zhuoyuebiji 2019-11-19 840
Django 使用 celery 执行异步任务和定时任务 参考文档 https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html Django 中使用 Celery Django 配置 ... continue reading django zhuoyuebiji 2019-11-18 181
使用 acme.sh 生成证书 🚀 https://github.com/Neilpang/acme.sh ... continue reading 计算机基础 zhuoyuebiji 2019-11-18 165
Django redis 中文文档 🚀 https://django-redis-chs.readthedocs.io/zh_CN/latest/ django-redis 中文文档 Andrey Antukh, niwi@niwi.be 4. ... continue reading django zhuoyuebiji 2019-11-18 368