2009-02-03
Web English table
Commonly used programming
日历(Calendar)
修饰语(modifier)
声明(declare)
常量(constant)
声明序列 (declaration order)
Regex正则表达式
正则表达式 (Regex)
序列(sequence)
预置初始化(initialize)
序列化(serialized)
明确赋值(definite assignment)
赋值语句(assignment statement)
参数(parameter)
参数化类型(parameterized type)
形式参数(formal parameter)
实参(actual parameter)
虚参数(dummy parameter)
文本注释(Comments)
代码注释(annotation)
伪代码(pseudocode)
代码块(fragments)
bounds checking 边界检查
boxing 装箱、装箱转换
调用(invoke)
转换(cast)
标识符(identifier)
定界符(delimiter)
不可变对象(immutable object)
匿名类(anonymous class)
数据结构(data structure)
部分完全数组(partially full array)
堆(heap)
维度(cimensions)
多维数组的每一行(component type)
匿名的(anonymous)
引用(reference)
构造函数(constructor)
方法契约(contract of a method)
流(Flow)
迭代器(iterator)
临时(temp)
临时的(transient)
反射(reflection)
合法的(legal)
弃用(deprecated)
垃圾回收(garbage collection)
调试(ErrorInsight)
解释器(interpreter)
动态的(dynamic)
匿名的(anonymous)
任意的(arbitrary)
正确的(valid)
Interrupted
当前的(Current)
括号(bracket)
将…排除在外(excluding)
classpath Resource contains
log info error trace all
活动记录(activation record)
可抛出的(throwable):表示所有的异常类的父类
执行对象(statement)预执行对象(Preparedstatement)
指定给…. (be assigned to)
computer
多线程(multithreading)多任务(multitasking)多重处理(multiprocessing)
竞态条件(race condition)前置条件(precondition)后置条件(postcondition)
批处理(batch)并行处理(parallel processing)
互斥(mutual exclusion)
唤醒(Notify)生成(Generate)崩溃(crash)结束(Terminate)匹配(match) matcher
获取-执行周期(fetch-and-execute cycle)
buffer boundedbuffer Signal Condition
Producer Consumer
事件(circumstance)异步事件(asynchronous event)同步(synchronized)
控制结构(control structure)优先级(precedence)
原子操作(atomic operation)分布式计算(distributed computing)
带宽(bandwidth)
远程(Remote)
operation
system
command compile execute exhibit
紧迫的(pressed)
处理(dispose)
辅助
差一错误(off-by-one error)
受检异常(checked exception)
分隔符(Separator)
一般的(Generic)
Generic
Separator
指定的(Specified)
Specified 指定的
应用辅助
文字(literal)
滚动窗口(ScrollPane)
输入(entry)
水平(Horizonatal) Vertical
算数(Arithmetic)
相对的(Relative) absolute
凹槽(Groove)
改进的(Modified)
观点(perspective)
字典(Dictionaries)
企业版(Enterprise) Developer 基础版(Foundation)
要素(Refactor)
工程向导(Project Winzard)
有限公司(Aptech Limited Aptech)
高级的(advanced)
授权(authorization)
菜单项(MenuItem)
阿尔法颜色组成(alpha color component)
图形上下文(graphics context)
数值分析(numerical analysis)
语用学(pragmatics)
框架(FrameWork)
分发(dispatch)分配(allocate)allocator分支(branch)
泛型编程(generic programming)
自底向上设计(bottom-up design)
向后兼容(backward compatible)
装配件(assembly)组件(component)
轻量级(Swing)
规定(provide)权威的(canonical)
原理(principle)
关联(associate)
事件(circumstance)
内聚(cohesion)耦合(coupling)聚合(aggregation)
自动地(automatically)加载器(loader)
容量(Capacity)
架构(architecture)
Mybaits Spring Redis Hibernate Struts Shiro
模式(pattern)
开闭原则(Open Close Principle)
里氏代换原则(Liskov Substitution Principle)
依赖倒转原则(Dependence Inversion Principle)
接口隔离原则(Interface Segregation Principle)
迪米特法则(最少知道原则)(Demeter Principle)
合成复用原则(Composite Reuse Principle)
Factory Method Abstract Factory Singleton Builder Protype
Adapter 装饰者Decorator Proxy 外观Facade Bridge 组合Composite 享元Flyweight
策略strategy Template method observer 迭代子Iterative subpattern
责任链Chain of responsibility commend memo visitor state 中介者broker 解释器interpreter