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 1034
丰富的 emoji 表情添加到代码中 官网: https://www.joypixels.com/ Chrome 插件名称: Emoji Keyboard by JoyPixels Chrome 中该插件使用: 选中 emoji 表情后就会 ... continue reading html zhuoyuebiji 2019-11-20 538
站点 robots 文件在线生成 robots 介绍 https://blog.csdn.net/fanghua_vip/article/details/79535639 在线生成链接 http://tool.chinaz.com/robots/ 本 ... continue reading API zhuoyuebiji 2019-11-20 378
评论接入百度云 文本审核 API 官方地址 https://cloud.baidu.com/doc/ANTIPORN/s/pjwvypelq 接口文档下载 下载文档(更新时间:2019-11-14) KEY 申请入口 https://conso ... continue reading API zhuoyuebiji 2019-11-19 966
Django 使用 celery 执行异步任务和定时任务 参考文档 https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html Django 中使用 Celery Django 配置 ... continue reading django zhuoyuebiji 2019-11-18 256
使用 acme.sh 生成证书 🚀 https://github.com/Neilpang/acme.sh ... continue reading 计算机基础 zhuoyuebiji 2019-11-18 219
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 441
C1 学车驾考总结(手动档) 2019 年 3 月下旬报名 深圳港安驾校 4980 元,2019 年 10 月上旬全部考完,全部第一次机会通过。 报考驾校规则:就近训练场(科二和科三训练场不是同一个地方训练),不一定是就近报名点。 科目一 多模拟考(斑 ... continue reading 生活感悟 zhuoyuebiji 2019-11-16 723
Django 撤回(删除) 表更新 操作步骤 没有建表(即没有执行 python manage.py migrate)的情况 进入到 app 下 的 migrations,删除最新 py 文件(有序号的,连续的)就可以,如果再次 migrations 没有成功 ... continue reading django zhuoyuebiji 2019-11-15 760
Django csrf 验证问题及 csrf 原理 相关文档 跨站请求伪造保护 (1.8 官方文档翻译) Cross Site Request Forgery protection (2.2 官方文档) django csrf 验证问题及 csrf 原理 django ... continue reading django zhuoyuebiji 2019-11-14 598