java 方向術語

縮寫 英文 中文意思
POJO Plain Ordinary Java Object 簡單的Java對象
slf4j Simple Logging Facade for Java 簡單日誌門面,跟 Common Logging 都是日誌接口
AOP Aspect Oriented Programming 面向切面編程
JNI Java Native Interface Java本機接口
CAS Compare and Swap 比較並交換;java.util.concurrent包藉助CAS實現了區別於synchronize同步鎖的一種樂觀鎖
REPL Read Eval Print Loop (讀取-執行-打印-循環) 形式;終端交互的形式
JTA Java Transaction API java分佈式事務處理API
RDS Relational Database Service 關係型數據庫服務
ECS Elastic Compute Service 雲服務器
RMS Resource Management System 資源管理系統
JIT Just In Time Compiler HotSpot 虛擬機自帶的 JIT(Just In Time Compiler)編譯器(分 Client 端和 Server 端)
OLTP On line Transaction Processing 聯機事務處理
OLAP On line Analytical Processing 聯機分析處理
AMQP Advanced Message Queuing Protocol 高級消息隊列協議
相關文章
相關標籤/搜索