上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 35 下一页
摘要: 《用Gin框架构建分布式应用》学习第3天,p32-p51总结,总计20页。 一、技术总结 1.Go知识点 slice, struct。 2.Gin知识点 (1)c.XML() 使用c.XML()解析cmx结构。 (2)c.ShouldBindJSON() 将struct转成json。 gin所有函数 阅读全文
posted @ 2024-10-16 00:15 codists 阅读(39) 评论(0) 推荐(0)
摘要: 《用Gin框架构建分布式应用》学习第2天,p20-p31总结,总计12页。 一、技术总结 1.第一个gin程序 // main.go package main import "github.com/gin-gonic/gin" func main() { r := gin.Default() r.G 阅读全文
posted @ 2024-10-14 00:01 codists 阅读(28) 评论(0) 推荐(0)
摘要: 《使用Gin框架构建分布式应用》学习第1天,p1-p19总结,总计19页。 一、技术总结 1.go get & go install 执行go get 或者 go install 命令后package会被安装到哪里?参考:https://go.dev/ref/mod#go-install VSCod 阅读全文
posted @ 2024-10-12 23:58 codists 阅读(72) 评论(0) 推荐(0)
摘要: 之所以看这本书,是想了解一些跟汇编相关的知识,打开这本书后就被作者的观点——“If you don't understand something the first time, reread it. If you still don't understand it, it is sometimes 阅读全文
posted @ 2024-10-11 21:39 codists 阅读(79) 评论(0) 推荐(0)
摘要: 《Programming from the Ground Up》学习第11天,p217-p238总结,总计22页。 一、技术总结 1.C compiling p216, C compiling is split into two stages - the preprocessor and the m 阅读全文
posted @ 2024-10-10 13:05 codists 阅读(19) 评论(0) 推荐(0)
摘要: 《Programming from the Ground Up》学习第10天,p181-p216总结,总计34页。 一、技术总结 第10章主要讲计算机是如何计算的,如十进制、二进制、八进制、十六进制以及浮点数和负数的表示。属于比较基础的内容,如果有一定基础,本章可跳过。 1.exponent & m 阅读全文
posted @ 2024-10-09 22:41 codists 阅读(33) 评论(0) 推荐(0)
摘要: 《Programming from the Ground Up》学习第9天,p147-p180总结,总计34页。 一、技术总结 1.Physical memeory p152, Physical memory refers to the actual RAM chips inside your co 阅读全文
posted @ 2024-10-08 10:34 codists 阅读(14) 评论(0) 推荐(0)
摘要: 2024年9月编程人总共更新了2篇文章: 1.2024年8月文章一览 2.《Programming from the Ground Up》阅读笔记:p117-p146 欢迎搜索及关注:编程人(a_codists) 阅读全文
posted @ 2024-10-04 16:40 codists 阅读(29) 评论(0) 推荐(0)
摘要: 《Programming from the Ground Up》学习第8天,p117-p146总结,总计30页。 一、技术总结 1.共享函数用法示例 (1)不使用共享函数 linux.s: # filename:linux.s # system call numbers(按数字大小排列,方便查看) 阅读全文
posted @ 2024-09-29 23:58 codists 阅读(16) 评论(0) 推荐(0)
摘要: 2024年8月编程人总共更新了3篇文章: 1.2024年7月文章一览 2.《Programming from the Ground Up》阅读笔记:p95-p102 3.《Programming from the Ground Up》阅读笔记:p103-p116 8月,对自己而言是糟糕的一个月,两个 阅读全文
posted @ 2024-09-01 17:22 codists 阅读(55) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 35 下一页