Fiddler 配置及使用教程(飞机票) 🚀 https://www.cnblogs.com/woaixuexi9999/p/9247705.html 这篇博客,写的非常详细,配置 fiddler 必备。 注意事项: 不是所有的请求都能抓(APP ... continue reading 软件测试 zhuoyuebiji 2019-12-19 241
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 1133
Python retry 和 retrying(失败重试) retry 官:https://pypi.org/project/retry/ 译:https://spaces.ac.cn/archives/3902 Easy to use retry ... continue reading python zhuoyuebiji 2019-12-18 2054
解决:安装 django-celery-beat 自动把 django 升级到 3.0 了 安装 beat 日志 (joyoo) E:\yinzhuoqun\djangos\joyoo>pip install django-celery-beat Collecting django-celery-be ... continue reading django zhuoyuebiji 2019-12-17 1171
Django 组装表名查询数据(动态表名、组合表名) 了解 getattr 函数 教程:https://www.runoob.com/python/python-func-getattr.html 描述 getattr() 函数用于返回一个对象属性值。 ... continue reading django zhuoyuebiji 2019-12-17 1160
Django + celery + beat 执行定时任务 开发环境 python 3.6.8 djang ... continue reading django zhuoyuebiji 2019-12-17 3292
学习过程的四个阶段 出处:http://www.360doc.cn/mip/789301253.html 学习就是一个从不会到会的过程。哦,听上去它是这样的简单和直接,可是我们自身的经验告诉我们并非如此。回忆一下你自身的经历,你是如何学习的:某项体育运动 ... continue reading 生活感悟 zhuoyuebiji 2019-12-16 854
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 2134
Django + celery + redis 执行异步任务及查看结果(推荐) 官方文档 https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#using-celery-with-django(配置文档) ... continue reading django zhuoyuebiji 2019-12-15 3246
Python3 不小心 卸载了 pip,重装 pip 办法 日志记录 1. 手残了,多打了 pip,而且还没看提示,一路 Y(Mac OS) (joyoo) yinzhuoqundeMacBook-Pro:joyoo yinzhuoqun$ pip uninstall pip ins ... continue reading python zhuoyuebiji 2019-12-15 3430