Locust package has moved from 'locustio' to 'locust'. Please update your reference (or pin your version to 0.14.6 if you dont want to update to 1.0) 错误日志: C:\Users\xieboke>pip install locustio -U Collecting locustio Using cached locustio-0.999.tar.gz (267 k ... continue reading 软件测试 zhuoyuebiji 2020/9/16 1078
Python 监控键盘输入的模块 pynput Handling the keyboard The package pynput.keyboard contains classes for controlling and monitoring the keybo ... continue reading python zhuoyuebiji 2021/12/7 1075
Centos7 之 sshd,iptables,firewall,fail2ban 常用操作 SSHD # 在原端口 22 下,新增 sshd 端口 20000,并 开启账号密码登录、开启 root 账号登录 vim /etc/ssh/sshd_config Port 20000 PasswordAuth ... continue reading centos zhuoyuebiji 2019/1/8 1071
Celery 报错:Received unregistered task of type 'apps.share.tasks.post_to_beiqia'. 开发环境 windows 10 python 3.6 celery 4.3.0(redis 做的中间人) 错误日志 启动后错误会一直刷屏,不得不停止掉 (joyoo) E:\yinzhuoqun ... continue reading django zhuoyuebiji 2019/12/19 1071
Mac 系统配置开机自动执行 rc.local 文件 原文地址:http://www.jahng.cn/node/70 在 linux 系统上,要配置开机启动项很简单,只要在 /etc/rc.d/rc.local 里面写上想要开机执行的命令就可以了。 但是在 mac 上不存在 rc ... continue reading 计算机基础 zhuoyuebiji 2019/12/13 1057
Django2 The custom handler404 view 'users.views.page_not_found' does not take the correct number of arguments (request, exception). 错误日志 django 2.2 配置全局 404、500 时报错: The custom handler404 view 'users.views.page_not_found' does not take th ... continue reading django zhuoyuebiji 2020/3/27 1055
Notepad++ 实用设置 1. 制表符替换为空格:设置 --> 首选项 --> 语言 --> 勾选 替换为空格 2. 文件快照和备份:设置 --> 首选项 --> 备份 --> 勾选 启动文件快照 ... continue reading 软件测试 zhuoyuebiji 2019/6/13 1037
Django 组装表名查询数据(动态表名、组合表名) 了解 getattr 函数 教程:https://www.runoob.com/python/python-func-getattr.html 描述 getattr() 函数用于返回一个对象属性值。 ... continue reading django zhuoyuebiji 2019/12/17 1036
Oracle Cloud 更换 ip 地址步骤 更换步骤 计算 > 实例 > 实例详细信息 > 附加的 VNIC > VNIC 详细信息 > IPv4 地址   ... continue reading centos zhuoyuebiji 2023/2/23 1035
Django admin 对 list_filter 排序 参考文档 1. https://cloud.tencent.com/developer/ask/34273 2. https://djangosnippets.org/snippets/2885/ 3. ... continue reading django zhuoyuebiji 2019/9/25 1034