首页 > 代码库 > 一种绝对提高开发水平的方法

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

一、概要

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

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

如果做了多年开发的你发现自己的水平一直上不去,你要提高自己的英文水平了。

我周围的高水平的开发者英文都不差,官方API没问题。

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

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

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

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

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

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

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

技术分享

这本书有第二版了。

技术分享

上面是David翻译的。

二、常用单词

第一节

public[‘p?blik] 公共的,公用的

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

void:[v?id] 空的

main:[mein] 主要的 重要的

class:[klɑ:s] 类

system:[‘sist?m] 系统 方法

out:[aut] 出现 出外

print:[print ] 打印

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

oracle: [??:r?kl] 甲骨文公司

 

第二节

string:[stri?] 字符串类型

double:[‘d?bl] 双精度浮点型

int:[int] 整型

char:[t?ɑ:] 字符型

scanner:[‘skæn?] 接收输入

integer:[‘intid??]整数 整型

type:[taip]类型

 

第三节

Boolean:[‘bu:li:?n] 布尔类型真假二值

true:[tru:]真

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

if:[if] 如果

else:[els] 否则

simple:[‘simpl] 简单 单一体

 

第四节

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] 使转位 倒转

diamond:[‘dai?m?nd] 菱形

password:[‘pɑ:sw?:d] 密码 口令

 

第十节

change:[t?eind?] 交换 互换

password:[‘pɑ:sw?:d] 口令密码

administrator:[?d‘ministreit?] 管理员

initial:[i‘ni??l] 开始的最初的

class:[klɑ:s] 类

object:[‘?bd?ikt] 物体 对象

return:[ri‘t?:n] 返回

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] 开放

change:[t?eind?] 交换互换

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

三、《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    JDK58    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    printStackTrace126    calendar    40    日历127    random    40    随机128    callablestatement    39    CallableStatement129    applet    38    小程序130    fileoutputstream    38    FileOutputStream131    do    37    做132    iter    37    ITER133    printstream    37    可134    ps    37    PS135    reflect    37    反映136    stringbuffer    37    StringBuffer137    testscores    37    考试成绩138    classpath    36    类路径139    drivermanager    36    DriverManager140    radius    36    半径141    separator    36    分离器142    field    35    领域143    scanner    35    扫描仪144    testscoretable    35    testscoretable145    vector    34    矢量146    next    33    下一个147    box    32    箱148    conn    32    Conn149    count    32    计数150    flea    32    跳蚤151    getname    32    getName152    reader    32    读者153    runnable    32    可运行154    abc    31    ABC155    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    patternstr168    protected    29    受保护的169    put    29    放170    se    29    东南方171    ultraedit    29    UltraEdit172    world    29    世界173    d    28    D174    forname    28    forName175    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    C184    con    25    反对的论点185    dateformat    25    日期格式186    default    25    违约187    fileinputstream    25    文件输入流188    switch    25    转换189    arithmeticexception    24    算术异常190    clone    24    克隆191    col    24    Col192    example    24    例子193    execute    24    执行194    mm    24    mm195    myclass    24    MyClass196    per    24    每197    sex    24    性别198    abreed    23    abreed199    b    23    B200    ball    23    球201    compareto    23    通过对比202    getconnection    23    getConnection203    getstring    23    getString204    oracle    23    神谕205    score    23    分数206    throwable    23    Throwable207    treeset    23    TreeSet208    alllist    22    alllist209    dataarr    22    dataarr210    err    22    犯错211    getxxx    22    getXXX212    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    EE225    getclass    20    getClass226    gregoriancalendar    20    公历227    newinstance    20    一个实例228    teacher    20    老师229    throw    20    扔230    volatile    20    不稳定的231    classvar    19    classvar232    cstmt    19    cstmt233    doc    19    doc234    ename    19    员工姓名235    instancevar    19    instancevar236    objectoutputstream    19    对象237    sequence    19    序列238    sync    19    同步239    table    19    桌子240    write    19    写241    ab    18    AB242    after    18    之后243    deprecated    18    过时的244    hasnext    18    hasNext245    html    18    HTML246    john    18    厕所247    nextint    18    nextInt248    objectinputstream    18    对象输入流249    row    18    行250    select    18    选择251    sortedset    18    SortedSet252    target    18    目标253    training    18    训练254    week    18    周255    writer    18    作家256    yyyy    18    年份257    at    17    在258    awt    17    AWT259    bufferedreader    17    BufferedReader260    constructor    17    构造函数261    driver    17    司机262    first    17    第一263    jvm    17    JVM264    manager    17    经理265    pstmt    17    pstmt266    runtime    17    运行时267    setx    17    SETX268    values    17    价值观269    addall    16    所有270    case    16    案例271    cpu    16    CPU272    data    16    数据273    executequery    16    ExecuteQuery274    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    bigeardog286    caught    15    抓住了287    cloneable    15    可复制的288    cons    15    欺骗289    dd    15    DD290    filewriter    15    FileWriter291    from    15    从292    helloworldapp    15    helloworldapp293    hp    15    惠普294    mo    15    瞬间295    path    15    路径296    setname    15    集名称297    syncthread    15    syncthread298    zhinangtuan    15    zhinangtuan299    zs    15    ZS300    a    14    一301    apple    14    苹果302    cd    14    CD303    ch    14    中国304    datainputstream    14    输入流305    dataoutputstream    14    DataOutputStream306    dos    14    DOS307    ex    14    前任308    externalizable    14    Externalizable309    getresultset    14    getresultset310    getupdatecount    14    getupdatecount311    hashcode    14    hashCode312    isalive    14    IsAlive313    iso    14    ISO314    net    14    网315    pos    14    销售时点情报系统316    remove    14    去除317    retentionpolicy    14    retentionpolicy318    setstring    14    如果319    sety    14    塞提320    yourpet    14    你的宠物321    and    13    和322    conversions    13    转换323    documented    13    记录324    elementtype    13    ElementType325    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    executeUpdate338    fruitcolor    12    果实着色339    ibm    12    IBM340    id    12    身份证件341    inherited    12    继承342    interview    12    采访343    invoke    12    援引344    layegg    12    layegg345    lib    12    lib346    objectholder    12    objectholder347    ois    12    OIS348    oos    12    OOS349    org    12    org350    pm    12    下午351    sortedmap    12    建模352    stack    12    堆栈353    timer    12    定时器354    variable    12    变量355    append    11    追加356    by    11    通过357    createstatement    11    createstatement358    entered    11    进入359    exit    11    出口360    flag    11    旗帜361    getmoreresults    11    getMoreResults362    getx    11    模拟X363    gety    11    盖蒂364    hashset    11    容器365    http    11    HTTP366    i    11    我367    info    11    信息368    inputstreamreader    11    inputstreamreader369    introduce    11    介绍370    jointhread    11    jointhread371    lxh    11    勒时372    matches    11    比赛373    member    11    成员374    microsoft    11    微软375    mypackage    11    mypackage376    s    11    S377    scan    11    扫描378    setxxx    11    setXXX379    title    11    标题380    transient    11    瞬态381    unicode    11    Unicode382    volume    11    体积383    y    11    Y384    apoint    10    点385    applecolor    10    applecolor386    applename    10    applename387    arithmetic    10    算术388    atype    10    A型389    buf    10    buf390    bytearrayinputstream    10    从字节数组读取的输入流391    collectionsdemo    10    collectionsdemo392    column    10    柱393    empid    10    舞虻394    enum    10    枚举395    getbytes    10    其中396    getcount    10    getCount397    getmessage    10    GetMessage398    indexof    10    指数399    init    10    初始化400    interruptedexception    10    InterruptedException401    jack    10    杰克402    kvill    10    kvill403    linkedlist    10    双链表404    nested    10    嵌套405    notify    10    通知406    paramlist    10    paramlist407    petoutput    10    petoutput408    printpoint    10    printpoint409    receive    10    接收410    registeroutparameter    10    registeroutparameter411    round    10    圆412    sayhello    10    打招呼413    subclass    10    子类414    suppresswarnings    10    suppresswarnings415    suspend    10    暂停416    th    10    TH417    val    10    瓦尔418    xcenter    10    xcenter419    ycenter    10    ycenter420    zcenter    10    zcenter421    address    9    地址422    am    9    是423    arrayname    9    数组名424    ascii    9    ASCII码425    birthdate    9    出生日期426    break    9    打破427    classcastexception    9    ClassCastException428    creator    9    造物主429    delete    9    删除430    digit    9    数字431    filereader    9    FileReader432    format    9    格式433    gui    9    GUI434    interrupt    9    打断435    listiterator    9    ListIterator436    methodname    9    方法名437    newcentury    9    新世纪438    output    9    输出439    outputstreamwriter    9    outputstreamwriter440    post    9    邮递441    preparestatement    9    preparestatement442    sales    9    出售443    serialversionuid    9    serialVersionUID444    setint    9    setint445    sleepthread    9    sleepthread446    soft    9    软的447    source    9    来源448    staticsyncblock    9    staticsyncblock449    stuname    9    stuname450    theanimal    9    动物451    tryblocktest    9    tryblocktest452    watt    9    瓦453    xml    9    XML454    zero    9    零455    again    8    再一次456    animaltest    8    动物实验457    apos    8    APOS458    appleservice    8    appleservice459    before    8    之前460    birthday    8    生日461    bytearrayoutputstream    8    写入字节数组的输出流462    callme    8    我打电话463    color    8    颜色464    commit    8    犯罪465    db    8    DB466    dbconnection    8    类467    die    8    死亡468    dis    8    数字化信息系统469    filenotfoundexception    8    不要为470    fromindex    8    从指标471    fruitname    8    fruitname472    full    8    满的473    getage    8    getAge474    getmethod    8    方法475    getmodifiers    8    getmodifiers476    helloeducation    8    helloeducation477    helloworld    8    HelloWorld478    hh    8    HH479    home    8    家480    inout    8    INOUT481    jar    8    罐子482    listvalues    8    listvalues483    localhost    8    本地服务器484    medium    8    中等的485    mydb    8    mydb486    n    8    n487    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    TINYINT499    toarray    8    toArray500    trace    8    追踪501    update    8    更新502    userid    8    用户标识符503    x    8    X504    xxx    8    XXX505    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    FMT521    gbk    7    GBK522    generated    7    生成523    getclassvar    7    getclassvar524    getinstancevar    7    getinstancevar525    getint    7    返回一个值526    getobject    7    GetObject527    getter    7    吸气剂528    girl    7    女孩529    gram    7    克530    inc    7    股份有限公司531    lastindexof    7    字符串532    listfiles    7    listfiles533    ls    7    LS534    methods    7    方法535    mypet    7    我的宠物536    newball    7    newball537    objectinput    7    objectinput538    objectoutput    7    objectoutput539    one    7    一540    or    7    或541    ounces    7    盎司542    petchoice    7    petchoice543    preparecall    7    preparecall544    property    7    财产545    pt    7    PT546    ptvalue    7    什么547    res    7    物件548    resume    7    简历549    sample    7    样品550    sdf    7    自卫队551    setaccessible    7    设置为可访问552    setobject    7    setobject553    setter    7    二传手554    show    7    显示555    species    7    物种556    sqlserver    7    数据库557    sqrt    7    sqrt558    stub    7    树桩559    stubean    7    stubean560    sybase    7    Sybase561    todo    7    待办事项562    treesetdemo    7    treesetdemo563    userbo    7    userbo564    var    7    VaR565    writeobject    7    writeObject566    xxxx    7    XXXX567    zerodividexception    7    zerodividexception568    button    6    按钮569    change    6    改变570    chars    6    字符571    chihuahua    6    奇瓦瓦572    chinese    6    中国人573    create    6    创造574    dateformatsymbols    6    dateformatsymbols575    displayname    6    DisplayName576    dosomething    6    做的事577    eclipse    6    日食578    elements    6    元素579    empno    6    工号580    enter    6    进入581    examscore    6    考试成绩表582    filedemo    6    filedemo583    foreach    6    foreach584    fruitprovider    6    fruitprovider585    gc    6    气相色谱法586    generic    6    通用587    getbyte    6    getbyte588    getinstance    6    getInstance589    gnasher    6    咬人的590    hashtable    6    哈希表591    holder    6    持有人592    inches    6    英寸593    inner    6    内部的594    isempty    6    是空的595    isinterrupted    6    isinterrupted596    jiangker    6    jiangker597    lifecycle    6    生命周期598    localpoint    6    localpoint599    lxb    6    LXB600    memory    6    记忆601    methodtype    6    methodtype602    mike    6    迈克603    modifier    6    改性剂604    move    6    移动605    oldpoint    6    oldpoint606    outer    6    外面的607    parseexception    6    ParseException608    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    RT617    sal    6    萨尔618    second    6    第二619    sequencenumber    6    序列号620    serdemo    6    serdemo621    showtaste    6    showtaste622    sqlexception    6    错误623    ss    6    SS624    stringarray    6    stringarray625    systemdemo    6    systemdemo626    tan    6    棕褐色的627    ton    6    吨628    treemap    6    树状图629    unknown    6    未知的630    usernotfoundexception    6    usernotfoundexception631    varchar    6    varchar632    wombat    6    袋熊633    aduck    5    鸭子634    annotatedelement    5    annotatedelement635    anobject    5    一个对象636    apet    5    APET637    appleprovider    5    appleprovider638    appletviewer    5    APPLETVIEWER639    be    5    是640    blog    5    博客641    booktypelist    5    booktypelist642    bos    5    BOS643    bounds    5    界限644    can    5    可以645    classes    5    类646    clonenotsupportedexception    5    clonenotsupportedexcept647    datainput    5    数据输入648    declare    5    声明649    division    5    分开650    element    5    要素651    employeetest    5    employeetest652    exceptiondemo    5    exceptiondemo653    executing    5    执行654    expression    5    表达655    f    5    F656    fieldname    5    字段名657    filed    5    提出658    flush    5    脸红659    flushable    5    可冲洗660    foo    5    Foo661    fred    5    弗莱德662    fruits    5    水果663    general    5    一般的664    getannotation    5    getannotation665    getconstructors    5    getconstructors666    getfield    5    GetField667    getsex    5    获得性别668    gettime    5    获取时间669    informix    5    Informix670    insert    5    插入671    instance    5    实例672    intarray    5    参数673    internet    5    互联网674    interrupted    5    打断675    intersecta    5    intersecta676    intro    5    简介677    isannotationpresent    5    isannotationpresent678    jdbcodbcdriver    5    JdbcOdbcDriver中的一个JDBC驱动679    kit    5    配套元件680    limit    5    限制681    linux    5    Linux682    message    5    消息683    methodoverloading    5    methodoverloading684    microsystems    5    微系统685    moon    5    月亮686    more    5    更多687    my    5    我的688    myage    5    myAge689    newarr    5    newarr690    numberformatexception    5    出现691    old    5    古老的692    oldsphere    5    oldsphere693    ouncetogram    5    ouncetogram694    populate    5    填充695    printdog    5    printdog696    printf    5    printf697    readchar    5    readChar698    readobject    5    readObject699    replaceall    5    简单的700    rfc    5    RFC701    rollback    5    回降702    sa    5    SA703    setage    5    setage704    setout    5    四705    standard    5    标准706    ten    5    十707    testscore    5    成绩708    testscorse    5    testscorse709    thepets    5    宠物710    tin    5    锡711    tuesday    5    星期二712    types    5    类型713    unchecked    5    选中714    utf    5    UTF715    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    annotationclass725    anotherstring    4    anotherstring726    appendtail    4    appendtail727    aspaniel    4    aspaniel728    atlas    4    阿特拉斯729    base    4    基础730    begins    4    开始731    binarysearch    4    二732    bis    4    二733    bo    4    博734    bw    4    BW735    character    4    性格736    charat    4    charAt737    charsequence    4    字符序列738    classnotfoundexception    4    时抛出739    clear    4    清楚的740    closeconnection    4    密切的联系741    colorprinter    4    colorprinter742    comparator    4    比较器743    compute    4    计算744    continue    4    持续745    core    4    核心746    counter    4    柜台747    createnewfile    4    创建空文件748    createsphere    4    创建球体对象749    databasemetadata    4    databasemetadata750    datatype    4    数据类型751    ddl    4    DDL752    does    4    做753    dreadfulproblemexception    4    dreadfulproblemexception754    dser    4    DSER755    e    4    E756    emp    4    EMP757    entryset    4    entrySet758    equal    4    平等的759    equalsignorecase    4    equalsignorecase760    fang    4    方761    findbyid    4    findById762    firstleveltitle    4    firstleveltitle763    fontcolor    4    字体颜色764    form    4    形式765    fruitlist    4    fruitlist766    fw    4    FW767    gb    4    GB768    getarea    4    GetArea769    getcirclearea    4    getcirclearea770    getdeclaredconstructors    4    getdeclaredconstructors771    getdeclaredfields    4    getdeclaredfields772    getkey    4    getkey773    getlength    4    长度774    getproperties    4    预775    getsquare    4    getsquare776    gettestdata    4    gettestdata777    getvalue    4    GetValue778    getvar    4    getVar779    gmt    4    GMT780    goes    4    去781    good    4    好的782    goto    4    goto783    graphics    4    绘图784    green    4    绿色785    hashmapdemo    4    hashmapdemo786    headset    4    头戴式耳机787    hellothread    4    hellothread788    ide    4    石斑鱼类789    inch    4    英寸790    inchtomm    4    inchtomm791    increment    4    增量792    infoimp    4    infoimp793    initially    4    最初794    inputstreamdemo    4    inputstreamdemo795    insensitive    4    不敏感796    it    4    它797    jre    4    JRE798    june    4    六月799    locales    4    区域设置800    meta    4    元801    millis    4    球磨机802    minutes    4    分钟803    myannotation    4    myannotation804    netscape    4    Netscape805    not    4    不806    o    4    o807    off    4    远离的808    on    4    在809    ounce    4    盎司810    param    4    参数811    parent    4    起源812    parse    4    解析813    passtest    4    passtest814    pat    4    拍打815    pc    4    PC816    perl    4    Perl817    price    4    价格818    priv    4    证人819    processs    4    过程820    provider    4    供应商821    readline    4    readline822    rectangle    4    矩形823    removeall    4    全部824    rmb    4    人民币825    rowcount    4    行数826    salemanager    4    销售经理827    ser    4    SER828    setbyte    4    setbyte829    seterr    4    seterr830    setsex    4    setsex831    statements    4    声明832    stringarraylist    4    stringarraylist833    strtmp    4    strtmp834    styles    4    款式835    sublist    4    子列表836    subset    4    子集837    substring    4    子串838    sysprops    4    sysprops839    t    4    T840    tag    4    标签841    tailset    4    尾跟位842    than    4    比843    theradius    4    半径844    timertask    4    TimerTask845    tm    4    TM846    toon    4    香椿847    tryinitializetion    4    tryinitializetion848    unix    4    UNIX849    use    4    使用850    valueof    4    价值851    variabledemo    4    variabledemo852    variablename    4    变量名853    varname    4    变量名854    watts    4    瓦855    web    4    网状物856    weekdays    4    平日857    xdelto    4    xdelto858    xend    4    Xen859    xstart    4    xStart860    xval    4    xVal861    ydelto    4    ydelto862    yend    4    yEnd863    your    4    你的864    ystart    4    ystart865    yval    4    yval866    z    4    Z867    aaa    3    AAA868    abcd    3    ABCD869    abstractlist    3    abstractlist870    abstractset    3    abstractset871    access    3    接近872    aeiou    3    可873    analysesale    3    analysesale874    annotations    3    注释875    annotion    3    注释876    ansi    3    ANSI877    answer    3    回答878    apis    3    API879    appendreplacement    3    appendreplacement880    are    3    是881    arraydemo    3    arraydemo882    arraystoreexception    3    数组存储异常883    as    3    作为884    bar    3    酒吧885    basic    3    基本的886    baz    3    巴兹887    bin    3    箱子888    black    3    黑色889    borland    3    Borland890    bufferedwriter    3    BufferedWriter891    caller    3    来电892    circus    3    马戏团893    columns    3    柱894    computationdemo    3    computationdemo895    containskey    3    containsKey896    containsvalue    3    containsvalue897    conversionfactors    3    转换因子898    daffy    3    傻乎乎的899    databasename    3    数据库名称900    ddd    3    DDD901    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    dstbegin911    dynamic    3    动态912    empty    3    空的913    ending    3    结束914    enumeration    3    枚举915    event    3    事件916    exceptionlist    3    ExceptionList917    exceptiontype    3    基础918    exists    3    存在919    fido    3    FIDO920    files    3    文件夹921    filterinputstream    3    filterinputstream922    filteroutputstream    3    filteroutputstream923    firstkey    3    FIRSTKEY924    free    3    自由的925    freememory    3    freememory926    fruitrun    3    fruitrun927    getasciistream    3    getasciistream928    getbigdecimal    3    getbigdecimal929    getchars    3    GetChars930    getdateinstance    3    getDateInstance931    getdeclaredfield    3    getdeclaredfield932    getdisplaynames    3    getdisplaynames933    getename    3    getename934    getflea    3    getflea935    getparametertypes    3    getparametertypes936    getproperty    3    getProperty937    group    3    组938    height    3    高度939    hour    3    小时940    hours    3    小时941    hptowatt    3    hptowatt942    human    3    人类943    ifdemo    3    ifdemo944    information    3    信息945    initialize    3    初始化946    intes    3    展博947    intranet    3    Intranet948    isdirectory    3    判断目录949    item    3    项目950    january    3    一月951    juin    3    六月952    jul    3    7月953    july    3    七月954    keyset    3    键盘955    lastkey    3    lastkey956    level    3    水平957    lili    3    莉莉958    linel    3    1959    log    3    日志960    logical    3    符合逻辑的961    loopdemo    3    loopdemo962    mon    3    周一963    mooon    3    月亮964    myarea    3    myarea965    myrunnable    3    myrunnable966    mysql    3    MySQL967    names    3    名称968    nextfloat    3    nextfloat969    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    paramtypes982    pass    3    通过983    pathseparator    3    PathSeparator984    poodle    3    贵宾犬985    postgresql    3    PostgreSQL986    pounds    3    英镑987    poundtogram    3    poundtogram988    power    3    权力989    program    3    程序990    queue    3    队列991    readint    3    readInt992    realj    3    realj993    reverse    3    颠倒994    root    3    根995    rose    3    玫瑰996    running    3    运行997    salary    3    薪水998    scannerdemo    3    scannerdemo999    setclassvar    3    setclassvar1000    setename    3    setename1001    setfield    3    SetField1002    setinstancevar    3    setinstancevar1003    setlong    3    setlong1004    shopping    3    购物1005    sign    3    签名1006    sina    3    新浪1007    smallint    3    短整型1008    something    3    某物1009    sort    3    分类1010    sqlserverdriver    3    sqlserverdriver1011    square    3    广场1012    srcbegin    3    srcbegin1013    ssoft    3    ssoft1014    st    3    ST1015    stuage    3    stuage1016    students    3    学生1017    stusex    3    stusex1018    sunday    3    星期日1019    suppresswarnnings    3    suppresswarnnings1020    swap    3    互换1021    swing    3    摆动1022    syncblock    3    syncblock1023    take    3    拿1024    technetwork    3    TechNetwork1025    that    3    那个1026    thisdate    3    所1027    threadflag    3    threadflag1028    threadinterrupt    3    #NAME?1029    tolowercase    3    toLowerCase1030    totalmemory    3    totalmemory1031    ttt    3    TTT1032    twodigithours    3    twodigithours1033    typeid    3    typeid1034    updatemax    3    updatemax1035    userprinter    3    userprinter1036    using    3    使用1037    wasnull    3    wasnull1038    watttohp    3    watttohp1039    width    3    宽度1040    win    3    赢1041    with    3    具有1042    worker    3    工人1043    writechar    3    writeChar1044    yy    3    YY1045    zones    3    区1046    abyssinian    2    阿比西尼亚1047    accounts    2    账户1048    acme    2    极致1049    across    2    穿过1050    addfirst    2    addfirst1051    addr    2    地址1052    aeio    2    AEIO1053    allaire    2    阿莱尔1054    allsub    2    所有的1055    anotherobj    2    anotherobj1056    appendable    2    可追加1057    arraycopy    2    数组复制1058    arraylistdemo    2    arraylistdemo1059    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    beginIndex1068    bigdecimal    2    BigDecimal1069    bill    2    账单1070    boon    2    恩1071    bread    2    面包1072    buck    2    巴克1073    buff    2    浅黄色1074    bule    2    布列1075    cafe    2    咖啡馆1076    calculatesalary    2    calculatesalary1077    capacity    2    容量1078    cast    2    铸造1079    catalog    2    目录1080    catherine    2    凯瑟琳1081    cause    2    原因1082    cbuf    2    控制块更新设施1083    ccc    2    CCC1084    changed    2    改变1085    changeint    2    changeint1086    changeobjvalue    2    changeobjvalue1087    changeradius    2    changeradius1088    charsetdemo    2    charsetdemo1089    child    2    小孩1090    china    2    瓷器1091    classbean    2    classbean1092    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    concat1100    connect    2    连接1101    const    2    const1102    containsall    2    包含所有1103    contents    2    内容1104    converionfactors    2    converionfactors1105    createarray    2    createarray1106    createthread    2    CreateThread1107    currentthread    2    设置1108    custno    2    custno1109    cx    2    CX1110    datails    2    详情1111    dbnet    2    dbnet1112    dce    2    DCE1113    defaultdbvalue    2    defaultdbvalue1114    dest    2    DeST1115    dispatch    2    派遣1116    dns    2    DNS1117    doctest    2    doctest1118    doesn    2    不1119    don    2    大学教师1120    done    2    完成1121    down    2    向下1122    drawstring    2    束带1123    drop    2    滴1124    dst    2    DST1125    ea    2    EA1126    eat    2    吃1127    edt    2    美国东部时间1128    eee    2    EEE1129    ejb    2    EJB1130    elementdata    2    elementdata1131    emptylist    2    emptylist1132    emptyset    2    emptyset1133    encoding    2    编码1134    enterprise    2    企业1135    environment    2    环境1136    era    2    时代1137    exceptionname    2    exceptionname1138    exceptions    2    例外1139    expressions    2    表达1140    fd    2    FD1141    fieldvalue    2    值1142    financemanager    2    财务经理1143    forget    2    忘记1144    formatted    2    格式化1145    fortran    2    FORTRAN1146    found    2    建立1147    friday    2    星期五1148    fromelement    2    fromelement1149    fromkey    2    关键1150    fruitinfoutil    2    fruitinfoutil1151    garbage    2    垃圾1152    gbc    2    GBC1153    getannotations    2    getannotations1154    getapplecolor    2    getapplecolor1155    getapplename    2    getapplename1156    getareatest    2    getareatest1157    getbinarystream    2    getbinarystream1158    getbreed    2    getbreed1159    getdatetimeinstance    2    getdatetimeinstance1160    getdeclaredmethod    2    getdeclaredmethod1161    getdisplayname    2    getdisplayname1162    getfields    2    getfields1163    getfloat    2    getFloat1164    getfruit    2    getfruit1165    getfruitinfo    2    getfruitinfo1166    getfuncname    2    getfuncname1167    getid    2    getID1168    getindex    2    getindex1169    getinterfaces    2    getinterfaces1170    getmodifier    2    getmodifier1171    getruntime    2    getRuntime1172    getstuaddress    2    getstuaddress1173    getstuage    2    getstuage1174    getstuclass    2    getstuclass1175    getstuname    2    getstuname1176    getstupasswd    2    getstupasswd1177    getstuphone    2    getstuphone1178    getsuperclass    2    getsuperclass1179    gettype    2    方法1180    getunicodestream    2    getunicodestream1181    getuserid    2    getuserid1182    getusers    2    GetUsers1183    getweekdays    2    getweekdays1184    gm    2    通用汽车公司1185    google    2    谷歌1186    grape    2    葡萄1187    has    2    有1188    hasnextfloat    2    hasnextfloat1189    hasnextint    2    hasnextint1190    he    2    他1191    headmap    2    headmap1192    heap    2    堆1193    here    2    在这里1194    herinterface    2    herinterface1195    hi    2    你好1196    hibyte    2    高位字节1197    hotspot    2    热点1198    how    2    怎样1199    identifier    2    标识符1200    illustrate    2    说明1201    inside    2    里面1202    interfacenamelist    2    interfacenamelist1203    interfaces    2    接口1204    introspection    2    反思1205    iteratordemo    2    iteratordemo1206    j    2    J1207    jan    2    简1208    jsf    2    JSF1209    jsp    2    JSP1210    juni    2    Juni1211    just    2    只是1212    kawa    2    卡瓦1213    keys    2    钥匙1214    last    2    最后的1215    libtest    2    libtest1216    linetest    2    在线考试1217    loader    2    装载机1218    local    2    地方的1219    mdb    2    MDB1220    membertest    2    membertest1221    metadata    2    元数据1222    methodl    2    方法1223    methodoverloadingtest    2    methodoverloadingtest1224    micro    2    微型的1225    min    2    min1226    mis    2    管理信息系统1227    mkdir    2    mkdir1228    mmm    2    嗯1229    monday    2    星期一1230    mono    2    单1231    myball    2    myball1232    mydate    2    创建1233    myinterface    2    myinterface1234    mystring    2    mystring1235    nanos    2    Nano1236    netbeans    2    NetBeans1237    newstr    2    纽世达1238    nodbcolumn    2    nodbcolumn1239    nonstatic    2    非静态1240    notifyall    2    notifyAll1241    now    2    现在1242    numbers    2    数1243    numchars    2    numchars1244    nums    2    号1245    objectname    2    对象1246    objectstreamconstants    2    objectstreamconstants1247    oboy    2    oboy1248    orange    2    橙色1249    orcl    2    Oracle1250    oro    2    奥罗1251    outputstreamdemo    2    outputstreamdemo1252    pacific    2    太平洋1253    parseint    2    parseInt1254    pathname    2    路径名1255    payable    2    应付的1256    pda    2    PDA1257    pdt    2    PDT1258    pipedoutputstream    2    输出管道1259    poundsweight    2    poundsweight1260    press    2    按1261    prevent    2    防止1262    prices    2    价格1263    printdemo    2    printdemo1264    printin    2    印刷1265    python    2    蟒蛇1266    rawtypes    2    rawtypes1267    readerdemo    2    readerdemo1268    readexternal    2    readexternal1269    readfloat    2    readfloat1270    ref    2    裁判1271    repeatdemo    2    repeatdemo1272    replace    2    代替1273    represents    2    代表1274    reset    2    复位1275    retainall    2    retainAll1276    retentionpoicy    2    retentionpoicy1277    revisetotal    2    revisetotal1278    robin    2    罗宾1279    roll    2    卷1280    ruby    2    红宝石1281    runtimeexception    2    RuntimeException1282    saturday    2    星期六1283    see    2    看见1284    semicolon    2    分号1285    setapplecolor    2    setapplecolor1286    setapplename    2    setapplename1287    setdemo    2    setdemo1288    setfuncname    2    setfuncname1289    setseed    2    setseed1290    settime    2    编码电路1291    setusers    2    setusers1292    setvar    2    设置变量1293    sj    2    SJ1294    sm    2    SM1295    software    2    软件1296    sophisticated    2    复杂的1297    sparc    2    SPARC1298    sss    2    SSS1299    startindex    2    startIndex1300    strdate    2    strdate1301    strsql    2    如何1302    studentdao    2    studentdao1303    studio    2    工作室1304    study    2    学习1305    styletext    2    styletext1306    subc    2    小组委员会1307    submap    2    子图1308    superclassname    2    superclassname1309    supplied    2    提供1310    suppresswarning    2    suppresswarning1311    symantec    2    赛门铁克1312    tab    2    标签1313    tailmap    2    tailmap1314    task    2    任务1315    testtable    2    数据1316    textpad    2    TextPad1317    thefirstclass    2    thefirstclass1318    thefirstinterface    2    thefirstinterface1319    them    2    他们1320    thepoint    2    点1321    there    2    那里1322    thesecondclass    2    thesecondclass1323    thethrow    2    thethrow1324    thin    2    薄的1325    threadname    2    threadname1326    three    2    三1327    thursday    2    星期四1328    timezone    2    时区1329    toelement    2    toelement1330    toindex    2    指数1331    tokey    2    东京1332    tomcat    2    Tomcat1333    total    2    全部的1334    touppercase    2    toUpperCase1335    tpn    2    TPN1336    twodimarraydemo    2    twodimarraydemo1337    typespecifier    2    typespecifier1338    up    2    向上的1339    updatetesttable    2    updatetesttable1340    us    2    我们1341    usage    2    使用1342    usedelimiter    2    usedelimiter1343    v    2    v1344    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    WinRAR1353    worldwide    2    全世界1354    writechars    2    writechars1355    writeexternal    2    writeExternal1356    writeint    2    writeint1357    writerdemo    2    writerdemo1358    xlint    2    xlint1359    xx    2    XX1360    abbreviated    1    缩写1361    abcde    1    ABCDE1362    ability    1    能力1363    abstractcollection    1    收集的1364    account    1    解释1365    addressname    1    addressname1366    addstu    1    addstu1367    admin    1    管理员1368    ado    1    ADO1369    affected    1    影响1370    affter    1    自从1371    against    1    反对1372    alaways    1    永远1373    alietr    1    alietr1374    american    1    美国人1375    amount    1    数量1376    andressen    1    市安迪森1377    animale    1    动物1378    annotaton    1    annotaton1379    another    1    另一个1380    anotherdate    1    anotherdate1381    app    1    应用程序1382    appli    1    应用1383    applypattern    1    applypattern1384    april    1    四月1385    araylis    1    araylis1386    area    1    地区1387    arefieldsset    1    arefieldsset1388    arg    1    精氨酸1389    argument    1    论点1390    arithmentic    1    算术1391    arithmeticfxception    1    arithmeticfxception1392    aritnmetic    1    aritnmetic1393    asp    1    ASP1394    assert    1    断言1395    assign    1    分配1396    august    1    八月1397    available    1    可获得的1398    axithmeticexeeption    1    axithmeticexeeption1399    baen    1    弛1400    baidu    1    百度1401    balanceaccount    1    结算1402    ballvolume    1    ballvolume1403    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    Bon1413    born    1    出生1414    boston    1    波士顿1415    bound    1    跳跃1416    breadfulproblemexception    1    breadfulproblemexception1417    bridge    1    桥1418    buffer    1    缓冲区1419    buffered    1    缓冲1420    bufferedinputstream    1    BufferedInputStream1421    bufferedoutput    1    bufferedoutput1422    bufferedoutputstream    1    缓冲输出流1423    bufferedreaderdemo    1    bufferedreaderdemo1424    bufferinputstream    1    bufferinputstream1425    bufferoutputstream    1    bufferoutputstream1426    buin    1    布因1427    bun    1    包子1428    byn    1    N1429    bynn    1    bynn1430    bytearraydemo    1    bytearraydemo1431    bytecode    1    字节码1432    bytes    1    字节1433    ca    1    CA1434    cachesize    1    CacheSize1435    cancel    1    取消1436    cannot    1    不能1437    canversivnfactors    1    canversivnfactors1438    capture    1    捕获1439    cation    1    阳离子1440    caughr    1    caughr1441    ceo    1    首席执行官1442    characterencoding    1    字符编码1443    characters    1    字符1444    charset    1    字符集1445    check    1    检查1446    checkforcomodification    1    checkforcomodification1447    chm    1    chm1448    chp    1    热电联产1449    cio    1    CIO1450    circle    1    圆圈1451    classloader    1    类加载器1452    classmethod    1    类1453    classtype    1    类类别1454    clause    1    条款1455    clean    1    清洁的1456    clearparameters    1    clearparameters1457    cli    1    CLI1458    clonable    1    可克隆的1459    collectian    1    收集1460    collector    1    收藏家1461    command    1    命令1462    compaq    1    康柏1463    comparableobjectholder    1    comparableobjectholder1464    compare    1    比较1465    compared    1    相比1466    compares    1    比较1467    componenttype    1    成分类型1468    computedata    1    computedata1469    computeinterest    1    computeinterest1470    computer    1    计算机1471    conditional    1    有条件的1472    connectivity    1    连接1473    conrrersionfactors    1    conrrersionfactors1474    constant    1    常数1475    consumer    1    消费者1476    conversianfactars    1    conversianfactars1477    conversianfactors    1    conversianfactors1478    conversinnfactors    1    conversinnfactors1479    conversionfactaors    1    conversionfactaors1480    corrected    1    修正1481    country    1    国家1482    covariant    1    协变1483    coversionfactors    1    coversionfactors1484    creditcardbalance    1    creditcardbalance1485    creditlimit    1    信用卡额度1486    cupertino    1    苹果1487    custbirth    1    custbirth1488    custscore    1    custscore1489    dat    1    DAT1490    database    1    数据库1491    datainputstreamdemo    1    datainputstreamdemo1492    dataoutputstreamdemo    1    dataoutputstreamdemo1493    datearray    1    datearray1494    daylight    1    日光1495    dbo    1    dbo1496    dbq    1    DBQ1497    dcenaming    1    dcenaming1498    dead    1    死去的1499    december    1    十二月1500    decimal    1    十进制的1501    decimalformat    1    DecimalFormat1502    defaul    1    默认的1503    defineclass    1    defineclass1504    deprecation    1    贬低1505    derivation    1    推导1506    derived    1    衍生1507    destpos    1    destpos1508    df    1    DF1509    dienstag    1    星期二1510    direct    1    直接的1511    dirty    1    肮脏的1512    displaydata    1    显示数据1513    diviser    1    因子1514    divisir    1    divisir1515    dock    1    码头1516    doe    1    雌鹿1517    donald    1    唐纳德1518    downloads    1    下载1519    earth    1    地球1520    edu    1    edu1521    education    1    教育1522    egg    1    鸡蛋1523    eider    1    羽绒1524    ellison    1    埃里森1525    emptymap    1    emptymap1526    endindex    1    停止页1527    english    1    英语1528    ensurecapacityinternal    1    ensurecapacityinternal1529    entexed    1    entexed1530    entrylevel    1    入门级1531    environments    1    环境1532    equivalent    1    相等的1533    everest    1    珠峰1534    exam    1    考试1535    examine    1    检查1536    exceptiontypel    1    exceptiontypel1537    exec    1    exec1538    exeception    1    例外1539    executeupdatestoredprocedure    1    executeupdatestoredprocedure1540    execution    1    执行1541    extensioncase    1    extensioncase1542    fallthrough    1    fallthrough1543    february    1    二月1544    fileoutput    1    FileOutput1545    fillinstacktrack    1    fillinstacktrack1546    filllnstacktrack    1    filllnstacktrack1547    fillnatacktrace    1    fillnatacktrace1548    fillstacktrack    1    fillstacktrack1549    finalclassname    1    finalclassname1550    findcolumn    1    findcolumn1551    findstulist    1    findstulist1552    fine    1    好的1553    fix    1    修理1554    flavors    1    口味1555    fleal    1    fleal1556    fleatest    1    fleatest1557    fles    1    文件1558    floating    1    浮动1559    fo    1    法罗群岛1560    fomatedinput    1    fomatedinput1561    fooey    1    fooey1562    foot    1    脚1563    foreachdemo    1    foreachdemo1564    formatting    1    格式化1565    forte    1    复地1566    fout    1    四1567    france    1    法国1568    fruitservice    1    fruitservice1569    fujitsu    1    富士通1570    fut    1    FUT1571    g    1    G1572    gage    1    计1573    gd    1    GD1574    genericdeclaration    1    genericdeclaration1575    generics    1    仿制药1576    germany    1    德国1577    getappleprovider    1    getappleprovider1578    getboolean    1    getboolean1579    getcaunt    1    getcaunt1580    getcomponenttype    1    getcomponenttype1581    getconncetion    1    getconncetion1582    getconstructor    1    getconstructor1583    getcursorname    1    getcursorname1584    getdate    1    取得日期/时间信息1585    getdeclaredannotation    1    getdeclaredannotation1586    getdeclaredannotations    1    getdeclaredannotations1587    getdeclaredconstructor    1    getdeclaredconstructor1588    getdeclaredmethods    1    getdeclaredmethods1589    getdisplaycountry    1    getdisplaycountry1590    getdouble    1    getdouble1591    getempid    1    getempid1592    getempno    1    getempno1593    getfirst    1    先富起来1594    getfruitlist    1    getfruitlist1595    getimports    1    getimports1596    getlnterfaces    1    getlnterfaces1597    getlong    1    getlong1598    getmax    1    getmax1599    getmaxfieldsize    1    getmaxfieldsize1600    getmetadata    1    getmetadata1601    getmethods    1    getMethods1602    getmetricweight    1    getmetricweight1603    getmonths    1    getMonths1604    getnessage    1    getnessage1605    getnext    1    GetNext1606    getprivatemethods    1    getprivatemethods1607    getprocedures    1    getprocedures1608    getrealpath    1    getrealpath1609    getsal    1    getsal1610    getshort    1    获取1611    getsid    1    getsid1612    getspecies    1    getspecies1613    gettimeinstance    1    gettimeinstance1614    gettimestamp    1    gettimestamp1615    gettitle    1    和1616    ggg    1    GGG1617    ggle    1    斗争1618    gh    1    GH1619    given    1    鉴于1620    gjt    1    GJT1621    gle    1    GLE1622    glob    1    水珠1623    globe    1    地球1624    gmtoffsettimezone    1    gmtoffsettimezone1625    gooogle    1    Gooogle1626    gooooogle    1    gooooogle1627    goooooogle    1    goooooogle1628    grade    1    等级1629    greeting    1    招呼1630    groupcount    1    groupcount1631    h    1    H1632    handle    1    手柄1633    hashsetdemo    1    hashsetdemo1634    hasnextrow    1    hasnextrow1635    hasnextxxx    1    hasnextxxx1636    helios    1    太阳神1637    helloeducaiton    1    helloeducaiton1638    helloworldwideweb    1    helloworldwideweb1639    hibernate    1    冬眠1640    hisinterface    1    hisinterface1641    hislnterface    1    hislnterface1642    hollow    1    空洞的1643    hounds    1    猎犬1644    ibernate    1    ibernate1645    icode    1    ICODE1646    identity    1    身份1647    identityhashmap    1    identityhashmap1648    ie    1    IE1649    ifxdriver    1    ifxdriver1650    income    1    收入1651    increments    1    增量1652    indexoutofboundsexception    1    indexoutofboundsexception1653    infinity    1    无穷1654    informixserver    1    informixserver1655    inheritance    1    继承1656    initializetion    1    initializetion1657    inpue    1    inpue1658    inputdata    1    输入数据1659    inputstramdemo    1    inputstramdemo1660    inputstreamreaderdemo    1    inputstreamreaderdemo1661    integers    1    整数1662    integes    1    integes1663    integrated    1    集成1664    intel    1    英特尔1665    intered    1    埋葬1666    interestrate    1    利率1667    interfacename    1    interfacename1668    interpreter    1    口译译员1669    into    1    进入之内1670    isbridge    1    isbridge1671    isbuttonpressed    1    isbuttonpressed1672    isdigit    1    IsDigit1673    isset    1    设置1674    istimeset    1    istimeset1675    iterable    1    可迭代的1676    itself    1    它本身1677    jakarta    1    雅加达1678    jbuilder    1    JBuilder1679    jbulider    1    jbulider1680    jdbcapi    1    JDBC API1681    jdbcnull    1    jdbcnull1682    jdeveloper    1    JDeveloper1683    jndi    1    JNDI1684    jni    1    JNI1685    joy    1    快乐1686    jun    1    君1687    keyword    1    关键词1688    kgh    1    分1689    kv    1    kV1690    l    1    l1691    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    listofsuperinterface1701    loading    1    加载1702    login    1    登录1703    longvarbinary    1    longvarbinary1704    longvarchar    1    longvarchar1705    lookingat    1    看看1706    lottery    1    彩票1707    lower    1    降低1708    luck    1    运气1709    m    1    M1710    ma    1    妈妈1711    machine    1    机器1712    mail    1    邮件1713    maim    1    残废1714    make    1    制作1715    malloc    1    malloc1716    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    MIPS1727    mmmmm    1    mmmmm1728    mn    1    锰1729    modcount    1    modcount1730    mooooon    1    mooooon1731    moth    1    飞蛾1732    multiple    1    倍数1733    mustang    1    野马1734    mydataformat    1    mydataformat1735    myfet    1    myfet1736    mylist    1    mylist1737    mypassword    1    mypassword1738    myrandom    1    myrandom1739    myuser    1    中1740    namelentry    1    namelentry1741    navigator    1    领航员1742    nend    1    需1743    nestedloop    1    nestedloop1744    newbalance    1    NewBalance1745    newchar    1    将1746    newlnstance    1    newlnstance1747    newval    1    newval1748    nextboolean    1    nextboolean1749    nextbytes    1    nextbytes1750    nextdouble    1    nextDouble1751    nextgaussian    1    nextgaussian1752    nextlong    1    nextlong1753    nextrow    1    nextrow1754    nf    1    NF1755    nfirst    1    没有1756    nis    1    NIS1757    notepad    1    便条簿1758    november    1    十一月1759    npolicy    1    npolicy1760    nstack    1    nstack1761    nulpointerexception    1    nulpointerexception1762    numberformat    1    解析1763    ock    1    玉珠1764    ocm    1    OCM1765    ocompareto    1    ocompareto1766    october    1    十月1767    oldchar    1    在1768    oldval    1    oldval1769    ole    1    好啊1770    open    1    打开1771    operators    1    运营商1772    opp    1    目镜肺体积描记图1773    oracledriver    1    OracleDriver1774    ot    1    OT1775    other    1    其他1776    otherwise    1    否则1777    outputstreamwriterdemo    1    outputstre1778    overloading    1    超载1779    packagel    1    packagel1780    packages    1    包装1781    pang    1    庞1782    paradigm    1    范式1783    parameter    1    参数1784    part    1    部分1785    pascal    1    帕斯卡1786    passingscore    1    passingscore1787    passwd    1    口令1788    patternexpress    1    patternexpress1789    patternsyntaxexception    1    patternsyntaxexception1790    paubes    1    paubes1791    pause    1    暂停1792    pettern    1    木模1793    phone    1    电话1794    pipedinputstream    1    输入管道1795    pipedoutput    1    pipedoutput1796    points    1    点1797    polymorphism    1    多态性1798    pound    1    英镑1799    ppc    1    PPC1800    pressent    1    礼物1801    previousbalance    1    previousbalance1802    primitive    1    原始的1803    pring    1    春天1804    printdata    1    printdata1805    printle    1    printle1806    printwriter    1    输出流1807    pritstacktrace    1    pritstacktrace1808    procedure    1    程序1809    producer    1    制片人1810    products    1    产品1811    projcet    1    项目1812    propery    1    性能1813    pst    1    PST1814    pub    1    酒吧1815    pubs    1    酒吧1816    putall    1    把全部1817    pwd    1    PWD1818    qeor    1    qeor1819    qeora    1    qeora1820    querystringwithunknownresults    1    querystringwithunknownresults1821    r    1    R1822    randomaccess    1    随机存取1823    rangecheck    1    rangecheck1824    rdo    1    RDO1825    readable    1    可读1826    readxxx    1    readxxx1827    ready    1    准备好的1828    rectangletest    1    rectangletest1829    redmond    1    雷蒙德1830    reference    1    参考1831    register    1    登记1832    reiflable    1    reiflable1833    removelast    1    移动至最后1834    rename    1    重命名1835    renameto    1    renameTo1836    repalcefirst    1    repalcefirst1837    repeatable    1    可重复的1838    reportdemo    1    reportdemo1839    resultsetmetadata    1    元数据1840    retentio    1    留着1841    retrieve    1    检索1842    returning    1    返回1843    room    1    房间1844    rtti    1    RTTI1845    runtimeexceptian    1    runtimeexceptian1846    runtimeexceptxon    1    runtimeexceptxon1847    rutime    1    rutime1848    salesanalysis    1    销售分析1849    same    1    相同的1850    sas    1    SAS1851    savedata    1    存档1852    schedule    1    日程安排1853    scholarshipid    1    scholarshipid1854    scope    1    范围1855    scroe    1    小学分1856    sdk    1    SDK1857    seed    1    种子1858    sename    1    sename1859    september    1    九月1860    serial    1    串行1861    server    1    服务器1862    setappleprovider    1    setappleprovider1863    setbread    1    setbread1864    setbreed    1    setbreed1865    setcharat    1    setcharat1866    setclassname    1    setclassname1867    setdaemon    1    setdaemon1868    setempid    1    setempid1869    setempno    1    setempno1870    setflea    1    setflea1871    setfloat    1    setfloat1872    setgregorianchange    1    setgregorianchange1873    setid    1    压缩文件SetID1874    setin    1    设置1875    setisolationlevel    1    setisolationlevel1876    setpriority    1    设置调度优先级1877    setsal    1    setsal1878    setshort    1    setshort1879    setsid    1    setsid1880    setstuaddress    1    setstuaddress1881    setstuage    1    setstuage1882    setstuclass    1    setstuclass1883    setstuname    1    setstuname1884    setstupasswd    1    setstupasswd1885    setstuphone    1    setstuphone1886    settitle    1    settitle1887    settransactionisolation    1    settransactionisolation1888    setuserid    1    setuserid1889    setvalue    1    设定值1890    seuperclass    1    seuperclass1891    sgi    1    SGI1892    sid    1    希德1893    signature    1    签名1894    simple    1    简单的1895    simpledataformat    1    simpledataformat1896    sleeping    1    睡觉1897    socket    1    插座1898    solaris    1    Solaris1899    someclass    1    someclass1900    sorted    1    排序1901    sortedmapdemo    1    sortedmapdemo1902    space    1    空间1903    specified    1    明确规定1904    speniel    1    speniel1905    spring    1    春天1906    sqli    1    C1907    src    1    SRC1908    srcend    1    srcend1909    srcpos    1    srcpos1910    sssz    1    sssz1911    stmtnew    1    stmtnew1912    storo    1    斯托罗1913    strictfp    1    strictfp1914    stringinterntest    1    stringinterntest1915    stringtest    1    stringtest1916    strlist    1    strlist1917    structure    1    结构1918    struts    1    Struts1919    studentage    1    studentage1920    studentid    1    有1921    stuinfo    1    stuinfo1922    stuno    1    stuno1923    stusys    1    stusys1924    sub    1    附属的1925    sunny    1    晴朗的1926    sunworld    1    天伦1927    supportspositioneddelete    1    supportspositioneddelete1928    supportspositionedupdate    1    supportspositionedupdate1929    supportsstoredprocedures    1    supportsstoredprocedures1930    suppresswarings    1    suppresswarings1931    suspended    1    暂停的1932    swt    1    SWT1933    sybdriver    1    sybdriver1934    sychronized    1    同步1935    symbian    1    Symbian1936    synchronzied    1    synchronzied1937    sys    1    系统1938    tablename    1    数据表名1939    takeout    1    外卖1940    tbn    1    总碱值1941    tcn    1    TCN1942    tds    1    TDS1943    testarray    1    testarray1944    testbufferedwriter    1    testbufferedwriter1945    testclass    1    试验等级1946    testemployee    1    testemployee1947    testfile    1    测试文件1948    testinterface    1    测试1949    testlooptrycatch    1    testlooptrycatch1950    testmythread    1    testmythread1951    testpassword    1    testpassword1952    testquery    1    testquery1953    testserializable    1    testserializable1954    testtrycatch    1    testtrycatch1955    testuser    1    testuser1956    textual    1    文本1957    thefet    1    若场效应管1958    thepet    1    电化学测试表明1959    threadable    1    螺纹1960    thrown    1    扔1961    tochararray    1    tochararray1962    tom    1    汤姆1963    tongfang    1    清华同方1964    tool    1    工具1965    tools    1    工具1966    transaction    1    交易1967    tree    1    树1968    trim    1    修剪1969    truts    1    truts1970    tryblockles    1    tryblockles1971    tryblocklest    1    tryblocklest1972    trycalendate    1    trycalendate1973    trydateformates    1    trydateformates1974    trygenmetry    1    trygenmetry1975    tryhlocktest    1    tryhlocktest1976    trying    1    尝试1977    tryinitialization    1    tryinitialization1978    tryinitializativn    1    tryinitializativn1979    trysblocktext    1    trysblocktext1980    tue    1    星期二1981    twn    1    TWN1982    two    1    二1983    tx    1    TX1984    u    1    u1985    uid    1    UID1986    unboxing    1    拆箱1987    uncommitted    1    未提交1988    undecimber    1    undecimber1989    unknwon    1    对一些未知的1990    unsupportedoperationexception    1    UnsupportedOperationException1991    unused    1    未使用的1992    updatestu    1    updatestu1993    username    1    用户名1994    uses    1    使用1995    useun    1    useun1996    utility    1    效用1997    valid    1    有效的1998    variabletest    1    variabletest1999    vax    1    VAX2000    verifier    1    验证者2001    verify    1    验证2002    virtual    1    事实上的2003    visualage    1    VisualAge2004    vs    1    VS2005    wa    1    洼2006    wangl    1    连通网络2007    want    1    希望2008    was    1    是2009    weakhashmap    1    WeakHashMap2010    websphare    1    websphare2011    weglogic    1    weglogic2012    welcome    1    欢迎2013    wildcard    1    通配符2014    wirter    1    作家2015    woof    1    纬2016    word    1    单词2017    wordpad    1    写字板2018    works    1    作品2019    yield    1    产量
View Code

四、常见异常与错误翻译

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)或元数据时引发的异常,这通常表示生成程序的编译器中有bugSystem.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//找不到引用的dllFormatException//参数格式错误MethodAccessException//试图访问私有或者受保护的方法MissingMemberException//访问一个无效版本的dllNotSupportedException//调用的方法在类中没有实现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、提高英文水平的建议

技术分享

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

七、下载

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

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

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

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

 

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

技术分享

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