前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >一种绝对提高开发水平的方法

一种绝对提高开发水平的方法

作者头像
张果
发布2018-07-31 11:26:38
7.9K2
发布2018-07-31 11:26:38
举报
文章被收录于专栏:软件开发软件开发软件开发

一、概要

英语对提升软件开发水平非常重要。

如果你英文水平不高,这并不影响你成为一个普通程序员,程序更多是靠逻辑思维。

如果做了多年开发的你发现自己的水平一直上不去,你可能要提高自己的英文水平了,英语就是你技术的瓶颈,对有些人可能是硬伤。

我周围的高水平的开发者英文都不差,官方API,专业英文资料、书籍没问题,代码质量也明显也高许多(比如说命名)。

英语是世界上使用最广泛的语言之一,是欧盟、许多国际组织与英联邦国家的官方语言之一。如今英语也是与电脑联系最密切的语言,大多数编程语言都与英语有关系。

英语在软件行业、编程世界里都占有压倒性的优势,它能够帮助人们在关键词和代码库的选择上带来灵感。根据HOPL编程语言在线数据库的统计,全球有8500种以上的编程语言,大概2400种起源于美国,600种是在英国发展起来的,160种是来自加拿大的,75种是在澳大利亚发展起来的。换句话说,世界上三分之一以上的编程语言是在以英语为母语的国家发展起来的。可见,英语在编程语言里是多么的重要。

计算机相关的书籍质量英文原版明显高于中文版。

看中文文档肯定比都英文方便,节省时间,但软件的主流技术是在国外,这种对翻译依赖使许多程序员失去获取第一手资料的宝贵机会。

在日常中大量阅读英文书籍和资料是提高计算机英语水平的最佳途径。目前市场上大量的计算机原版影印图书为我们提供绝好的机会,阅读英文计算机图书一开始是啃的感觉,比较费时费力,对于英文基础不是很好的人,来说应该是相当艰苦的,但是我们要是要去做,对于不太好的地方,不妨拿起笔来逐行逐字的翻译出来,这对英语水平的提高很有帮助

一般完整阅读2-3本原版书籍以后,你就能发现读原版的乐趣,并受益终生

我的英文水平很一般,但我坚持学习,最近我同事“David”(又称军爷:)向我推荐了一本比较适合阅读的英文原版计算机书籍《object-oriented-javascript》,翻译过来是"javascript面向对象编程",有翻译稿与原版:

这本书有第二版了。

上面是David翻译的,非常棒。

二、常用单词

2.1、初级单词

第一节

void:[vɔid] 空的

main:[mein] 主要的

class:[klɑ:s] 类

system:['sistəm] 系统

out:[aut] 出,外,输出

print:[print ] 打印

public['pʌblik] 公共的,公用的

static['stætik] 静的;静态的;静止的

oracle: [ˈɔ:rəkl] 甲骨文公司

eclipse:[i'klips] java编程软件

第二节

int:[int] 整型

char:[tʃɑ:] 字符型

scanner:['skænə] 接收输入,扫描器

integer:['intidʒə]整数 整型

type:[taip]类型

string:[striŋ] 字符串类型

double:['dʌbl] 双精度浮点型

第三节

boolean:['bu:li:ən] 布尔类型真假二值

true:[tru:]真

false:[fɔ:ls]假 不正确的

if:[if] 如果

else:[els] 否则

break:[brek] 打破,跳出

第四节

case:[keis] 情况,实例

default:[di'fɔ:lt] 默认

switch:[switʃ] 开关,切换

break:[breik] 退出

match:[mætʃ] 匹配

exception:[ik'sepʃən] 异常

equals:['i:kwəls] 相等

第五节

while:[hwail] 当什么时候,常作循环

index:['indeks] 索引

bug:[bʌg] 缺陷

debug:[di:'bʌg] 调试

step:[step] 步骤

error:['erə] 错误

answer:['ɑ:nsə] 答案 回答

第六节

rate:[reit] 比率

young:[jʌŋ] 年轻的

customer:['kʌstəmə] 顾客 买主

birthday:['bə:θdei] 生日

point:[pɔint] 分数 得分 点

continue:[kən'tinju:] 继续、进入到下一个循环

return:[ri'tə:n] 返回

total:['təutl] 合计、总人数,,全体的

第七节

array:[ə'rei] 数组

length:[leŋθ] 长度

sort:[sɔ:t] 分组 排序

primitive:['primitiv] 初始的 简单的

reference:['refərəns] 参照 证明 关系

info:['infəu] 通知 报告 消息

interface:['intəfeis] 接口

第八节

random:['rændəm] 随机

insert:[in'sə:t] 插入 嵌入

compare:[kəm'pɛə] 比较 对照

ignore:[ig'nɔ:] 忽视 不理会

invert:[in'və:t] 使转位 倒转

password:['pɑ:swə:d] 密码 口令

第九节

bit:[bɪt] 位,0或1

byte:[baɪt] 字节,8个bit

put:[pʊt] 放

log:[lɔ:g] 日志

show:[ʃoʊ] 展示,显示

第十节

change:[tʃeindʒ] 交换 互换

administrator:[əd'ministreitə] 管理员

initial:[i'niʃəl] 开始的、最初的

class:[klɑ:s] 类

object:['ɔbdʒikt] 物体 对象

encapsulation:[in,kæpsju'leiʃən] 封装

null:[nʌl] 空的

第十一节

person:['pə:sn] 人

start:[stɑ:t] 开始

menu:['menju:] 菜单

login:[lɔg'in] 登陆

main:[mein] 主要的

document:['dɔkjumənt] 文档

display:[di'splei] 显示

method:['meθəd] 方法 条理

version:['və:ʃən] 版本

parameter:[pə'ræmitɚ] 参数

since:[sins] 自…..之后

calculator:['kælkju,leitə] 计算器

第十二节

shape:[ʃeip] 形状

open:[əup] 打开

date:[deit] 日期

operate:['ɔpə,reitə] 操作

protect:[prə'tekt] 保卫 护卫

private:['praivit] 私人的 私有的

第十三节

manage:['mænidʒ] 控制,管理

search:[sə:tʃ] 搜寻 查找

upper:['ʌpə] 上面的

第十四节

equal:['i:kwəl] 相等的

ignore:[ig'nɔ:] 忽视 驳回

lower:['ləuə] 较低的 下部的

last:[lɑ:st] 最后的

trim:[trim] 裁切

concatenate:[kɔn'kætineit] 使连锁 连成一串 使连接

buffer:['bʌfə] 缓冲

final:['fainl] 最后的 最终的

第十五节

定义变量中常用的单词

score:[skɔ:]成绩

price:[prais]价钱

test:[test]实验,测试

demo:['deməu]示例

sum:[sʌm] 和

num:[nʌm] 数字

height:[hait] 身高

weight :[weit] 体重

music:['mju:zik] 音乐

computer:[kəm'pju:tə] 电脑

student:['stju:dənt] 学生

total:['təutl] 总计的,总括的,全体的

第十六节

max 最大的

min 最小的

avg 平均分

Add 加

Minus 减

multiply:['mʌltiplai] 乘

divide:[di'vaid] 除

Monday:['mʌndei] 星期一

Tuesday:['tju:zdi] 星期二

Wednesday:['wenzdi] 星期三

Thursday:['θə:zdi] 星期四

Friday:['fraidi] 星期五

Saturday:['sætədi] 星期六

Sunday:['sʌndi] 星期日

月份+缩写

一月:January Jan.

二月:February Feb.

三月:March Mar.

四月:April Apr.

五月:May –

六月:June –

七月:July –

八月:August Aug.

九月:September Sept.

十月:October Oct.

十一月:November Nov.

十二月:December Dec

2.2、高级部分

下载区可以下到Excel文件。

三、《Java语言程序设计》书中单词频率排行

使用工具软件可以把一本电子档中的单词全部提取出来,并分析其出现频率,如:

下面是我分析一本电子书的单词:

查看所有单词:

序号    单词    频率    意思
1    public    1138    公共
2    string    994    字符串
3    out    692    输出
4    system    681    系统
5    class    584    类
6    print    556    打印
7    int    545    整型
8    new    501    新的
9    void    426    空的
10    static    403    静态的
11    import    284    导入
12    list    263    列表
13    this    248    这个
14    main    245    主要的
15    double    223    双重的
16    file    219    文件
17    jdbc    217    java数据库访问
18    name    209    名称
19    try    198    尝试
20    args    184    参数
21    catch    173    抓住
22    object    163    对象
23    person    158    人
24    if    156    如果
25    return    156    返回
26    map    154    地图
27    test    153    测试
28    private    150    私有的
29    util    147    利用
30    IO    146    输入输出
31    dog    137    狗
32    start    135    开始
33    thread    135    线
34    animal    132    动物
35    in    131    在里面
36    for    129    对于
37    str    127    字符
38    age    125    年龄
39    method    125    方法
40    null    122    空
41    SQL    122    结构化查询语句
42    exception    120    异常
43    extends    120    继承
44    set    120    设置
45    synchronized    119    同步
46    value    119    价值
47    final    111    最终的
48    add    110    加
49    annotation    110    注解
50    throws    110    抛出
51    while    103    虽然
52    boolean    100    布尔
53    point    100    指向
54    arraylist    98    数组表
55    end    98    结束
56    tostring    95    转换为字符串
57    jdk    94    JDK
58    line    93    线
59    demo    92    演示
60    byte    89    字节
61    index    89    指数
62    run    87    运行
63    super    82    超级的
64    finally    79    最后
65    TRUE    79    真的
66    allset    77    特别
67    hello    77    你好
68    char    76    烧焦
69    print    75    打印
70    cat    73    猫
71    sphere    73    球
72    iterator    70    迭代器
73    api    69    应用程序编程接口
74    average    69    平均的
75    date    69    日期
76    get    69    得到
77    collection    67    收集
78    lang    67    语言简写
79    package    66    包裹
80    statement    66    陈述
81    divide    65    分
82    obj    65    对象简写
83    interface    64    接口
84    else    63    其他的
85    key    63    钥匙
86    url    62    网址
87    float    61    浮动
88    length    61    长度
89    equals    59    等于
90    sun    58    太阳
91    integer    57    整数
92    of    57    属于
93    type    57    类型
94    array    56    阵列
95    sound    54    声音
96    the    53    这个
97    pattern    52    模式
98    www    52    万维网
99    com    51    通用域名格式
100    FALSE    51    错误的
101    input    51    输入
102    loop    51    环
103    sleep    51    睡觉
104    duck    50    鸭子
105    long    50    长的
106    outputstream    50    输出流
107    abstract    49    摘要
108    resultset    49    结果集
109    to    48    到
110    is    47    是
111    preparedstatement    47    预处理语句
112    spaniel    47    猎犬
113    txt    47    文本文件后缀名
114    block    46    块
115    implements    46    实现了
116    all    45    全部的
117    inputstream    45    输入流
118    breed    44    繁殖
119    close    44    关闭
120    user    44    用户
121    cn    43    域名中国
122    result    43    结果
123    collections    41    收藏
124    employee    41    雇员
125    printstacktrace    41    printStackTrace
126    calendar    40    日历
127    random    40    随机
128    callablestatement    39    CallableStatement
129    applet    38    小程序
130    fileoutputstream    38    FileOutputStream
131    do    37    做
132    iter    37    ITER
133    printstream    37    可
134    ps    37    PS
135    reflect    37    反映
136    stringbuffer    37    StringBuffer
137    testscores    37    考试成绩
138    classpath    36    类路径
139    drivermanager    36    DriverManager
140    radius    36    半径
141    separator    36    分离器
142    field    35    领域
143    scanner    35    扫描仪
144    testscoretable    35    testscoretable
145    vector    34    矢量
146    next    33    下一个
147    box    32    箱
148    conn    32    Conn
149    count    32    计数
150    flea    32    跳蚤
151    getname    32    getName
152    reader    32    读者
153    runnable    32    可运行
154    abc    31    ABC
155    connection    31    连接
156    dbms    31    数据库管理系统
157    math    31    数学
158    short    31    短的
159    stmt    31    支撑
160    temp    31    临时雇员
161    work    31    工作
162    month    30    月
163    number    30    数
164    serializable    30    序列化
165    bean    29    豆
166    matcher    29    匹配
167    patternstr    29    patternstr
168    protected    29    受保护的
169    put    29    放
170    se    29    东南方
171    ultraedit    29    UltraEdit
172    world    29    世界
173    d    28    D
174    forname    28    forName
175    join    28    参加
176    code    27    代码
177    len    27    伦恩
178    simpledateformat    27    不是
179    comparable    26    可比
180    day    26    白天
181    entry    26    进入
182    read    26    阅读
183    c    25    C
184    con    25    反对的论点
185    dateformat    25    日期格式
186    default    25    违约
187    fileinputstream    25    文件输入流
188    switch    25    转换
189    arithmeticexception    24    算术异常
190    clone    24    克隆
191    col    24    Col
192    example    24    例子
193    execute    24    执行
194    mm    24    mm
195    myclass    24    MyClass
196    per    24    每
197    sex    24    性别
198    abreed    23    abreed
199    b    23    B
200    ball    23    球
201    compareto    23    通过对比
202    getconnection    23    getConnection
203    getstring    23    getString
204    oracle    23    神谕
205    score    23    分数
206    throwable    23    Throwable
207    treeset    23    TreeSet
208    alllist    22    alllist
209    dataarr    22    dataarr
210    err    22    犯错
211    getxxx    22    getXXX
212    hashmap    22    散列表
213    intern    22    实习生
214    max    22    最大值
215    override    22    重写
216    student    22    学生
217    fruit    21    水果
218    petdog    21    宠物狗
219    pi    21    圆周率
220    retention    21    保留
221    size    21    大小
222    threads    21    螺纹
223    windows    21    窗户
224    ee    20    EE
225    getclass    20    getClass
226    gregoriancalendar    20    公历
227    newinstance    20    一个实例
228    teacher    20    老师
229    throw    20    扔
230    volatile    20    不稳定的
231    classvar    19    classvar
232    cstmt    19    cstmt
233    doc    19    doc
234    ename    19    员工姓名
235    instancevar    19    instancevar
236    objectoutputstream    19    对象
237    sequence    19    序列
238    sync    19    同步
239    table    19    桌子
240    write    19    写
241    ab    18    AB
242    after    18    之后
243    deprecated    18    过时的
244    hasnext    18    hasNext
245    html    18    HTML
246    john    18    厕所
247    nextint    18    nextInt
248    objectinputstream    18    对象输入流
249    row    18    行
250    select    18    选择
251    sortedset    18    SortedSet
252    target    18    目标
253    training    18    训练
254    week    18    周
255    writer    18    作家
256    yyyy    18    年份
257    at    17    在
258    awt    17    AWT
259    bufferedreader    17    BufferedReader
260    constructor    17    构造函数
261    driver    17    司机
262    first    17    第一
263    jvm    17    JVM
264    manager    17    经理
265    pstmt    17    pstmt
266    runtime    17    运行时
267    setx    17    SETX
268    values    17    价值观
269    addall    16    所有
270    case    16    案例
271    cpu    16    CPU
272    data    16    数据
273    executequery    16    ExecuteQuery
274    instanceof    16    运算符
275    password    16    密码
276    pet    16    宠物
277    process    16    过程
278    regex    16    正则表达式
279    sb    16    某人
280    superclass    16    父类
281    text    16    文本
282    today    16    今天
283    users    16    用户
284    year    16    年
285    bigeardog    15    bigeardog
286    caught    15    抓住了
287    cloneable    15    可复制的
288    cons    15    欺骗
289    dd    15    DD
290    filewriter    15    FileWriter
291    from    15    从
292    helloworldapp    15    helloworldapp
293    hp    15    惠普
294    mo    15    瞬间
295    path    15    路径
296    setname    15    集名称
297    syncthread    15    syncthread
298    zhinangtuan    15    zhinangtuan
299    zs    15    ZS
300    a    14    一
301    apple    14    苹果
302    cd    14    CD
303    ch    14    中国
304    datainputstream    14    输入流
305    dataoutputstream    14    DataOutputStream
306    dos    14    DOS
307    ex    14    前任
308    externalizable    14    Externalizable
309    getresultset    14    getresultset
310    getupdatecount    14    getupdatecount
311    hashcode    14    hashCode
312    isalive    14    IsAlive
313    iso    14    ISO
314    net    14    网
315    pos    14    销售时点情报系统
316    remove    14    去除
317    retentionpolicy    14    retentionpolicy
318    setstring    14    如果
319    sety    14    塞提
320    yourpet    14    你的宠物
321    and    13    和
322    conversions    13    转换
323    documented    13    记录
324    elementtype    13    ElementType
325    gdnf    13    胶质细胞源性神经营养因子
326    locale    13    现场
327    me    13    我
328    num    13    号码
329    sum    13    总和
330    time    13    时间
331    wait    13    等待
332    application    12    应用
333    arrayindexoutofboundsexception    12    对象的大小时抛出
334    call    12    呼叫
335    classname    12    类的名称
336    error    12    错误
337    executeupdate    12    executeUpdate
338    fruitcolor    12    果实着色
339    ibm    12    IBM
340    id    12    身份证件
341    inherited    12    继承
342    interview    12    采访
343    invoke    12    援引
344    layegg    12    layegg
345    lib    12    lib
346    objectholder    12    objectholder
347    ois    12    OIS
348    oos    12    OOS
349    org    12    org
350    pm    12    下午
351    sortedmap    12    建模
352    stack    12    堆栈
353    timer    12    定时器
354    variable    12    变量
355    append    11    追加
356    by    11    通过
357    createstatement    11    createstatement
358    entered    11    进入
359    exit    11    出口
360    flag    11    旗帜
361    getmoreresults    11    getMoreResults
362    getx    11    模拟X
363    gety    11    盖蒂
364    hashset    11    容器
365    http    11    HTTP
366    i    11    我
367    info    11    信息
368    inputstreamreader    11    inputstreamreader
369    introduce    11    介绍
370    jointhread    11    jointhread
371    lxh    11    勒时
372    matches    11    比赛
373    member    11    成员
374    microsoft    11    微软
375    mypackage    11    mypackage
376    s    11    S
377    scan    11    扫描
378    setxxx    11    setXXX
379    title    11    标题
380    transient    11    瞬态
381    unicode    11    Unicode
382    volume    11    体积
383    y    11    Y
384    apoint    10    点
385    applecolor    10    applecolor
386    applename    10    applename
387    arithmetic    10    算术
388    atype    10    A型
389    buf    10    buf
390    bytearrayinputstream    10    从字节数组读取的输入流
391    collectionsdemo    10    collectionsdemo
392    column    10    柱
393    empid    10    舞虻
394    enum    10    枚举
395    getbytes    10    其中
396    getcount    10    getCount
397    getmessage    10    GetMessage
398    indexof    10    指数
399    init    10    初始化
400    interruptedexception    10    InterruptedException
401    jack    10    杰克
402    kvill    10    kvill
403    linkedlist    10    双链表
404    nested    10    嵌套
405    notify    10    通知
406    paramlist    10    paramlist
407    petoutput    10    petoutput
408    printpoint    10    printpoint
409    receive    10    接收
410    registeroutparameter    10    registeroutparameter
411    round    10    圆
412    sayhello    10    打招呼
413    subclass    10    子类
414    suppresswarnings    10    suppresswarnings
415    suspend    10    暂停
416    th    10    TH
417    val    10    瓦尔
418    xcenter    10    xcenter
419    ycenter    10    ycenter
420    zcenter    10    zcenter
421    address    9    地址
422    am    9    是
423    arrayname    9    数组名
424    ascii    9    ASCII码
425    birthdate    9    出生日期
426    break    9    打破
427    classcastexception    9    ClassCastException
428    creator    9    造物主
429    delete    9    删除
430    digit    9    数字
431    filereader    9    FileReader
432    format    9    格式
433    gui    9    GUI
434    interrupt    9    打断
435    listiterator    9    ListIterator
436    methodname    9    方法名
437    newcentury    9    新世纪
438    output    9    输出
439    outputstreamwriter    9    outputstreamwriter
440    post    9    邮递
441    preparestatement    9    preparestatement
442    sales    9    出售
443    serialversionuid    9    serialVersionUID
444    setint    9    setint
445    sleepthread    9    sleepthread
446    soft    9    软的
447    source    9    来源
448    staticsyncblock    9    staticsyncblock
449    stuname    9    stuname
450    theanimal    9    动物
451    tryblocktest    9    tryblocktest
452    watt    9    瓦
453    xml    9    XML
454    zero    9    零
455    again    8    再一次
456    animaltest    8    动物实验
457    apos    8    APOS
458    appleservice    8    appleservice
459    before    8    之前
460    birthday    8    生日
461    bytearrayoutputstream    8    写入字节数组的输出流
462    callme    8    我打电话
463    color    8    颜色
464    commit    8    犯罪
465    db    8    DB
466    dbconnection    8    类
467    die    8    死亡
468    dis    8    数字化信息系统
469    filenotfoundexception    8    不要为
470    fromindex    8    从指标
471    fruitname    8    fruitname
472    full    8    满的
473    getage    8    getAge
474    getmethod    8    方法
475    getmodifiers    8    getmodifiers
476    helloeducation    8    helloeducation
477    helloworld    8    HelloWorld
478    hh    8    HH
479    home    8    家
480    inout    8    INOUT
481    jar    8    罐子
482    listvalues    8    listvalues
483    localhost    8    本地服务器
484    medium    8    中等的
485    mydb    8    mydb
486    n    8    n
487    native    8    本地的
488    offset    8    偏移
489    oo    8    面向对象
490    pre    8    之前
491    project    8    项目
492    rate    8    率
493    replacement    8    置换
494    split    8    分裂
495    staticmethod    8    静态法
496    stop    8    停止
497    tax    8    税
498    tinyint    8    TINYINT
499    toarray    8    toArray
500    trace    8    追踪
501    update    8    更新
502    userid    8    用户标识符
503    x    8    X
504    xxx    8    XXX
505    an    7    一个
506    arraylength    7    获取数组长度
507    auto    7    汽车
508    boy    7    男孩
509    closeable    7    闭合
510    compile    7    编译
511    contains    7    包含
512    copy    7    复制
513    dataoutput    7    数据输出
514    docs    7    文档
515    edition    7    版本
516    eightball    7    困境
517    executed    7    执行
518    fields    7    领域
519    find    7    找到
520    fmt    7    FMT
521    gbk    7    GBK
522    generated    7    生成
523    getclassvar    7    getclassvar
524    getinstancevar    7    getinstancevar
525    getint    7    返回一个值
526    getobject    7    GetObject
527    getter    7    吸气剂
528    girl    7    女孩
529    gram    7    克
530    inc    7    股份有限公司
531    lastindexof    7    字符串
532    listfiles    7    listfiles
533    ls    7    LS
534    methods    7    方法
535    mypet    7    我的宠物
536    newball    7    newball
537    objectinput    7    objectinput
538    objectoutput    7    objectoutput
539    one    7    一
540    or    7    或
541    ounces    7    盎司
542    petchoice    7    petchoice
543    preparecall    7    preparecall
544    property    7    财产
545    pt    7    PT
546    ptvalue    7    什么
547    res    7    物件
548    resume    7    简历
549    sample    7    样品
550    sdf    7    自卫队
551    setaccessible    7    设置为可访问
552    setobject    7    setobject
553    setter    7    二传手
554    show    7    显示
555    species    7    物种
556    sqlserver    7    数据库
557    sqrt    7    sqrt
558    stub    7    树桩
559    stubean    7    stubean
560    sybase    7    Sybase
561    todo    7    待办事项
562    treesetdemo    7    treesetdemo
563    userbo    7    userbo
564    var    7    VaR
565    writeobject    7    writeObject
566    xxxx    7    XXXX
567    zerodividexception    7    zerodividexception
568    button    6    按钮
569    change    6    改变
570    chars    6    字符
571    chihuahua    6    奇瓦瓦
572    chinese    6    中国人
573    create    6    创造
574    dateformatsymbols    6    dateformatsymbols
575    displayname    6    DisplayName
576    dosomething    6    做的事
577    eclipse    6    日食
578    elements    6    元素
579    empno    6    工号
580    enter    6    进入
581    examscore    6    考试成绩表
582    filedemo    6    filedemo
583    foreach    6    foreach
584    fruitprovider    6    fruitprovider
585    gc    6    气相色谱法
586    generic    6    通用
587    getbyte    6    getbyte
588    getinstance    6    getInstance
589    gnasher    6    咬人的
590    hashtable    6    哈希表
591    holder    6    持有人
592    inches    6    英寸
593    inner    6    内部的
594    isempty    6    是空的
595    isinterrupted    6    isinterrupted
596    jiangker    6    jiangker
597    lifecycle    6    生命周期
598    localpoint    6    localpoint
599    lxb    6    LXB
600    memory    6    记忆
601    methodtype    6    methodtype
602    mike    6    迈克
603    modifier    6    改性剂
604    move    6    移动
605    oldpoint    6    oldpoint
606    outer    6    外面的
607    parseexception    6    ParseException
608    pow    6    战俘
609    printer    6    打印机
610    properties    6    性能
611    red    6    红色
612    reflection    6    反射
613    returntype    6    类型
614    rover    6    漫游者
615    rows    6    排
616    rt    6    RT
617    sal    6    萨尔
618    second    6    第二
619    sequencenumber    6    序列号
620    serdemo    6    serdemo
621    showtaste    6    showtaste
622    sqlexception    6    错误
623    ss    6    SS
624    stringarray    6    stringarray
625    systemdemo    6    systemdemo
626    tan    6    棕褐色的
627    ton    6    吨
628    treemap    6    树状图
629    unknown    6    未知的
630    usernotfoundexception    6    usernotfoundexception
631    varchar    6    varchar
632    wombat    6    袋熊
633    aduck    5    鸭子
634    annotatedelement    5    annotatedelement
635    anobject    5    一个对象
636    apet    5    APET
637    appleprovider    5    appleprovider
638    appletviewer    5    APPLETVIEWER
639    be    5    是
640    blog    5    博客
641    booktypelist    5    booktypelist
642    bos    5    BOS
643    bounds    5    界限
644    can    5    可以
645    classes    5    类
646    clonenotsupportedexception    5    clonenotsupportedexcept
647    datainput    5    数据输入
648    declare    5    声明
649    division    5    分开
650    element    5    要素
651    employeetest    5    employeetest
652    exceptiondemo    5    exceptiondemo
653    executing    5    执行
654    expression    5    表达
655    f    5    F
656    fieldname    5    字段名
657    filed    5    提出
658    flush    5    脸红
659    flushable    5    可冲洗
660    foo    5    Foo
661    fred    5    弗莱德
662    fruits    5    水果
663    general    5    一般的
664    getannotation    5    getannotation
665    getconstructors    5    getconstructors
666    getfield    5    GetField
667    getsex    5    获得性别
668    gettime    5    获取时间
669    informix    5    Informix
670    insert    5    插入
671    instance    5    实例
672    intarray    5    参数
673    internet    5    互联网
674    interrupted    5    打断
675    intersecta    5    intersecta
676    intro    5    简介
677    isannotationpresent    5    isannotationpresent
678    jdbcodbcdriver    5    JdbcOdbcDriver中的一个JDBC驱动
679    kit    5    配套元件
680    limit    5    限制
681    linux    5    Linux
682    message    5    消息
683    methodoverloading    5    methodoverloading
684    microsystems    5    微系统
685    moon    5    月亮
686    more    5    更多
687    my    5    我的
688    myage    5    myAge
689    newarr    5    newarr
690    numberformatexception    5    出现
691    old    5    古老的
692    oldsphere    5    oldsphere
693    ouncetogram    5    ouncetogram
694    populate    5    填充
695    printdog    5    printdog
696    printf    5    printf
697    readchar    5    readChar
698    readobject    5    readObject
699    replaceall    5    简单的
700    rfc    5    RFC
701    rollback    5    回降
702    sa    5    SA
703    setage    5    setage
704    setout    5    四
705    standard    5    标准
706    ten    5    十
707    testscore    5    成绩
708    testscorse    5    testscorse
709    thepets    5    宠物
710    tin    5    锡
711    tuesday    5    星期二
712    types    5    类型
713    unchecked    5    选中
714    utf    5    UTF
715    visual    5    视觉的
716    where    5    哪里
717    will    5    将
718    years    5    年
719    you    5    你
720    zone    5    区
721    abs    4    防抱死制动系统
722    ad    4    广告
723    adog    4    一只狗
724    annotationclass    4    annotationclass
725    anotherstring    4    anotherstring
726    appendtail    4    appendtail
727    aspaniel    4    aspaniel
728    atlas    4    阿特拉斯
729    base    4    基础
730    begins    4    开始
731    binarysearch    4    二
732    bis    4    二
733    bo    4    博
734    bw    4    BW
735    character    4    性格
736    charat    4    charAt
737    charsequence    4    字符序列
738    classnotfoundexception    4    时抛出
739    clear    4    清楚的
740    closeconnection    4    密切的联系
741    colorprinter    4    colorprinter
742    comparator    4    比较器
743    compute    4    计算
744    continue    4    持续
745    core    4    核心
746    counter    4    柜台
747    createnewfile    4    创建空文件
748    createsphere    4    创建球体对象
749    databasemetadata    4    databasemetadata
750    datatype    4    数据类型
751    ddl    4    DDL
752    does    4    做
753    dreadfulproblemexception    4    dreadfulproblemexception
754    dser    4    DSER
755    e    4    E
756    emp    4    EMP
757    entryset    4    entrySet
758    equal    4    平等的
759    equalsignorecase    4    equalsignorecase
760    fang    4    方
761    findbyid    4    findById
762    firstleveltitle    4    firstleveltitle
763    fontcolor    4    字体颜色
764    form    4    形式
765    fruitlist    4    fruitlist
766    fw    4    FW
767    gb    4    GB
768    getarea    4    GetArea
769    getcirclearea    4    getcirclearea
770    getdeclaredconstructors    4    getdeclaredconstructors
771    getdeclaredfields    4    getdeclaredfields
772    getkey    4    getkey
773    getlength    4    长度
774    getproperties    4    预
775    getsquare    4    getsquare
776    gettestdata    4    gettestdata
777    getvalue    4    GetValue
778    getvar    4    getVar
779    gmt    4    GMT
780    goes    4    去
781    good    4    好的
782    goto    4    goto
783    graphics    4    绘图
784    green    4    绿色
785    hashmapdemo    4    hashmapdemo
786    headset    4    头戴式耳机
787    hellothread    4    hellothread
788    ide    4    石斑鱼类
789    inch    4    英寸
790    inchtomm    4    inchtomm
791    increment    4    增量
792    infoimp    4    infoimp
793    initially    4    最初
794    inputstreamdemo    4    inputstreamdemo
795    insensitive    4    不敏感
796    it    4    它
797    jre    4    JRE
798    june    4    六月
799    locales    4    区域设置
800    meta    4    元
801    millis    4    球磨机
802    minutes    4    分钟
803    myannotation    4    myannotation
804    netscape    4    Netscape
805    not    4    不
806    o    4    o
807    off    4    远离的
808    on    4    在
809    ounce    4    盎司
810    param    4    参数
811    parent    4    起源
812    parse    4    解析
813    passtest    4    passtest
814    pat    4    拍打
815    pc    4    PC
816    perl    4    Perl
817    price    4    价格
818    priv    4    证人
819    processs    4    过程
820    provider    4    供应商
821    readline    4    readline
822    rectangle    4    矩形
823    removeall    4    全部
824    rmb    4    人民币
825    rowcount    4    行数
826    salemanager    4    销售经理
827    ser    4    SER
828    setbyte    4    setbyte
829    seterr    4    seterr
830    setsex    4    setsex
831    statements    4    声明
832    stringarraylist    4    stringarraylist
833    strtmp    4    strtmp
834    styles    4    款式
835    sublist    4    子列表
836    subset    4    子集
837    substring    4    子串
838    sysprops    4    sysprops
839    t    4    T
840    tag    4    标签
841    tailset    4    尾跟位
842    than    4    比
843    theradius    4    半径
844    timertask    4    TimerTask
845    tm    4    TM
846    toon    4    香椿
847    tryinitializetion    4    tryinitializetion
848    unix    4    UNIX
849    use    4    使用
850    valueof    4    价值
851    variabledemo    4    variabledemo
852    variablename    4    变量名
853    varname    4    变量名
854    watts    4    瓦
855    web    4    网状物
856    weekdays    4    平日
857    xdelto    4    xdelto
858    xend    4    Xen
859    xstart    4    xStart
860    xval    4    xVal
861    ydelto    4    ydelto
862    yend    4    yEnd
863    your    4    你的
864    ystart    4    ystart
865    yval    4    yval
866    z    4    Z
867    aaa    3    AAA
868    abcd    3    ABCD
869    abstractlist    3    abstractlist
870    abstractset    3    abstractset
871    access    3    接近
872    aeiou    3    可
873    analysesale    3    analysesale
874    annotations    3    注释
875    annotion    3    注释
876    ansi    3    ANSI
877    answer    3    回答
878    apis    3    API
879    appendreplacement    3    appendreplacement
880    are    3    是
881    arraydemo    3    arraydemo
882    arraystoreexception    3    数组存储异常
883    as    3    作为
884    bar    3    酒吧
885    basic    3    基本的
886    baz    3    巴兹
887    bin    3    箱子
888    black    3    黑色
889    borland    3    Borland
890    bufferedwriter    3    BufferedWriter
891    caller    3    来电
892    circus    3    马戏团
893    columns    3    柱
894    computationdemo    3    computationdemo
895    containskey    3    containsKey
896    containsvalue    3    containsvalue
897    conversionfactors    3    转换因子
898    daffy    3    傻乎乎的
899    databasename    3    数据库名称
900    ddd    3    DDD
901    definition    3    定义
902    dept    3    部
903    details    3    细节
904    develop    3    发展
905    development    3    发展
906    display    3    显示
907    distance    3    距离
908    draw    3    画
909    drivers    3    司机
910    dstbegin    3    dstbegin
911    dynamic    3    动态
912    empty    3    空的
913    ending    3    结束
914    enumeration    3    枚举
915    event    3    事件
916    exceptionlist    3    ExceptionList
917    exceptiontype    3    基础
918    exists    3    存在
919    fido    3    FIDO
920    files    3    文件夹
921    filterinputstream    3    filterinputstream
922    filteroutputstream    3    filteroutputstream
923    firstkey    3    FIRSTKEY
924    free    3    自由的
925    freememory    3    freememory
926    fruitrun    3    fruitrun
927    getasciistream    3    getasciistream
928    getbigdecimal    3    getbigdecimal
929    getchars    3    GetChars
930    getdateinstance    3    getDateInstance
931    getdeclaredfield    3    getdeclaredfield
932    getdisplaynames    3    getdisplaynames
933    getename    3    getename
934    getflea    3    getflea
935    getparametertypes    3    getparametertypes
936    getproperty    3    getProperty
937    group    3    组
938    height    3    高度
939    hour    3    小时
940    hours    3    小时
941    hptowatt    3    hptowatt
942    human    3    人类
943    ifdemo    3    ifdemo
944    information    3    信息
945    initialize    3    初始化
946    intes    3    展博
947    intranet    3    Intranet
948    isdirectory    3    判断目录
949    item    3    项目
950    january    3    一月
951    juin    3    六月
952    jul    3    7月
953    july    3    七月
954    keyset    3    键盘
955    lastkey    3    lastkey
956    level    3    水平
957    lili    3    莉莉
958    linel    3    1
959    log    3    日志
960    logical    3    符合逻辑的
961    loopdemo    3    loopdemo
962    mon    3    周一
963    mooon    3    月亮
964    myarea    3    myarea
965    myrunnable    3    myrunnable
966    mysql    3    MySQL
967    names    3    名称
968    nextfloat    3    nextfloat
969    no    3    不
970    oak    3    橡树
971    objectreference    3    对象引用
972    objects    3    物体
973    ok    3    好啊
974    only    3    只有
975    oout    3    专科
976    operator    3    操作人员
977    order    3    秩序
978    original    3    起初的
979    outside    3    外部
980    paint    3    油漆
981    paramtypes    3    paramtypes
982    pass    3    通过
983    pathseparator    3    PathSeparator
984    poodle    3    贵宾犬
985    postgresql    3    PostgreSQL
986    pounds    3    英镑
987    poundtogram    3    poundtogram
988    power    3    权力
989    program    3    程序
990    queue    3    队列
991    readint    3    readInt
992    realj    3    realj
993    reverse    3    颠倒
994    root    3    根
995    rose    3    玫瑰
996    running    3    运行
997    salary    3    薪水
998    scannerdemo    3    scannerdemo
999    setclassvar    3    setclassvar
1000    setename    3    setename
1001    setfield    3    SetField
1002    setinstancevar    3    setinstancevar
1003    setlong    3    setlong
1004    shopping    3    购物
1005    sign    3    签名
1006    sina    3    新浪
1007    smallint    3    短整型
1008    something    3    某物
1009    sort    3    分类
1010    sqlserverdriver    3    sqlserverdriver
1011    square    3    广场
1012    srcbegin    3    srcbegin
1013    ssoft    3    ssoft
1014    st    3    ST
1015    stuage    3    stuage
1016    students    3    学生
1017    stusex    3    stusex
1018    sunday    3    星期日
1019    suppresswarnnings    3    suppresswarnnings
1020    swap    3    互换
1021    swing    3    摆动
1022    syncblock    3    syncblock
1023    take    3    拿
1024    technetwork    3    TechNetwork
1025    that    3    那个
1026    thisdate    3    所
1027    threadflag    3    threadflag
1028    threadinterrupt    3    #NAME?
1029    tolowercase    3    toLowerCase
1030    totalmemory    3    totalmemory
1031    ttt    3    TTT
1032    twodigithours    3    twodigithours
1033    typeid    3    typeid
1034    updatemax    3    updatemax
1035    userprinter    3    userprinter
1036    using    3    使用
1037    wasnull    3    wasnull
1038    watttohp    3    watttohp
1039    width    3    宽度
1040    win    3    赢
1041    with    3    具有
1042    worker    3    工人
1043    writechar    3    writeChar
1044    yy    3    YY
1045    zones    3    区
1046    abyssinian    2    阿比西尼亚
1047    accounts    2    账户
1048    acme    2    极致
1049    across    2    穿过
1050    addfirst    2    addfirst
1051    addr    2    地址
1052    aeio    2    AEIO
1053    allaire    2    阿莱尔
1054    allsub    2    所有的
1055    anotherobj    2    anotherobj
1056    appendable    2    可追加
1057    arraycopy    2    数组复制
1058    arraylistdemo    2    arraylistdemo
1059    aspecies    2    一种物质
1060    attribute    2    属性
1061    ax    2    斧头
1062    aylesbury    2    艾尔斯伯里
1063    bea    2    东亚银行
1064    beans    2    豆
1065    been    2    被
1066    begin    2    开始
1067    beginindex    2    beginIndex
1068    bigdecimal    2    BigDecimal
1069    bill    2    账单
1070    boon    2    恩
1071    bread    2    面包
1072    buck    2    巴克
1073    buff    2    浅黄色
1074    bule    2    布列
1075    cafe    2    咖啡馆
1076    calculatesalary    2    calculatesalary
1077    capacity    2    容量
1078    cast    2    铸造
1079    catalog    2    目录
1080    catherine    2    凯瑟琳
1081    cause    2    原因
1082    cbuf    2    控制块更新设施
1083    ccc    2    CCC
1084    changed    2    改变
1085    changeint    2    changeint
1086    changeobjvalue    2    changeobjvalue
1087    changeradius    2    changeradius
1088    charsetdemo    2    charsetdemo
1089    child    2    小孩
1090    china    2    瓷器
1091    classbean    2    classbean
1092    classl    2    L类
1093    clazz    2    类
1094    clock    2    时钟
1095    cobol    2    COBOL语言
1096    coll    2    科尔
1097    collie    2    牧羊犬
1098    compound    2    复合
1099    concat    2    concat
1100    connect    2    连接
1101    const    2    const
1102    containsall    2    包含所有
1103    contents    2    内容
1104    converionfactors    2    converionfactors
1105    createarray    2    createarray
1106    createthread    2    CreateThread
1107    currentthread    2    设置
1108    custno    2    custno
1109    cx    2    CX
1110    datails    2    详情
1111    dbnet    2    dbnet
1112    dce    2    DCE
1113    defaultdbvalue    2    defaultdbvalue
1114    dest    2    DeST
1115    dispatch    2    派遣
1116    dns    2    DNS
1117    doctest    2    doctest
1118    doesn    2    不
1119    don    2    大学教师
1120    done    2    完成
1121    down    2    向下
1122    drawstring    2    束带
1123    drop    2    滴
1124    dst    2    DST
1125    ea    2    EA
1126    eat    2    吃
1127    edt    2    美国东部时间
1128    eee    2    EEE
1129    ejb    2    EJB
1130    elementdata    2    elementdata
1131    emptylist    2    emptylist
1132    emptyset    2    emptyset
1133    encoding    2    编码
1134    enterprise    2    企业
1135    environment    2    环境
1136    era    2    时代
1137    exceptionname    2    exceptionname
1138    exceptions    2    例外
1139    expressions    2    表达
1140    fd    2    FD
1141    fieldvalue    2    值
1142    financemanager    2    财务经理
1143    forget    2    忘记
1144    formatted    2    格式化
1145    fortran    2    FORTRAN
1146    found    2    建立
1147    friday    2    星期五
1148    fromelement    2    fromelement
1149    fromkey    2    关键
1150    fruitinfoutil    2    fruitinfoutil
1151    garbage    2    垃圾
1152    gbc    2    GBC
1153    getannotations    2    getannotations
1154    getapplecolor    2    getapplecolor
1155    getapplename    2    getapplename
1156    getareatest    2    getareatest
1157    getbinarystream    2    getbinarystream
1158    getbreed    2    getbreed
1159    getdatetimeinstance    2    getdatetimeinstance
1160    getdeclaredmethod    2    getdeclaredmethod
1161    getdisplayname    2    getdisplayname
1162    getfields    2    getfields
1163    getfloat    2    getFloat
1164    getfruit    2    getfruit
1165    getfruitinfo    2    getfruitinfo
1166    getfuncname    2    getfuncname
1167    getid    2    getID
1168    getindex    2    getindex
1169    getinterfaces    2    getinterfaces
1170    getmodifier    2    getmodifier
1171    getruntime    2    getRuntime
1172    getstuaddress    2    getstuaddress
1173    getstuage    2    getstuage
1174    getstuclass    2    getstuclass
1175    getstuname    2    getstuname
1176    getstupasswd    2    getstupasswd
1177    getstuphone    2    getstuphone
1178    getsuperclass    2    getsuperclass
1179    gettype    2    方法
1180    getunicodestream    2    getunicodestream
1181    getuserid    2    getuserid
1182    getusers    2    GetUsers
1183    getweekdays    2    getweekdays
1184    gm    2    通用汽车公司
1185    google    2    谷歌
1186    grape    2    葡萄
1187    has    2    有
1188    hasnextfloat    2    hasnextfloat
1189    hasnextint    2    hasnextint
1190    he    2    他
1191    headmap    2    headmap
1192    heap    2    堆
1193    here    2    在这里
1194    herinterface    2    herinterface
1195    hi    2    你好
1196    hibyte    2    高位字节
1197    hotspot    2    热点
1198    how    2    怎样
1199    identifier    2    标识符
1200    illustrate    2    说明
1201    inside    2    里面
1202    interfacenamelist    2    interfacenamelist
1203    interfaces    2    接口
1204    introspection    2    反思
1205    iteratordemo    2    iteratordemo
1206    j    2    J
1207    jan    2    简
1208    jsf    2    JSF
1209    jsp    2    JSP
1210    juni    2    Juni
1211    just    2    只是
1212    kawa    2    卡瓦
1213    keys    2    钥匙
1214    last    2    最后的
1215    libtest    2    libtest
1216    linetest    2    在线考试
1217    loader    2    装载机
1218    local    2    地方的
1219    mdb    2    MDB
1220    membertest    2    membertest
1221    metadata    2    元数据
1222    methodl    2    方法
1223    methodoverloadingtest    2    methodoverloadingtest
1224    micro    2    微型的
1225    min    2    min
1226    mis    2    管理信息系统
1227    mkdir    2    mkdir
1228    mmm    2    嗯
1229    monday    2    星期一
1230    mono    2    单
1231    myball    2    myball
1232    mydate    2    创建
1233    myinterface    2    myinterface
1234    mystring    2    mystring
1235    nanos    2    Nano
1236    netbeans    2    NetBeans
1237    newstr    2    纽世达
1238    nodbcolumn    2    nodbcolumn
1239    nonstatic    2    非静态
1240    notifyall    2    notifyAll
1241    now    2    现在
1242    numbers    2    数
1243    numchars    2    numchars
1244    nums    2    号
1245    objectname    2    对象
1246    objectstreamconstants    2    objectstreamconstants
1247    oboy    2    oboy
1248    orange    2    橙色
1249    orcl    2    Oracle
1250    oro    2    奥罗
1251    outputstreamdemo    2    outputstreamdemo
1252    pacific    2    太平洋
1253    parseint    2    parseInt
1254    pathname    2    路径名
1255    payable    2    应付的
1256    pda    2    PDA
1257    pdt    2    PDT
1258    pipedoutputstream    2    输出管道
1259    poundsweight    2    poundsweight
1260    press    2    按
1261    prevent    2    防止
1262    prices    2    价格
1263    printdemo    2    printdemo
1264    printin    2    印刷
1265    python    2    蟒蛇
1266    rawtypes    2    rawtypes
1267    readerdemo    2    readerdemo
1268    readexternal    2    readexternal
1269    readfloat    2    readfloat
1270    ref    2    裁判
1271    repeatdemo    2    repeatdemo
1272    replace    2    代替
1273    represents    2    代表
1274    reset    2    复位
1275    retainall    2    retainAll
1276    retentionpoicy    2    retentionpoicy
1277    revisetotal    2    revisetotal
1278    robin    2    罗宾
1279    roll    2    卷
1280    ruby    2    红宝石
1281    runtimeexception    2    RuntimeException
1282    saturday    2    星期六
1283    see    2    看见
1284    semicolon    2    分号
1285    setapplecolor    2    setapplecolor
1286    setapplename    2    setapplename
1287    setdemo    2    setdemo
1288    setfuncname    2    setfuncname
1289    setseed    2    setseed
1290    settime    2    编码电路
1291    setusers    2    setusers
1292    setvar    2    设置变量
1293    sj    2    SJ
1294    sm    2    SM
1295    software    2    软件
1296    sophisticated    2    复杂的
1297    sparc    2    SPARC
1298    sss    2    SSS
1299    startindex    2    startIndex
1300    strdate    2    strdate
1301    strsql    2    如何
1302    studentdao    2    studentdao
1303    studio    2    工作室
1304    study    2    学习
1305    styletext    2    styletext
1306    subc    2    小组委员会
1307    submap    2    子图
1308    superclassname    2    superclassname
1309    supplied    2    提供
1310    suppresswarning    2    suppresswarning
1311    symantec    2    赛门铁克
1312    tab    2    标签
1313    tailmap    2    tailmap
1314    task    2    任务
1315    testtable    2    数据
1316    textpad    2    TextPad
1317    thefirstclass    2    thefirstclass
1318    thefirstinterface    2    thefirstinterface
1319    them    2    他们
1320    thepoint    2    点
1321    there    2    那里
1322    thesecondclass    2    thesecondclass
1323    thethrow    2    thethrow
1324    thin    2    薄的
1325    threadname    2    threadname
1326    three    2    三
1327    thursday    2    星期四
1328    timezone    2    时区
1329    toelement    2    toelement
1330    toindex    2    指数
1331    tokey    2    东京
1332    tomcat    2    Tomcat
1333    total    2    全部的
1334    touppercase    2    toUpperCase
1335    tpn    2    TPN
1336    twodimarraydemo    2    twodimarraydemo
1337    typespecifier    2    typespecifier
1338    up    2    向上的
1339    updatetesttable    2    updatetesttable
1340    us    2    我们
1341    usage    2    使用
1342    usedelimiter    2    usedelimiter
1343    v    2    v
1344    variables    2    变量
1345    vista    2    远景
1346    waiting    2    等待
1347    warning    2    警告
1348    we    2    我们
1349    wed    2    结婚
1350    wednesday    2    星期三
1351    when    2    什么时候
1352    winrar    2    WinRAR
1353    worldwide    2    全世界
1354    writechars    2    writechars
1355    writeexternal    2    writeExternal
1356    writeint    2    writeint
1357    writerdemo    2    writerdemo
1358    xlint    2    xlint
1359    xx    2    XX
1360    abbreviated    1    缩写
1361    abcde    1    ABCDE
1362    ability    1    能力
1363    abstractcollection    1    收集的
1364    account    1    解释
1365    addressname    1    addressname
1366    addstu    1    addstu
1367    admin    1    管理员
1368    ado    1    ADO
1369    affected    1    影响
1370    affter    1    自从
1371    against    1    反对
1372    alaways    1    永远
1373    alietr    1    alietr
1374    american    1    美国人
1375    amount    1    数量
1376    andressen    1    市安迪森
1377    animale    1    动物
1378    annotaton    1    annotaton
1379    another    1    另一个
1380    anotherdate    1    anotherdate
1381    app    1    应用程序
1382    appli    1    应用
1383    applypattern    1    applypattern
1384    april    1    四月
1385    araylis    1    araylis
1386    area    1    地区
1387    arefieldsset    1    arefieldsset
1388    arg    1    精氨酸
1389    argument    1    论点
1390    arithmentic    1    算术
1391    arithmeticfxception    1    arithmeticfxception
1392    aritnmetic    1    aritnmetic
1393    asp    1    ASP
1394    assert    1    断言
1395    assign    1    分配
1396    august    1    八月
1397    available    1    可获得的
1398    axithmeticexeeption    1    axithmeticexeeption
1399    baen    1    弛
1400    baidu    1    百度
1401    balanceaccount    1    结算
1402    ballvolume    1    ballvolume
1403    ban    1    禁令
1404    bbb    1    血脑屏障
1405    bc    1    公元前
1406    beijing    1    北京
1407    ben    1    本
1408    beta    1    贝塔
1409    binding    1    结合
1410    bits    1    位
1411    blocked    1    此路不通
1412    bon    1    Bon
1413    born    1    出生
1414    boston    1    波士顿
1415    bound    1    跳跃
1416    breadfulproblemexception    1    breadfulproblemexception
1417    bridge    1    桥
1418    buffer    1    缓冲区
1419    buffered    1    缓冲
1420    bufferedinputstream    1    BufferedInputStream
1421    bufferedoutput    1    bufferedoutput
1422    bufferedoutputstream    1    缓冲输出流
1423    bufferedreaderdemo    1    bufferedreaderdemo
1424    bufferinputstream    1    bufferinputstream
1425    bufferoutputstream    1    bufferoutputstream
1426    buin    1    布因
1427    bun    1    包子
1428    byn    1    N
1429    bynn    1    bynn
1430    bytearraydemo    1    bytearraydemo
1431    bytecode    1    字节码
1432    bytes    1    字节
1433    ca    1    CA
1434    cachesize    1    CacheSize
1435    cancel    1    取消
1436    cannot    1    不能
1437    canversivnfactors    1    canversivnfactors
1438    capture    1    捕获
1439    cation    1    阳离子
1440    caughr    1    caughr
1441    ceo    1    首席执行官
1442    characterencoding    1    字符编码
1443    characters    1    字符
1444    charset    1    字符集
1445    check    1    检查
1446    checkforcomodification    1    checkforcomodification
1447    chm    1    chm
1448    chp    1    热电联产
1449    cio    1    CIO
1450    circle    1    圆圈
1451    classloader    1    类加载器
1452    classmethod    1    类
1453    classtype    1    类类别
1454    clause    1    条款
1455    clean    1    清洁的
1456    clearparameters    1    clearparameters
1457    cli    1    CLI
1458    clonable    1    可克隆的
1459    collectian    1    收集
1460    collector    1    收藏家
1461    command    1    命令
1462    compaq    1    康柏
1463    comparableobjectholder    1    comparableobjectholder
1464    compare    1    比较
1465    compared    1    相比
1466    compares    1    比较
1467    componenttype    1    成分类型
1468    computedata    1    computedata
1469    computeinterest    1    computeinterest
1470    computer    1    计算机
1471    conditional    1    有条件的
1472    connectivity    1    连接
1473    conrrersionfactors    1    conrrersionfactors
1474    constant    1    常数
1475    consumer    1    消费者
1476    conversianfactars    1    conversianfactars
1477    conversianfactors    1    conversianfactors
1478    conversinnfactors    1    conversinnfactors
1479    conversionfactaors    1    conversionfactaors
1480    corrected    1    修正
1481    country    1    国家
1482    covariant    1    协变
1483    coversionfactors    1    coversionfactors
1484    creditcardbalance    1    creditcardbalance
1485    creditlimit    1    信用卡额度
1486    cupertino    1    苹果
1487    custbirth    1    custbirth
1488    custscore    1    custscore
1489    dat    1    DAT
1490    database    1    数据库
1491    datainputstreamdemo    1    datainputstreamdemo
1492    dataoutputstreamdemo    1    dataoutputstreamdemo
1493    datearray    1    datearray
1494    daylight    1    日光
1495    dbo    1    dbo
1496    dbq    1    DBQ
1497    dcenaming    1    dcenaming
1498    dead    1    死去的
1499    december    1    十二月
1500    decimal    1    十进制的
1501    decimalformat    1    DecimalFormat
1502    defaul    1    默认的
1503    defineclass    1    defineclass
1504    deprecation    1    贬低
1505    derivation    1    推导
1506    derived    1    衍生
1507    destpos    1    destpos
1508    df    1    DF
1509    dienstag    1    星期二
1510    direct    1    直接的
1511    dirty    1    肮脏的
1512    displaydata    1    显示数据
1513    diviser    1    因子
1514    divisir    1    divisir
1515    dock    1    码头
1516    doe    1    雌鹿
1517    donald    1    唐纳德
1518    downloads    1    下载
1519    earth    1    地球
1520    edu    1    edu
1521    education    1    教育
1522    egg    1    鸡蛋
1523    eider    1    羽绒
1524    ellison    1    埃里森
1525    emptymap    1    emptymap
1526    endindex    1    停止页
1527    english    1    英语
1528    ensurecapacityinternal    1    ensurecapacityinternal
1529    entexed    1    entexed
1530    entrylevel    1    入门级
1531    environments    1    环境
1532    equivalent    1    相等的
1533    everest    1    珠峰
1534    exam    1    考试
1535    examine    1    检查
1536    exceptiontypel    1    exceptiontypel
1537    exec    1    exec
1538    exeception    1    例外
1539    executeupdatestoredprocedure    1    executeupdatestoredprocedure
1540    execution    1    执行
1541    extensioncase    1    extensioncase
1542    fallthrough    1    fallthrough
1543    february    1    二月
1544    fileoutput    1    FileOutput
1545    fillinstacktrack    1    fillinstacktrack
1546    filllnstacktrack    1    filllnstacktrack
1547    fillnatacktrace    1    fillnatacktrace
1548    fillstacktrack    1    fillstacktrack
1549    finalclassname    1    finalclassname
1550    findcolumn    1    findcolumn
1551    findstulist    1    findstulist
1552    fine    1    好的
1553    fix    1    修理
1554    flavors    1    口味
1555    fleal    1    fleal
1556    fleatest    1    fleatest
1557    fles    1    文件
1558    floating    1    浮动
1559    fo    1    法罗群岛
1560    fomatedinput    1    fomatedinput
1561    fooey    1    fooey
1562    foot    1    脚
1563    foreachdemo    1    foreachdemo
1564    formatting    1    格式化
1565    forte    1    复地
1566    fout    1    四
1567    france    1    法国
1568    fruitservice    1    fruitservice
1569    fujitsu    1    富士通
1570    fut    1    FUT
1571    g    1    G
1572    gage    1    计
1573    gd    1    GD
1574    genericdeclaration    1    genericdeclaration
1575    generics    1    仿制药
1576    germany    1    德国
1577    getappleprovider    1    getappleprovider
1578    getboolean    1    getboolean
1579    getcaunt    1    getcaunt
1580    getcomponenttype    1    getcomponenttype
1581    getconncetion    1    getconncetion
1582    getconstructor    1    getconstructor
1583    getcursorname    1    getcursorname
1584    getdate    1    取得日期/时间信息
1585    getdeclaredannotation    1    getdeclaredannotation
1586    getdeclaredannotations    1    getdeclaredannotations
1587    getdeclaredconstructor    1    getdeclaredconstructor
1588    getdeclaredmethods    1    getdeclaredmethods
1589    getdisplaycountry    1    getdisplaycountry
1590    getdouble    1    getdouble
1591    getempid    1    getempid
1592    getempno    1    getempno
1593    getfirst    1    先富起来
1594    getfruitlist    1    getfruitlist
1595    getimports    1    getimports
1596    getlnterfaces    1    getlnterfaces
1597    getlong    1    getlong
1598    getmax    1    getmax
1599    getmaxfieldsize    1    getmaxfieldsize
1600    getmetadata    1    getmetadata
1601    getmethods    1    getMethods
1602    getmetricweight    1    getmetricweight
1603    getmonths    1    getMonths
1604    getnessage    1    getnessage
1605    getnext    1    GetNext
1606    getprivatemethods    1    getprivatemethods
1607    getprocedures    1    getprocedures
1608    getrealpath    1    getrealpath
1609    getsal    1    getsal
1610    getshort    1    获取
1611    getsid    1    getsid
1612    getspecies    1    getspecies
1613    gettimeinstance    1    gettimeinstance
1614    gettimestamp    1    gettimestamp
1615    gettitle    1    和
1616    ggg    1    GGG
1617    ggle    1    斗争
1618    gh    1    GH
1619    given    1    鉴于
1620    gjt    1    GJT
1621    gle    1    GLE
1622    glob    1    水珠
1623    globe    1    地球
1624    gmtoffsettimezone    1    gmtoffsettimezone
1625    gooogle    1    Gooogle
1626    gooooogle    1    gooooogle
1627    goooooogle    1    goooooogle
1628    grade    1    等级
1629    greeting    1    招呼
1630    groupcount    1    groupcount
1631    h    1    H
1632    handle    1    手柄
1633    hashsetdemo    1    hashsetdemo
1634    hasnextrow    1    hasnextrow
1635    hasnextxxx    1    hasnextxxx
1636    helios    1    太阳神
1637    helloeducaiton    1    helloeducaiton
1638    helloworldwideweb    1    helloworldwideweb
1639    hibernate    1    冬眠
1640    hisinterface    1    hisinterface
1641    hislnterface    1    hislnterface
1642    hollow    1    空洞的
1643    hounds    1    猎犬
1644    ibernate    1    ibernate
1645    icode    1    ICODE
1646    identity    1    身份
1647    identityhashmap    1    identityhashmap
1648    ie    1    IE
1649    ifxdriver    1    ifxdriver
1650    income    1    收入
1651    increments    1    增量
1652    indexoutofboundsexception    1    indexoutofboundsexception
1653    infinity    1    无穷
1654    informixserver    1    informixserver
1655    inheritance    1    继承
1656    initializetion    1    initializetion
1657    inpue    1    inpue
1658    inputdata    1    输入数据
1659    inputstramdemo    1    inputstramdemo
1660    inputstreamreaderdemo    1    inputstreamreaderdemo
1661    integers    1    整数
1662    integes    1    integes
1663    integrated    1    集成
1664    intel    1    英特尔
1665    intered    1    埋葬
1666    interestrate    1    利率
1667    interfacename    1    interfacename
1668    interpreter    1    口译译员
1669    into    1    进入之内
1670    isbridge    1    isbridge
1671    isbuttonpressed    1    isbuttonpressed
1672    isdigit    1    IsDigit
1673    isset    1    设置
1674    istimeset    1    istimeset
1675    iterable    1    可迭代的
1676    itself    1    它本身
1677    jakarta    1    雅加达
1678    jbuilder    1    JBuilder
1679    jbulider    1    jbulider
1680    jdbcapi    1    JDBC API
1681    jdbcnull    1    jdbcnull
1682    jdeveloper    1    JDeveloper
1683    jndi    1    JNDI
1684    jni    1    JNI
1685    joy    1    快乐
1686    jun    1    君
1687    keyword    1    关键词
1688    kgh    1    分
1689    kv    1    kV
1690    l    1    l
1691    laid    1    奠定了
1692    larry    1    拉里
1693    lase    1    激光
1694    latin    1    拉丁语
1695    layeggs    1    产卵
1696    letter    1    信
1697    li    1    锂
1698    library    1    图书馆
1699    linking    1    链接
1700    listofsuperinterface    1    listofsuperinterface
1701    loading    1    加载
1702    login    1    登录
1703    longvarbinary    1    longvarbinary
1704    longvarchar    1    longvarchar
1705    lookingat    1    看看
1706    lottery    1    彩票
1707    lower    1    降低
1708    luck    1    运气
1709    m    1    M
1710    ma    1    妈妈
1711    machine    1    机器
1712    mail    1    邮件
1713    maim    1    残废
1714    make    1    制作
1715    malloc    1    malloc
1716    management    1    管理
1717    marc    1    马克
1718    march    1    前进
1719    mardi    1    狂欢
1720    match    1    比赛
1721    may    1    可以
1722    methoc    1    法
1723    metod    1    方法
1724    millisecond    1    毫秒
1725    minute    1    分钟
1726    mips    1    MIPS
1727    mmmmm    1    mmmmm
1728    mn    1    锰
1729    modcount    1    modcount
1730    mooooon    1    mooooon
1731    moth    1    飞蛾
1732    multiple    1    倍数
1733    mustang    1    野马
1734    mydataformat    1    mydataformat
1735    myfet    1    myfet
1736    mylist    1    mylist
1737    mypassword    1    mypassword
1738    myrandom    1    myrandom
1739    myuser    1    中
1740    namelentry    1    namelentry
1741    navigator    1    领航员
1742    nend    1    需
1743    nestedloop    1    nestedloop
1744    newbalance    1    NewBalance
1745    newchar    1    将
1746    newlnstance    1    newlnstance
1747    newval    1    newval
1748    nextboolean    1    nextboolean
1749    nextbytes    1    nextbytes
1750    nextdouble    1    nextDouble
1751    nextgaussian    1    nextgaussian
1752    nextlong    1    nextlong
1753    nextrow    1    nextrow
1754    nf    1    NF
1755    nfirst    1    没有
1756    nis    1    NIS
1757    notepad    1    便条簿
1758    november    1    十一月
1759    npolicy    1    npolicy
1760    nstack    1    nstack
1761    nulpointerexception    1    nulpointerexception
1762    numberformat    1    解析
1763    ock    1    玉珠
1764    ocm    1    OCM
1765    ocompareto    1    ocompareto
1766    october    1    十月
1767    oldchar    1    在
1768    oldval    1    oldval
1769    ole    1    好啊
1770    open    1    打开
1771    operators    1    运营商
1772    opp    1    目镜肺体积描记图
1773    oracledriver    1    OracleDriver
1774    ot    1    OT
1775    other    1    其他
1776    otherwise    1    否则
1777    outputstreamwriterdemo    1    outputstre
1778    overloading    1    超载
1779    packagel    1    packagel
1780    packages    1    包装
1781    pang    1    庞
1782    paradigm    1    范式
1783    parameter    1    参数
1784    part    1    部分
1785    pascal    1    帕斯卡
1786    passingscore    1    passingscore
1787    passwd    1    口令
1788    patternexpress    1    patternexpress
1789    patternsyntaxexception    1    patternsyntaxexception
1790    paubes    1    paubes
1791    pause    1    暂停
1792    pettern    1    木模
1793    phone    1    电话
1794    pipedinputstream    1    输入管道
1795    pipedoutput    1    pipedoutput
1796    points    1    点
1797    polymorphism    1    多态性
1798    pound    1    英镑
1799    ppc    1    PPC
1800    pressent    1    礼物
1801    previousbalance    1    previousbalance
1802    primitive    1    原始的
1803    pring    1    春天
1804    printdata    1    printdata
1805    printle    1    printle
1806    printwriter    1    输出流
1807    pritstacktrace    1    pritstacktrace
1808    procedure    1    程序
1809    producer    1    制片人
1810    products    1    产品
1811    projcet    1    项目
1812    propery    1    性能
1813    pst    1    PST
1814    pub    1    酒吧
1815    pubs    1    酒吧
1816    putall    1    把全部
1817    pwd    1    PWD
1818    qeor    1    qeor
1819    qeora    1    qeora
1820    querystringwithunknownresults    1    querystringwithunknownresults
1821    r    1    R
1822    randomaccess    1    随机存取
1823    rangecheck    1    rangecheck
1824    rdo    1    RDO
1825    readable    1    可读
1826    readxxx    1    readxxx
1827    ready    1    准备好的
1828    rectangletest    1    rectangletest
1829    redmond    1    雷蒙德
1830    reference    1    参考
1831    register    1    登记
1832    reiflable    1    reiflable
1833    removelast    1    移动至最后
1834    rename    1    重命名
1835    renameto    1    renameTo
1836    repalcefirst    1    repalcefirst
1837    repeatable    1    可重复的
1838    reportdemo    1    reportdemo
1839    resultsetmetadata    1    元数据
1840    retentio    1    留着
1841    retrieve    1    检索
1842    returning    1    返回
1843    room    1    房间
1844    rtti    1    RTTI
1845    runtimeexceptian    1    runtimeexceptian
1846    runtimeexceptxon    1    runtimeexceptxon
1847    rutime    1    rutime
1848    salesanalysis    1    销售分析
1849    same    1    相同的
1850    sas    1    SAS
1851    savedata    1    存档
1852    schedule    1    日程安排
1853    scholarshipid    1    scholarshipid
1854    scope    1    范围
1855    scroe    1    小学分
1856    sdk    1    SDK
1857    seed    1    种子
1858    sename    1    sename
1859    september    1    九月
1860    serial    1    串行
1861    server    1    服务器
1862    setappleprovider    1    setappleprovider
1863    setbread    1    setbread
1864    setbreed    1    setbreed
1865    setcharat    1    setcharat
1866    setclassname    1    setclassname
1867    setdaemon    1    setdaemon
1868    setempid    1    setempid
1869    setempno    1    setempno
1870    setflea    1    setflea
1871    setfloat    1    setfloat
1872    setgregorianchange    1    setgregorianchange
1873    setid    1    压缩文件SetID
1874    setin    1    设置
1875    setisolationlevel    1    setisolationlevel
1876    setpriority    1    设置调度优先级
1877    setsal    1    setsal
1878    setshort    1    setshort
1879    setsid    1    setsid
1880    setstuaddress    1    setstuaddress
1881    setstuage    1    setstuage
1882    setstuclass    1    setstuclass
1883    setstuname    1    setstuname
1884    setstupasswd    1    setstupasswd
1885    setstuphone    1    setstuphone
1886    settitle    1    settitle
1887    settransactionisolation    1    settransactionisolation
1888    setuserid    1    setuserid
1889    setvalue    1    设定值
1890    seuperclass    1    seuperclass
1891    sgi    1    SGI
1892    sid    1    希德
1893    signature    1    签名
1894    simple    1    简单的
1895    simpledataformat    1    simpledataformat
1896    sleeping    1    睡觉
1897    socket    1    插座
1898    solaris    1    Solaris
1899    someclass    1    someclass
1900    sorted    1    排序
1901    sortedmapdemo    1    sortedmapdemo
1902    space    1    空间
1903    specified    1    明确规定
1904    speniel    1    speniel
1905    spring    1    春天
1906    sqli    1    C
1907    src    1    SRC
1908    srcend    1    srcend
1909    srcpos    1    srcpos
1910    sssz    1    sssz
1911    stmtnew    1    stmtnew
1912    storo    1    斯托罗
1913    strictfp    1    strictfp
1914    stringinterntest    1    stringinterntest
1915    stringtest    1    stringtest
1916    strlist    1    strlist
1917    structure    1    结构
1918    struts    1    Struts
1919    studentage    1    studentage
1920    studentid    1    有
1921    stuinfo    1    stuinfo
1922    stuno    1    stuno
1923    stusys    1    stusys
1924    sub    1    附属的
1925    sunny    1    晴朗的
1926    sunworld    1    天伦
1927    supportspositioneddelete    1    supportspositioneddelete
1928    supportspositionedupdate    1    supportspositionedupdate
1929    supportsstoredprocedures    1    supportsstoredprocedures
1930    suppresswarings    1    suppresswarings
1931    suspended    1    暂停的
1932    swt    1    SWT
1933    sybdriver    1    sybdriver
1934    sychronized    1    同步
1935    symbian    1    Symbian
1936    synchronzied    1    synchronzied
1937    sys    1    系统
1938    tablename    1    数据表名
1939    takeout    1    外卖
1940    tbn    1    总碱值
1941    tcn    1    TCN
1942    tds    1    TDS
1943    testarray    1    testarray
1944    testbufferedwriter    1    testbufferedwriter
1945    testclass    1    试验等级
1946    testemployee    1    testemployee
1947    testfile    1    测试文件
1948    testinterface    1    测试
1949    testlooptrycatch    1    testlooptrycatch
1950    testmythread    1    testmythread
1951    testpassword    1    testpassword
1952    testquery    1    testquery
1953    testserializable    1    testserializable
1954    testtrycatch    1    testtrycatch
1955    testuser    1    testuser
1956    textual    1    文本
1957    thefet    1    若场效应管
1958    thepet    1    电化学测试表明
1959    threadable    1    螺纹
1960    thrown    1    扔
1961    tochararray    1    tochararray
1962    tom    1    汤姆
1963    tongfang    1    清华同方
1964    tool    1    工具
1965    tools    1    工具
1966    transaction    1    交易
1967    tree    1    树
1968    trim    1    修剪
1969    truts    1    truts
1970    tryblockles    1    tryblockles
1971    tryblocklest    1    tryblocklest
1972    trycalendate    1    trycalendate
1973    trydateformates    1    trydateformates
1974    trygenmetry    1    trygenmetry
1975    tryhlocktest    1    tryhlocktest
1976    trying    1    尝试
1977    tryinitialization    1    tryinitialization
1978    tryinitializativn    1    tryinitializativn
1979    trysblocktext    1    trysblocktext
1980    tue    1    星期二
1981    twn    1    TWN
1982    two    1    二
1983    tx    1    TX
1984    u    1    u
1985    uid    1    UID
1986    unboxing    1    拆箱
1987    uncommitted    1    未提交
1988    undecimber    1    undecimber
1989    unknwon    1    对一些未知的
1990    unsupportedoperationexception    1    UnsupportedOperationException
1991    unused    1    未使用的
1992    updatestu    1    updatestu
1993    username    1    用户名
1994    uses    1    使用
1995    useun    1    useun
1996    utility    1    效用
1997    valid    1    有效的
1998    variabletest    1    variabletest
1999    vax    1    VAX
2000    verifier    1    验证者
2001    verify    1    验证
2002    virtual    1    事实上的
2003    visualage    1    VisualAge
2004    vs    1    VS
2005    wa    1    洼
2006    wangl    1    连通网络
2007    want    1    希望
2008    was    1    是
2009    weakhashmap    1    WeakHashMap
2010    websphare    1    websphare
2011    weglogic    1    weglogic
2012    welcome    1    欢迎
2013    wildcard    1    通配符
2014    wirter    1    作家
2015    woof    1    纬
2016    word    1    单词
2017    wordpad    1    写字板
2018    works    1    作品
2019    yield    1    产量

四、常见异常与错误翻译

4.1、java中

//算术异常
ArithmeticExecption

//空指针异常类
NullPointerException

//类型强制转换异常
ClassCastException

//数组负下标异常
NegativeArrayException

//数组下标越界异常
ArrayIndexOutOfBoundsException

//违背安全原则异常
SecturityException

//文件已结束异常
EOFException

//文件未找到异常
FileNotFoundException

//字符串转换为数字异常
NumberFormatException

//操作数据库异常
SQLException

//输入输出异常
IOException

//方法未找到异常
NoSuchMethodException

//抽象方法错误,当应用试图调用抽象方法时抛出
 java.lang.AbstractMethodError

//断言错误,用来指示一个断言失败的情况
java.lang.AssertionError

//类循环依赖错误,若检测到类之间循环依赖则抛出该异常
java.lang.ClassCircularityError

//类格式错误
java.lang.ClassFormatError

//错误基类,标识严重程序运行问题,不应被应用程序捕获的反常情况
java.lang.Error

//非法访问错误,违反域或方法的可见性声明
java.lang.IllegalAccessError

//不兼容的类变化错误,当正在执行的方法所依赖的类定义发生了不兼容的改变时,抛出该异常
java.lang.IncompatibleClassChangeError

//实例化错误,构造一个抽象类或者接口时抛出该异常
java.lang.InstantiationError

//内部错误
java.lang.InternalError

//链接错误
java.lang.LinkageError

//未找到类定义错误,找不到该类的定义时抛出该错误
java.lang.NoClassDefFoundError

//域(成员变量,字段)不存在错误
java.lang.NoSuchFieldError

//方法不存在错误
java.lang.NoSuchMethodError

//内存不足错误
java.lang.OutOfMemoryError

//堆栈溢出错误,如递归调用的层次太深
java.lang.StackOverflowError

//线程已结束
java.lang.ThreadDeath

//未知错误
java.lang.UnknownError

//未满足的链接错误
java.lang.UnsatisfiedLinkError

//不支持的类版本错误
java.lang.UnsupportedClassVersionError

//验证错误
java.lang.VerifyError

//虚拟机错误
java.lang.VirtualMachineError

//算术条件异常,如整数除零
java.lang.ArithmeticException

//数组索引越界异常
java.lang.ArrayIndexOutOfBoundsException

//数组存储异常,存放非数组声明类型
java.lang.ArrayStoreException

//类型转换异常
java.lang.ClassCastException

//找不到类异常
java.lang.ClassNotFoundException

//克隆不支持异常,如没有实现Cloneable接口
java.lang.CloneNotSupportedException

//枚举常量不存在异常
java.lang.EnumConstantNotPresentException

//根异常
java.lang.Exception

//非法访问异常
java.lang.IllegalAccessException

//非法的监控状态异常
java.lang.IllegalMonitorStateException

//非法的状态异常
java.lang.IllegalStateException

//非法的线程状态异常
java.lang.IllegalThreadStateException

//索引越界异常
java.lang.IndexOutOfBoundsException

//实例化异常
java.lang.InstantiationException

//被中断异常
java.lang.InterruptedException

//数组大小为负值异常
java.lang.NegativeArraySizeException

//属性不存在异常,当访问某个类的不存在的属性时抛出该异常
java.lang.NoSuchFieldException

//方法不存在异常
java.lang.NoSuchMethodException

//空指针异常。当应用试图在要求使用对象的地方使用了null时,抛出该异常
java.lang.NullPointerException

//数字格式异常
java.lang.NumberFormatException

//运行时异常
java.lang.RuntimeException

//安全异常
java.lang.SecurityException

//字符串索引越界异常
java.lang.StringIndexOutOfBoundsException

//类型不存在异常
java.lang.TypeNotPresentException

//不支持的方法异常
java.lang.UnsupportedOperationException

//Jsp页面异常
javax.servlet.jsp.JspException

//JSP引擎解析异常
org.apache.jasper.JasperException

//Servlet异常
javax.servlet.ServletException

//对象已被删除异常
org.hibernate.ObjectDeletedException

4.2、.NET中

System.Exception
//所有异常的基类型

System.ApplicationException
//发生非致命应用程序错误时引发的异常

System.SystemException
//为System命名空间中的预定义异常定义基类

System.SystemException
//异常根类

System.AccessViolationException
//在试图读写受保护内存时引发的异常

System.ArgumentException
//在向方法提供的其中一个参数无效时引发的异常

System.Collections.Generic.KeyNotFoundException
//指定用于访问集合中元素的键与集合中的任何键都不匹配时所引发的异常

System.IndexOutOfRangeException
//访问数组时,因元素索引超出数组边界而引发的异常

System.InvalidCastException
//因无效类型转换或显示转换引发的异常

System.InvalidOperationException
//当方法调用对于对象的当前状态无效时引发的异常

System.InvalidProgramException
//当程序包含无效Microsoft中间语言(MSIL)或元数据时引发的异常,这通常表示生成程序的编译器中有bug

System.IO.IOException
//发生I/O错误时引发的异常

System.NotImplementedException
//在无法实现请求的方法或操作时引发的异常

System.NullReferenceException
//尝试对空对象引用进行操作时引发的异常

System.OutOfMemoryException
//没有足够的内存继续执行程序时引发的异常

System.StackOverflowException
//挂起的方法调用过多而导致执行堆栈溢出时引发的异常

System.ArgumentException
//参数异常

System.ArgumentNullException
//当将空引用传递给不接受它作为有效参数的方法时引发的异常

System.ArgumentOutOfRangeException
//当参数值超出调用的方法所定义的允许取值范围时引发的异常

System.ArithmeticException
//算术异常

System.DivideByZeroException
//试图用零除整数值或十进制数值时引发的异常

System.NotFiniteNumberException
//当浮点值为正无穷大、负无穷大或非数字(NaN)时引发的异常

System.OverflowException
//在选中的上下文中所进行的算数运算、类型转换或转换操作导致溢出时引发的异常

System.IOException
//派生的异常类型

System.IO.DirectoryNotFoundException
//当找不到文件或目录的一部分时所引发的异常

System.IO.DriveNotFoundException
//当尝试访问的驱动器或共享不可用时引发的异常

System.IO.EndOfStreamException
//读操作试图超出流的末尾时引发的异常

System.IO.FileLoadException
//当找到托管程序却不能加载它时引发的异常

System.IO.FileNotFoundException
//试图访问磁盘上不存在的文件失败时引发的异常

System.IO.PathTooLongException
//当路径名或文件名超过系统定义的最大长度时引发的异常

ArrayTypeMismatchException
//试图在数组中存储错误类型的对象

BadImageFormatException
//格式错误异常,如32位应用访问64位系统Dll引起

DivideByZeroException
//除零异常

DllNotFoundException
//找不到引用的dll

FormatException
//参数格式错误

MethodAccessException
//试图访问私有或者受保护的方法

MissingMemberException
//访问一个无效版本的dll

NotSupportedException
//调用的方法在类中没有实现

PlatformNotSupportedException
//平台不支持某个特定属性时抛出该错误

ArgumentException 
//参数异常

ArgumentNullException
//空参数异常

ArgumentOutOfRangeException
//参数值超出范围 

ArithmeticException
//算术异常
 
ArrayTypeMismatchException
//类型不匹配异常
 
IndexOutOfRangeException 
//索引超出范围异常

InvalidcastException
//不正确的类型转换异常 

InvalidOperationException 
//不正确的操作异常
 
MethodAccessException
//方法访问异常

MissingMemberException
//丢失成员异常

NotFiniteNumberException
//无穷大数字异常
 
NotSupportedException
//操作不支持异常

NullReferenceException
//空引用异常,如调用没有实例化的对象的成员

OutOfMemoryException
//内存空间不够
 
PlatformNotSupportedException
//平台不支持某个特定属性时抛出该错误 

StackOverflowException
//堆栈溢出 

五、学习软件推荐

5.1、百词斩 APP

百词斩是由成都超有爱科技有限公司针对英语学习开发的一款“图背单词软件”。软件为每一个单词提供了趣味的配图和例句,让记单词成为一种乐趣。

百词斩覆盖了从初高中、四六级、考研、到雅思、托福、SAT、GMAT、GRE等全部英语考试词表。适合从12岁到24岁的所有学生群体,备考英语。

1、支持离线使用,0流量背单词。

2、一个单词一张图,利用图形建立单词与真实环境的联系,打造最易记、最难忘的背单词软件。

3、直接添加好友,既能互相看见学习动态,还能一起冲刺每周排行榜。背单词,不再是一个人。

4、提供单词TV和单词电台,英语老师原创趣味内容去深度解读10000+个单词,提供更多样的学习方式。

5、参考美国SAT的词汇量评估模型,准确测试单词量,记录你成长的每一步。

6、锁屏背单词,在锁屏界面即可完美背单词,充分利用每天的琐碎时间。

7、初中/高中/ 四级/六级/考研/托福/雅思/专四/专八/SAT/GRE/GMAT全覆盖!

8、5种方式复习,背单词绝不能重复再重复!

我每天只记15个但坚持,基本没有漏掉过,但有时候软件在没有网络的情况下会打卡失效。

5.2、滴答双语阅读 APP

“滴答双语阅读”真正实现了中英文分段对照阅读,点击英文即可打开或关闭对应段落的译文;内嵌词典能够离线查单词;网络书库提供数十本双语书籍下载。

1. 中英文分段对照阅读, 一键打开或关闭对应段落的译文

2. 内嵌词典能够离线查单词,可以直接点击单词查询,不需要手工输入

小成本软件,但适合英语水平一般的人看小说,比背单词效果可能还好,一直想要一个8英寸左右的墨水屏Android系统平板,kindle好像扩展性不强

5.3、新东方背单词

新东方背单词软件不同于普通模式的单词记忆工具,它提供了更为强大、更有方向的记忆手段使您每一次单词记忆都变的更有效率,本款为新东方背单词5.0下载,在原有基础上对常用词汇进行了更新,让你背起单词来更加事半功倍

功能:单词初记、单词复习、测验与游戏、书籍管理、笔记本管理

4款让你事半功倍的帮助背单词的趣味游戏:单词拆图、迷宫赛跑、单词速降和无敌枪手

可以让你解决在英语学习中最大的障碍,即英语单词的词汇量问题

发音标准,例句多,形式多样

六、提高英文水平的建议与资源

6.1、提高英文水平的个人建议

(1)、自己起一个英文名称,作为网名和登录名。

(2)、将自己电脑中的中文版或汉化软件换成英文版,可以挑战一下英文操作系统,建议从英文手机系统开始。

(3)、选择一本适合自己的计算机英文教材。

(4)、保证一年至少读1-2本原版影印的计算机书,并坚持读完。

(5)、上网尽量多访问英文技术论坛和网站。不使用汉化帮助。

(6)、在程序中使用英文名称,坚持不用中文或汉语拼音作为变量名、字段名、文件和文件夹名(上过中文路径当的朋友是不是深有同感)

(7)、每月至少看1-2部原版电影,双语初学,去字幕练习听力,反复。

(8)、每天坚持记录和复习遇到的生词,对于缩略语,一定要搞清楚每个英文字母的含义。

(9)、最重要的一条:相信自己能学会(世界上最难的中文你都可以学会英文肯定没问题),遇到英文不逃避、坚持、重复、再坚持(制定计划)。

(10)、以前一段时间我很喜欢去Youtube看新闻与自己喜欢的节目,主要是看评论,原汁原味,还很有趣;后来就被墙了...

欢迎更多建议与方法,谢谢了!

6.2、翻译与双语视频字幕网站

http://fanyi.baidu.com/ 百度翻译,比以前要进步很多了,可以选择意思

http://fanyi.youdao.com/ 有道翻译,计算翻译比较准确

http://translate.google.cn/ google翻译,老牌翻译,大,强,但这几年变化不大

http://www.yinbiao5.com 音标网,支持批量单词音标

http://dict.cn/ 海词,例句多

http://assrt.net/ 射手网 双语字幕

http://www.zimuku.net/ 字幕库

http://subhd.com/main Sub HD 字幕站

6.3、双语电影

原声外语电影、电视剧、视频节目等作为学习材料,进行口语、听力、词句等方面的学习,称为“看电影学英语”。原声电影的原汁原味、内容丰富多彩、人物口音各异、语言环境真实,非常有助于练就一口地道口语。为大家整理出来55部最适合学习英语的中英文动画电影,有完整电影视频+中英字幕:

疯狂原始人

魔法奇缘

个人认为看这些双语电影时尽量慢,一句看懂、听懂、反复看自己喜欢的几部

下载字幕更加清楚,也可以是其它的英语电影或喜欢的节目

如果需要这55部电影麻烦告诉我您的邮箱地址,不直接分享是版权问题,请理解。

6.4、用听的学英语与背单词

如果您每天上下班坐车时间很长,跑步或其它运动时可以利用碎片化的时间学习英语,这里有两个方法:

1、有很多手机App像《喜马拉雅山》、《蜻蜓》、《凤凰FM》等自媒体平台上有不少可以听着学英语的栏目

2、我以前还找到了一些听着背单词的mp3,感觉还可以,基础2000个,进阶3000个,共1.08G:

6.5、AI机器人聊天

一直在想现在人工智能发展这么快找一个陪你用外语聊天的机器人应该不难做到,果然有:

6.5.1、cleverbot 聪明机器人

网址:http://www.cleverbot.com/

有APP,有发音的,有些服务收费,用久了发现我们每个人的聊天记录在相互自助,不算太满意

6.5.2、andychatbot

http://andychatbot.com/

Easy way to start talking in English. Practice English with a friendly robot Andy. Study language by actually using it in a conversation. Take grammar lessons and learn new words every day!

可下载Android 及iOS 的版本,网页版则是直接结合Facebook Messenger 来使用,基本上就是一个FB 对话机器人的概念,不过跟他聊天你会发现还蛮生活化的,不会觉得很机器人的感觉。

如果你不安装应用的话,可以从官网的Messenger 按钮进入并和Andy 聊天了,跟他有对话后,其实就可以回到Facebook 的画面来,不一定要用那个画面。不论你想讲什么、问什么,都不用客气,也不用怕打错,用力的和机器人聊。

6.5.3、跟Aco學英語app

http://acobot.com/

這個集所有功能於一身的英語學習應用程序可以幫助你學習英語聽說讀寫,對話,發音,翻譯,語法和詞彙。現在,你不必上英語課程,就可以每天學習英語。你??不需要參加任何英語班,就可以接受英語教育。無論是英語閱讀還是英語書寫,你現在都可以免費學習!即刻開始吧!

GaGaMatch

类似的大家可以到应用市场或app store上搜索,应该不少,欢迎推荐,谢谢!

6.6、小程序

6.6.1、点学英语

这是一个非常好的小程序,有各种层次的英文阅读资料,支持查看单词意思,整段翻译,整段朗读,收藏单词,书签等功能。在微信中搜索“点学英语”就可以找到了,我非常推荐:

七、下载

百词斩:http://www.baicizhan.com/

单词统计:https://pan.baidu.com/s/1bTy84u

新东方背单词:https://pan.baidu.com/s/1jIn1e0e 密码: z4eg

单词统计高级Excel: https://pan.baidu.com/s/1pKWvWtd 密码: 7xpu

其它的背单词软件可以在软件市场搜索,如果实在找不到请给我留言!当然适合自己的才是最好的。

需要书籍《object-oriented-javascript.pdf》高清版本与中文翻译版的请留下您的邮箱,不上传的原因是版权问题,您也可以上网搜索。

如果需要这55部电影麻烦告诉我您的邮箱地址

第一批已发送完成,请大家查收,没有收到请留言,我再发一次,谢谢!

I love three things in this world,the sun ,the moon and you.The sun for the day,the moon for the night,and you forever! For the world you are somebody,but for somebody you are the world! I opend my wallet and found it empty,reached into my pocket and found a few coins,searched my life and I found you!Then I realized how rich I am. I drop a tear in the ocean and the day you find it is the day I will stop loving you ! People laugh and people cry,some say hi while some bye,some give up and some always try,others may forget you but never will I.

八、开发者英文网站集合

这是一份对开发者有用的英文网站清单,涉及到从初学者到行业大牛成长的方方面面,还有很多事英语学习的网站,请相信我,这些肯定会对你有所帮助的。

问答社区

  • Stack Overflow : subscribe to their weekly newsletter and any other topic which you find interesting
  • Quora : A place to share knowledge and better understand the world
  • Learn Anything : Community curated knowledge graph of best paths for learning anything
  • devRant : Community where you can rant and release your stress
  • Codementor : A mentorship community to learn from fellow developers via live 1:1 help and more.

新闻

初学者的编程练习

找找项目灵感

大牛的建议

编码规范

通用工具

  • regex101 : Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript
  • CodePen : Front End Developer Playground & Code Editor in the Browser

面试准备

视频

MOOCs

 Java

AI

学习写作

YouTube 频道

一些文章集合

播客

构建一个简单的编译器/解释器

教程

阅读他人的代码

  • LiveEdu.tv : screencast of people building application, websites, games, ect.

程序员须知

编程比赛

计算机图书

视频教程

在线编译

  • CodePad : Code editor to try, test and run 25+ languages
  • JSFiddle : Test your JavaScript, CSS, HTML or CoffeeScript with online code editor
  • Ideone.com : online compiler and debugging tool for more than 60 programming languages
  • Pastebin.com
  • Godbolt.org: Excellent tool for exploring the assembly output of different compilers with and without optimization.

一些不错的博客

英语学习

无聊时可以看看这些

  • r/ProgrammerHumor : Subreddit dedicated to exactly what it sounds like
  • Vsauce : The best youtube channel
  • TED : Great talks about technology, entertainment, and design
  • CrashCourse : small courses on various subjects
  • National Geographic : High volume of high quality content from all over the world
  • Barcroft TV : Daily short documentaries about the incredible variety of people that make up the world
  • ColdFusion : Past, present, and future of technology
  • SmarterEveryDay : Lots of amazing scientific information about the world around us, usually captured with a high-speed camera
  • SciShow : Answers to interesting questions that you’ve always wondered about
  • Big Think : Expert driven, actionable, educational content, featuring experts ranging from Bill Clinton to Bill Nye
  • Every Frame a Painting : High quality analysis of films and filmmaking
  • TestTube News : Interesting information about news from around the world
  • Reddit the front page of the internet : Where free time goes to die

九、双语字幕播放器

射手播放器最大的特色是可以自动下载字幕、开源、小巧。

射手播放器是由射手网(http://shooter.cn/)创建与维护的开源播放器项目。内核基于MPC、MPC-HC与ffmpeg。采用最新DirectX硬件加速技术,特有画面增益,清晰播放720p、1080p高清。是真正属于中文用户的开源播放器。

* H.264、x264、Divx、Xvid、RMVB、PMP、BIK、SCM ... 所有影音格式全能解码。 * 全面支持硬件高清加速:DXVA、DXVA2、EVR和CUDA * 智能化网络字幕匹配:抛弃浏览器,也不必再收集。只要一人播放过且同意共享,全球华人都可在启动播放的同时下载到恰好匹配影片的字幕。 * 双字幕显示,同时显示中英双语,共同学习提高。 * 被分割为多段的视频,可以直接使用未分割的字幕来播放。

很可惜射手网被和谐了:( 但射手影音还是可以用。

下载地址:https://www.splayer.org/

源码:https://github.com/tomasen/splayer

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2017-03-21 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 一、概要
  • 二、常用单词
    • 2.1、初级单词
      • 第一节
      • 第二节
      • 第三节
      • 第四节
      • 第五节
      • 第六节
      • 第七节
      • 第八节
      • 第九节
      • 第十节
      • 第十一节
      • 第十二节
      • 第十三节
      • 第十四节
      • 第十五节
      • 第十六节
    • 2.2、高级部分
    • 三、《Java语言程序设计》书中单词频率排行
    • 四、常见异常与错误翻译
      • 4.1、java中
        • 4.2、.NET中
        • 五、学习软件推荐
          • 5.1、百词斩 APP
            • 5.2、滴答双语阅读 APP
              • 5.3、新东方背单词
              • 六、提高英文水平的建议与资源
                • 6.1、提高英文水平的个人建议
                  • 6.2、翻译与双语视频字幕网站
                    • 6.3、双语电影
                      • 6.4、用听的学英语与背单词
                        • 6.5、AI机器人聊天
                          • 6.5.1、cleverbot 聪明机器人
                          • 6.5.2、andychatbot
                          • 6.5.3、跟Aco學英語app
                        • 6.6、小程序
                          • 6.6.1、点学英语
                      • 七、下载
                      • 八、开发者英文网站集合
                        • 问答社区
                          • 新闻
                            • 初学者的编程练习
                              • 找找项目灵感
                                • 大牛的建议
                                  • 编码规范
                                    • 通用工具
                                      • 面试准备
                                        • 视频
                                          • MOOCs
                                            •  Java
                                              • AI
                                                • 学习写作
                                                  • YouTube 频道
                                                    • 一些文章集合
                                                      • 播客
                                                        • 构建一个简单的编译器/解释器
                                                          • 教程
                                                            • 阅读他人的代码
                                                              • 程序员须知
                                                                • 编程比赛
                                                                  • 计算机图书
                                                                    • 视频教程
                                                                      • 在线编译
                                                                        • 一些不错的博客
                                                                          • 英语学习
                                                                            • 无聊时可以看看这些
                                                                            • 九、双语字幕播放器
                                                                            相关产品与服务
                                                                            数据库
                                                                            云数据库为企业提供了完善的关系型数据库、非关系型数据库、分析型数据库和数据库生态工具。您可以通过产品选择和组合搭建,轻松实现高可靠、高可用性、高性能等数据库需求。云数据库服务也可大幅减少您的运维工作量,更专注于业务发展,让企业一站式享受数据上云及分布式架构的技术红利!
                                                                            领券
                                                                            问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档