上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 36 下一页
摘要: 《Django 5 By Example》学习第6天,p165-p210总结,总计46页。 一、技术总结 1.bookmarks项目 (1)登录认证 作者这里使用的是Django自带的auth。 (2)上传头像 图片处理,使用Pillow。 (3)扩展user 扩展user模型与自带的user使用外 阅读全文
posted @ 2024-11-16 17:02 codists 阅读(44) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第5天,p105-p164总结,总计60页。 一、技术总结 1.文章标签功能 Django自带django-taggit。 2.自定义template tags 3.roadmap功能 4.RSS功能 5.full-text搜索功能 这里使用的是Post 阅读全文
posted @ 2024-11-16 00:05 codists 阅读(52) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第4天,p76-p104总结,总计29页。 一、技术总结 1.环境变量管理 这里作者使用的是:python-decouple,本人在实际项目中使用的是python-dotenv,这里只是简单的使用,感觉两者差不多。 2.评论功能 评论功能设计的时候主要考 阅读全文
posted @ 2024-11-14 15:42 codists 阅读(57) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第3天,p54-p75总结,总计22页。 一、技术总结 1.分页 (1)分页:Paginator (2)页数不存在处理: EmptyPage, PageNotAnInteger 2.class-based views(类视图) (1)为什么使用类视图? 阅读全文
posted @ 2024-11-13 23:41 codists 阅读(43) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第2天,p17-p53总结,总计37页。 一、技术总结 1.数据库迁移 python manage.py makemigrations blog python manage.py sqlmigrate blog 0001 python manage.py 阅读全文
posted @ 2024-11-12 10:51 codists 阅读(38) 评论(0) 推荐(0)
摘要: 《Django 5 By Example》学习第1天,p1-p16总结,总计16页。 一、技术总结 1.Django基本操作 (1)创建 project & 创建 app django-admin startproject mysite django-admin startapp blog (2)定 阅读全文
posted @ 2024-11-11 08:47 codists 阅读(84) 评论(0) 推荐(0)
摘要: 1.为什么选择这本书? 因为工作中有一个项目使用了Go进行开发,项目用到了MySQL, Redis,GORM,Rabbitmq,Zap等组件进行开发,没有使用到Web框架,因为本人是Web开发方向,所以就想了解下Web框架在Go开发中的应用,看看别人是怎么用的。国外的Go Web框架有:Echo, 阅读全文
posted @ 2024-11-05 00:00 codists 阅读(104) 评论(0) 推荐(0)
摘要: 《用Gin框架构建分布式应用》学习第17天,p393-p437总结,总45页。 一、技术总结 1.Prometheus Prometheus放在代码里面使用,还是第一次见。在本人实际的工作中未看到这种用法。 2.Grafana Grafana用于被监控数据的可视化。 3.Telegraf Teleg 阅读全文
posted @ 2024-11-03 16:24 codists 阅读(38) 评论(0) 推荐(0)
摘要: 《用Gin框架构建分布式应用》学习第16天,p307-p392总结,总86页。 一、技术总结 1.AWS chapter 08讲使用AWS进行部署,可以根据需要选择是否阅读。因为使用到的概率很小,且还要绑卡,本人选择跳过。 2.CI/CD (1)什么是CI/CD p348,Luckily, many 阅读全文
posted @ 2024-11-02 22:05 codists 阅读(53) 评论(0) 推荐(0)
摘要: 2024年10月编程人总共更新了21篇文章: 1.2024年9月文章一览 2.《Programming from the Ground Up》阅读笔记:p147-p180 3.《Programming from the Ground Up》阅读笔记:p181-p216 4.《Programming 阅读全文
posted @ 2024-11-01 21:27 codists 阅读(47) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 36 下一页