【計算機基礎】中英文經常使用名詞對照

abstract (關鍵字) 抽象 [’.bstr.kt]
access vt.訪問,存取 [’.kses]‘(n.入口,使用權)
algorithm n.算法 [’.lg.riem]
annotation [Java]代碼註釋 [.n.u’tei…n]
anonymous adj.匿名的[.'n.nim.s]‘
(反義:directly adv.直接地,當即[di’rektli, dai’rektli])
apply v.應用,適用 [.'plai]
application n.應用,應用程序 [,.pli’kei…n]‘ (application crash 程序崩潰)
arbitrary a.任意的 ['ɑ:bitr.ri]
argument n.參數;爭論,論據 ['ɑ:gjum.nt]‘(縮寫args)
assert (關鍵字) 斷言 [.'s.:t] ‘ (Java 1.4 以後成爲關鍵字)
associate n.關聯(同伴,夥伴) [.'s.u.ieit]
attribute n.屬性(品質,特徵) [.'tribju:t]
boolean (關鍵字) 邏輯的, 布爾型
call n.v.調用; 呼叫; [k.:l]
circumstance n.事件(環境,情況) ['s.:k.mst.ns]
CMD 命令提示符:command的縮寫
crash n.崩潰,破碎 [kr…]
cohesion 內聚,黏聚,結合 [k.u’hi:…n]
a class is designed with a single, well-focoused purpose.
應該不止這點
command n. 命令,指令 [k.'mɑ:nd](指揮, 控制)
(command-line 命令行)
Comments [java]文本註釋 ['k.ments]
compile [java] v.編譯 [k.m’pail]‘
Compilation n.編輯[,k.mpi’lei…n]
const (保留字)
constant n. 常量, 常數, 恆量 ['k.nst.nt]
continue (關鍵字)
coupling 耦合,聯結 ['k.pli.]
making sure that classes know about other classes only through their APIs.
declare [java]聲明 [di’kl…]
default (關鍵字) 默認值 ; 缺省值 [di’f.:lt]
delimiter 定義符; 定界符
Encapsulation [java]封裝 (hiding implementation details)
Exception [java]例外; 異常 [ik’sep…n]
entry n.登陸項, 輸入項, 條目['entri]
enum (關鍵字) 枚舉
execute vt.執行 ['eksikju:t]
exhibit v.顯示, 陳列 [ig’zibit]
exist 存在, 發生 [ig’zist] ‘(SQL關鍵字exists)
extends (關鍵字) 繼承、擴展 [ik’stend]
false (關鍵字)
final (關鍵字) finally (關鍵字)
fragments 段落; 代碼塊 ['fr.gm.nt]
FrameWork [java]結構,框架 ['freimw.:k]
Generic [java]泛型 [d.i’nerik]
goto (保留字) 跳轉
heap n.堆 [hi:p]
implements (關鍵字) 實現 ['implim.nt]
import (關鍵字) 引入(進口,輸入)
Info n.信息
(information [,inf.'mei…n] )
Inheritance [java]繼承 [in’herit.ns] (遺傳,遺產)
initialize 預置初始化 [i’ni…laiz]
instanceof (關鍵字) 運算符,用於引用變量,以檢查這個對象
是不是某種類型。返回 boolean 值。
interface (關鍵字) 接口 ['int.feis]
invoke vt.調用 [in’v.uk]‘ (invocation [,inv.u’kei…n])java

JDK (Java Development Kit)是SunMicrosystems針對Java開發員的產品,是整個java開發的核心,它包含了JAVA的運行環境(JVM+Java系統類庫)和JAVA工具。node

Iterator [java]迭代器, 迭代程序
legal 合法的 ['li:g.l]
log n.日誌,記錄 [l.g]
native (關鍵字) ['neitiv]
nested [java]嵌套的 [‘nestid] ‘如:內部類(nested classes)
Object [java]對象 [’.bd.ekt]
Overload [java]方法的重載(不一樣參數列表的同名方法) [,.uv.'l.ud]
Override [java]方法的覆蓋(覆蓋父類的方法) [,.uv.'raid]
polymiorphism [java]多態 (polymorphism 多形性[,p.li’m.:fizm])
allowing a single object to be seen as having many types.
principle n.原則,原理,主義 [‘prinsipl]
priority n. 優先級 [prai’.riti]
process n. 程序, 進程 ['pr.ses]
protected (關鍵字) 受保護的,私有的 [pr.'tektid]
provide v.規定(供應,準備,預防)[pr.'vaid]
refer to v.引用 [ri’f.:][tu:]
reference n. 參考(引用,涉及)['ref.r.ns]‘
–>reference variable 參量, 參考變量,引用變量
Reflection [java]反射 [ri’flek…n]
script n.手寫體,小型程序 [skript]
serialized vt.序列化,串行化 ['si.ri.laiz]‘
(serializable adj.)(deserialize反序列化,反串行化)
Socket [java]網絡套接字['s.kit]
stack n.堆棧 [st.k] (對應heap 堆)
statement 程序語句; 語句 ['steitm.nt]‘ n. 陳述,指令
subclass n.子類 ['s.bklɑ:s]‘ (supertype 父類)
switch (關鍵字) 選擇語句。 n.開關,道岔 [swɪtʃ]
synchronized (關鍵字) 同步(鎖) ['si.kr.naiz]
Thread [java]線程 [θred]
throw (關鍵字) throws (關鍵字) [θr.u] 拋出(異常)
transient (關鍵字) 瞬變;臨時的['tr.nzi.nt]‘(可序列化)
valid 正確的,有效的 ['v.lid]
variable n.變量 a.可變的['v…ri.bl]
volatile (關鍵字) 不穩定的['v.l.tail]
while (關鍵字) 循環語句。當…的時候 [hwail]ios

java經常使用單詞以及它的用法
lang包:
字符串類的方法:
character類:
isLetter():判斷是否是字母
isDigit():判斷是否是數字
isWhiteSpace():判斷是否是空格
isUpperCase():判斷是否是大寫
isLowerCase():判斷是否是小寫
String類:
equals():比較對象中值是否相等
length():返回字符串長度
CompareTo():比較相同索引位置上字符的 ASCII
StartsWith():判斷是否以 …開頭
endsWith():判斷是否以…結尾
toUpperCase():將全部小寫轉爲大寫
toLowerCase():將全部大些轉爲小寫
trim():截掉空格
indexOf():搜索某個字符在字符串中是否存在
LastIndexOf():從後往前搜索第一次遇到字符的索引
CharAt:根據下標找字符
subString:截取
concat:連結
StringBuffer類:
append():追加
setcharAt():將下表對應的字符更改成某個字符
insert():插入字符
reverse():倒置,反置
replace():替換
toString():返回當前對象的字符串表現形式
Math類:
static:靜態
Class類:
getClass():得到類的描述信息
getSuperClass():得到父類的描述信息
forName():java與
sql創建鏈接時使用
util包:
Calendar類:日曆類
Calendar.getInstance();得到該類的實例
Date:日期
Date.gettime();得到毫秒數
get():得到時間組成部分
add():加上時間組成部分
set():修改時間組成部分
DAY_OF_YEAR 這一年的第幾天
DAY_OF_MONTH 這一月的第幾天
DAY_OF_WEEK 這一週的第幾天
Random 類:
Rand.nextInt 隨機數
框架集合:
ArrayList: 查詢數據比較多時用該類
size():測試容量
get():得到集合框架中的數據
add():向集合框架中添加數據
set():修改集合框架中的數據
isEmpty():判斷集合框架是否爲空
indexof():搜索內容
remove():刪除
clear():清空
LinkedList :當插入修改數據狀況多時用該類
removeFirst():刪除第一個元素
removeLast():刪除最後一個元素
addFirst():添加第一個元素
addLast():添加最後一個元素
Vector類
addElement():添加
removeElement():刪除
Hashmap類
put():添加方法
get():查詢數據
remove():刪除數據git

IO包
length():測試文件容量
exists():判斷文件是否存在
CreateNewFile():建立新文件
delete():刪除原文件
getAbsolutePath():得到文件的絕對路徑
FileOutputStream():輸出流
FileInputStream():輸入流
字符流:
FileReader:讀文件
FileWriter:寫文件
BufferedReader:緩衝讀取流
readline():讀取一行內容
BufferedReader 字符串讀取的緩衝流
write():寫
newLine():換行
System.in的read方法,能夠從控制檯接受輸入:
InputStreamReader() 配合 BufferedReader()使用程序員

SQL包
Java與 SQL server 2005 鏈接
六個步驟:
//創建數據源
//加載驅動程序
Class.forName(「sun.jdbc.odbc.JdbcOdbcDriver」);
//創建鏈接
Connection con=java.sql.DriverManager.getConnection(「jdbc:\jdbc:myODBC」,」sa」,」");
//建立語句對象
Statement sta=con.createStatement();
//執行
SQL語句
String strsql=」Update teacher set address=’地名’ where name=’姓名’」;
int count= sta.executeUpdate(strsql);
System.out.println (「更新了」+count+」行記錄」);
//關閉鏈接
sta.close();
con.close();
捕捉異常
catch(ClassNotFoundException cnfe) {
cnfe.printStackTrace();
}
catch(SQLException sqle) {
sqle.printStackTrace();
}
預編譯語句對象:preparedStatementweb


path [ pɑ:θ ] 路徑
class [klɑ:s] 類
classpath [klɑ:s’pɑ:θ ] 類路徑
public ['p ʌblik] 公共的,公用的
private ['praivit] 私有的,私人的
static ['stæ tik] 靜的;靜態的;靜止的
void [vɔid] 空的,沒有返回值的
main [mein] 主要的,重要的
System ['sistəm] 系統,方法
out [aut] 往外,出現,出外
print [print ] 打印
Demo [ 'deməu ] 演示
version [ 'və:ʃən] 版本
author [ 'ɔ:θə ] 做者
byte [bait] 字節
short [ʃɔ:t] 短整型
int [int] 整型
long [lɔ:ŋ] 長整形
char [tʃɑ:] 字符型
String [striŋ] 字符串類型
float [fləut] 單精度浮點類型
double ['dʌbl] 雙精度浮點型,雙倍
type [taip] 類型
boolean ['bu:li:ən] 布爾類型真假二值
true [tru:] 真,正確的(成立的)
false [fɔ:ls] 假,錯誤的(不成立的)
binary ['bainəri] 二進制
octal ['ɔktəl] 八進制
hex [heks] 十六進制
count [kaunt] 計數;計算;(計數器思想,上課注意聽)
sum [ s ʌm] 總數,總計
salary [ 'sæləri ] 薪水
Random ['ræn dəm] 隨機的
Scanner [‘skænə] 接收輸入
import [im’ pɔ:t] 導入,輸入
if [if] 若是
else [els] 不然
switch [switʃ] 判斷語句
case [keis] 實例,狀況
break [breik] 退出
continue [kən 'tinju] 跳出…繼續
return [ri tə:n] 返回
default [di’fɔ:lt]或者的意思(在軟件配置中還有默認的意思)
while [wail] 當……的時候
loop [lu:p] 循環
Max [ ma: k s] 最大的
Min [ mi n] 最小的
Function [ 'fʌŋ k ʃən ] 功能,函數
Method [ ‘me θə d ] 方法
result [ ri’zʌlt ]結果
Compare [ kəm’ pεə ] 比較
temp [ tem p ] 臨時
Array [ ə’rei ] 數組
null [nʌl ] 空,無效的
pointer ['p ɔi n tə] 指針
Exception [ ik 'sep ʃən] 異常
Error [ erə ] 錯誤
Thread [ θred ] 線程,線狀物
Lang [læŋ] language['læŋɡ wi dʒ] 語言的縮寫
index ['indeks] 角標,索引,指針
Outof [ a:ut ɔf] 在…以外
bound [baund] 範圍
length [ leŋθ] 長度
sort [sɔ:t] 將…排序 //Arrays.sort(arr)
select [si’lekt] 選擇 //selectSort
bubble ['bʌbl] 冒泡,氣泡 //bullbeSort
change [ tʃeindʒ ] 改變,交換
swap [ swɔp ] 交換
nullpointerException 空指針異常
ArrayIndexOutOfBoundsException 數組角標越界異常
half [ hɑ:f ] 一半的,半個的
search [ sə: tʃ] 搜索,查找
mid [ mid] 中間的
number [ 'nʌmbə ] 數字,號碼
util [ ju’til]是utility[ ju’tiliti ]功能,功效的縮寫
Transition [ træn’ziʃən] 轉換一般會用trans爲其簡寫形式
Object [ 'ɔb dʒi kt ] 對象, 物體
Class member [ 'membə ] 類成員
Class method [ 'meθəd] ] 類方法
Class variable [ 'vεə riə ble ] 類變量
Constructor [ kən’strʌktə ] 構造方法,構造器
package [ 'pækidʒ] 包
Car [ kɑ: ] 汽車,小轎車
Color [ 'kʌlə] 顏色
Red [ red ] 紅色
Blue [ blu: ] 藍色
Black [ blæ k] 黑色
White [ hwait ] 白色
run [ run] 跑, 運行
Person [ 'pə:sən ] 人
People [ 'pi:pl ] 人,人們
Age [ eidʒ] 年齡
Name [ neim ] 名字,名稱,名譽,名人
Speak [ spi:k] 說話,講話,
set [ set] 設置
reset [r i set] 從新設置
get [get ] 獲取,得到
code [ kəud ] 代碼,代號,編碼
country [ 'kʌn tri ] 國家,國土
University [ju:ni’və:siti] 大學
College [ 'kɔlidʒ] 大學
Private [ 'praivit ] 私有的,私人的
show [ ʃəu] 顯示,展現
sleep [ sli:p ] 睡, 睡覺, 睡眠 1秒=1000毫秒
single [ 'siŋgl] 單一的,單獨的,單身的,單程的
instance [ 'instəns ]實例,狀況
tool [ tu:l] 工具
Data [ 'deitə ] 資料
develop [ di’veləp ] 開發
extends [ ik’stends] 繼承,延伸,推廣
Phone [ fəun ] 電話
Call [ kɔ:l] 呼叫,給…打電話
Study [ 'stʌdi] 學習,研究
work [ wə:k ] 工做,操做
super ['sju: pə] 父類的,超級的,超類的
final ['fai nl] 最終的
finally
finalized
abstract ['æbstrækt] 抽象的
interface [ 'intəfeis ] 接口
implements ['impliments] 實現
mouse [maus ] 鼠標, 老鼠
bonus [ 'bəunəs ] 獎金
inner [ 'inə ] 內部的
protect [prəu’tekt] 保護,受保護的,防衛
equals ['i:kwəls]判斷兩個字符串是否相等
memory ['meməri] 記憶,內存,存儲器
OutOfMemoryError 在內存以外的錯誤:內存溢出(專業說法)
heap [hi:p] 堆
space [speis] 空間
Java heap space Java堆內存
Throw [θrəu] 拋出,投擲
Throws [θrəuz] throw的複數形式
finally ['fainəli] 最後,最終
Message ['mesidʒ] 消息,信息,通知
try [trai] 嘗試,試圖
catch [kætʃ] 捕獲,捕捉,抓住
close [kləuz] 關閉,結束
open ['əupən] 打開,公開
add [æd] 添加,增長
prelect [pri’lekt ] 講課,講演
directory [ di’rektəri ] 目錄
throwable [ 'θrəuə’ei bl ] 直譯是可拋出的,在Java中指異常類.
ClassCastException (「類型錯誤」),類型轉換異常
Runtime [run’taim] 運行時間
RuntimeException 運行時異常
Current ['kʌrənt] 當前的,如今的
Arithmetic [ə’riθmətik ] 算數
synchronized [ 'sɪŋkrə,naɪzd] 同步的
Runnable [ 'rʌnəbl] 可捕捉的(在java中它是一個接口)
Inter rupted [,intə’rʌptid] 中斷的,被阻止的
Ticket ['tikit] 票
Bank [bæŋk] 銀行
tank 坦克
flag [flæɡ] 標記, 旗幟
dead [ded] 死亡的,無生命的
lock [ lɔk] 鎖
unlock
Resource [ ri’sɔ:s] 資源
Notify ['nəutifai ] 喚醒, 告知
Input ['input] 輸入
Output [ 'autput ] 輸出
bounded ['baundid] 有界限的
Buffer ['bʌfə] 緩衝區
boundedbuffer 有界緩衝區
Signal ['siɡ nəl] 信號,標誌
Condition [kən’diʃən] 條件
Producer [prə’du:sə] 生產者
Consumer [ kən’sju:mə ] 消費者
substring [ 'sʌb striŋ] 子字符串, 部分字符串,子鏈
Trim [trim] 修剪, 修整
Append [ə’pend] 添加
Add [ æd] 增長
Insert [in’sə:t] 插入, 好比把一段字符串 「cd」 插入到 「abef」
Delete [di’li:t] 刪除
remove
replace [ri’pleis] 代替,取代,更換
update [ ʌp’deit] 更新
Create [ kri’eit ] 創造,創做
Builder ['bildə] Java中爲 「緩衝器」, 直譯爲建築者
StringBuffer 字符串緩衝區(同步的)
StringBuilder 字符串緩衝區(不一樣步的)
char [tʃɑ:] 字符型
character ['kærəktə] 字符
int [int] 整型
integer ['intidʒə] 整數類型
parse [pɑ:z] 解析, 轉換成…
parseInt 轉換爲int類型
Retain [ri’tein] 保持
reverse [ ri’və:s ] 反轉,翻轉
collection [kə’lekʃən] 集合,彙集,採集
Remove [ri’mu:v] 移除,刪除
clear [kliə] 清空,清除,清楚的.
Iterator [itə’rei tə] 迭代器
list [list] 列表,清單(集合之一)
ArrayList ['əri list] 數組列表(最經常使用的集合,重點掌握)
HasPrevious ['pri:vjəs] 在…以前
HasNext
Split [split] 切割
Element ['elimənt] 元素
NoSuchElementException
linked [ liŋkt] 鏈接的
contains [kən’teinz] 包含
Set [ set] 集合
Comparator ['kəmpə reitə] 比較儀
style [stail] 風格,類型
math [mæθ] 數學,算數
ceil() [ si:l] 返回大於參數的最小整數。
floor() [flɔ:] 返回小於參數的最大整數。
round() [raund] 返回四捨五入的整數。
pow(a,b) [ p a u]a的b次方。
execute ['eksikju:t] 執行
process ['prəuses] 處理,加工
Notepad ['nəutpæd] 筆記本
destroy [di’strɔi] 消毀, 破壞,消滅
Separator ['sepə reitə] 分隔符,分離器
Generic [dʒi’nerik] 類的,通常的
vector ['vektə] 也是一個集合(早期的一個集合如今幾乎不用了)
value ['vælju:] 值,價值
Calendar ['kæ lən dɚ] 日曆,日曆表,曆法
Day [dei] 一天, 天天
Week [wi:k] 周,星期
Month [ mʌnθ] 月
Year [jiə] 年
format ['fɔ:mæt] 格式,樣式
ParseException 解析異常
stack [stæk] 堆
trace [treis] 痕跡
printStackTrace
by [bai] 經過,按照
order ['ɔ:də] 順序,規則
byOrder
line [lain] 一行
readLine() 讀取一行
stream [stri:m] 流 (生活中常見的流有: 水流,電流,數據流)
flush [flʌʃ]清空緩衝區數據,而後緩衝區的數據就去了它們該去的地方
filter [filtə]過濾器
Absolute ['æbsəlju:t] 絕對的
hidden ['hidən] 隱藏的
Suffix [sə’fiks] 後綴的
level ['levəl] 標準,水平的
store [stɔ:] 儲存
accept [ək’sept] 接受,認可,贊成
sequence ['si:kwəns] 序列
Enumeration [i,nju:mə’reiʃən] 枚舉,列舉
merge [mə:dʒ] 合併
access ['ækses] 使用
Un supported [,ʌnsə’pɔ:tid] 不支持的
Unsupported Encoding Exception
compare [kəm’pεə] 比較
comparable ['kɔm pə rəbl] 能夠比較的
field ['fi:ld] 字段
button ['bʌtən] 按鈕
frame [freim] 框架,結構
action ['ækʃən] 行動,動做
event [i’vent] 事件,
visible ['vizəbl] 看的見的,可見的
menu ['menju:] 菜單
area ['εə r iə] 區域,地區
item ['aitəm] 條目,項目
Scroll [sk r əul] 卷軸,滾動
pane [pein] 窗格
ScrollPane 滾動窗口;滾動面板
Content ['kɔntent] 內容
Context
choose [tʃu:z] 選擇
dialog ['daiəlɔg] 對話,會話
Relative [ 'relətiv ] 相對的
Init [ i,nit ] 初始化
Initialization [ i,ni ʃəl’zeiʃən] 初始化
perform [pə’fɔ:m] 執行,運轉
Port [ pɔ:t ] (計算機的)端口
Viewport [ 'vju:pɔ:t ] 視口
pressed [prest] 緊迫的, 加壓的
display [,dis’plei] 顯示; 表現
dispose [dis’pəuz] 處理,安排
Operator ['ɔpəreitə] 操做員
operation [,ɔpə’reiʃən] 操做(動詞)
host [həust] 主機,主人
address [ə’dres] 地址
HostAddress
receive [ri’si:v] 接收
send [send] 發送
client ['klaiənt] 客戶
Server ['sə:və] 服務器
log [lɔ’gin] 註冊
register ['redʒistə] 登陸
upload [ 'ʌpləud] 上傳
Download [daun’ləud] 下載
Task [tɑ:sk] 任務
Browse [brauz] 瀏覽
Browser [ brawə:] 瀏覽器
connection [kə’nekʃən] 鏈接
layout ['leiaut] 佈局
Terminate [ 'tə:mineit ] 結束
Instantiation [in,stænʃi’eiʃən] 實例化
Instance
declared [di’klεəd] 公然的
Access [ ək’ses ] 進入,接近,入口,通道
Accessible [ək’sesəbl] 可進入的
invoke [in’vəuk] 調用
board [bɔ:d] 木板,甲板
MainBoard
card [kɑ:d] 卡片
Network card
match [mætʃ] 匹配
matcher ['mætʃə] 匹配器
pattern ['pætən] 模式,圖案
Regex [ ri’dʒeks ] 正則表達式
title ['taitl] 標題
untitled [,ʌn’taitld] 無標題的
Charset [ tʃɑ: set ] 字符集,編碼集
Encoding
Rows [rəus ] 多行,
Cols [ kɔls] 列數
Top [ tɔp] 頂部,頂端
center ['sentə] 中心, 中央
target ['tɑ:ɡit] 目標
document ['dɔkjumənt] 文件
table ['teibl] 表格,桌子
span [spæn] 跨度,範圍
User ['juzə] 用戶
password ['pɑ:swə:d ] 密碼
Radio [ 'reidiəu ] 單選框
Checkbox [ 'tʃekbɔks ] 複選框
image ['imidʒ] 圖像,影像
none [nʌn] 沒有
option ['ɔpʃən] 選項
Form [ fɔ;m] 結構,形式
Height [hait] 高度
Width [wiθ] 寬度
border ['bɔ:də] 邊框寬度
alert [ə’lə:t] 警告,彈出
Onclick [ ɔn’klik] 鼠標單擊
reset [ ‘ri:set] 重置,清零
submit [səb’mit] 提交
Stylesheet [stail’ ʃ:t] 樣式表
Background ['bækɡraʊnd] 背景
decoration [,dekə’reiʃən] 裝飾,裝潢
Hover ['hɔvə, 'hʌvə] 鼠標移動到連接上
Active ['æktiv] 選定的連接
Visit ed ['vi zi tid] 已訪問的連接
Link [liŋk] 未訪問的連接
Letter ['le tə]
Focus ['fəukəs] 焦點,中心
blank [blæŋk] 空白的
Bottom ['bɔtəm] 底部,末端
Botton
Pad ding [ pæd iŋ ]
Solid ['sɔlid] 實線邊框
Dashed [dæʃt] 在MAC平臺上IE4+與WINDOWS和UNIX平臺上IE5.5+爲虛線。不然爲實線
Groove [ɡru:v] 凹槽
Dotted ['dɔtid] 在MAC平臺上IE4+與WINDOWS和UNIX平臺上IE5.5+爲點線。不然爲實線
Position [pə’zɪʃən] 位置
Var [vɑ:] 在Script中用來定義變量類型的單詞
undefined [,ʌndi’faind] 未定義的,不明確的
global ['ɡləubəl] 全局的, 整體的
Generate [ dʒnəreit] 生成
Modified [ 'mɔdi faid] 改進的,改良的
Eclipse中用到的單詞
application
perspective [pə’spektiv]
location [ ləu’keiʃən] 位置(文件在電腦中的位置)
encoding [in’kəudiŋ] 編碼
Properties [ 'prɔpətis] 屬性,性能
File [ 'fail] 文件
Folder ['fəʊldə] 文件夾
View [ vju: ] 視圖, 視線,看
Show view 顯示視圖
Refresh [ri’freʃ] 更新,刷新
Edit ['edit] 編輯
Project [prədʒekt] 項目,工程,計劃
Preference ['prefə rəns] 我的喜愛/在漢化版中是」屬性」
rename [,ri:'neim] 更名,從新命名 (F2快捷鍵)
template ['templit] 模板
console [kən’səul] 控制檯
font [fɔnt] 字體
syntax ['sintæks] 語法
bracket ['brækit] 括號
keyword ['ki:wə:d] 關鍵字
excluding [ik’sklu:diŋ] 將…排除在外
Java基礎常見英語詞彙(共70個)
OO: object-oriented ,面向對象 OOP: object-oriented programming,面向對象編程
JDK:Java development kit, java開發工具包 JVM:java virtual machine ,java虛擬機
Compile:編繹 Run:運行 Class:類 Object:對象
System:系統 out:輸出 print:打印 line:行
variable:變量 type:類型 operation:操做,運算 array:數組 parameter:參數
method:方法 function:函數 member-variable:成員變量 member-function:成員函數
get:獲得 set:設置 public:公有的 private:私有的 protected:受保護的
default:默認 access:訪問 package:包 import:導入 static:靜態的
void:無(返回類型)
extends:繼承 parent class:父類 base class:基類 super class:超類
child class:子類 derived class:派生類 override:重寫,覆蓋 overload:重載
final:最終的,不能改變的 abstract:抽象 interface:接口 implements:實現
exception:異常 Runtime:運行時 ArithmeticException:算術異常
ArrayIndexOutOfBoundsException:數組下標越界異常 NullPointerException:空引用異常
ClassNotFoundException:類沒有發現異常
NumberFormatException:數字格式異常(字符串不能轉化爲數字)
Try:嘗試 Catch:捕捉 Finally:最後 Throw:拋出
Throws: (投擲)表示強制異常處理 Throwable:(可拋出的)表示全部異常類的祖先類
Lang:language,語言 Util:工具 Display:顯示 Random:隨機
Collection:集合 ArrayList:(數組列表)表示動態數組 HashMap: 散列表,哈希表
Swing:輕巧的 Awt:abstract window toolkit:抽象窗口工具包
Frame:窗體 Size:尺寸 Title:標題 Add:添加
Panel:面板 Layout:佈局 Scroll:滾動 Vertical:垂直
Horizonatal:水平 Label:標籤 TextField:文本框
TextArea:文本域 Button:按鈕 Checkbox:複選框
Radiobutton:單選按鈕 Combobox:複選框 Event:事件 Mouse:鼠標 Key:鍵
Focus:焦點 Listener:監聽
Border:邊界 Flow:流 Grid:網格 MenuBar:菜單欄
Menu:菜單 MenuItem:菜單項 PopupMenu:彈出菜單
Dialog:對話框 Message:消息 Icon:圖標
Tree:樹 Node:節點
Jdbc:java database connectivity,java數據庫鏈接
DriverManager:驅動管理器 Connection:鏈接 Statement:表示執行對象
Preparedstatement:表示預執行對象 Resultset:結果集
Next:下一個 Close:關閉 executeQuery:執行查詢
Jbuilder中經常使用英文(共33個)
File:文件 New:新建 New Project:新建項目
New Class: 新建類New File:新建文件 Open project:打開項目Open file:打開文件
Reopen:從新打開 Close projects:關閉項目
Close all except…:除了…所有關閉 Rename:重命名 Exit:退出
View:視圖Panes:面板組 Project:項目 Content:內容
Structure:結構 Message:消息 Source:源文件 Bean:豆子Properties:屬性Make:編繹 Build:編繹 Rebuild:重編繹Refresh:刷新Project properties:項目屬性
Default project properties:默認的項目屬性
Run:運行 Debug:調試 Tools:工具 Preferences:參數配置
Configure:配置 Libraries:庫
JSP中經常使用英文
URL: Universal Resource Location:統一資源定位符
IE: Internet Explorer 因特網瀏覽器
JSP:java server page.java服務器頁面
Model:模型
View:視圖
C:controller:控制器
Tomcat:一種jsp的web服務器
WebModule:web模塊
Servlet:小服務程序
Request:請求
Response:響應
Init: initialize,初始化
Service:服務
Destroy:銷燬
Startup:啓動
Mapping:映射
pattern:模式
Getparameter:獲取參數
Session:會話
Application:應用程序
Context:上下文
redirect:重定向
dispatch:分發
forward:轉交
setattribute:設置屬性
getattribute:獲取屬性
page:頁面
contentType:內容類型
charset:字符集
include:包含
tag:標籤
taglib:標籤庫
EL:expression language,表達式語言
Scope:做用域
Empty:空
JSTL:java standard tag library,java標準標籤庫
TLD:taglib description,標籤庫描述符
Core:核心
Test:測試
Foreach:表示循環
Var:variable,變量
Status:狀態
Items:項目集合
Fmt:format,格式化
Filter:過濾器
Data Structures 基本數據結構
Dictionaries 字典
Priority Queues 堆
Graph Data Structures 圖
Set Data Structures 集合
Kd-Trees 線段樹
Numerical Problems 數值問題
Solving Linear Equations 線性方程組
Bandwidth Reduction 帶寬壓縮
Matrix Multiplication 矩陣乘法
Determinants and Permanents 行列式
Constrained and Unconstrained Optimization 最值問題
Linear Programming 線性規劃
Random Number Generation 隨機數生成
Factoring and Primality Testing 因子分解/質數斷定
Arbitrary Precision Arithmetic 高精度計算
Knapsack Problem 揹包問題
Discrete Fourier Transform 離散Fourier變換
Combinatorial Problems 組合問題
Sorting 排序
Searching 查找
Median and Selection 中位數
Generating Permutations 排列生成
Generating Subsets 子集生成
Generating Partitions 劃分生成
Generating Graphs 圖的生成
Calendrical Calculations 日期
Job Scheduling 工程安排
Satisfiability 可知足性
Graph Problems — polynomial 圖論-多項式算法
Connected Components 連通分支
Topological Sorting 拓撲排序
Minimum Spanning Tree 最小生成樹
Shortest Path 最短路徑
Transitive Closure and Reduction 傳遞閉包
Matching 匹配
Eulerian Cycle / Chinese Postman Euler迴路/中國郵路
Edge and Vertex Connectivity 割邊/割點
Network Flow 網絡流
Drawing Graphs Nicely 圖的描繪
Drawing Trees 樹的描繪
Planarity Detection and Embedding 平面性檢測和嵌入
Graph Problems — hard 圖論-NP問題
Clique 最大團
Independent Set 獨立集
Vertex Cover 點覆蓋
Traveling Salesman Problem 旅行商問題
Hamiltonian Cycle Hamilton迴路
Graph Partition 圖的劃分
Vertex Coloring 點染色
Edge Coloring 邊染色
Graph Isomorphism 同構
Steiner Tree Steiner樹
Feedback Edge/Vertex Set 最大無環子圖
Computational Geometry 計算幾何
Convex Hull 凸包
Triangulation 三角剖分
Voronoi Diagrams Voronoi圖
Nearest Neighbor Search 最近點對查詢
Range Search 範圍查詢
Point Location 位置查詢
Intersection Detection 碰撞測試
Bin Packing 裝箱問題
Medial-Axis Transformation 中軸變換
Polygon Partitioning 多邊形分割
Simplifying Polygons 多邊形化簡
Shape Similarity 類似多邊形
Motion Planning 運動規劃
Maintaining Line Arrangements 平面分割
Minkowski Sum Minkowski和
Set and String Problems 集合與串的問題
Set Cover 集合覆蓋
Set Packing 集合配置
String Matching 模式匹配
Approximate String Matching 模糊匹配
Text Compression 壓縮
Cryptography 密碼
Finite State Machine Minimization 有窮自動機簡化
Longest Common Substring 最長公共子串
Shortest Common Superstring 最短公共父串
DP——Dynamic Programming——動態規劃
recursion ——遞歸
)
其它
第一章:
JDK(Java Development Kit) java開發工具包
JVM(Java Virtual Machine) java虛擬機
Javac 編譯命令
java 解釋命令
Javadoc 生成java文檔命令
classpath 類路徑
Version 版本
author 做者
public 公共的
class 類
static 靜態的
void 沒有返回值
String 字符串類
System 系統類
out 輸出
print 同行打印
println 換行打印
JIT(just-in-time) 及時處理
第二章:
byte 字節
char 字符
boolean 布爾
short 短整型
int 整形
long 長整形
float 浮點類型
double 雙精度
if 若是
else 不然
switch 多路分支
case 與常值匹配
break 終止
default 默認
while 當到循環
do 直到循環
for 已知次數循環
continue結束本次循環進行下次跌代
length 獲取數組元素個數
第三章:
OOP object oriented programming 面向對象編程
Object 對象
Class 類
Class member 類成員
Class method 類方法
Class variable 類變量
Constructor 構造方法
Package 包
Import package 導入包
第四章:
Extends 繼承
Base class 基類
Super class 超類
Overloaded method 重載方法
Overridden method 重寫方法
Public 公有
Private 私有
Protected 保護
Static 靜態
Abstract 抽象
Interface 接口
Implements interface 實現接口
第五章:
Exception 意外,異常
RuntimeExcepiton 運行時異常
ArithmeticException 算術異常
IllegalArgumentException 非法數據異常
ArrayIndexOutOfBoundsException 數組索引越界異常
NullPointerException 空指針異常
ClassNotFoundException 類沒法加載異常(類不能找到)
NumberFormatException 字符串到float類型轉換異常(數字格式異常)
IOException 輸入輸出異常
FileNotFoundException 找不到文件異常
EOFException 文件結束異常
InterruptedException (線程)中斷異常
try 嘗試
catch 捕捉
finally 最後
throw 投、擲、拋
throws 投、擲、拋
print Stack Trace() 打印堆棧信息
get Message()得到錯誤消息
get Cause()得到異常緣由
method 方法
able 可以
instance 實例
check 檢查
第六章:
byte(字節)
char(字符)
int(整型)
long(長整型)
float(浮點型)
double(雙精度)
boolean(布爾)
short(短整型)
Byte (字節類)
Character (字符類)
Integer(整型類)
Long (長整型類)
Float(浮點型類)
Double (雙精度類)
Boolean(布爾類)
Short (短整型類)
Digit (數字)
Letter (字母)
Lower (小寫)
Upper (大寫)
Space (空格)
Identifier (標識符)
Start (開始)
String (字符串)
length (值)
equals (等於)
Ignore (忽略)
compare (比較)
sub (提取)
concat (鏈接)
replace (替換)
trim (整理)
Buffer (緩衝器)
reverse (顛倒)
delete (刪除)
append (添加)
Interrupted (中斷的)
第七章:
Date 日期,日子
After 後來,後面
Before 在前,之前
Equals 相等,均等
toString 轉換爲字符串
SetTime 設置時間
Display 顯示,展現
Calendar 日曆
Add 添加,增長
GetInstance 得到實例
getTime 得到時間
Clear 掃除,清除
Clone 克隆,複製
Util 工具,龍套
Components 成分,組成
Month 月份
Year 年,年歲
Hour 小時,鐘頭
Minute 分鐘
Second 秒
Random 隨意,任意
Next Int 下一個整數
Gaussian 高斯
ArrayList 對列
LinkedList 鏈表
Hash 無用信息,雜亂信號
Map 地圖
Vector 向量,矢量
Size 大小
Collection 收集
Shuffle 混亂,洗牌
RemoveFirst 移動至開頭
RemoveLast 移動至最後
lastElement 最後的元素
Capacity 容量,生產量
Contains 包含,容納
Copy 副本,拷貝
Search 搜索,查詢
InsertElementAt 插入元素在某一位置
第八章:
io->in out 輸入/輸出
File 文件
import 導入
exists 存在
isFile 是文件
isDirectory 是目錄
getName 獲取名字
getPath 獲取路徑
getAbsolutePath 獲取絕對路徑
lastModified 最後修改日期
length 長度
InputStream 輸入流
OutputStream 輸出流
Unicode 統一的字符編碼標準, 採用雙字節對字符進行編碼
Information 信息
FileInputStream 文件輸入流
FileOutputStream文件輸出流
IOException 輸入輸出異常
fileobject 文件對象
available 可獲取的
read 讀取
write 寫
BufferedReader 緩衝區讀取
FileReader 文本文件讀取
BufferedWriter 緩衝區輸出
FileWriter 文本文件寫出
flush 清空
close 關閉
DataInputStream 二進制文件讀取
DataOutputStream二進制文件寫出
EOF 最後
encoding 編碼
Remote 遠程
release 釋放
第九章:
JBuider Java 集成開發環境(IDE)
Enterprise 企業版
Developer 開發版
Foundation 基礎版
Messages 消息格
Structure 結構窗格
Project 工程
Files 文件
Source 源代碼
Design 設計
History 歷史
Doc 文檔
File 文件
Edit 編輯
Search 查找
Refactor 要素
View 視圖
Run 運行
Tools 工具
Window 窗口
Help 幫助
Vector 矢量
addElement 添加內容
Project Winzard 工程嚮導
Step 步驟
Title 標題
Description 描述
Copyright 版權
Company 公司
Aptech Limited Aptech有限公司
author 做者
Back 後退
Finish 完成
version 版本
Debug 調試
New 新建
ErrorInsight 調試
第十章:
JFrame 窗口框架
JPanel 面板
JScrollPane 滾動面板
title 標題
Dimension 尺寸
Component 組件
Swing JAVA輕量級組件
getContentPane 獲得內容面板
LayoutManager 佈局管理器
setVerticalScrollBarPolicy 設置垂直滾動條策略
AWT(Abstract Window Toolkit)抽象窗口工具包
GUI (Graphical User Interface)圖形用戶界面
VERTICAL_SCROLLEARAS_NEEDED 當內容大大面板出現滾動條
VERTICAL_SOROLLEARAS_ALWAYS 顯示滾動條
VERTICAL_SOROLLEARAS_NEVER 不顯示滾動條
JLabel 標籤
Icon 圖標
image 圖象
LEFT 左對齊
RIGHT 右對齊
JTextField 單行文本
getColumns 獲得列數
setLayout 設置佈局
BorderLayout 邊框佈局
CENTER 居中對齊
JTextArea 多行文本
setFont 設置字體
setHorizontalAlignment 設置文本水平對齊方式
setDefaultCloseOperation 設置默認的關閉操做
add 增長
JButton 按鈕
JCheckBox 複選框
JRadioButton單選按鈕
addItem 增長列表項
getItemAt 獲得位置的列表項
getItemCount 獲得列表項個數
setRolloverIcon 當鼠標通過的圖標
setSelectedIcon 當選擇按鈕的圖標
getSelectedItem 獲得選擇的列表項
getSelectedIndex 獲得選擇的索引
ActionListener 按鈕監聽
ActionEvent 按鈕事件
actionPerformed 按鈕單擊方法
(編程詞彙)
A.
abstract 抽象的
abstract base class (ABC)抽象基類
abstract class 抽象類
abstraction 抽象、抽象物、抽象性
access 存取、訪問
access level訪問級別
access function 訪問函數
account 帳戶
action 動做
activate 激活
active 活動的
actual parameter 實參
adapter 適配器
add-in 插件
address 地址
address space 地址空間
address-of operator 取地址操做符
ADL (argument-dependent lookup)
ADO(ActiveX Data Object)ActiveX數據對象
advanced 高級的
aggregation 聚合、彙集
algorithm 算法
alias 別名
align 排列、對齊
allocate 分配、配置
allocator分配器、配置器
angle bracket 尖括號
annotation 註解、評註
API (Application Programming Interface) 應用(程序)編程接口
app domain (application domain)應用域
application 應用、應用程序
application framework 應用程序框架
appearance 外觀
append 附加
architecture 架構、體系結構
archive file 歸檔文件、存檔文件
argument引數(傳給函式的值)。參見parameter
array 數組
arrow operator 箭頭操做符
ASP(Active Server Page)活動服務器頁面
ASP.NET worker process ASP.Net工做者進程
assembly 裝配件、配件
assembly language 彙編語言
assembly manifest 裝配件清單
assert(ion) 斷言
assign 賦值
assignment 賦值、分配
assignment operator 賦值操做符
associated 相關的、相關聯的
associative Container 關聯式容器(對應sequential container)
asynchronous 異步的
atomic 原子的
atomic operation 原子操做
attribute 特性、屬性
authentication service 驗證服務
authorization 受權
audio 音頻
A.I. 人工智能
B.
B2B integration B2B整合、B2B集成(business-to-business integration)
background 背景、後臺(進程)
backward compatible 向後兼容、向下兼容
backup 備份
backup device備份設備
backup file 備份文件
bandwidth 帶寬
base class 基類
base type 基類型
batch 批處理
BCL (base class library)基類庫
binary 二進制
binary search 二分查找
binary tree 二叉樹
binary function 雙參函數
binary large object二進制大對象
binary operator 二元操做符
binding 綁定
bit 位
bitmap 位圖
bitwise 按位…
bitwise copy 爲單元進行復制;位元逐一複製,按位拷
bitwise operation 按位運算
block 塊、區塊、語句塊
bookkeeping 簿記
boolean 布林值(真假值,true或false)
border 邊框
bounds checking 邊界檢查
boxing 裝箱、裝箱轉換
brace (curly brace) 大括號、花括號
bracket (square brakcet) 中括號、方括號
breakpoint 斷點
browser applications 瀏覽器應用(程序)
browser-accessible application 可經由瀏覽器訪問的應用程序
build 編連(專指編譯和鏈接
built-in 內建、內置
bus 總線
business 業務、商務(看場合)
business Logic 業務邏輯
business rules 業務規則
buttons 按鈕
bug 臭蟲
by/through 經過
byte 位元組(由8 bits組成)
C.
cache 高速緩存
calendar 日曆
call 調用
callback 回調
call-level interface (CLI)調用級接口(CLI)
call operator 調用操做符
candidate key 候選鍵 (for database)
cascading delete 級聯刪除 (for database)
cascading update 級聯更新 (for database)
casting 轉型、造型轉換
catalog 目錄
chain 鏈(function calls)
character 字符
character format 字符格式
character set 字符集
CHECK constraints CHECK約束 (for database)
checkpoint 檢查點 (for database)
check box 複選框
check button 複選按鈕
child class 子類
CIL (common intermediate language)通用中間語言、通用中介語言
class 類
class declaration 類聲明
class definition 類定義
class derivation list 類繼承列表
class factory 類廠
class hierarchy 類層次結構
class library 類庫
class loader 類裝載器
class template 類模板
class template partial specializations 類模板部分特化
class template specializations 類模板特化
classification 分類
clause 子句
client application 客戶端應用程序
client cursor 客戶端遊標 (for database)
code page 代碼頁
cleanup 清理、清除
CLI (Common Language Infrastructure) 通用語言基礎設施
client 客戶、客戶端
client area 客戶區
client-server 客戶機/服務器、客戶端/服務器
clipboard 剪貼板
clone 克隆
CLS (common language specification) 通用語言規範
code access security 代碼訪問安全
COFF (Common Object File Format) 通用對象文件格式
collection 集合
COM (Component Object Model) 組件對象模型
combo box 組合框
command line 命令行
comment 註釋
commit 提交 (for database)
communication 通信
compatible 兼容
compile time 編譯期、編譯時
compiler 編譯器
component組件
composite index 複合索引、組合索引 (for database)
composite key 複合鍵、組合鍵 (for database)
composition 複合、組合
concept 概念
concrete具體的
concrete class 具體類
concurrency 併發、併發機制
constraint 約束 (for database)
configuration 配置、組態
connection 鏈接 (for database)
connection pooling 鏈接池
console 控制檯
constant 常量
construct 構件、成分、概念、構造(for language)
constructor (ctor) 構造函數、構造器
container 容器
containment包容
context 環境、上下文
control 控件
cookie (不譯)
copy 拷貝
CORBA 通用對象請求中介架構(Common Object Request Broker Architecture)
cover 覆蓋、涵蓋
create/creation 建立、生成
crosstab query 交叉表查詢 (for database)
CRTP (curiously recurring template pattern)
CTS (common type system)通用類型系統
cube 多維數據集 (for database)
cursor 光標
cursor 遊標 (for database)
custom 定製、自定義
D.
data 數據
data connection 數據鏈接 (for database)
Data Control Language (DCL) 數據控制語言(DCL) (for database)
Data Definition Language (DDL) 數據定義語言(DDL) (for database)
data dictionary 數據字典 (for database)
data dictionary view 數據字典視圖 (for database)
data file 數據文件 (for database)
data integrity 數據完整性 (for database)
data manipulation language (DML)數據操做語言(DML) (for database)
data mart 數據集市 (for database)
data pump 數據抽取 (for database)
data scrubbing 數據清理 (for database)
data source 數據源 (for database)
Data source name (DSN) 數據源名稱(DSN) (for database)
data warehouse 數據倉庫 (for database)
dataset 數據集 (for database)
database 數據庫 (for database)
database catalog 數據庫目錄 (for database)
database diagram 數據關係圖 (for database)
database file 數據庫文件 (for database)
database object 數據庫對象 (for database)
database owner 數據庫全部者 (for database)
database project 數據庫工程 (for database)
database role 數據庫角色 (for database)
database schema 數據庫模式、數據庫架構 (for database)
database script 數據庫腳本 (for database)
data-bound 數據綁定 (for database)
data-aware control數據感知控件 (for database)
data member 數據成員、成員變量
dataset 數據集 (for database)
data source 數據源 (for database)
data structure數據結構
data table 數據表 (for database)
datagram 數據報文
DBMS (database management system)數據庫管理系統 (for database)
DCOM (distributed COM)分佈式COM
dead lock 死鎖 (for database)
deallocate 歸還
debug 調試
debugger 調試器
decay 退化
decision support 決策支持
declaration 聲明
declarative referential integrity (DRI)聲明引用完整性(DRI) (for database)
deduction 推導
DEFAULT constraint默認約束 (for database)
default database 默認數據庫 (for database)
default instance 默認實例 (for database)
default result set 默認結果集 (for database)
default 缺省、默認值
defer 推遲
definition 定義
delegate 委託
delegation 委託
dependent name
deploy 部署
dereference 解引用
dereference operator (提領)運算子
derived class 派生類
design by contract 契約式設計
design pattern 設計模式
destroy 銷燬
destructor(dtor)析構函數、析構器
device 設備
DHTML (dynamic HyperText Markup Language)動態超文本標記語言
dialog 對話框
digest 摘要
digital 數字的
DIME (Direct Internet Message Encapsulation)直接Internet消息封裝
directive (編譯)指示符
directory 目錄
dirty pages髒頁 (for database)
dirty read 髒讀 (for database)
disassembler 反彙編器
DISCO (Discovery of Web Services)Web Services的查找
disk 盤
dispatch 調度、分派、派發(我喜歡」調度」)
DISPID (Dispatch Identifier)分派標識符
distributed computing 分佈式計算
distributed query 分佈式查詢 (for database)
DNA (Distributed interNet Application) 分佈式網間應用程序
document 文檔
DOM (Document Object Model)文檔對象模型
dot operator (圓)點操做符
driver 驅動(程序)
DTD (document type definition) 文檔類型定義
double-byte character set (DBCS)雙字節字符集(DBCS)
dump 轉儲
dump file 轉儲文件
dynamic cursor 動態遊標 (for database)
dynamic filter 動態篩選 (for database)
dynamic locking 動態鎖定 (for database)
dynamic recovery 動態恢復 (for database)
dynamic snapshot 動態快照 (for database)
dynamic SQL statements 動態SQL語句 (for database)
dynamic assembly 動態裝配件、動態配件
dynamic binding 動態綁定
E.
EAI (enterprise application integration)企業應用程序集成(整合)
EBCO (empty base class optimization) 空基類優化(機制)
e-business 電子商務
EDI (Dlectronic Data Interchange)電子數據交換
efficiency 效率
efficient 高效
end-to-end authentication 端對端身份驗證
end user 最終用戶
engine 引擎
entity 實體
encapsulation 封裝
enclosing class 外圍類別(與巢狀類別 nested class有關)
enum (enumeration) 枚舉
enumerators 枚舉成員、枚舉器
equal 相等
equality 相等性
equality operator 等號操做符
error log 錯誤日誌 (for database)
escape code 轉義碼
escape character 轉義符、轉義字符
exclusive lock 排它鎖 (for database)
explicit transaction 顯式事務 (for database)
evaluate 評估
event 事件
event driven 事件驅動的
event handler 事件處理器
evidence 證據
exception 異常
exception declaration 異常聲明
exception handling 異常處理、異常處理機制
exception-safe 異常安全的
exception specification 異常規範
exit 退出
explicit 顯式
explicit specialization 顯式特化
export 導出
expression 表達式
facility 設施、設備
fat client 胖客戶端
feature 特性、特徵
fetch 提取
field 字段(java)
field 字段 (for database)
field length 字段長度 (for database)
file 文件
filter 篩選 (for database)
finalization 終結
firewall 防火牆
finalizer 終結器
firmware 固件
flag 標記
flash memory 閃存
flush 刷新
font 字體
foreign key (FK) 外鍵(FK) (for database)
form 窗體
formal parameter 形參
forward declaration 前置聲明
forward-only 只向前的
forward-only cursor 只向前遊標 (for database)
fragmentation 碎片 (for database)
framework 框架
full specialization 徹底特化
function 函數
function call operator (即operator ()) 函數調用操做符
function object 函數對象
function overloaded resolution函數重載決議
functionality 功能
function template函數模板
functor 仿函數
GAC (global assembly cache) 全局裝配件緩存、全局配件緩存
GC (Garbage collection) 垃圾回收(機制)、垃圾收集(機制)
game 遊戲
generate 生成
generic 泛化的、通常化的、通用的
generic algorithm通用算法
genericity 泛型
getter (相對於 setter)取值函數
global 全局的
global object 全局對象
global scope resolution operator 全局範圍解析操做符
grant 受權 (for database)
granularity 粒度
group 組、羣
group box 分組框
GUI 圖形界面
GUID (Globally Unique Identifier) 全球惟一標識符
hand shaking 握手
handle 句柄
handler 處理器
hard-coded 硬編碼的
hard-copy 截屏圖
hard disk 硬盤
hardware 硬件
hash table 散列表、哈希表
header file頭文件
heap 堆
help file 幫助文件
hierarchy 層次結構、繼承體系
hierarchical data 階層式數據、層次式數據
hook 鉤子
Host (application)宿主(應用程序)
hot key 熱鍵
hyperlink 超連接
HTML (HyperText Markup Language) 超文本標記語言
HTTP pipeline HTTP管道
HTTP (HyperText Transfer Protocol) 超文本傳輸協議
I.
icon 圖標
IDE (Integrated Development Environment)集成開發環境
IDL (Interface Definition Language) 接口定義語言
identifier 標識符
idle time 空閒時間
if and only if當且僅當
IL (Intermediate Language) 中間語言、中介語言
image 圖象
IME 輸入法
immediate base 直接基類
immediate derived 直接派生類
immediate updating 即時更新 (for database)
implicit transaction隱式事務 (for database)
incremental update 增量更新 (for database)
index 索引 (for database)
implement 實現
implementation 實現、實現品
implicit 隱式
import 導入
increment operator 增長操做符
infinite loop 無限循環
infinite recursive 無限遞歸
information 信息
infrastructure 基礎設施
inheritance 繼承、繼承機制
inline 內聯
inline expansion 內聯展開
initialization 初始化
initialization list 初始化列表、初始值列表
initialize 初始化
inner join 內聯接 (for database)
in-place active 現場激活
instance 實例
instantiated 具現化、實體化(常應用於template)
instantiation 具現體、具現化實體(常應用於template)
integrate 集成、整合
integrity 完整性、一致性
integrity constraint完整性約束 (for database)
interprocess communication (IPC)進程間通信(IPC)
interacts 交互
interface 接口
for GUI 界面
interoperability 互操做性、互操做能力
interpreter 解釋器
introspection 自省
invariants 不變性
invoke 調用
isolation level 隔離級別 (for database)
iterate 迭代
iterative 反覆的、迭代的
iterator 迭代器
iteration 迭代(迴圈每次輪迴稱爲一個iteration)
item 項、條款、項目
J.
JIT compilation JIT編譯即時編譯
K.
key 鍵 (for database)
key column 鍵列 (for database)
L.
laser 激光
late binding 遲綁定
left outer join 左向外聯接 (for database)
level 階、層例
high level 高階、高層
library 庫
lifetime 生命期、壽命
link 鏈接、連接
linkage 鏈接、連接
linker 鏈接器、連接器
literal constant 字面常數
list 列表、表、鏈表
list box 列表框
livelock 活鎖 (for database)
load 裝載、加載
load balancing 負載平衡
loader 裝載器、載入器
local 局部的
local object 局部對象
lock 鎖
log 日誌
login 登陸
login security mode登陸安全模式 (for database)
lookup table 查找表 (for database)
loop 循環
loose coupling 鬆散耦合
lvalue 左值
M.
machine code 機器碼、機器代碼
macro 宏
maintain 維護
managed code 受控代碼、託管代碼
Managed Extensions 受控擴充件、託管擴展
managed object 受控對象、託管對象
mangled name
manifest 清單
manipulator 操縱器(iostream預先定義的一種東西)
many-to-many relationship 多對多關係 (for database)
many-to-one relationship 多對一關係 (for database)
marshal 列集
member 成員
member access operator 成員取用運算子(有dot和arrow兩種)
member function 成員函數
member initialization list成員初始值列表
memberwise 以member爲單元…、members 逐一…
memberwise copy
memory 內存
memory leak 內存泄漏
menu 菜單
message 消息
message based 基於消息的
message loop 消息環
message queuing消息隊列
metadata 元數據
metaprogramming元編程
method 方法
micro 微
middleware 中間件
middle tier 中間層
modeling 建模
modeling language 建模語言
modifier 修飾字、修飾符
modem 調制解調器
module 模塊
most derived class最底層的派生類
mouse 鼠標
mutable 可變的
mutex 互斥元、互斥體
multidimensional OLAP (MOLAP) 多維OLAP(MOLAP) (for database)
multithreaded server application 多線程服務器應用程序
multiuser 多用戶
multi-tasking 多任務
multi-thread 多線程
multicast delegate 組播委託、多點委託
N.
named parameter 命名參數
named pipe 命名管道
namespace 名字空間、命名空間
native 原生的、本地的
native code 本地碼、本機碼
Native Image Generator (NGEN)本地映像生成器
nested class 嵌套類
nested query 嵌套查詢 (for database)
nested table 嵌套表 (for database)
network 網絡
network card 網卡
nondependent name
O.
object 對象
object based 基於對象的
object file 目標文件
object model 對象模型
object oriented 面向對象的
object pooling 對象池化
ODBC data source ODBC數據源 (for database)
ODBC driver ODBC驅動程序 (for database)
ODR (one-definition rule)
OLE Automation objects OLE自動化對象 (for database)
OLE Automation server OLE自動化服務器 (for database)
OLE DB consumer OLE DB使用者 (for database)
OLE DB for OLAP 用於OLAP的OLE DB (for database)
OLE DB provider OLE DB提供者 (for database)
one-to-many relationship 一對多關係 (for database)
one-to-one relationship 一對一關係 (for database)
online analytical processing (OLAP) 聯機分析處理(OLAP) (for database)
online redo log 聯機重作日誌 (for database)
online transaction processing (OLTP) 聯機事務處理(OLTP) (for database)
Open Data Services (ODS) 開放式數據服務(ODS) (for database)
Open Database Connectivity (ODBC) 開放式數據庫鏈接(ODBC) (for database)
operand 操做數
operating system (OS) 操做系統
operation 操做
operator 操做符、運算符
option 選項
optimizer 優化器
outer join 外聯接 (for database)
overflow 上限溢位(相對於underflow)
overhead 額外開銷
overload 重載
overload resolution 重載決議
overloaded function 重載的函數
overloaded operator 被重載的操做符
override 覆寫、重載、從新定義
P.
package 包
packaging 打包
palette 調色板
parallel 並行
parameter 參數、形式參數、形參
parameter list 參數列表
parameterize 參數化
parent class 父類
parentheses 圓括弧、圓括號
parse 解析
parser 解析器
part 零件、部件
partial specialization 局部特化
pass by address 傳址(函式引數的傳遞方式)(非正式用語)
pass by reference 傳地址、按引用傳遞
pass by value 按值傳遞
pattern 模式
PDA (personal digital assistant)我的數字助理
PE (Portable Executable) file 可移植可執行文件
performance 性能
persistence 持久性
PInvoke (platform invoke service) 平臺調用服務
pixel 像素
placement delete
placement new
placeholder 佔位符
platform 平臺
POD (plain old data (type))
POI (point of instantiation)
pointer 指針
poll 輪詢
pooling 池化
polymorphism 多態
pop up 彈出式
port 端口
postfix 後綴
precedence 優先序(一般用於運算子的優先執行次序)
prefix 前綴
preprocessor 預處理器
primary key (PK)主鍵(PK) (for database)
primary table 主表 (for database)
primary template原始模板
primitive type 原始類型
print 打印
printer 打印機
procedure 過程
procedural 過程式的、過程化的
process 進程
profile 評測
profiler 效能(性能)評測器
program 程序
programmer 程序員
programming編程、程序設計
progress bar 進度指示器
project 項目、工程
property 屬性
protocol 協議
pseudo code僞碼
Q.
qualified 通過資格修飾(例如加上scope運算子)
qualified name
qualifier 修飾符
quality 質量
queue 隊列
R.
race condition 競爭條件(多線程環境經常使用語)
radian 弧度
radio button 單選按鈕
raise 引起(經常使用來表示發出一個exception)
random number 隨機數
range 範圍、區間
rank 等級
raw 未經處理的
readOnly只讀
record 記錄 (for database)
recordset 記錄集 (for database
recursive 遞歸
re-direction 重定向
refactoring 重構
refer 引用、參考
reference 引用、參考
reference counting引用計數
referential integrity (RI)引用完整性(RI) (for database)
register 寄存器
reflection 反射
refresh data 刷新數據 (for database)
regular expression 正則表達式
relational database 關係數據庫
remote 遠程
remote request 遠程請求
represent 表述,表現
resolve 解析、決議
resolution 解析過程
result set 結果集 (for database)
retrieve data 檢索數據
return 返回
return type 返回類型
return value 返回值
right outer join 右向外聯接 (for database)
revoke 撤銷
robust 健壯
robustness 健壯性
roll back 回滾 (for database)
roll forward 前滾 (for database)
routine 例程
row 行 (for database)
row lock 行鎖 (for database)
rowset 行集 (for database)
RPC (remote procedure call)RPC(遠程過程調用)
runtime 執行期、運行期、執行時、運行時
rvalue 右值
S.
save 保存
savepoint 保存點 (for database)
SAX (Simple API for XML)
scalable 可伸縮的、可擴展的
schedule 調度
scheduler 調度程序
schema 模式、綱目結構
scroll bar滾動條
scope 做用域、生存空間
scope operator 生存空間操做符
scope resolution operator 生存空間解析操做符
screen 屏幕
SDK (Software Development Kit)軟件開發包
sealed class 密封類
search 查找
semantics 語義
semaphore 信號量
sequential container序列式容器
server 服務器、服務端
serial 串行
serialization/serialize 序列化
server cursor服務端遊標、服務器遊標 (for database)
session 會話 (for database)
setter 設值函數
shared lock 共享鎖 (for database)
sibling 同級
side effect 反作用
signature 簽名
single-threaded 單線程
slider滑塊
slot 槽
smart pointer 智能指針
SMTP (Simple Mail Transfer Protocol) 簡單郵件傳輸協議
snapshot 截屏圖
snapshot 快照 (for database)
specialization 特化
specification 規範、規格
splitter 切分窗口
SOAP (simple object access protocol) 簡單對象訪問協議
software 軟件
source code 源碼、源代碼
SQL (Structured Query Language) 結構化查詢語言 (for database)
stack 棧、堆棧
stack unwinding 疊展轉開解(此詞用於exception主題)
standard library 標準庫
standard template library 標準模板庫
stateless 無狀態的
statement 語句、聲明
static cursor 靜態遊標 (for database)
static SQL statements 靜態SQL語句 (for database)
stored procedure 存儲過程 (for database)
status bar 狀態條
stream 流
string 字符串
stub 存根
subobject子對象
subquery 子查詢 (for database)
subroutine 子例程
subscript operator 下標操做符
subset 子集
subtype 子類型
support 支持
suspend 掛起
symbol 記號
syntax 語法
system databases 系統數據庫 (for database)
system tables 系統表 (for database)
T.
table 表 (for database)
table lock 表鎖 (for database)
table-level constraint 表級約束 (for database)
tape backup 磁帶備份 (for database)
target 標的,目標
task switch 工做切換
TCP (Transport Control Protocol) 傳輸控制協議
template 模板
template-id
template argument deduction 模板參數推導
template explicit specialization 模板顯式特化
template parameter 模板參數
template template parameter
temporary object 臨時對象
temporary table 臨時表 (for database)
text 文本
text file 文本文件
thin client 瘦客戶端
third-party 第三方
thread 線程
thread-safe 線程安全的
throw 拋出、引起(常指發出一個exception)
token 符號、標記、令牌(看場合)
trace 跟蹤
transaction 事務 (for database)
transaction log 事務日誌 (for database)
transaction rollback 事務回滾 (for database)
transactional replication 事務複製 (for database)
translation unit 翻譯單元
traverse 遍歷
trigger 觸發器 (for database)
two-phase commit 兩階段提交 (for database)
tuple
two-phase lookup 兩階段查找
type 類型
U.
UDDI(Universary Description, Discovery and Integration)統一描述、查詢與集成
UML (unified modeling language)統一建模語言
unary function 單參函數
unary operator 一元操做符
unboxing 拆箱、拆箱轉換
underflow 下限溢位(相對於overflow)
Union query 聯合查詢 (for database)
UNIQUE constraints UNIQUE約束 (for database)
unique index 惟一索引 (for database)
unmanaged code 非受控代碼、非託管代碼
unmarshal 散集
unqualified 未經限定的、未經修飾的
URI (Uniform Resource identifier) 統一資源標識符
URL (Uniform Resource Locator) 統一資源定位器
user 用戶
user interface 用戶界面
V.
value types 值類型
variable 變量
vector 向量(一種容器,有點相似array)
viable 可行的
video 視頻
view 視圖
VEE (Virtual Execution Engine)虛擬執行引擎
vendor 廠商
view 視圖 (for database)
virtual function 虛函數
virtual machine 虛擬機
virtual memory 虛擬內存
vowel 元音字母
W.
Web Services web服務
WHERE clause WHERE子句 (for database)
wildcard characters 通配符字符 (for database)
wildcard search 通配符搜索 (for database)
window 窗口
window function 窗口函數
window procedure 窗口過程
Windows authentication Windows身份驗證
wizard 嚮導
word 單詞
word processor 字處理器
wrapper 包裝、包裝器
write enable 寫啓用 (for database)
write-ahead log 預寫日誌 (for database)
write-only 只寫
WSDL (Web Service Description Language)Web Service描述語言
X.
XML Message Interface (XMI) XML消息接口
XML (eXtensible Markup Language) 可擴展標記語言
XSD (XML Schema Definition) XML模式定義語言
XSL (eXtensible Stylesheet Language) 可擴展樣式表語言
XSLT (eXtensible Stylesheet Language Transformation)可擴展樣式表語言轉換
xxx based 基於xxx的
xxx oriented 面向xxx
)
A.
argument 參量
abstract 抽象
ascent 提高
already 已經
AWT(Abstract Window Toolkit)抽象窗口工具
API(Application Programming Interface)應用程序接口
B.
byte 字節
Boolean 布爾
banana香蕉
base 基礎
buffer緩衝器
button 按鈕
break 中斷
body 身體
C.
color 顏色
class 類
count 計數
client 客戶
code 代碼
calculation 計算
cell 單元
circle圓
capital首都
catch捕獲
check 檢查
container容器
component 組件
command 命令
cube立方,三次方
char(=character)字符
cancel取消
case 狀況
choice選擇
click單擊
center 中心
compile編譯
clone克隆,複製
continue 繼續
create創建
D.
draw 繪圖
data數據
demo 示例
DLL(Dynamic Link Library)動態連接庫
document 文檔
descent 降低
division 分裂,除法
define定義,說明
display顯示
E.
error 錯誤
extends 擴展
executed 執行
event 事件
enter 輸入,回車鍵
exception 異常
except 除外
employee 僱員
environment 環境
east 東方
equal 相等
echo 重複
F.
false 假的
float 單精度型
fruit 水果
file 文件
find 發現
found 發現
field 域,屬性
final 終結的
friend 朋友
fill 填充
focus 焦點
font 字體
factorial 階乘
G.
graphic 圖像
grid 方格
GUI圖形化用戶接口
get 獲得
H.
host 主機
height 高度
I.
init(=initialize)初始化
input 輸入
implement 實現
instance 實例
io(=input/output)輸出輸入
interrupted 中斷
int(=integer)整型
item元素
interface 接口
inner 內部的
import 導入
index 索引
image 圖像
J.
Java 爪哇
JDK(Java Development Kit) Java開發工具
JSP(Java Server Page) Java服務頁
JVM(Java Virtual Machine) Java虛擬機
K.
Kit 工具
L.
language 語言
loop 循環
long 長整型
label 標籤
layout 佈局
list 列表
listener 收聽者
M.
move 移動
menu 菜單
mode 模式
method 方法
metric 米的,公尺
motion 運動
manager 經理
main 主要的
msg(=message) 消息
N.
new 新的
number 數字
north 北方
null 空的
native 本地的
O.
override 重寫
overload 重載
orange 橘子
output 輸出
object 對象
out 外部的
oval 橢圓
P.
public 公共的
protected 保護的
private 私有的
property 屬性
point 點
price 價格
problem 問題
package 打包,包裹
print 打印
path 路徑
program 程序
prompt 提示
parse 分析
press 按,壓
panel 面板
paint 畫
R.
return 返回
radius 半徑
round 環繞
release 釋放
rect(=rectangle)長方形
radio 無線電
resolve 解析
S.
short 短整型
south 南方的
string 字符串
static 靜態的
system 系統
seed 種子
seasonal 季節的
set 設置
super 超級
square 平方,二次方
sub 替代的
screen 屏幕
sound聲音
state 狀態
salary 薪水
sleep 睡覺
size 大小,尺寸
start 開始
sort 排序
status 狀態
synchronize 同步發生
switch 開關
stream 流
symbol 符號
T.
true 真的
title 標題
type 類型
temp(=temporary)暫時的
throw 扔
thread 線程
temperate 溫度
tool 工具
try 試圖
U.
undefined 未定義
UI(User Interface) 用戶接口
update 更新
URL(Uniform Resource Locator) 統一資源定位器
V.
volatile 揮發性
visible 不可見的
virtual 虛擬的
variable 變量
value 數值
void 無返回值的
volume 列
viewer 觀察者
vector 矢量
constructor 建構式
declaration 宣告式
definition 定義式
destructor 解構式
expression 算式(運算式)
function 函式
pattern 範式、模式、樣式
program 程式
signature 標記式(簽名式/署名式)
assembly (裝)配件
component 組件
construct 構件
control 控件
event 事件
hardware 硬件
object 物件
part 零件、部件
singleton 單件
software 軟件
work 工件、機件
adapter 配接器
allocator 配置器
compiler 編譯器
container 容器
iterator 迭代器
linker 連結器
listener 監聽器
interpreter 直譯器
translator 轉譯器/翻譯器
class 類別
type 型別
generalized 泛化
specialized 特化
overloaded 多載化(重載)
polymorphism 多態
genericity 泛型
process 行程/進程(大陸用語)
thread 緒程/線程(大陸用語)
programming 編程
●英中繁簡編程術語對照
define 定義預約義
abstract 抽象的抽象的
abstraction 抽象體、抽象物、抽象性抽象體、抽象物、抽象性
access 存取、取用存取、訪問
access level 存取級別訪問級別
access function 存取函式訪問函數
activate 活化激活
active 做用中的
adapter 配接器適配器
address 位址地址
address space 位址空間,定址空間
address-of operator 取址運算子取地址操做符
aggregation 聚合
algorithm 演算法算法
allocate 配置分配
allocator (空間)配置器分配器
application 應用程式應用、應用程序
application framework 應用程式框架、應用框架應用程序框架
architecture 架構、系統架構體系結構
argument 引數(傳給函式的值)。參見 parameter 參數、實質參數、實參、自變量
array 陣列數組
arrow operator arrow(箭頭)運算子箭頭操做符
assembly 裝配件
assembly language 組合語言彙編語言
assert(ion) 斷言
assign 指派、指定、設值、賦值賦值
assignment 指派、指定賦值、分配
assignment operator 指派(賦值)運算子 = 賦值操做符
associated 相應的、相關的相關的、關聯、相應的
associative container 關聯式容器(對應 sequential container)關聯式容器
atomic 不可分割的原子的
attribute屬性屬性、特性
audio 音訊音頻
A.I. 人工智慧人工智能
background背景背景(用於圖形着色)
後臺(用於行程)
backward compatible 回溯相容向下兼容
bandwidth 頻寬帶寬
base class 基礎類別基類
base type 基礎型別 (等同於 base class)
batch 批次(意思是整批做業)批處理
benefit 利益收益
best viable function 最佳可行函式最佳可行函式
(從 viable functions 中挑出的最佳吻合者)
binary search 二分搜尋法二分查找
binary tree 二元樹二叉樹
binary function 二元函式雙叄函數
binary operator 二元運算子二元操做符
binding 繫結綁定
bit 位元位
bitwise 以 bit 爲單元逐一
bitwise copy 以 bit 爲單元進行復制;位元逐一複製位拷貝
block 區塊,區段塊、區塊、語句塊
boolean 布林值(真假值,true 或 false)布爾值
border 邊框、框線邊框
brace(curly brace) 大括弧、大括號花括弧、花括號
bracket(square brakcet) 中括弧、中括號方括弧、方括號
breakpoint 中斷點斷點
build 建造、構築、建置(MS 用語)
build-in 內建內置
bus 匯流排總線
business 商務,業務業務
buttons按鈕按鈕
byte 位元組(由 8 bits 組成)字節
cache 快取高速緩存
call 呼叫、叫用調用
callback 回呼回調
call operator call(函式呼叫)運算子 () 調用操做符
(同 function call operator)
candidate function 候選函式候選函數
(在函式多載決議程序中出現的候選函式)
chain 串鏈(例 chain of function calls)鏈
character字符
check box 核取方塊 (i.e. check button) 複選框
checked exception 可控式異常(Java)
check button 方鈕 (i.e. check box) 複選按鈕
child class 子類別(或稱爲derived class, subtype)子類
class 類別類
class body 類別本體
class declaration 類別宣告、類別宣告式類聲明
class definition 類別定義、類別定義式類定義
class derivation list 類別衍化列類繼承列表
class head 類別表頭
class hierarchy 類別繼承體系, 類別階層類層次體系
class library 類別程式庫、類別庫類庫
class template 類別模板、類別範本類模板
class template partial specializations
類別模板偏特化類模板部分特化
class template specializations
類別模板特化類模板特化
cleanup 清理、善後清理、清除
client 客端、客戶端、客戶客戶
client-server 主從架構客戶/服務器
clipboard 剪貼簿剪貼板
cursor正則表達式

遊標算法

recordsql

記錄類型數據庫

rollback

回滾

declare

聲明

begin

開始

end

結束

sqrt

開平方根

open

打開

fetch

提取

close

關閉

function

函數

exception

異常

replace

更換

procedure

過程

trigger

觸發器

commit

提交

object Relation Mapping

對象關係映射

vector

列表

load

裝載

connection

連接

Driver

驅動

Manager

管理

DriverManager

驅動管理

localhost

本地主機

Resultset

結果集

register

註冊

constraint

約束

view

視圖

index

索引

procedure

存儲過程

setsavepoint

設置保存點

previous

以前的

first

首個

last

最後

next

以後的

absolute

絕對的

properties

性能

Instance

實例

newInstance

建立實例

system

系統

user

用戶名

password

密碼

Dimensions 維度 Component type 多維數組的每一行(能夠理解成二維數組的第一個元素是一維數組,這個一維數組的類型就是component type) Invoke 調用 Specified 指定的 Belong to 屬於 Automatically自動地 Loaded 被加載 Loader加載器 Cast 轉換 Associated with 和什麼關聯 Compare…against 和…比較 Declaration order聲明序列 Modifier 修飾語,修飾語 Underlying下一層的 Dynamic動態的 a widening conversion一個擴輾轉換 anonymous class匿名類 canonical按照規定的,權威的 assertion status 聲明狀態或者使用狀態 be assigned to 指定給…. Fully qualified name 徹底限定的名字 The Instance of the class represented by this Class object 由這個Class對象表示這個類的實例. Create a new Instance of the class represented by this Class object 生成一個Class對象所表明的這個類的新的實例 The class is instantiated as if by a new expression with an empty argument list 這個類被實例化好像是經過一個表達式而且是一個空的參數列表 Returns a Constructor object that reflects the specified public constructor of the class representedby this Class object返回一個Constructor 對象,這個對象會反射出指定的public的構造方法由這個類所表明的類的public構造方法。 Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object返回一個Method對象,這個Method會反射出指定的類或者接口由這個Class對象所表明的類或者接口當中指定的public方法。 The accessibleObject class is the base class for Field,Method and Constructor objects,It provides the ability to flag a reflected object as suppressing default Java language access control checks when it is used這個AccessibleObject類是Filed,Method,Constructor的父類,它提供了這種能力去給一個反射的對象去壓制默認的java語言訪問控制檢查。 Set the accessible flag for this object to the indicated boolean value. A value of true indicates that the reflected object should suppress Java language access checking when it is used. A value of false indicates that the reflected object should enforce Java language access checks.用這個表示布爾值的值設置這個對象的訪問的標誌,若是爲真值,這個反射的對象應當壓制java語言的訪問檢查當它被使用的時候,若是爲假,這個反射對象應當強制java的訪問檢查。 Java.lang.Class– à Type getGenericSuperclass() Returns the Type representing the direct superclass of the entity (class, interface, primitive type or void) represented by this Class . org.w3c.dom- à getDocumentElement() This is a convenience attribute that allows direct access to the child node that is the document element ofthe document.這是一個方便的特性,即容許直接訪問文檔的元素子節點

相關文章
相關標籤/搜索