Jmeter 5.3 服务器资源监控插件 PerfMon 使用介绍 jmeter(windows 版)下载 列表:https://downloads.apache.org/jmeter/binaries/ 启动 jmeter 下载 .zip 文件后解压,找到解压目录下的 b ... continue reading 软件测试 zhuoyuebiji 2020/9/18 2079
Django admin list_filter 显示外键字段 models.py class Node(models.Model): """ 节点表 """ name = models.CharField(max_length=128, unique= ... continue reading django zhuoyuebiji 2019/9/25 2040
Django 多级分类,一个 model 搞定 代码是一个学习项目代码,觉得这种分类方式挺简便,所以分享出来了。 from django.db import models # Create your models here. class GoodsCategor ... continue reading django zhuoyuebiji 2019/9/25 2032
Centos7 使用 Supervisor 守护进程 Celery Supervisor 官网 http://supervisord.org/ Supervisor 安装 Centos 7 安装 Supervisord centos7 进程守护命令 Syste ... continue reading centos zhuoyuebiji 2019/6/6 2022
Celery 报错: Refusing to deserialize untrusted content of type pickle (application/x-python-serialize) 出错环境: windows 10 python 3.6.8 django 1.11.26 celery 4.3.0 错误日志: 同样的代码在 Mac 和 centos 环境 ... continue reading django zhuoyuebiji 2019/12/16 2003
Django admin 修改 app name 的名称为中文 在 django 自带的管理后台中,app name 未设置的情况下默认显示为新建 app 时的英文名,把 英文名 改成 中文名的方法: 1. app 的 目录下新建 apps.py # joyoo\blog\apps.py ... continue reading django zhuoyuebiji 2019/9/12 2000
Html toastr.js 悬浮通知(h5 toast 提示) 资源地址 github: https://github.com/CodeSeven/toastr 官网:https://codeseven.github.io/toastr/ cdn 资源地址:https://w ... continue reading html zhuoyuebiji 2019/10/30 1978
创建个人网站准备的一些材料 博客可能使用到的框架和工具 前端框架:bootstrip.js, jQuery,vue.js 网站主题:Amaze UI, NexT,欲思主题 web 框架:django API 接口:rest_framework ... continue reading django zhuoyuebiji 2017/10/1 1954
Fiddler win10:Failed to register Fiddler as the system proxy 错误提示 Failed to register Fiddler as the system proxy 解决办法 右击此电脑 -> 管理 -> 服务 -> WinHTTP Web Proxy Au ... continue reading 软件测试 zhuoyuebiji 2020/12/21 1936
Django admin 使用 ckeditor 富文本编辑器 开发环境 python 3.6.8 django 1.11 配置步骤 1. 安装 django-ckeditor 库 pip install django-c ... continue reading django zhuoyuebiji 2017/9/29 1925