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

《用Gin框架构建分布式应用》学习第12天,p212-p233总结,总22页。

一、技术总结

1.JavaScript知识点

(1)class、method

(2)function, arrow function,

(3)fetch()

(4)Promise, then()

2.bootstrap

第5章主要涉及前端技术的运用,作为后端开发者,大致了解其用法即可。

二、英语总结

1.alleviate

p225, This chapter will cover how to use caching mechanisms to alleviate performance bottlenecks.

(1)alleviate: ad-("to") + levis("light" in weigh)。vt. to make sth bad such as problem less servere.

(2)alleviation

2.sluggish

p226, Nothing can turn away a user more quickly than an application that is slow and sluggish.

(1)sluggish: slugge("lazy person") + -ish("of the chacter of ...",有...的性质,有...的特征)。adj. move slowly.

(2)slug: a lazy person.

在这里,虽然"slow"和"sluggish"都有慢的意思,但slow主要指speed"耗时长/速度慢",而sluggish偏向于unresponsive("未响应的,迟钝的")。

三、其它

今天没有什么想说的。

四、参考资料

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)

相关推荐
love530love6 小时前
【笔记】在 MSYS2(MINGW64)中正确安装 Rust
运维·开发语言·人工智能·windows·笔记·python·rust
xhyu617 小时前
【学习笔记】On the Biology of a Large Language Model
笔记·学习·语言模型
小白杨树树7 小时前
【SSM】SpringMVC学习笔记7:前后端数据传输协议和异常处理
笔记·学习
roman_日积跬步-终至千里7 小时前
【Go语言基础【3】】变量、常量、值类型与引用类型
开发语言·算法·golang
roman_日积跬步-终至千里7 小时前
【Go语言基础】基本语法
开发语言·golang·xcode
海棠蚀omo8 小时前
C++笔记-C++11(一)
开发语言·c++·笔记
阑梦清川9 小时前
HZOJ新手村前段时间的刷题的笔记
笔记
FakeOccupational9 小时前
【p2p、分布式,区块链笔记 MESH】Bluetooth蓝牙通信拓扑与操作 BR/EDR(经典蓝牙)和 BLE
笔记·分布式·p2p
明月清了个风11 小时前
数据结构与算法学习笔记(Acwing 提高课)----动态规划·树形DP
笔记·学习·动态规划·树形dp