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 1051
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 1050
Mac 系统配置开机自动执行 rc.local 文件 原文地址:http://www.jahng.cn/node/70 在 linux 系统上,要配置开机启动项很简单,只要在 /etc/rc.d/rc.local 里面写上想要开机执行的命令就可以了。 但是在 mac 上不存在 rc ... continue reading 计算机基础 zhuoyuebiji 2019/12/13 1037
Python 监控键盘输入的模块 pynput Handling the keyboard The package pynput.keyboard contains classes for controlling and monitoring the keybo ... continue reading python zhuoyuebiji 2021/12/7 1036
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 1028
Notepad++ 实用设置 1. 制表符替换为空格:设置 --> 首选项 --> 语言 --> 勾选 替换为空格 2. 文件快照和备份:设置 --> 首选项 --> 备份 --> 勾选 启动文件快照 ... continue reading 软件测试 zhuoyuebiji 2019/6/13 1023
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 1010
Django 组装表名查询数据(动态表名、组合表名) 了解 getattr 函数 教程:https://www.runoob.com/python/python-func-getattr.html 描述 getattr() 函数用于返回一个对象属性值。 ... continue reading django zhuoyuebiji 2019/12/17 1001
网站 http 资源切换成 https jquery : https://libs.baidu.com/jquery/2.1.4/jquery.min.js,https://www.bootcdn.cn/jquery/ amazeui: https: ... continue reading django zhuoyuebiji 2018/8/4 992
Django admin 实现 增加记录 和 修改记录 展现不同的表单 说明 提供一个参考,具体逻辑要看具体情况。本质就是根据条件展示不同的表单内容(注意表单必填项字段,保存时要记得传值)。 根据用户返回表单,注意必填项保存时要给值 from django.contrib import a ... continue reading django zhuoyuebiji 2019/9/29 987