当前位置: 首页 > article >正文

《使用Gin框架构建分布式应用》阅读笔记:p1-p19

《使用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)


http://www.kler.cn/a/349765.html

相关文章:

  • MySQL 索引存储结构
  • DeepSeek-R1 模型及GRPO算法学习
  • DeepSeek模型:开启人工智能的新篇章
  • 【新春特辑】2025年1月科技浪潮中的AI最新时事与科技趋势
  • MySQL备忘录
  • mybatis(134/134)完结
  • 移动硬盘文件误删怎么办?数据恢复全攻略
  • 用这条Prompt构建CoT+PoT验证器评估LLM输出,显著提高LLM推理准确性和一致性
  • uniapp引入ThorUI的方法
  • 国外电商系统开发-运维系统操作脚本
  • 哪款宠物空气净化器性价比高?希喂、米家和范罗士哪款更好?
  • do…while循环语句的使用
  • C# WinForm 用名字name字符串查找子控件
  • 数智时代的新航向:The Open Group 2024生态系统架构·可持续发展年度大会邀您共筑AI数字新时代
  • 技术总结(五)
  • DC系列靶机-DC2
  • 移情别恋c++ ദ്ദി˶ー̀֊ー́ ) ——7.list(无习题)
  • Java 线性搜索
  • 数据结构算法题:栈与队列的使用(一)
  • 追逐AGI!微软AI副总裁、Phi小模型领导者Bubeck将加入OpenAI
  • JVM的GC算法以及常见垃圾回收器
  • 多级缓存-
  • HTML5实现古典音乐网站源码模板1
  • 分布式数据库:构建高效、可靠的数据存储与管理系统
  • 观察者模式的思考
  • CSS 实战录: 双栏、四等分、不等间距、自适应...