编程人

codists5 天前
python·django·编程人
《Django 5 By Example》阅读笔记:p105-p164《Django 5 By Example》学习第5天,p105-p164总结,总计60页。Django自带django-taggit。
codists8 天前
python·django·编程人
《Django 5 By Example》阅读笔记:p76-p104《Django 5 By Example》学习第4天,p76-p104总结,总计29页。这里作者使用的是:python-decouple,本人在实际项目中使用的是python-dotenv,这里只是简单的使用,感觉两者差不多。
codists11 天前
python·django·编程人·codists
《Django 5 By Example》阅读笔记:p1-p16《Django 5 By Example》学习第1天,p1-p16总结,总计16页。abbreviation for financial technology: the business of using technology to offer financial services in new ways。
codists19 天前
golang·gin·编程人
《使用Gin框架构建分布式应用》阅读笔记:p393-p437《用Gin框架构建分布式应用》学习第17天,p393-p437总结,总45页。Prometheus放在代码里面使用,还是第一次见。在本人实际的工作中未看到这种用法。
codists22 天前
rabbitmq·编程人
RabbitMQ的Overview Totals是空RabbitMQ 版本:4.0.2,Erlang 版本:26.2.5.4。RabbitMQ 页面管理(rabbitmq_management)的 Overview > Totals 是空:
codists22 天前
笔记·golang·gin·编程人·codists·gin框架
《使用Gin框架构建分布式应用》阅读笔记:p212-p233《用Gin框架构建分布式应用》学习第12天,p212-p233总结,总22页。(1)class、method
codists24 天前
golang·gin·编程人
《使用Gin框架构建分布式应用》阅读笔记:p251-p271《用Gin框架构建分布式应用》学习第14天,p251-p271总结,总21页。这里补充一些书上没有说明的:
codists1 个月前
golang·gin·编程人
《使用Gin框架构建分布式应用》阅读笔记:p127-p142《用Gin框架构建分布式应用》学习第9天,p127-p142总结,总计16页。API keys 认证方式示例:
codists1 个月前
golang·gin·编程人
《使用Gin框架构建分布式应用》阅读笔记:p108-p126《用Gin框架构建分布式应用》学习第8天,p108-p126总结,总计18页。The eviction policy determines what happens when a database reaches its memory limit.
codists1 个月前
gin·编程人
《使用Gin框架构建分布式应用》阅读笔记:p52-p76《用Gin框架构建分布式应用》学习第4天,p32-p76总结,总计25页。书上使用ioutil包读取JSON文件,但是从go 1.16 开始,不再推荐使用ioutil,应该使用os 包。
codists1 个月前
编程人
《使用Gin框架构建分布式应用》阅读笔记:p1-p19《使用Gin框架构建分布式应用》学习第1天,p1-p19总结,总计19页。执行go get 或者 go install 命令后package会被安装到哪里?参考:https://go.dev/ref/mod#go-install
codists1 个月前
编程人
《Programming from the Ground Up》读后感之所以看这本书,是想了解一些跟汇编相关的知识,打开这本书后就被作者的观点——“If you don't understand something the first time, reread it. If you still don't understand it, it is sometimes best to take it by faith and come back to it later(第一遍看不懂,那就看第二遍;还是看不懂,记住它,回头再看)”吸引了,从2024年6月30到2024年10月1
codists3 个月前
编程人
2024年8月文章一览2024年8月编程人总共更新了3篇文章:1.2024年7月文章一览2.《Programming from the Ground Up》阅读笔记:p95-p102
codists3 个月前
编程人·汇编语言
《Programming from the Ground Up》阅读笔记:p103-p116《Programming from the Ground Up》学习第7天,p103-p116总结,总计14页。
codists3 个月前
assembly·编程人
《Programming from the Ground Up》阅读笔记:p95-p102《Programming from the Ground Up》学习第6天,p95-p102总结,总计8页。
codists4 个月前
assembly·编程人
《Programming from the Ground Up》阅读笔记:p88-p94《Programming from the Ground Up》学习第5天,p88-p94总结,总计7页。
codists4 个月前
assembly·编程人
《Programming from the Ground Up》阅读笔记:p75-p87《Programming from the Ground Up》学习第4天,p75-p87总结,总计13页。
codists5 个月前
assembly·编程人
《Programming from the Ground Up》阅读笔记:p19-p48《Programming from the Ground Up》学习第2天,p19-p48总结,总计30页。
codists1 年前
c语言·编程人·codists
Programming abstractions in C阅读笔记:p88-p90《Programming Abstractions In C》学习第44天,p88-p90总结。 一、技术总结 1.内存分配 内存分配可以分为:static allocation、automatic allocation、dynamic allocation。内存分配使用的函数为:malloc()。 二、英语总结 1."up to this point"是什么意思? 答:point: a particular time in a process(整个过程里面的一个特殊时间)。所以,up to this p