Administrator
发布于 2025-05-06 / 1 阅读
0
0

计算计专业英语词汇

IoC Inversion of Control 控制反转

Aop Aspect Oriented Programming 面向切面编程

constructor 构造器

slot 槽

collision 碰撞

chaining 链接方法

predicate 断言(Java 8 lambda表达式和方法引用)

assert 断言(用于junit单元测试中)

reduce 减少,缩小

parallel 并行的

intermediate 中间的

terminal 末端的,终端

side effect 副作用(坏的结果)

short-circuiting 短路

infinite/unbounded 无限的

TPS transaction per second、代表每秒执行的事务数量

Individual values 个体的值,对应多个值 Arrays/Collections

boxing 封装基本类型的对象(装箱

unboxing 转换对象到基本类型(开箱)

assigning 分配,赋值

primitive 原始的,原生的

wrapper 包装纸,封套

immutable 不可改变的

daemon 守护进程

inherited 继承的

annotation 注释

breadcrumb 面包屑 /`bred,kr反em/

share lock 共享锁、s锁

exclusive lock 排他锁、独占锁、x锁

PostProcessor 后置处理器

ECS:elastic compute service (云服务器(弹性计算服务))

VPC:Virtual Private Cloud (专用网络)

SLB:Server load balance (负载均衡)

EIP:Elastic IP Address (弹性公网IP,一种NAT IP)

sso: Single Sign-On (单点登录)

cas: Central Authentication Service 统一身份认证服务或中央身份服务

GRE:Generic Routing Encapsulation,GRE 隧道


评论