Pycharm 2017 专业版连接到远程服务器 1、tools > Deploymen > Browse Remote Host 2. 添加远程服务器(服务器要提前配置好 SFTP) 3. 查看远程服务器内容 continue reading django zhuoyuebiji 2019/11/12 238
Django MemCache 缓存使用方法和源码 常用方法 from django.core.cache import cache def view_test(request): # 获取 cache 中 my_key 的值 var = cache.get("my_key") if not var: # 如果 va continue reading django zhuoyuebiji 2019/11/9 333
Django-simple-captcha 图形验证码使用总结 官方文档 https://django-simple-captcha.readthedocs.io/en/latest/usage.html https://github.com/mbi/django-simple-captcha 基本配置 安装 captc continue reading django zhuoyuebiji 2019/11/9 1887
JQuery 实现富文本的标题自动生成目录 参考文档 JQuery 实现自动生成二级目录 JQuery 点击事件回到页面顶部效果 配置步骤 content 内容的标题要固定某个号,如:h2 设置 content 内容 div 的 id 属性,如:id="yzq-blog-content&qu continue reading html zhuoyuebiji 2019/11/6 973
Django 富文本编辑的种类 django 富文本编辑的种类 ckeditor(推荐) tinymce ueditor ... ckeditor 官网:https://ckeditor.com/ 安装:https://xieboke.net/article/7/ 文档:htt continue reading django zhuoyuebiji 2019/11/6 332
Django request 获取请求的 IP 地址 资料文档 PyPi: https://pypi.org/project/django-ipware/ github: https://github.com/un33k/django-ipware 安装第三方库 & continue reading django zhuoyuebiji 2019/11/5 602
Window + apache + django + mod_wsgi 一直响应中的解决办法 部署环境 window x64 python 3.6 django 1.11 apache 2.4x64 mod_wsgi 4.6.8+ap24vc14-cp36-cp36m-win_amd64.whl 问题现象 wi continue reading apache zhuoyuebiji 2019/11/4 445
Django assignment_tag 赋值标签 赋值标签¶(保存模板变量的值) django.template.Library.assignment_tag()¶ 为了简单化设置上下文中变量的标签的创建,Django 提供一个辅助函数assignment_tag。这个函数方式的工作方式与simple_tag&nbs continue reading django zhuoyuebiji 2019/10/30 360
Django annotate 分组统计 annotate 用法说明文档 http://doc.codingdict.com/django/ref/models/querysets.html#yiyi-860(基础) http://doc.codingdict.com/django/topics/db/aggregation continue reading django zhuoyuebiji 2019/10/30 1890
Django 入门篇 🚀 https://www.cnblogs.com/sss4/p/7011148.html continue reading django zhuoyuebiji 2019/10/30 175