Django uwsgi 错误日志分析例子 uwsgi 启动时就报错 一般能看到:--- no python application found, check your startup logs for errors ---,基本上是配置出错了,无法正常启动 uwsgi。 ... continue reading django zhuoyuebiji 2019/12/26 2074
Monitor.exe 无法启动,启动时报错的解决办法(已安装最新的 jdk) 安装 jdk 安装 jdk-17_windows-x64_bin.msi,配置 Java 环境变量 启动 monitor monitor 在哪 报错日志 ..\Android\Sdk\tools\lib ... continue reading 软件测试 zhuoyuebiji 2021/9/18 2071
用 django2, simpleUI, ckeditor 创建博客管理后台 * 本文代码同步更新至 https://gitee.com/yinzhuoqun/django2 * 开发环境 python 3.6.8 django 2.2.4 django-ckeditor ... continue reading django zhuoyuebiji 2019/8/3 2028
HttpRunner 使用文档 v3.x https://docs.httprunner.org/ v2.x https://v2.httprunner.org/ github 项目地址 https://github.com/httprunn ... continue reading 软件测试 zhuoyuebiji 2019/7/8 1987
个性化(美化)博客园个人博客的显示效果 配置说明 https://bndong.github.io/Cnblogs-Theme-SimpleMemory/v1.1/#/ 资源地址   ... continue reading html zhuoyuebiji 2019/11/5 1987
Django 用户权限、用户角色使用指南(转) RBAC(Role-Based Access Control,基于角色的访问控制)就是用户通过角色与权限进行关联。简单地说,一个用户拥有若干角色,每一个角色拥有若干权限。这样,就构造成“用户-角色-权限”的授权模型。 ... continue reading django zhuoyuebiji 2020/3/6 1947
ImportError: cannot import name 'QUERY_TERMS' 错误背景(background ) Django 1.11 upgrade to Django 2.x 错误日志(error log) File "<frozen importlib._b ... continue reading django zhuoyuebiji 2020/5/27 1934
Nginx 同一 iP 多域名配置方法(多子配置文件,含 https) 一、Nginx 配置文件 路径:/usr/local/nginx/conf/nginx.conf 操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 另外需要注 ... continue reading nginx zhuoyuebiji 2019/5/30 1924
穿越深圳东西涌(冲) 海岸线介绍 深圳大鹏东西涌海岸线穿越是指从位于大鹏半岛的南澳镇的东冲村海边穿越到西冲沙滩,全程海岸线直线距离大约4公里,路程大约9公里左右,由于一路的海岸线起伏不平,快的2个多小时可以走完,慢的大约4至5个小时就可以到底西冲沙滩。从风 ... continue reading 运动旅行 zhuoyuebiji 2019/6/10 1923
Django admin 多对多字段 过滤方法 及 保持横向显示(穿梭框) 两个模型 文章(Article) 和 标签(Tag),多对多 class Tag(models.Model): """ 文章标签 """ name = models.CharField ... continue reading django zhuoyuebiji 2020/3/1 1913