使用钉钉自定义机器人(webhook) 钉钉是啥 https://developers.dingtalk.com/document/robots/robot-overview 机器人开发文档链接 https://open.dingtalk.com/documen ... continue reading API zhuoyuebiji 2019-11-26 5914
HTML 锚点与跳转 锚点 出处:http://www.divcss5.com/html/h50842.shtml 法一: 1. 设置锚点位置:<a name="miao"></a> 喵星人基地 ... continue reading html zhuoyuebiji 2019-11-25 349
Django 提高网页打开速度 框架 CSS、JS 文件 使用 cdn 上的链接 所有框架类的 js 和 css 一律不用本地的,使用 bootcdn.cn(staticfile.org,jsdelivr.com 等) 上的链接,自己修 ... continue reading django zhuoyuebiji 2019-11-22 622
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 691
HTML a 标签的几种状态 默认状态 a a{text-decoration: none;} // 这个是设置a标签的默认状态去除下划线 已访问状态 a:visited a:visited{text-decoration: none ... continue reading html zhuoyuebiji 2019-11-21 604
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 970
丰富的 emoji 表情添加到代码中 官网: https://www.joypixels.com/ Chrome 插件名称: Emoji Keyboard by JoyPixels Chrome 中该插件使用: 选中 emoji 表情后就会 ... continue reading html zhuoyuebiji 2019-11-20 464
站点 robots 文件在线生成 robots 介绍 https://blog.csdn.net/fanghua_vip/article/details/79535639 在线生成链接 http://tool.chinaz.com/robots/ 本 ... continue reading API zhuoyuebiji 2019-11-20 295
评论接入百度云 文本审核 API 官方地址 https://cloud.baidu.com/doc/ANTIPORN/s/pjwvypelq 接口文档下载 下载文档(更新时间:2019-11-14) KEY 申请入口 https://conso ... continue reading API zhuoyuebiji 2019-11-19 864
Django 使用 celery 执行异步任务和定时任务 参考文档 https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html Django 中使用 Celery Django 配置 ... continue reading django zhuoyuebiji 2019-11-18 193