首页 > 极客资料 博客日记
《使用Gin框架构建分布式应用》阅读笔记:p1-p19
2024-10-13 00:00:03极客资料围观17次
《使用Gin框架构建分布式应用》学习第1天,p1-p19总结,总计19页。
一、技术总结
1.go get & go install
执行go get 或者 go install 命令后package会被安装到哪里?参考:https://go.dev/ref/mod#go-install
VSCode结合WSL使用后,路径把人绕晕了。
二、英语总结
1.evangelist
Contributors章节:Mohamed Labouardy is the CTO and cofounder of Crew.work, and a DevSecOps evangelist.
(1) evangelist: eu-("good") + angel。
c.字面意思是"bringger of good news",someone who often talks about how good they think something is, and tries to persuade you to have the same opion(布道者)。
2.back
vt. to give support to someone。等同于support。
3.from scratch
这是一个俚语(idiom), 意为“from the beginning”。
4.focal point
p7, The pattern of request-response is one of the focal point in building web applications in Go.
(1)focal: focus + -al。adj. central and important。
(2)相似的用法:key point。
5.craft
p7, While the net/http package allows you to craft a web application easily, the routing
mechanism is not so powerful, especially for complex applications.
craft: vt. to make object, especially in a skill way(精心制作)。
作者(Mohamed Labouardy )用了很多平时意思相近,但是用得很少的词,例如上面的:back(support), focal point(key point), craft(create/build),不知道是不是因为作者是法国的,也有可能是我读书少。
三、其它
SumatraPDF在阅读PDF文件的时候输入页数可以跳到实际的页数,这个功能挺好用,这样可以不受目录、序言等页数的影响。
四、参考资料
1. 编程
(1) Mohamed Labouardy,《Building Distributed Applications in Gin》:https://book.douban.com/subject/35610349
2. 英语
(1) Etymology Dictionary:https://www.etymonline.com
(2) Cambridge Dictionary:https://dictionary.cambridge.org
欢迎搜索及关注:编程人(a_codists)
标签:
上一篇:Linux下安装搜狗输入法
下一篇:C#轻松实现Modbus通信
相关文章
最新发布
- Nuxt.js 应用中的 prerender:routes 事件钩子详解
- 【问题解决】Tomcat由低于8版本升级到高版本使用Tomcat自带连接池报错无法找到表空间的问题
- 【FAQ】HarmonyOS SDK 闭源开放能力 —Vision Kit
- 六、Spring Boot集成Spring Security之前后分离认证流程最佳方案
- 《JVM第7课》堆区
- .NET 8 高性能跨平台图像处理库 ImageSharp
- 还在为慢速数据传输苦恼?Linux 零拷贝技术来帮你!
- 刚毕业,去做边缘业务,还有救吗?
- 如何避免 HttpClient 丢失请求头:通过 HttpRequestMessage 解决并优化
- 让性能提升56%的Vue3.5响应式重构之“版本计数”