一份程序猿单词列表(updating)
以下单词是个人平时阅读英文文档时遇到的一些“生”单词。这些单词是在平时中积累下来的,也都是通过Google进行翻译的,所以有些翻译可能不是特别准确,毕竟不是字典,只作为平时的一个积累,偶尔翻阅,扩展自己的单词量。
该文档将持续更新,可以关注https://github.com/hylinux1024/word-list-for-programmer
A
a variety of 各种各样的;
aggressively 积极地;侵略地;激烈地;adv;
affiliate 使率属;v;
amortized 摊销;分期付款;v;amortized constant time 均摊不变时间;
accidental 偶然;偶发;非主要的;adj;
arbitrary 武断的;adj;arbitrary number 任意数字;
architecture 框架;n;
augment 增加;v;
B
backend 后端;n;backend developer 后端开发人员;
hierarchy 等级制度;层级;n;
blend 混合;v;to blend A and B 把A和B混合起来;
bootcamp 训练营;集训;n;
C
coroutines 协程;n;
creepy 使人心里发毛的;adj;
correctness 正确性;n;
credentials 证书;凭据;n;
contrive 设法促成;v;
D
decouples 解耦;v;
dramatically 显著地;戏剧性地;adv;
E
exemplary 可作楷模的;adv;
encapsulate 封装;v;
entrepreneurship 创业;n;
F
formulate 构想;v;
facility 场所;n;a health-care facility 保健中心;
facilitate 促进;使…便利;v;
G
gratuitous 不必要的;无理由的;免费的;adj;
H
I
inherently 内在的;adv;
impede 阻碍;妨碍;拖延;v;
inversion 倒转;颠倒;n;
interoperability互通性;n;
interpolate 插入;添加;v;
interstitial 空隙的;间质性;n;
in the absence of 在缺少…之下;
interchangeable 通用;adj;
interoperability 互通性;n;
infrastructure 基础设施;n;
J
K
keystroke 按键;n;
L
likewise 同样地;adv;
lower latency 低延迟;
M
miniature 微型;雏形;adj;
mutate 变化;v;
N
O
overlap 叠加;v;
P
primitive 原语;n;原始的;adj;primitive man 原始人;
pragmatic 务实的;adj;
permits 容许;许可;v;
pipeline 管道;n;to lay a gas pipeline 铺设煤气管道;
profile 侧面;轮廓;n;profiling 剖析;描绘…轮廓;v;profiler 探查(器)、检测器;n;
payload 装载量;有效载荷;n;network payloads 网络负载;
portfolio 公事包;投资组合;n;
Q
R
S
scenario 剧本;概要;场景;n;
semantics 语义(学);n;
specification 规范;n;
stale 陈旧;不新鲜;adj;
simultaneously 同时;adv;
spin 转动;v;
T
traverse the list 遍历列表;
U
utterly 完全;万般;adj;
unsynchronized 不同步;adj;
unmodifiable 不可修改;adj;
unadulterated 纯正的;adj;
V
verbosity 啰嗦;冗长;n;
W
withhold 扣押;保留;v;
X
Y
Z
- 上一篇 源码分析OKHttp的执行过程
- 下一篇 源码分析Retrofit请求流程