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

相关推荐
Purple Coder2 小时前
论文阅读-9月27日(入门2)
笔记
Larry_Yanan3 小时前
QML学习笔记(十五)QML的信号处理器(MouseArea)
c++·笔记·qt·学习·ui
Larry_Yanan4 小时前
QML学习笔记(十七)QML的属性变更信号
javascript·c++·笔记·qt·学习·ui
Tony Bai4 小时前
【Go开发者的数据库设计之道】05 落地篇:Go 语言四种数据访问方案深度对比
开发语言·数据库·后端·golang
gopyer5 小时前
180课时吃透Go语言游戏后端开发3:Go语言中其他常用的数据类型
开发语言·游戏·golang·游戏后端开发
come112345 小时前
Go vs. PHP:核心优势劣势对比
开发语言·golang·php
Hello_Embed5 小时前
STM32 智能垃圾桶项目笔记(一):超声波模块(HC-SR04)原理与驱动实现
c语言·笔记·stm32·单片机·嵌入式软件·嵌入式项目
聪明的笨猪猪6 小时前
面试清单:JVM类加载与虚拟机执行核心问题
java·经验分享·笔记·面试
忘川w6 小时前
红宝书 基础词回忆
笔记
努力毕业的小土博^_^6 小时前
【深度学习|学习笔记】详细讲解一下 深度学习训练过程中 为什么 Momentum 可以加速训练?
人工智能·笔记·深度学习·学习·momentum