├── .gitignore ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 EarsEyesMouth Team 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 计算机专业术语对照 2 | 3 | [A][100] | [B][101] | [C][102] | [D][103] | [E][104] | [F][105] | [G][106] | [H][107] | [I][108] | [J][109] | [K][110] | [L][111] | [M][112] | [N][113] | [O][114] | [P][115] | [Q][116] | [R][117] | [S][118] | [T][119] | [U][120] | [V][121] | [W][122] | [X][123] | [Y][124] | [Z][125] 4 | 5 | ## A 6 | 7 | | Word | Meaning | 8 | |-----------------------------------|------------------------------------------------------------------------| 9 | | Abstract Factory | 抽象工厂 | 10 | | Abstract Factory Pattern | 抽象工厂模式 | 11 | | abstraction layer | 抽象层 | 12 | | access | 获取,存取 | 13 | | access modifier | 访问修饰符 | 14 | | acoustic coupler | 声音耦合器 | 15 | | Active Directory | 活动目录 | 16 | | Acyclic Dependencies Principle | 非循环依赖原则(ADP) | 17 | | acyclic digraph | 有向无环图 | 18 | | Adapter | 适配器 | 19 | | Adapter Pattern | 适配器模式 | 20 | | Adaptive Code | 自适应代码 | 21 | | Add Parameter | 添加参数 | 22 | | ADSL | Asymmetrical Dingital Subscriber Loop,非对称数字用户环线 | 23 | | affinity | 绑定 | 24 | | affinity group | 地缘组 | 25 | | agent | 代理 | 26 | | agent-based interface | 代理人界面 | 27 | | Aggregate | 聚合 | 28 | | Aggregate Root | 聚合根 | 29 | | Agile | 敏捷方法论 | 30 | | agile practice | 敏捷实践 | 31 | | agile process | 敏捷流程 | 32 | | agility | 敏捷性 | 33 | | AI | Artificial Intelligence,人工智能 | 34 | | air waves | 无线电波 | 35 | | algorithm | 算法 | 36 | | Algorithm-of-Thought | 思维算法(AoT) 6 | 37 | | analog | 模拟的 | 38 | | animation | 动画 | 39 | | annotation | 注解,注释 | 40 | | answering machine | 电话应答机 | 41 | | antenna | 天线 | 42 | | anti-pattern | 反模式 | 43 | | AoT | 思维算法(Algorithm-of-Thought) 6 | 44 | | APM | 异步编程模型(Asynchronous Programming Model) | 45 | | Apocalyptic defect | 灾难缺陷 | 46 | | application | 应用,应用程序,应用软件 | 47 | | application life cycle | 应用程序生命周期 | 48 | | application pool | 应用程序池 | 49 | | Application Programming Interface | 应用程序编程接口(API),目的是提供应用程序与开发人员基于某软件或硬件得以访问一组例程的能力,而又无需访问源码,或理解内部工作机制的细节。 | 50 | | Application Service | 应用服务 | 51 | | arbitrary error | 任意错误 | 52 | | architecture | 体系机构,结构 | 53 | | architecture decay | 架构腐坏 | 54 | | Architecture Style | 架构风格 | 55 | | ARPA | Advanced Research Projects Agency,(美国国防部)高级研究计划署 | 56 | | ARPAnet | ARPA 网 | 57 | | Arrange-Act-Assert | 准备-执行-断言(AAA) | 58 | | artifact | 构建物4 | 59 | | ASF | Apache Software Foundation 的简写 | 60 | | Aspect-Oriented Programming | 面向切面编程(AOP) | 61 | | aspect ratio | 屏幕高宽比 | 62 | | assembly | 程序集 | 63 | | associative array | 关联数组 | 64 | | Asynchronous Programming Model | 异步编程模型(APM) | 65 | | ATM | asynchronous transfer mode,异步传输模式 | 66 | | atomic operation | 原子操作 | 67 | | atomic transaction | 原子事务 | 68 | | atomicity | 原子性 | 69 | | attribute | 特性(C#)、属性(Java 等) | 70 | | augmented reality | 增强实现(AR) | 71 | | authentication | 身份验证 | 72 | | authorization | 授权 | 73 | | auto-generated properties | 自动生成的属性 | 74 | | automated unit testing | 自动化单元测试 | 75 | | automation | 自动化 | 76 | | autonomous | 独立性 | 77 | | auxiliary database | 辅助数据库 | 78 | | availability | 可用性 | 79 | | availability set | 可用性集 | 80 | | AZs | 可用性区域(Availability Zones,亚马逊 AWS 中数据中心的叫法)4 | 81 | 82 | ## B 83 | 84 | | Word | Meaning | 85 | |---------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------| 86 | | BaaS | Battery as a Service,电池即服务(电池租用商业模式) | 87 | | Backend as a Service | 后端即服务(BaaS) | 88 | | backpane | 底板 | 89 | | backward compatibility | 向后兼容性 | 90 | | bandwidth | 带宽 | 91 | | bar code | 条形码 | 92 | | Base Class Library | 基类库(BCL) | 93 | | baseline | 准线 | 94 | | baud | 波特 | 95 | | BCL | 基类库(Base Class Library) | 96 | | bear | 熊 | 97 | | behavior | 行为 | 98 | | behavior preserving program transformations | 行为保留式程序转换1 | 99 | | Behavioral Design Patterns | 行为性设计模式 | 100 | | Behavioral error | 行为错误 | 101 | | BERT | Bidirectional Encoder Representations from Transformers,谷歌公司的 LLM,对 NLP 研究产生了重大影响。该模型使用双向方法从一个词的左右两边捕捉上下文,使得各种任务的性能提高,如情感分析和命名实体识别。 | 102 | | BFF | 为前端服务的后端(Backends For Frontends)4 | 103 | | BFS | 广度优先搜索 | 104 | | Big Ball of Mud | 大泥球(BBM) | 105 | | big data | 大数据 | 106 | | Big Design Up Front | 大优先设计(BDUF) | 107 | | binary | 二进制的 | 108 | | binochlar | 双目并用的 | 109 | | bit | 比特 | 110 | | Bit-field | 位域 | 111 | | bitnik | 比特族 | 112 | | blob | BLOB | 113 | | block | 阻断 | 114 | | block blob | 块 BLOB | 115 | | Blockchain as a Service | 区块链即服务(BaaS) | 116 | | bottleneck | 瓶颈 | 117 | | bounded context | 边界上下文、界限上下文4 | 118 | | box | 装箱 | 119 | | bps | bits per second,比特/秒 | 120 | | Brainstorming | 头脑风暴(脑暴) | 121 | | BRD | 商业需求文档(Business Requirements Document) | 122 | | breakpoint | 断点 | 123 | | Bridge | 桥接 | 124 | | Bridge Pattern | 桥接模式 | 125 | | broadcast | (无线电或电视)广播 | 126 | | Broken Hierarchy | 支离破碎的层次结构2 | 127 | | Broken Modularization | 拆散的模块化2 | 128 | | brownfield project | 行进中项目 | 129 | | Browser Object Model | 浏览器对象模型(BOM) | 130 | | browser-server | 浏览器-服务器 | 131 | | bug | 缺陷 | 132 | | Builder Pattern | 建造者模式 | 133 | | built-in | 内置的,内建的;嵌入的;内置 | 134 | | bulkhead | 舱壁4 | 135 | | business intelligence | 商业智能,将企业中现有的数据进行有效的整合,快速准确地提供报表并提出决策依据,帮助企业做出明智的业务经营决策。 | 136 | | business layer | 业务层 | 137 | | business logic layer | 业务逻辑层 | 138 | | Business Requirements Document | 商业需求文档(BRD) | 139 | | busy (status) | 忙(状态);繁忙(状态) | 140 | | byte | 字节 | 141 | 142 | ## C 143 | 144 | | Word | Meaning | 145 | |----------------------------------------------------|------------------------------------------------------------------------------------------------------------| 146 | | cable | 电缆 | 147 | | Cache/Caching | 缓存 | 148 | | call stack | 调用堆栈 | 149 | | callout box | 标注框 | 150 | | camelCase | camel 大小写 | 151 | | canary releasing | 金丝雀发布4 | 152 | | carbon copy | 复写本,副本;抄送(CC) | 153 | | carriage return | 回车 | 154 | | Cascading Style Sheets | 层叠样式表(CSS) | 155 | | catastrophic failover | 灾难性故障转移4 | 156 | | CD | 持续交付(Continuous Delivery)4 | 157 | | CDC | 消费者驱动的契约(Customer-Driven Contract)4 | 158 | | CDN | 内容分发网络(Content Delivery Network) | 159 | | cell | 单元 | 160 | | cellular telephone | 移动电话 | 161 | | Central Processing Unit | 中央处理器(CPU) | 162 | | certificate | (数字)证书 | 163 | | Certificate Authority | 证书认证机构 | 164 | | Chain of Responsibility | 责任链 | 165 | | Chain of Responsibility Pattern | 责任链模式 | 166 | | Chain-of-Thought | 思维链(CoT) 6 | 167 | | Chain-of-Thought-Self-Consistency | 思维链自洽性 6 | 168 | | Change Bidirectional Association to Unidirectional | 将双向关联改为单向关联1 | 169 | | Change Point | 修改点:需要往代码中引入修改的点 | 170 | | Change Reference to Value | 将引用对象改为值对象1 | 171 | | Change Unidirectional Association to Bidirectional | 将单向关联改为双向关联1 | 172 | | Change Value to Reference | 将值对象改为引用对象1 | 173 | | channel | 信道,频道 | 174 | | character | 字符 | 175 | | Characterization test | 特征测试:描述软件某部分的当前行为的测试,当你修改代码时能够用来保持行为 | 176 | | check in | 签入 | 177 | | check out | 签出 | 178 | | checksum | 校验和 | 179 | | chip | 芯片 | 180 | | choreography | 协同 | 181 | | CI | 持续集成(Continuous Integration)4 | 182 | | cipher | 密码 | 183 | | claim | 声明 | 184 | | class definition | 类定义 | 185 | | Clean Object-oriented and Layered Architecture | 整洁面向对象分层架构(COLA) | 186 | | CLI | 公共语言基础结构(Common Language Infrastructure) | 187 | | client-server | 客户端-服务器 | 188 | | clone | 克隆,复制 | 189 | | cloud computing | 云计算 | 190 | | cloud service | 云服务 | 191 | | CLR | 公共语言运行时(Common Language Runtime) | 192 | | CLS | 公共语言规范(Common Language Specification) | 193 | | cluster | 集群 | 194 | | clustered index | 聚集索引 | 195 | | co-occurring smells | 同时出现的坏味2 | 196 | | CoAP | 受限应用协议 | 197 | | coaxial cable | 同轴电缆 | 198 | | COBIT | 信息和相关技术的控制目标,Control Objectives for Information and Related Technology4 | 199 | | CoC | 更改开销(Cost of Change) | 200 | | code smell | 代码味道 | 201 | | COLA | 整洁面向对象分层架构,Clean Object-oriented and Layered Architecture | 202 | | Collapse Hierarchy | 折叠继承关系1 | 203 | | comcurrency | 并发 | 204 | | command | 命令 | 205 | | Command Pattern | 命令模式 | 206 | | command prompt | 命令行提示 | 207 | | Command/Query Responsibility Segregation | 命令/查询职责分离(CQRS) | 208 | | Command/Query Separation | 命令/查询分离(CQS) | 209 | | commingled bits | 混合的比特 | 210 | | communication | 通信 | 211 | | community | 社区 | 212 | | committed | 已提交(的) | 213 | | Common Intermediate Language | 公共中间语言 | 214 | | Common Language Infrastructure | 公共语言基础结构(CLI) | 215 | | Common Language Runtime | 公共语言运行时(CLR) | 216 | | Common Language Specification | 公共语言规范(CLS) | 217 | | Common Type System | 公共类型系统(CTS) | 218 | | common name | 通用名称 | 219 | | compatibility | 兼容性 | 220 | | Competing Consumer pattern | 消费者竞争模式4 | 221 | | compile-time correctness checking | 编译时正确性检查 | 222 | | Component Object Model | 组件对象模型(COM) | 223 | | Composability | 组合性 | 224 | | composite formatting | 复合格式化 | 225 | | Composite Pattern | 复合模式、组合模式 | 226 | | concurrency conflicts | 并发冲突 | 227 | | concurrency mode | 并发模式 | 228 | | conditional compilation | 条件编译 | 229 | | conditional compilation statement | 条件编译语句 | 230 | | configuration | 配置,设置 | 231 | | connection string | 连接字符串 | 232 | | Consolidate Conditional Expression | 合并条件表达式1 | 233 | | Consolidate Duplicate Conditional Fragments | 合并重复的条件片段1 | 234 | | consistency | 一致性 | 235 | | constructor | 构造函数 | 236 | | container | 容器 | 237 | | Container As A Service | 容器即服务(CaaS)4 | 238 | | content | 内容 | 239 | | context | 上下文 | 240 | | context map, 上下文映射图 | 上下文地图 5 | 241 | | Context Mapping | 上下文映射 5 | 242 | | contextual keyword | 上下文关键字 | 243 | | continuous integration | 持续集成 | 244 | | contribute | 贡献 | 245 | | Contributor License Agreement | 贡献者许可协议 | 246 | | convention | 约定 | 247 | | covariance | 协变 | 248 | | contravariance | 逆变 | 249 | | convert | 转换 | 250 | | Convert Procedural Design to Objects | 将过程化设计转化为对象设计1 | 251 | | cookie | Cookie | 252 | | copy-on-write | 写时复制 | 253 | | core | 内核;.NET Core 的简写(能且仅能与 .NET Framework 的简写 `nfx` 同时出现,作如 `nfx/core`,单独使用时应为全称 `.NET Core`) | 254 | | core domain | 核心领域 | 255 | | corruption | 损毁 | 256 | | Cosmetic issue | 外观上问题 | 257 | | Cost of Change | 更改开销(CoC) | 258 | | CoT | 思维链(Chain-of-Thought)6 | 259 | | COTS | 现成的商业软件(Commercial Off-The Shelf)4 | 260 | | counterpoint | 对位4 | 261 | | Coupling count | 耦合数:当一个方法被调用时传给它以及从它传出来的值的数目。如果该方法没有返回值,则耦合数就是它的参数数目。否则就是参数数目加 1。如果你想要在没有测试的情况下提取出一个消防法的话,计算一下它的耦合数是很有意义的。 | 262 | | CPU | 中央处理器(Central Processing Unit) | 263 | | CQRS | 命令查询职责分离(Command-Query Responsibility Segregation) | 264 | | crash | (程序)崩溃 | 265 | | crash dump | 故障转储 | 266 | | Creational Design Patterns | 创建性设计模式 | 267 | | CRC | 类-职责-交互(class-responsibility-collaboration)4 | 268 | | credential | 凭证4 | 269 | | cririque | 评估 | 270 | | CRM | 客户关系管理(Customer Relationship Management) | 271 | | Cross Domain | 跨域 | 272 | | Cross-browser | 跨浏览器 | 273 | | Cross-platform | 跨平台 | 274 | | Cross-Functional Requirement | 跨功能需求(CFR)4 | 275 | | CRT | cathode ray tube,阴极射线管 | 276 | | cruft | 残留 | 277 | | cryptography | 密码术 | 278 | | CTS | 公共类型系统(Common Type System) | 279 | | cursor | 光标 | 280 | | Customizability | 可定制性 | 281 | | cybraian | 电脑族 | 282 | | cyberspace | 电脑空间 | 283 | | cycle time | 周期时间 | 284 | | cyclic digraph | 有向有环图 | 285 | | Cyclic Hierarchy | 循环层次结构2 | 286 | | Cyclically-dependent Modularization | 循环依赖式模块化2 | 287 | | Cyclomatic complexity | 圈复杂度 | 288 | 289 | ## D 290 | 291 | | Word | Meaning | 292 | |------------------------------|-------------------------------------------------------------------| 293 | | DaaS | Data as a Service,数据即服务 | 294 | | DAG | 有向无循环图 | 295 | | dashboard | 仪表盘 | 296 | | data access layer | 数据访问层 | 297 | | Data Storage as a Service | 数据存储即服务(DaaS) | 298 | | data clumps | 数据泥团2 | 299 | | Data Encryption Standard | 数据加密标准(DES) | 300 | | data layer | 数据层 | 301 | | data integrity | 数据完整性 | 302 | | data invariant | 数据不变式 | 303 | | data mining | 数据挖掘 | 304 | | data pump | 数据泵 | 305 | | Data Transfer Object | 数据传输对象(DTO) | 306 | | declarative programming | 宣告式编程 | 307 | | Decompose Conditional | 分解条件表达式1 | 308 | | Decorator Pattern | 修饰器模式(DP)、装饰模式 | 309 | | Deep Hierarchy | 过深的层次结构2 | 310 | | Default Literal | 默认常值 | 311 | | Defensive Programming | 防御式编程 | 312 | | Deficient Encapsulation | 不充分的封装2 | 313 | | Definition of Done | 完成的定义(DoD) | 314 | | denial-of-service attacks | 拒绝服务攻击4 | 315 | | dependency injection | 依赖注入(DI) | 316 | | dependency | 依赖 | 317 | | dependency digraph | 依赖有向图 | 318 | | deployment | 部署 | 319 | | dequeue | 出列 | 320 | | derives from | 继承 | 321 | | design pattern | 设计模式 | 322 | | Design Requirements Document | 交互设计说明文档(DRD) | 323 | | device | 设备 | 324 | | DFS | 深度优先搜索 | 325 | | DfT | 为可测试性而设计 | 326 | | DI | 依赖注入(dependency injection) | 327 | | DIaaS | Data intelligence as a Service,数据智能即服务(出自2022年6月29日,阿里常规线上新品牌发布会) | 328 | | diagnostics | 诊断 | 329 | | directed graph | 有向图 | 330 | | directive | 指令 | 331 | | DiRT | 灾难恢复测试(Disaster Recovery Test)4 | 332 | | discussion forum | 论坛 | 333 | | disk | 磁盘 | 334 | | distributed system | 分布式系统 | 335 | | DLL | 动态链接库(Dynamic Link Library) | 336 | | DNS | 域名系统(Domain Name System) | 337 | | Document Object Model | 文档对象模型(DOM) | 338 | | domain-driven design | 领域驱动设计(DDD) | 339 | | Domain Event | 领域事件 | 340 | | Domain Model | 领域模型 | 341 | | Domain Name System | 域名系统(DNS) | 342 | | Domain Service | 领域服务 | 343 | | Domain Specific Language | 领域特定语言(DSL) | 344 | | DRD | 交互设计说明文档(Design Requirements Document) | 345 | | DRY 原则 | 不自我重复原则(Don't Repeat Yourself),“不要重复你自己3” | 346 | | duck-typing | 鸭子类型 | 347 | | duck test | 鸭子测试 | 348 | | dummy function | 虚构函数 | 349 | | dump | 转储 | 350 | | Duplicate Abstraction | 重复的抽象2 | 351 | | Duplicate Observed Data | 复制“被监视数据”1 | 352 | | durability | 持久性 | 353 | | Dynamic Link Library | 动态链接库(DLL) | 354 | 355 | ## E 356 | 357 | | Word | Meaning | 358 | |----------------------------------|---------------------------------------------| 359 | | EAP | 早期评估版本(Early Assessment Program) | 360 | | EAP | 基于事件的异步模式(Event-based Asynchronous Pattern) | 361 | | Early Assessment Program | 早期评估版本(EAP) | 362 | | effect sketch | 影响草图 | 363 | | Egress | 流出 | 364 | | elasticity | 弹性 | 365 | | ELBs | 弹性负载均衡器(Elastic Load Balancers)4 | 366 | | Element (XML) | 元素 | 367 | | Elvis Operator | 埃尔维斯运算符 | 368 | | Emergence | 涌现、创发、突现、呈展、演生,是一种现象。 | 369 | | Encapsulate Collection | 封装集合1 | 370 | | Encapsulate Downset | 封装向下转型1 | 371 | | Encapsulate Field | 封装字段1 | 372 | | endpoint | 端点 | 373 | | enqueue | 入列;加入队列 | 374 | | Enterprise Resource Planning | 企业资源计划(ERP) | 375 | | entity | 实体 | 376 | | Entity Tags | 实体标签(ETag) | 377 | | entourage anti-pattern | 随从反模式 | 378 | | erosion | 侵蚀 | 379 | | Event-based Asynchronous Pattern | 基于事件的异步模式(EAP) | 380 | | event data pump | 时间数据泵4 | 381 | | event sourcing | 事件源 | 382 | | Evolvability | 可进化性 | 383 | | exception handling | 异常处理 | 384 | | Exclusive OR | 异或(XOR) | 385 | | explanatory figures | 图示 | 386 | | Extensible Markup Language | 可扩展标记语言(XML) | 387 | | Extensibility | 可扩展性 | 388 | | extra large | 特大型 | 389 | | extra small | 特小型 | 390 | | Extract Class | 提炼类1 | 391 | | Extract Hierarchy | 提炼继承体系1 | 392 | | Extract Interface | 提炼接口1 | 393 | | Extract Method | 提炼函数1 | 394 | | Extract Subclass | 提炼子类1 | 395 | | Extract Superclass | 提炼超类1 | 396 | | eXtreme Programming | 极限编程(XP) | 397 | 398 | ## F 399 | 400 | | Word | Meaning | 401 | |----------------------------------|----------------------------------------------------------------------------------| 402 | | Facade Pattern | 外观模式 | 403 | | Factory Method Pattern | 工厂方法模式 | 404 | | failover | 容错转移 | 405 | | failure domain | 故障域 | 406 | | fake object | 伪对象:在测试中伪装成一个类的合作者的对象 | 407 | | fan-in | 扇入 | 408 | | fan-out | 扇出 | 409 | | fat client | 胖客户端 | 410 | | FCL | .NET Framework 类库(Framework Class Library) | 411 | | FDD | 软盘(Floppy Disk Drive) | 412 | | feature sketch | 特性草图 | 413 | | feed | 聚合(资源聚合) | 414 | | fine-tuning | 微调 | 415 | | first-party | 第一方 | 416 | | Floopy Disk Drive | 软盘(FDD) | 417 | | Flyweight Pattern | 享元模式 | 418 | | follow up | 跟进 | 419 | | foreign key | 外键 | 420 | | Form Template Method | 塑造模板函数1 | 421 | | format item | 格式项 | 422 | | format string | 格式字符串 | 423 | | forward | 转发 | 424 | | FPP | 零售版(Full Packaged Product) | 425 | | Framework Class Library | .NET Framework 类库(FCL) | 426 | | FRD | 功能需求文档(Functional Requirements Document) | 427 | | free | 免费 | 428 | | free function | 自由函数:一个不属于任何类的函数。在 C 和其他过程式语言中,自由函数被简单地称为函数;在 C++ 中被称为非成员函数。在 Java 和 C# 中没有自由函数。 | 429 | | Functional Requirements Document | 功能需求文档(FRD) | 430 | | full-duplex | 全双工 | 431 | | Full Packaged Product | 零售版(FPP) | 432 | | Function Pointers | 函数指针 | 433 | 434 | ## G 435 | 436 | | Word | Meaning | 437 | |--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------| 438 | | Garbage Collection | 垃圾回收器(GC) | 439 | | gauge | 计量表4 | 440 | | GC Heap | 垃圾回收堆 | 441 | | GC root | GC 根对象 | 442 | | Generalization | 泛化 | 443 | | Generalized Async | 通用异步 | 444 | | Generalized Async Return | 通用异步返回(C# 7.0) | 445 | | generalizing specialist | 全科专家(敏捷开发术语) | 446 | | generator | 生成器 | 447 | | Generic Attributes | 泛型特性 | 448 | | Generic Math | 泛型数学 | 449 | | Geo-Replication | 地域复制 | 450 | | Geo Redundant | 地域冗余 | 451 | | Global Assembly Cache | 全局程序集缓存(GAC) | 452 | | global state | 全局状态 | 453 | | global using directives | 全局 Using 指令 | 454 | | Goal Directed Design | 目标导向设计,旨在处理并满足用户目标和动机,包含产品目标和用户目标 | 455 | | GoT | 思维图,思维图谱(Graph-of-Thought) 6 | 456 | | GPT-3 | Generative Pre-trained Transformer 3,是 OpenAI 最注明的 LLM 之一 6 ,拥有1750亿个参数。该模型在文本生成、翻译和其他任务中表现出显著的性能,在全球范围内引起了热烈的反响,目前 OpenAI 已经迭代到了更高版本。 | 457 | | Graph-of-Thought | 思维图,思维图谱(GoT) 6 | 458 | | Graphical User Interface | 图像用户界面设计(GUI),是一种结合计算机科学、美学、心理学、行为学、及各商业领域需求分析的人机系统工程,强调人、机、环境三者作为一个系统进行总体设计。 | 459 | | GUI | 图像用户界面设计(Graphical User Interface) | 460 | 461 | ## H 462 | 463 | | Word | Meaning | 464 | |----------------------------|--------------------------------------------------------------------------------| 465 | | Hackable | 修改方便(根据《Web API 设计与开发》一书之翻译) | 466 | | HAL | 超文本应用程序语言(Hypertext Application Language)4 | 467 | | handle | 句柄 | 468 | | Hard Disk Drive | 硬盘(HDD) | 469 | | HATEOAS | 超媒体作为程序状态的引擎(Hypermedia As The Engine Of Application State)4 | 470 | | HCI | 人机交互(Human-Computer Interaction),属于研究层面,是人与计算机之间传递、交换信息的媒介和对话接口,是计算机系统的重要组成部分。 | 471 | | HDD | 硬盘(Hard Disk Drive) | 472 | | header | 头;标头;表头 | 473 | | Hexagonal Architecture | 六边形架构4,由 Alistair Cockburn 提出 | 474 | | HMAC | 基于哈希的小系列码(Hash-based Message Authentication)4 | 475 | | Hide Delegate | 隐藏“委托关系”1 | 476 | | Hide Method | 隐藏函数1 | 477 | | High Avaliability | 高可用性 | 478 | | High Fidelity Prototype | 高保真原型,细节都比较详细的原型 | 479 | | high surrogate | 高位代理项 | 480 | | Homogeneous | 同质化 | 481 | | hook | 钩子 | 482 | | hook point | 挂接点 | 483 | | Horizontal Scale | 水平缩放 | 484 | | Hosting | 宿主 | 485 | | Hub-like Modularization | 轮毂式模块化2 | 486 | | HUI | 手持设备用户界面,包括手机端和车载导航等(Handset User Interface) | 487 | | Human-Computer Interaction | 人机交互(HCI) | 488 | | Humane Registry | 人文注册表(由 Martin Fowler 提出)4 | 489 | | Hybrid Cloud | 混合云 | 490 | | hypertext-driven | 超文本驱动 | 491 | | HyperText Markup Language | 超文本标记语言(HTML) | 492 | 493 | ## I 494 | 495 | | Word | Meaning | 496 | |-------------------------------|------------------------------------| 497 | | IA | 信息架构(Information Architect); | 498 | | Iaas | 设施即服务(Infrastructure as a Service) | 499 | | Idempotence | 幂等性 | 500 | | Idempotent Operation | 幂等操作 | 501 | | Identity Provider | 身份提供方 | 502 | | IL | 中间语言(intermediate language) | 503 | | Illegitimate Injection | 非法注入 | 504 | | IM | 即时通讯(Instant Messaging) | 505 | | image | 映像 | 506 | | immersion approach | 沉浸法 | 507 | | Imperative Abstraction | 命令式抽象2 | 508 | | in-context learning | 上下文学习 6 | 509 | | Incomplete Abstraction | 不完整的抽象2 | 510 | | index | 索引 | 511 | | Information Architect | 信息架构(IA) | 512 | | Infrastructure as a Service | 设施即服务(Iaas) | 513 | | ingesting | 摄取 | 514 | | ingress | 流入 | 515 | | Inline Class | 将类内联化1 | 516 | | Inline Method | 内联函数1 | 517 | | Inline Temp | 内联临时变量1 | 518 | | input endpoint | 输入端点 | 519 | | instance | 实例 | 520 | | Instance InputEndpoint | 实例输入端点 | 521 | | Instant Messaging | 即时通讯(IM) | 522 | | instantiation | 实例化 | 523 | | instantiator | 实例化器 | 524 | | instruction fine-tuning | 指令微调 | 525 | | Insufficient Modularization | 不充分的模块化2 | 526 | | Interaction-based testing | 基于交互的测试 | 527 | | Intercept | 截取 | 528 | | interception point | 拦截点:可以编写测试来感知某些条件的地方 | 529 | | intermediate language | 中间语言(IL) | 530 | | Internal Endpoint | 内部端点 | 531 | | Internet Information Service | Internet 信息服务(IIS) | 532 | | Internet Protocol | 互联网协议(IP) | 533 | | Interpreter Pattern | 解释器模式 | 534 | | interpolated strings | 内插字符串 | 535 | | Introduce Assertion | 引入断言1 | 536 | | Introduce Explaining Variable | 引入解释性变量1 | 537 | | Introduce Foreign Method | 引入外加函数1 | 538 | | Introduce Local Extension | 引入本地扩展1 | 539 | | Introduce Null Object | 引入 Null 对象1 | 540 | | Introduce Parameter Object | 引入参数对象1 | 541 | | Intrusion Detection Systems | 入侵检测系统(IDS)4 | 542 | | Intrusion Prevention Systems | 入侵预防系统(IPS)4 | 543 | | Inversion of Control | 控制反转(IoC) | 544 | | Isolation | 隔离性 | 545 | | isomorphism | 同构(数学领域专用术语) | 546 | | iterable | 可迭代的 | 547 | | iteration | 迭代 | 548 | | iterator | 迭代器 | 549 | | Iterator Pattern | 迭代模式 | 550 | | iterator protocol | 迭代器协议 | 551 | 552 | ## J 553 | 554 | | Word | Meaning | 555 | |--------------------------|--------------------------------| 556 | | Job | 作业 | 557 | | Job Description | 岗位描述(JD) | 558 | | JOSE | JSON 对象签名和加密 | 559 | | Json Web Token | JSON Web 令牌4 | 560 | | just-in-time compilation | 即时编译,JIT 编译 | 561 | | JVM | Java 虚拟机(Java Virtual Machine) | 562 | 563 | ## K 564 | 565 | | Word | Meaning | 566 | |---------------------------|----------------------------------------------------| 567 | | Key | 密钥 | 568 | | key-event notification | 键事件通知 | 569 | | Key Opinion Leader | 关键意见领袖(KOL),俗称大 V | 570 | | Key Performance Indicator | 关键绩效考核指标(KPI) | 571 | | Key Space | 键空间 | 572 | | key-space notification | 键空间通知 | 573 | | Key-Value Pair | 键-值对 | 574 | | KISS 原则 | 保持简单原则(Keep It Simple Silly),“简单是一切之本3” | 575 | | KPI | 关键绩效考核指标(Key Performance Indicator) | 576 | 577 | ## L 578 | 579 | | Word | Meaning | 580 | |---------------------------------------|---------------------------------------------------------------------------------------------------| 581 | | Language Integrated Query | 语言集成查询(LINQ) | 582 | | Large | 大型 | 583 | | Large Language Model | 大型语言模型(LLM) 6 | 584 | | Layered Architecture | 分层架构 | 585 | | LDAP | Lightweight Directory Access Protocol,轻型目录访问协议 | 586 | | Leaky Encapsulation | 泄露的封装2 | 587 | | Legacy system | 遗留系统 | 588 | | license | 许可证 | 589 | | lifetime | 生命周期 | 590 | | Lightweight Directory Access Protocol | 轻量级目录访问协议(LDAP)4 | 591 | | LINE of Business | 业务线(LOB)4 | 592 | | link | 链接 | 593 | | link seam | 连接期接缝:在连接期接缝处,可以通过连接到另一个库来替换行为。在编译型语言中可替换的东西包括产品库、DLL、程序集或 JAR 文件。其目的是为了解除依赖,或感知某些在测试期间可有能会发生的条件。 | 594 | | linked resource | 链接的资源 | 595 | | Liskov Substitution Principle | 里氏替换原则(LSP) | 596 | | literal | 字面量、文字常量、直接量 | 597 | | living style guides | 活样式指导4 | 598 | | LLM | 大型语言模型(Large Language Model) 6 | 599 | | load-balancing | 负载平衡 | 600 | | load balancer | 负载平衡器 | 601 | | load factor | 负载因子 | 602 | | load shedding | 减载4 | 603 | | LOC | 代码行数 | 604 | | Local Function | 局部函数 | 605 | | lock-step release | 同步发布4 | 606 | | log | 日志 | 607 | | loop | 自循环 | 608 | | loose coupling | 松散耦合 | 609 | | Low Fidelity Prototype | 低保真原型,抽象原型视图 | 610 | | low surrogate | 低位代理项 | 611 | | LSUD | 大批你所不知道的开发人员(Large Set of Unknown Developers) | 612 | 613 | ## M 614 | 615 | | Word | Meaning | 616 | |------------------------------------------------|-------------------------------------| 617 | | Mainframe | 主机 | 618 | | Maintainability | 可维护性 | 619 | | managed code | 托管代码 | 620 | | managed execution | 托管执行 | 621 | | Man-In-The-Middle Attack | 中间人攻击(MITM 攻击) | 622 | | Management Key | 管理密钥 | 623 | | manifest | 清单 | 624 | | map | 映射 | 625 | | Market Requirement Document | 市场需求文档(MRD) | 626 | | Massive Multiplayer Online Role-Playing Game | 大型多人在线角色扮演游戏(MMORPG) | 627 | | Massively Multiplayer Online Role-Playing Game | 大型多人在线角色扮演游戏(MMORPG) | 628 | | Mathematical Markup Language | 数学标记语言(MathML) | 629 | | Mean Time Between Failures | 平均故障时间间隔(MTBF)4 | 630 | | Mean Time To Repair | 平均修复时间(MTTR)4 | 631 | | Media Service | 媒体服务 | 632 | | Mediator Pattern | 中介者模式 | 633 | | Medium | 中型 | 634 | | Memento Pattern | 备忘录模式 | 635 | | Merge | 合并 | 636 | | Metadata | 元数据 | 637 | | metaprogramming | 元编程 | 638 | | Middleware | 中间件 | 639 | | mind map | 思维导图、脑图、心智图 | 640 | | Minimum Marketable Feature | 最小可售特性(MMF) | 641 | | Minimum Viable Product | 最小化可行产品(MVP) | 642 | | Minimum Viable Release | 最小可行发布(MVR) | 643 | | Missing Abstraction | 缺失抽象2 | 644 | | Missing Encapsulation | 缺失的封装2 | 645 | | Missing Hierarchy | 缺失层次结构2 | 646 | | Mixed Reality | 混合现实(MR) | 647 | | Mobile Service | 移动服务 | 648 | | Mock Object | 模拟对象,仿对象:在内部对条件进行断言的伪对象 | 649 | | Move Field | 搬移字段1 | 650 | | Move Method | 搬移函数1 | 651 | | MRD | 市场需求文档(Market Requirement Document) | 652 | | Multitenancy | 多租户 | 653 | | Multifaced Abstraction | 多方面抽象2 | 654 | | Multipath Hierarchy | 多路径层次结构2 | 655 | | Multitier Architecture | 多层体系结构 | 656 | | Multi-factor Authentication | 多重验证 | 657 | 658 | ## N 659 | 660 | | Word | Meaning | 661 | |----------------------------|-------------------------------------------------------------------| 662 | | naming collisions | 命名冲突 | 663 | | Namespace | 命名空间,名称空间 | 664 | | native code | 本机代码 | 665 | | NCC | .NET Core 社区(.NET Core Community)/.NET 中国社区(.NET China Community) | 666 | | Near Field Communication | 近距离无线通信(NFC) | 667 | | network hops | 网络跳数 | 668 | | NFC | 近距离无线通信(Near Field Communication) | 669 | | nfx | .NET Framework(.NET 框架) | 670 | | Non-clustered Index | 非聚集索引 | 671 | | non-managed code | 非托管代码 | 672 | | non-optional | 非可选的 | 673 | | non-transactional pipeline | 非事务型流水线 | 674 | | node | 节点 | 675 | | normalize | 规格化 | 676 | | notification | 通知 | 677 | | notification hub | 通知中心 | 678 | | Null Object Pattern | 空对象模式 | 679 | | null-coalescing | 空值合并 | 680 | | Null coalescing operator | 空值合并运算符、空值结合运算符 | 681 | | N-Tier | N 层(结构) | 682 | 683 | ## O 684 | 685 | | Word | Meaning | 686 | |-------------------------------|-------------------------------------------------------------------------| 687 | | obfuscator | 混淆器 | 688 | | Object Pool | 对象池 | 689 | | Object Pool Pattern | 对象池模式 | 690 | | Object/Relational Mapper | 对象/关系映射器(ORM,O/RM) | 691 | | object seam | 对象接缝:在对象连接处可以通过替换一个对象为另一个对象来“更替”行为。在面向对象语言中,通常通过子类化产品代码中的类并重写其方法来实现这一点。 | 692 | | Objectives and Key Results | 目标与关键成果法(OKR) | 693 | | Observer Pattern | 观察者模式 | 694 | | On-demand (media) | 点播(媒体) | 695 | | Once and Only Once | 一次且仅一次3(OAOO) | 696 | | One rule, one place | 一个规则,实现一次 | 697 | | One-Size-Fits-All | OSFA | 698 | | one-time token | 一次性令牌 | 699 | | Onion Architecture | 洋葱架构,由 Jeffrey Palermo 提出 | 700 | | Open Closed Principle | 开闭原则(OCP) | 701 | | Open System Interconnection | 开放式系统互联(OSI) | 702 | | Operating System | 操作系统(OS) | 703 | | Optical Character Recognition | 光学字符识别(OCR) | 704 | | Optimistic Concurrency | 乐观并发控制 | 705 | | optimistic locking | 乐观锁 | 706 | | orchestration | 编排 | 707 | | Orchestration Layer | 策略编排层 | 708 | | Ordering Principal | 良序原则 | 709 | | OS | 操作系统(Operating System) | 710 | | OSGI | 开放服务网关协议(Open Source Gateway Initiative)4 | 711 | | overriding | 重写 | 712 | | Overview | 概览 | 713 | | over-post | 过度提交 | 714 | | OWASP | 开放式 Web 应用程序安全项目(Open Web Application Security Project)4 | 715 | 716 | ## P 717 | 718 | | Word | Meaning | 719 | |-----------------------------------|----------------------------------------------------------------------------------------------------------------------------| 720 | | P2P | 个人对个人(Person-to-Person) | 721 | | Paas | 平台即服务(Platform As A Service) | 722 | | packet sniffing | 分组嗅探 | 723 | | Page Blob | 页 BLOB | 724 | | Parameterize Method | 令函数携带参数1 | 725 | | Partial Translate | 部分翻译(出自 Chrome 浏览器) | 726 | | partition | 分区 | 727 | | Partition tolerance | 分区容忍性4 | 728 | | PascalCase | Pascal 大小写 | 729 | | pass-through | 直托 | 730 | | passive | 被动(的) | 731 | | pattern | 模式 | 732 | | Pay as You Go | 即用即付 | 733 | | PC | 个人计算机(Personal Computer) | 734 | | peek | 查看 | 735 | | peering rules | 对等交互规则4 | 736 | | Percent Encoding | 百分号编码 | 737 | | performance | 性能 | 738 | | performance counter | 性能计数器 | 739 | | performance-oriented | 面向性能 | 740 | | Person-to-Person | 个人对个人(P2P) | 741 | | Personal Computer | 个人计算机(PC) | 742 | | Pessimistic Concurrency | 悲观并发控制 | 743 | | pessimistic locking | 悲观锁 | 744 | | PHAME | 由 Booch 提出的对象模型的 4 个主要元素的设计规则的统称,即 Principle of Hierarchy, Abstraction, Modularization, and Encapsulation,层次结构、抽象、模块化与封装原则 | 745 | | pinch point | 汇点:影响结构图中的隘口和交通要冲,在汇点编写测试的好处就是只需针对少数几个方法编写测试,就能达到探测大量其他方法的改动的目的。 | 746 | | placeholder | 占位符 | 747 | | Platform as a Service | 平台即服务(Paas) | 748 | | PMD | 项目管理文档(Program Managment Document) | 749 | | point of invocation of the method | 方法调用点 | 750 | | Point-to-Site | 点到站点 | 751 | | polling | 轮询 | 752 | | polymorphism | 多态 | 753 | | polyrot programming | 多语言编程 | 754 | | Poor Man’s Dependency Injection | 穷人的依赖注入 | 755 | | post-initialization | 后初始化 | 756 | | postcondition | 后置条件 | 757 | | PoT | 程序思维(Program-to-Thoughts) 6 | 758 | | PRD | 产品需求文档(Product Requirements Document) | 759 | | pre-flight request | 事先请求 | 760 | | pre-initialization | 预初始化 | 761 | | pre-training | 预训练 6 | 762 | | Predicate Decorator | 谓词修饰器 | 763 | | precondition | 前提,前置条件 | 764 | | presentation layer | 表现层 | 765 | | Preserve Whole Object | 保持对象完整1 | 766 | | primary database | 主数据库 | 767 | | primary storage | 主存储 | 768 | | primitive obsession | 基本类型偏执2 | 769 | | principal | 主体4 | 770 | | Private Class Data Pattern | 私有类数据模式 | 771 | | private cloud | 私有云 | 772 | | priority queue | 优先级队列 | 773 | | probe | 探测器 | 774 | | process | 进程 | 775 | | producer | 生产者 | 776 | | product backlog | 产品积压工作 | 777 | | Product Owner | 产品负责人(PO) | 778 | | Product Requirements Document | 产品需求文档(PRD) | 779 | | production | 生产(环境) | 780 | | production load | 生产负载4 | 781 | | Program Managment Document | 项目管理文档(PMD) | 782 | | Program-to-Thoughts | 程序思维(PoT) 6 | 783 | | programming by difference | 差异式编程 | 784 | | proof of concept | 概念验证 | 785 | | proportional error rate | 错误率比例4 | 786 | | protected variation | 防止变异 | 787 | | protocol | 协议 | 788 | | prototype | 原型 | 789 | | Prototype Pattern | 原型模式 | 790 | | proxy | 代理 | 791 | | Proxy Pattern | 代理模式 | 792 | | public cloud | 公有云 | 793 | | Pull Up Constructor Body | 构造函数本体上移1 | 794 | | Pull Up Field | 字段上移1 | 795 | | Pull Up Method | 函数上移1 | 796 | | push | 推送 | 797 | | Push Down Field | 字段下移1 | 798 | | Push Down Method | 函数下移1 | 799 | 800 | ## Q 801 | 802 | | Word | Meaning | 803 | |-------------------|----------| 804 | | quality assurance | 质量保证(QA) | 805 | | Queue | 队列 | 806 | | Quota | 配额 | 807 | 808 | ## R 809 | 810 | | Word | Meaning | 811 | |-----------------------------------------------|----------------------------------------------------------------------| 812 | | Rack | 机架 | 813 | | RAII | Resource Acquisition Is Initialization,资源获取即初始化 | 814 | | Rapid Application Development | 快速应用程序开发(RAD) | 815 | | RDBMS | 关系型数据库管理系统(Relational Database Management System) | 816 | | Reactive extensions | 响应式扩展(Rx)4 | 817 | | Ready (status) | 就绪(状态) | 818 | | real-time | 即时、实时 | 819 | | real-time discussions | 即时讨论、实时讨论 | 820 | | Rebellious Hierarchy | 叛逆性层次结构2 | 821 | | recursion | 递归 | 822 | | Redundancy | 冗余 | 823 | | Redundant | 冗余(的) | 824 | | Ref Return | 应用返回 | 825 | | Ref Local | 局部引用 | 826 | | Ref Property | 引用属性 | 827 | | Ref-Safe-to-Escape | 引用安全逃逸 | 828 | | Ref-Safe-to-Escape scope | 引用安全逃逸范围 | 829 | | Refactor | 重构 | 830 | | region | 地域 | 831 | | reification | 具体化 | 832 | | Reinforcement Learning | 强化学习,一种机器学习的方法,通过从外部获得激励来校正学习方向从而获得一种自适应的学习能力 | 833 | | Reinforcement Learning from Human Feedback | 基于人工反馈的强化学习(RLHF) | 834 | | relay | 中继 | 835 | | Relevancy | 适切性 | 836 | | Reliability | 可靠性 | 837 | | Relying Party | 依赖方 | 838 | | Remove Assignments to Parameters | 移除对参数的赋值1 | 839 | | Remove Control Flag | 移除控制标记1 | 840 | | Remove Middle Man | 移除中间人1 | 841 | | Remove Parameter | 移除参数1 | 842 | | Remove Setting Method | 移除配置函数1 | 843 | | Rename Method | 函数改名1 | 844 | | Replace Array with Object | 以对象取代数组1 | 845 | | Replace Conditional with Polymorphism | 以多态取代条件表达式1 | 846 | | Replace Constructor with Factory Method | 以工厂函数取代构造函数1 | 847 | | Replace Data Value with Object | 以对象取代数据值1 | 848 | | Replace Delegation with Inheritance | 以继承取代委托1 | 849 | | Replace Error   Code with Exception | 以异常取代错误码1 | 850 | | Replace Exception with Test | 以测试取代异常1 | 851 | | Replace Inheritance with Delegation | 以委托取代继承1 | 852 | | Replace Magic Number with Symbolic Constant | 以字面常量取代魔法数1 | 853 | | Replace Method with Method Object | 以函数对象取代函数1 | 854 | | Replace Nested Conditional with Guard Clauses | 以卫语句取代嵌套条件表达式1 | 855 | | Replace Parameter with Explicit Methods | 以明确函数取代参数1 | 856 | | Replace Parameter with Methods | 以函数取代参数1 | 857 | | Replace Record with Data Class | 以数据类取代记录1 | 858 | | Replace Subclass with Fields | 以字段取代子类1 | 859 | | Replace Temp with Query | 以查询取代临时变量1 | 860 | | Replace Type Code with Class | 以类取代类型码1 | 861 | | Replace Type Code with State/Strategy | 以 State/Strategy 取代类型码1 | 862 | | Replace Type Code with Subclass | 以子类取代类型码1 | 863 | | reporting | 报表 | 864 | | Repository | 存储库;仓储;仓库;资源库 | 865 | | REpresentational State Transfer | 表述性状态转移、表征性状态传输、具象状态传输(REST) | 866 | | request pipeline | 请求管道 | 867 | | Requirements Churn | 需求波动 | 868 | | reserved | 专属 | 869 | | resolution | 解析 | 870 | | Resource Acquisition Is Initialization | 资源获取即初始化(RAII) | 871 | | Resource Release Is Destruction | 在构造时没有“获取”资源,但在析构时释放资源(RRID),一种 RAII 的特殊用法 | 872 | | Resource-Oriented Architecture | 面向资源的架构(ROA) | 873 | | Response Group | 响应群 | 874 | | Return on Investment | 投资回报(ROI) | 875 | | reverse proxy module | 反向代理模块 | 876 | | retail | 零售版 | 877 | | Rich Client | 丰富客户端 | 878 | | Ripple Effect | 涟漪效应 | 879 | | RLHF | 基于人工反馈的强化学习(Reinforcement Learning from Human Feedback) | 880 | | role | 角色 | 881 | | Rolling Upgrade | 滚动升级 | 882 | | round-robin | 轮流(分配);轮叫 | 883 | | round-tripping | 还原;回传;往返,往返切换 | 884 | | router | 路由器 | 885 | | row | 行 | 886 | | RPC | 远程过程调用(Remote Procedure Call)4 | 887 | | RRID | Resource Release Is Destruction,在构造时没有“获取”资源,但在析构时释放资源,一种 RAII 的特殊用法 | 888 | 889 | ## S 890 | 891 | | Word | Meaning | 892 | |----------------------------------------------------|--------------------------------------------| 893 | | Saas | 软件即服务(Software As A Service) | 894 | | Safe-to-Escape | 安全逃逸 | 895 | | Safe-to-Escape scope | 安全逃逸范围 | 896 | | salted password hashing | 加盐密码哈希4 | 897 | | SAN | 存储区域网络(Storage Area Network)4 | 898 | | SASL | 简单认证与安全层 | 899 | | Scalability | 缩放性 | 900 | | Scalable Vector Graphic | 可伸缩矢量图(SVG) | 901 | | Scale | 缩放 | 902 | | Scale Out | 向外缩放 | 903 | | Scale Up | 向上缩放 | 904 | | scaling pattern | 扩展模式4 | 905 | | Schema (database) | 架构(数据) | 906 | | Schema (xml) | 架构(xml) | 907 | | Scrum Master | Scrum 主管(SM) | 908 | | SDK | 软件开发工具箱(Software Development Kits) | 909 | | seam | 接缝:程序中的一些特殊的点,可以让你无需做任何修改就能达到修改程序行为的目的。 | 910 | | Search Engine | 搜索引擎(SE) | 911 | | Search Engine Marketing | 搜索引擎营销(SEM) | 912 | | Search Engine Optimization | 搜索引擎优化(SEO) | 913 | | secondary storage | 二级存储 | 914 | | Secure Socket Layer | 安全套接层(SSL) | 915 | | Security | 安全(性) | 916 | | Security Development Lifecycle | 安全开发生命周期4 | 917 | | Security Socket Layer | 安全套接层 | 918 | | Security Token | 安全令牌 | 919 | | Self Encapsulate Field | 自封装字段1 | 920 | | self-hosted | 自管理主机4 | 921 | | Self-signed Certificate | 自签名证书 | 922 | | Semantic Kernel | 语义核心 6 | 923 | | semantic monitoring | 语义监控4 | 924 | | Semantic Versioning | 语义化版本控制 | 925 | | Separate Domain from Presentation | 将领域和表述/显示分离1 | 926 | | Separate Query from Modifier | 将查询函数和修改函数分离1 | 927 | | Serializable | 可序列化 | 928 | | Server Affinity | 服务器绑定 | 929 | | Server Driven Content Negotiation | 服务器驱动的内容协商 | 930 | | Server Side Render | 服务器渲染(SSR) | 931 | | Service Bus | 服务总线 | 932 | | Service Contract | 服务合同 | 933 | | Service Level Agreement | 服务水平协议(SLA) | 934 | | Service Provider | 服务提供方 | 935 | | session jacking | 会话劫持 | 936 | | Setting | 设置 | 937 | | Shared | 共享;分享 | 938 | | shared-memory data structure | 共享内存数据结构 | 939 | | Short-circuit evaluation | 短路求值 | 940 | | Sign in | 登录 | 941 | | Sign out | 注销 | 942 | | Signature | 签名 | 943 | | Single Level of Abstraction Principle | 单一抽象层次原则(SLAP) | 944 | | Single responsibility principle | 单一职责原则(SRP) | 945 | | Single Page Application | 单页面应用(SPA) | 946 | | single point of failure | 单一故障点(SPOF) | 947 | | Singleton Pattern | 单例模式 | 948 | | Site | 站点 | 949 | | Site-to-Site | 站点到站点 | 950 | | Skeleton-to-Thought | 思维框架(SoT) 6 | 951 | | skip list | 跳跃表 | 952 | | SLA | 服务水平协议、服务等级协议(Service Level Agreement) | 953 | | Small | 小型 | 954 | | smart endpoint | 智能端点4 | 955 | | snapshot | 快照 | 956 | | SOA | 面向服务的架构(Service-Oriented Architecture) | 957 | | SoT | 思维框架(Skeleton-to-Thought) 6 | 958 | | Software as a Service | 软件即服务(Saas) | 959 | | source lines of code | 源代码行数(SLOC) | 960 | | Speculative Hierarchy | 凭空想象的层次结构2 | 961 | | Split Temporary Variable | 分解临时变量1 | 962 | | sprint | 冲刺(敏捷开发术语) | 963 | | sprint backlog | 冲刺积压工作 | 964 | | SQL Database | SQL 数据库 | 965 | | SSKD | 少量你所知道的开发人员(Small Set of Known Developers) | 966 | | SSO | 单点登录(Single Sign-On)4 | 967 | | stage | 阶段 | 968 | | Staging | 过渡(环境) | 969 | | state indeterminism | 状态不确定性 | 970 | | State-based testing | 基于状态的测试 | 971 | | State Pattern | 状态模式 | 972 | | Stateless | 无状态 | 973 | | Sticky Session | 黏性会话 | 974 | | Stickyness | 黏性;黏度 | 975 | | story | 故事(敏捷开发术语) | 976 | | Storage | 存储 | 977 | | Storage Account | 存储账户 | 978 | | Strangler Application Pattern | 绞杀者模式4 | 979 | | strategic development tools | 战略设计工具 5,战略开发工具 | 980 | | Strategy Pattern | 策略模式 | 981 | | Stream | 流 | 982 | | Structural Design Patterns | 结构性设计模式 | 983 | | structure | 结构 | 984 | | Structured Systems Analysis and Design Methodology | 结构化系统分析和设计方法(SSADM) | 985 | | Subnet | 子网 | 986 | | Subordinate | 附属 | 987 | | Sub-region | 子地域 | 988 | | Subdomain | 子领域 | 989 | | Subscription | 订阅 | 990 | | Substitute Algorithm | 替换算法1 | 991 | | SW | Apache SkyWalking 的简写 | 992 | | symbol table | 符号表 | 993 | | Synchronized Multimedia Integration Language | 同步多媒体集成语言(SMIL) | 994 | | syntactic sugar | 语法糖 | 995 | | System Under Test | 测试目标系统(SUT) | 996 | 997 | ## T 998 | 999 | | Word | Meaning | 1000 | |----------------------------------|------------------------------------------------------------------| 1001 | | Table | 表 | 1002 | | tactical development tools | 战术实施工具 5,战术开发工具 | 1003 | | TAP, | 基于任务的异步模式 | 1004 | | targeted testing | 目标测试 | 1005 | | Task-based Asynchronous Pattern | 基于任务的异步模式 | 1006 | | TCP | 传输控制协议(Transmission Control Protocol) | 1007 | | TDD | 测试驱动开发(Test-Driven Development) | 1008 | | Tease Apart Inheritance | 梳理并分解继承体系1 | 1009 | | technical bankruptcy | 技术破产 | 1010 | | Technical Debt | 技术债务(TDBT) | 1011 | | Template Method Pattern | 模板方法模式 | 1012 | | Tenant | 租户 | 1013 | | Terminus | 端点 | 1014 | | test doubles | 测试替身 | 1015 | | Test-Driven Development | 测试驱动开发(TDD) | 1016 | | test harness | 测试用具 | 1017 | | the normalization of deviance | 异常正常化4 | 1018 | | Thin Client | 瘦客户端 | 1019 | | Thread | 线程 | 1020 | | Thread Environment Block | 线程环境块 | 1021 | | Thread Kernel Object | 线程内核对象 | 1022 | | Thread Pool | 线程池 | 1023 | | Thread Starvation | 线程饥荒 | 1024 | | Throttle | 节流;限速 | 1025 | | Timestamp | 时间戳 | 1026 | | Throughput | 吞吐量 | 1027 | | TNP | 交通网络提供者(Transportation Network Providers) | 1028 | | TOFU | 首次使用时信任(Trust On First Use) | 1029 | | Topic | 主题 | 1030 | | Topology | 拓扑结构 | 1031 | | Token | 令牌 | 1032 | | Top-level statements | 顶级语句 | 1033 | | ToT | 思维树(Tree-of-Thought) | 1034 | | TPL | 任务并行库 | 1035 | | (Code) Tracing | (代码)追踪 | 1036 | | Transaction | 事务 | 1037 | | Transaction Script | 事务脚本 | 1038 | | Transient Error | 瞬时错误 | 1039 | | Transparent Data Encryption | 透明数据加密4 | 1040 | | Transportation Network Providers | 交通网络提供者(TNP) | 1041 | | Tree-of-Thought | 思维树(ToT) 6 是一种通过将复杂问题分解为更易于解决的小问题,为 LLM 推理提供更结构化的提示框架 | 1042 | | Type Bloat | 类型膨胀 | 1043 | 1044 | ## U 1045 | 1046 | | Word | Meaning | 1047 | |---------------------------|-----------------------------------------------------------------| 1048 | | UAT | 用户验收测试(User Acceptance Testing)4 | 1049 | | Ubiquitous Computing | 普存计算 | 1050 | | Ubiquitous Language | 统一语言 | 1051 | | UDDI | 通用描述、发现与集成服务(Universal Description, Discovery, and Integration) | 1052 | | UI | 用户界面,包括视觉设计、交互设计和用户体验(User Interface) | 1053 | | Uncommitted | 未提交(的) | 1054 | | Update Domain | 更新域 | 1055 | | unbox | 拆箱 | 1056 | | under-post | 提交不足 | 1057 | | undirected graph | 无向图 | 1058 | | Unexploited Encapsulation | 未利用封装2 | 1059 | | Unfactored Hierarchy | 未归并的层次结构2 | 1060 | | Unified Modeling Language | 统一建模语言(UML) | 1061 | | Uniform Interface | 统一接口 | 1062 | | Uniform Resource Locator | 统一资源定位符(URL) | 1063 | | unit of work | 工作单元 | 1064 | | Unit test | 单元测试 | 1065 | | unit test coverage | 单元测试覆盖率 | 1066 | | unit-testing harnesses | 单元测试用例 | 1067 | | unmanaged code | 非托管代码 | 1068 | | Unmanaged Pointers | 非托管指针 | 1069 | | Unnecessary Abstract | 不必要的抽象2 | 1070 | | Unnecessary Hierarchy | 不必要的层次结构2 | 1071 | | unnecessary overhead | 不必要的开销 | 1072 | | Unutilized Abstraction | 未用的抽象2 | 1073 | | Usability Review | 可用性评估 | 1074 | | User Acceptance Test | 接受度测试(UAT) | 1075 | | User Analysis | 用户分析 | 1076 | | User Datagram Protocol | 用户数据报协议(UDP) | 1077 | | User Interface | 用户界面,包括视觉设计、交互设计和用户体验(UI) | 1078 | | User Mode Stack | 用户模式栈 | 1079 | 1080 | ## V 1081 | 1082 | | Word | Meaning | 1083 | |------------------------------------|----------------------------------------------------------------| 1084 | | Value Object | 值对象 | 1085 | | variant | 变体 | 1086 | | Variation Encapsulation Principle | 变化封装原则(VEP) | 1087 | | versionable interaction contract | 可以进行版本控制的交互契约 | 1088 | | Vertical Scale | 垂直缩放 | 1089 | | VES | 虚拟执行系统(Visual Execution System) | 1090 | | viscosity | 粘滞性 | 1091 | | VIP | 虚拟 IP(或不译) | 1092 | | VIP Swap | VIP 交换 | 1093 | | Virtual Execution System | 虚拟执行系统(VES) | 1094 | | Virtual Network | 虚拟网络 | 1095 | | Virtual Machine | 虚拟机 | 1096 | | Virtual Private Network | 虚拟专用网络(VPN),在公用网络上建立专用网络,进行加密通讯,如网关通过对数据包的加密和数据包目标地址的转换实现远程访问。 | 1097 | | Virtual Reality | 虚拟现实(VR) | 1098 | | viscosity | 粘稠性 | 1099 | | Visitor Pattern | 访问者模式 | 1100 | | VLO | 团体批量许可证;大量采购授权合约(Volume Licensing for Organizations) | 1101 | | VOL | 团体批量许可证;大量采购授权合约(Volume Licensing for Organizations) | 1102 | | Volume Licensing for Organizations | 团体批量许可证;大量采购授权合约(VOL 或 VLO) | 1103 | | VPC | 虚拟私有云(Virtual Private Cloud)4 | 1104 | | VPN | 虚拟专用网络(Virtual Private Network) | 1105 | 1106 | ## W 1107 | 1108 | | Word | Meaning | 1109 | |------------------------------------|------------------------------------------------------| 1110 | | WCF | Windows 通讯开发平台(Windows Comminication Foundation) | 1111 | | Weak Generational Hypothesis | 弱分代假设 | 1112 | | Wearable Device | 可穿戴设备 | 1113 | | Web Role | 网站角色 | 1114 | | Web Scraping | 网络爬虫 | 1115 | | Web Service | 网络服务 | 1116 | | Web Service Definition Language | Web 服务定义语言(WSDL) | 1117 | | Web Sites | 网站 | 1118 | | Weighted Method per Class | 类累计圈复杂度(WMC) | 1119 | | WF | 工作流(WIndows Workflow) | 1120 | | Wide Hierarchy | 过宽的层次结构2 | 1121 | | Windows Comminication Foundation | 分布式通信(WCF) | 1122 | | Windows Internet Name Service | Windows Internet 命名服务(WINS) | 1123 | | Windows Management Instrumentation | Windows 管理规范(WMI) | 1124 | | Windows Presentation Foundation | 富客户端表示(WPF) | 1125 | | Windows Workflow | 工作流(WF) | 1126 | | WINS | Windows Internet 命名服务(Windows Internet Name Service) | 1127 | | WINS Proxy | WINS 代理 | 1128 | | WINS Resource | WINS 资源 | 1129 | | wireless communication | 无线通讯 | 1130 | | WMI | Windows 管理规范(Windows Management Instrumentation) | 1131 | | Worker Role | 辅助角色 | 1132 | | Workflow | 工作流 | 1133 | | workgroup | 工作组 | 1134 | | World Wide Web Consortium | 万维网联盟(W3C) | 1135 | | WPF | 富客户端表示(Windows Presentation Foundation) | 1136 | | writebehind | 后写式 | 1137 | 1138 | ## X 1139 | 1140 | | Word | Meaning | 1141 | |---------------------|-----------------------------------------| 1142 | | X.509v3 certificate | X.509 证书 | 1143 | | XaaS | Everything as a Service,一切皆服务 | 1144 | | XML | 可扩展标记语言(Extensible Markup Language) | 1145 | | XOR | 异或(Exclusive OR) | 1146 | | XUL | XML 用户界面语言(XML User Interface Language) | 1147 | 1148 | ## Y 1149 | 1150 | | Word | Meaning | 1151 | |-------|---------------------------------------------------------| 1152 | | YAGNI | 原则,不需要原则(You Aren't Gonna Need It),“你不会用到它3” | 1153 | 1154 | ## Z 1155 | 1156 | | Word | Meaning | 1157 | |-----------------------|---------| 1158 | | Zero-downtime Upgrade | 零停机升级 | 1159 | | zip disk | 压缩磁盘 | 1160 | | zone | 区域 | 1161 | | zone list | 区域列表 | 1162 | | zone transfer | 区域传送 | 1163 | 1164 | 1165 | # 注释 1166 | 1167 | [1] 重构列表,摘自《重构》一书。 1168 | 1169 | [2] 坏味道列表,摘自《软件设计重构》一书。 1170 | 1171 | [3] 摘自《Microsoft.NET 企业级应用架构设计》一书。 1172 | 1173 | [4] 摘自《微服务设计》一书。 1174 | 1175 | [5] 摘自《领域驱动设计精粹》一书 1176 | 1177 | [6] 来自大语言模型 LLM 相关术语 1178 | 1179 | [100]: #a 1180 | [101]: #b 1181 | [102]: #c 1182 | [103]: #d 1183 | [104]: #e 1184 | [105]: #f 1185 | [106]: #g 1186 | [107]: #h 1187 | [108]: #i 1188 | [109]: #j 1189 | [110]: #k 1190 | [111]: #l 1191 | [112]: #m 1192 | [113]: #n 1193 | [114]: #o 1194 | [115]: #p 1195 | [116]: #q 1196 | [117]: #r 1197 | [118]: #s 1198 | [119]: #t 1199 | [120]: #u 1200 | [121]: #v 1201 | [122]: #w 1202 | [123]: #x 1203 | [124]: #y 1204 | [125]: #z 1205 | --------------------------------------------------------------------------------