Python pip 常用命令 查看 pip 版本 pip --version 获取 pip 帮助 pip --help 获取 pip install 帮助 pip install --help 安装最新版本 pip instal ... continue reading python zhuoyuebiji 2019-11-29 377
Django 获取字段选项 choice 的值 choices 由二项元组构成的一个可迭代对象(例如,列表或元组),用来给字段提供选择项。 如果设置了choices ,默认的表单将是一个选择框而不是标准的文本框,而且这个选择框的选项就是choices 中的选项。 这 ... continue reading django zhuoyuebiji 2019-11-26 3172
使用钉钉自定义机器人(webhook) 钉钉是啥 https://developers.dingtalk.com/document/robots/robot-overview 机器人开发文档链接 https://open.dingtalk.com/documen ... continue reading API zhuoyuebiji 2019-11-26 5562
HTML 锚点与跳转 锚点 出处:http://www.divcss5.com/html/h50842.shtml 法一: 1. 设置锚点位置:<a name="miao"></a> 喵星人基地 ... continue reading html zhuoyuebiji 2019-11-25 207
Django 提高网页打开速度 框架 CSS、JS 文件 使用 cdn 上的链接 所有框架类的 js 和 css 一律不用本地的,使用 bootcdn.cn(staticfile.org,jsdelivr.com 等) 上的链接,自己修 ... continue reading django zhuoyuebiji 2019-11-22 508
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 567
HTML a 标签的几种状态 默认状态 a a{text-decoration: none;} // 这个是设置a标签的默认状态去除下划线 已访问状态 a:visited a:visited{text-decoration: none ... continue reading html zhuoyuebiji 2019-11-21 461
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 863
丰富的 emoji 表情添加到代码中 官网: https://www.joypixels.com/ Chrome 插件名称: Emoji Keyboard by JoyPixels Chrome 中该插件使用: 选中 emoji 表情后就会 ... continue reading html zhuoyuebiji 2019-11-20 333
站点 robots 文件在线生成 robots 介绍 https://blog.csdn.net/fanghua_vip/article/details/79535639 在线生成链接 http://tool.chinaz.com/robots/ 本 ... continue reading API zhuoyuebiji 2019-11-20 174