前言
记录一些专业英语,让自己更专业.
常用语
记录常用于Github,SOF,Email的语句,如:礼貌用语.
| 句子 | 解释 | 如何应用 |
|---|---|---|
| In most cases | 大多数情况下 | |
| Please, explain it a bit more. | 请再多解释一些 |
短语
| 短语 | 解释 | 例句/备注 |
|---|---|---|
| In most cases | 大多数情况下 |
专业词汇
记录一些专业名词,让自己更专业.
| 词汇 | 解释 | 例句 |
|---|---|---|
| encapsulation | 封装 | Encapsulation is the packing of data and functions into a single component. |
| inheritance | 继承 | |
| High Cohesion | 高内聚 | ISP is one of the five SOLID principles of Object-Oriented Design, similar to the High Cohesion Principle of GRASP.[3] |
| decouple | 解耦 | ISP is intended to keep a system decoupled and thus easier to refactor, change, and redeploy. |
| concurrency | 并发 |
缩写
| 缩写 | 全拼 | 概念 |
|---|---|---|
| OOP | Object Oriented Programming | 面向对象编程 |
| AOP | Aspect Oriented Programming | 面向切面编程 |
| POJO | Plain Old Java Object | 表示普通的Java对象,不是JavaBean, EntityBean 或者 SessionBean |
| FRP | Functional Reactive Programming | 函数响应式编程 |
其他
一些不太专业的,但是最好知道的.
| 词汇 | 解释 | 例句 |
|---|---|---|
| microseconds | 微妙 | in miroseconds |
| data stream | 流量 |