Django 模板获取 for 循环前 N 条数据 咱先找到官方文档模板内建标签和过滤器页面 https://docs.djangoproject.com/zh-hans/2.2/ref/templates/builtins/ 找到 for in 标签的用法的地方 ... continue reading django zhuoyuebiji 2019-12-25 871
IP 地址免费查询接口收集 聚合数据 注意:一个账号能免费申请一个接口 IP 地址查询,免费用户,调用 API 每日500次免费调用。 阿里云 全球IP地址查询_免费版_易源数据 免费版本每秒可调用 1 次。本地 5 千万条IP,如果取不 ... continue reading API zhuoyuebiji 2019-12-23 496
有意思的网站收集 程序类 v2ex(大量的成员热爱编程和图形设计) 十年之约(加入十年之约,博客十年不关闭) 十年后(与世界分享你的追梦历程) 生活类 一个顶俩-1(成语自动接力到 一个顶俩) 一个顶俩-2(成语 ... continue reading 闲话杂谈 zhuoyuebiji 2019-12-21 460
Django 2.2 path、repath、include 注意事项 导入注意事项 Django 2.2 的 path 导入:from django.urls import path, re_path, include APP urls: 增加了 app_name ... continue reading django zhuoyuebiji 2019-12-20 866
Fiddler 配置及使用教程(飞机票) 🚀 https://www.cnblogs.com/woaixuexi9999/p/9247705.html 这篇博客,写的非常详细,配置 fiddler 必备。 注意事项: 不是所有的请求都能抓(APP ... continue reading 软件测试 zhuoyuebiji 2019-12-19 269
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 1162
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 2104
解决:安装 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 1205
Django 组装表名查询数据(动态表名、组合表名) 了解 getattr 函数 教程:https://www.runoob.com/python/python-func-getattr.html 描述 getattr() 函数用于返回一个对象属性值。 ... continue reading django zhuoyuebiji 2019-12-17 1250
Django + celery + beat 执行定时任务 开发环境 python 3.6.8 djang ... continue reading django zhuoyuebiji 2019-12-17 3364