上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 35 下一页
摘要: 《Django 5 By Example》学习第 21 天,p561-p613 总结,总计 53 页。 一、技术总结 1.mixins (1)定义(什么是 mixins?) p570,Mixins are a special kind of multiple inheritance for a cl 阅读全文
posted @ 2024-12-16 16:08 codists 阅读(31) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第 20 天,p551-p560 总结,总计 10 页。 一、技术总结 1.custom model field (1)示例 courses/fields.py from django.core.exceptions import ObjectDoesN 阅读全文
posted @ 2024-12-15 23:16 codists 阅读(29) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第 19 天,p543-p550 总结,总计 8 页。 一、技术总结 1.fixtures (1)定义 A fixture is a collection of files that contain the serialized contents of 阅读全文
posted @ 2024-12-14 23:06 codists 阅读(41) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第 18 天,p521-p542 总结,总计 22 页。 一、技术总结 1.django-parler django-parler 用于 model 的 translate。这里要注意下,使用 django-parler 之后会生成新的表,对原来的表数据 阅读全文
posted @ 2024-12-13 22:34 codists 阅读(34) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第 17 天,p493-p520 总结,总计 28 页。 一、技术总结 1.internationalization(国际化) vs localization(本地化) (1)18n,L10n,g11n 以前总觉得这两个缩写好难记,今天仔细看了下维基百科 阅读全文
posted @ 2024-12-12 13:35 codists 阅读(87) 评论(0) 推荐(0)
摘要: 2024年11月编程人总共更新了21篇文章: 1.2024年10月文章一览 2.《使用Gin框架构建分布式应用》阅读笔记:p307-p392 3.《使用Gin框架构建分布式应用》阅读笔记:p393-p437 4.《使用Gin框架构建分布式应用》读后感 5.《Django 5 By Example》阅 阅读全文
posted @ 2024-12-01 22:29 codists 阅读(32) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第 16 天,p455-p492 总结,总计 38 页。 一、技术总结 1.myshop (1)打折功能 使用折扣码实现,但是折扣码是手动生成的,感觉实际业务中应该不是这样的。 (2)推荐功能 使用 Redis 做缓存,结合商品的销量做推荐,算是一种普通 阅读全文
posted @ 2024-11-30 19:41 codists 阅读(18) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第 15 天,p388-p454 总结,总计 66 页。 一、技术总结 1.celery 我觉得书中这种用法太简单了。 2.flower 用于监控 celery。 # 安装 pip install flower # 启动 celery -A myshop 阅读全文
posted @ 2024-11-29 23:30 codists 阅读(18) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第 14 天,p383-p387 总结,总计 5 页。 一、技术总结 1. asynchronous task(异步任务) 对于异步任务,书中使用的是 celery 和 RabbitMQ,这也是平时工作中的主流用法。 (1) celery Python 阅读全文
posted @ 2024-11-28 23:17 codists 阅读(21) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第13天,p359-p382总结,总计24页。 一、技术总结 1.session (1)session 存储方式 Database sessions File-based sessions Cached sessions Cached database 阅读全文
posted @ 2024-11-27 23:00 codists 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 35 下一页