Web English table
Commonly used programming
日歷(Calendar)
修飾語(modifier)
聲明(declare)
常量(constant)
聲明序列 (declaration order)
Regex正則表達(dá)式
正則表達(dá)式 (Regex)
序列(sequence)
預(yù)置初始化(initialize)
序列化(serialized)
明確賦值(definite assignment)
賦值語句(assignment statement)
參數(shù)(parameter)
參數(shù)化類型(parameterized type)
形式參數(shù)(formal parameter)
實參(actual parameter)
虛參數(shù)(dummy parameter)
文本注釋(Comments)
代碼注釋(annotation)
偽代碼(pseudocode)
代碼塊(fragments)
bounds checking 邊界檢查
boxing 裝箱烹植、裝箱轉(zhuǎn)換
調(diào)用(invoke)
轉(zhuǎn)換(cast)
標(biāo)識符(identifier)
定界符(delimiter)
不可變對象(immutable object)
匿名類(anonymous class)
數(shù)據(jù)結(jié)構(gòu)(data structure)
部分完全數(shù)組(partially full array)
堆(heap)
維度(cimensions)
多維數(shù)組的每一行(component type)
匿名的(anonymous)
引用(reference)
構(gòu)造函數(shù)(constructor)
方法契約(contract of a method)
流(Flow)
迭代器(iterator)
臨時(temp)
臨時的(transient)
反射(reflection)
合法的(legal)
棄用(deprecated)
垃圾回收(garbage collection)
調(diào)試(ErrorInsight)
解釋器(interpreter)
動態(tài)的(dynamic)
匿名的(anonymous)
任意的(arbitrary)
正確的(valid)
Interrupted
當(dāng)前的(Current)
括號(bracket)
將…排除在外(excluding)
classpath Resource contains
log info error trace all
活動記錄(activation record)
可拋出的(throwable):表示所有的異常類的父類
執(zhí)行對象(statement)預(yù)執(zhí)行對象(Preparedstatement)
指定給…. (be assigned to)
computer
多線程(multithreading)多任務(wù)(multitasking)多重處理(multiprocessing)
競態(tài)條件(race condition)前置條件(precondition)后置條件(postcondition)
批處理(batch)并行處理(parallel processing)
互斥(mutual exclusion)
喚醒(Notify)生成(Generate)崩潰(crash)結(jié)束(Terminate)匹配(match) matcher
獲取-執(zhí)行周期(fetch-and-execute cycle)
buffer boundedbuffer Signal Condition
Producer Consumer
事件(circumstance)異步事件(asynchronous event)同步(synchronized)
控制結(jié)構(gòu)(control structure)優(yōu)先級(precedence)
原子操作(atomic operation)分布式計算(distributed computing)
帶寬(bandwidth)
遠(yuǎn)程(Remote)
operation
system
command?compile?execute?exhibit
緊迫的(pressed)
處理(dispose)
輔助
差一錯誤(off-by-one error)
受檢異常(checked exception)
分隔符(Separator)
一般的(Generic)
Generic
Separator
指定的(Specified)
Specified 指定的
應(yīng)用輔助
文字(literal)
滾動窗口(ScrollPane)
輸入(entry)
水平(Horizonatal) Vertical
算數(shù)(Arithmetic)
相對的(Relative) absolute
凹槽(Groove)
改進的(Modified)
觀點(perspective)
字典(Dictionaries)
企業(yè)版(Enterprise) Developer? 基礎(chǔ)版(Foundation)
要素(Refactor)
工程向?qū)?Project Winzard)
有限公司(Aptech Limited Aptech)
高級的(advanced)
授權(quán)(authorization)
菜單項(MenuItem)
阿爾法顏色組成(alpha color component)
圖形上下文(graphics context)
數(shù)值分析(numerical analysis)
語用學(xué)(pragmatics)
框架(FrameWork)
分發(fā)(dispatch)分配(allocate)allocator分支(branch)
泛型編程(generic programming)
自底向上設(shè)計(bottom-up design)
向后兼容(backward compatible)
裝配件(assembly)組件(component)
輕量級(Swing)
規(guī)定(provide)權(quán)威的(canonical)
原理(principle)
關(guān)聯(lián)(associate)
事件(circumstance)
內(nèi)聚(cohesion)耦合(coupling)聚合(aggregation)
自動地(automatically)加載器(loader)
容量(Capacity)
架構(gòu)(architecture)
Mybaits Spring Redis Hibernate Struts Shiro
模式(pattern)
開閉原則(Open Close Principle)
里氏代換原則(Liskov Substitution Principle)
依賴倒轉(zhuǎn)原則(Dependence Inversion Principle)
接口隔離原則(Interface Segregation Principle)
迪米特法則(最少知道原則)(Demeter Principle)
合成復(fù)用原則(Composite Reuse Principle)
Factory Method? ??Abstract Factory? ??Singleton????Builder????Protype
Adapter ? ?裝飾者Decorator ? ?Proxy ? ?外觀Facade????Bridge ? ?組合Composite ? ?享元Flyweight
策略strategy????Template method????observer ? ?迭代子Iterative subpattern? ??
責(zé)任鏈Chain of responsibility ? ?commend????memo ? ?visitor ? ?state ? ?中介者broker ? ?解釋器interpreter