zoukankan      html  css  js  c++  java
  • 编程必备单词表

                  A

    abstract           抽象的

    abstract class       抽象类

    account           账户

    address           地址

    annotation          注释,评注

    array           数组

                  B

    bit               位

    boolean         布尔值(真假值,True或False0)

    breakpoint       断点

    button         按钮

    bug          错误

    byte         位元组由8bit组成

                  C

    cache         高速缓存

    calendar       日历

    chain          链(function calls)

    collection         集合

    comment         注释

    commit         提交(for datab)

    complier          编译器

    connection         连接(for database)

    connection pooling  连接池

    console              控制台

    constructor        构造函数、构造器

    container           容器

                  D

    data                数据

    data source            数据源(for database)

    database                数据库(for database)

    debug          调试

    deploy         部署

    destory        销毁

    device          设备

    document         文档

    DOM           文档对象模型

                  G

    game        游戏

    global            全局的

    global object      全局对象

    group         组、群

                  E

    entty         实体

    enum        枚举

    equal        相等

    error log         错误日志

    event        事件

    exception      异常

    exit           退出

    export         导出

    expression         表达式

    object        对象

    operation       操作

    over                          覆写、重载、重新定义

    Constant               n.   常量

    variable             n.   变量

    dictionary           n.   字典

    integer                  n.   整数,整形

    keyword             n.   关键字

    static                 adj.  静态的

    class                 n.  

    subclass               n.   子类

    superclass            n.    父类

    polymorphism        n.       多态

    inherit                v.       继承

    inheritance         n.       继承

    interface            n.       接口

    instance             n.       实例

    property             n.       属性

    enumeration       n.   枚举

    function             n.   函数

    parameter          n.   参数

    functionality       n.   功能

    method              n.   方法

    element             n.   元素

    call                    v.    调用

    random              adj.    随机的

    generate               v.    产生,生成

    generator           n.   生成器

    implement          v.    实现

    implementation      n.   实现

    expression            n.   表达式

    scope                n.   范围,区域

    initial                 adj.    最初的

    initializer               n.   初始化方法

    initialization           n.   初始化

    deinitializer           n.   析构方法

    item                      n.   项目;条款;一则

    encapsulate       v.    封装

    protocol             n.   协议

    delegate                v.    代理

    delegation          n.   代理

    extend                  v.    拓展

    extension           n.   拓展

    external             adj.    外部的

    conform             v.    遵守,遵照,遵循

    execute             v.    执行

    iterate                v.    迭代

    structure               n.   结构

    loop                  n.   循环

    downcast           v.    向下转型

    unwrap              v.    拆箱

    force-unwarp         v.    强制拆箱

    statement          n.   声明

    optional             adj. 可选的

    code snippet      n.   代码片段

    define                v.    定义

    definition               n.   定义

    contain              v.    包含

    query                 v.    查询

    particular              adj. 特定的

    type casting       类型转换

    cast                   v.    转换

    operator             n.   操作符

    hierarchy               n.   层次体系

    subscript               n.   脚本

    comma              n.   冒号

    access                  v.    访问,获取

    exclamation mark  n.   感叹号

    assign                   v.    赋值

    assignment           n.   赋值

    increase             v.    增加,增大,增多

    increasement        n.   增加,增大,增多

    decrease               v.    减少,减小

    decreasement    v.    减少,减小

    global                adj. 全局的

    closure              n.   闭包

    allocate              v.    分配

    memory             n.   内存

    reference           n.   引用

    observe             v.    观察

    observer               n.   观察者

    modify                  v.    修改

    format                   n.   格式

    nested                  adj. 嵌套的

    reuse                 v.    复用,重用

    sort                   v.    排序

    entity                 n.   实体

    public                adj. 公共的,公开的

    private                  adj. 私有的

    internal              adj. 内部的

    framework          n.   框架

    unit test             单元测试

    associate           v.    关联

    generic              n.   范型

    collection              n.   集合

    swap                 v.    交换

    original              adj. 初始的

    compile              v.    编译

    characteristic        n.   性质

    override             v.    重写,复写

    overlode                v.    重载

    index                 n.   索引

    syntax                  n.   语法

     

     

     

  • 相关阅读:
    [论文笔记] On Construction of Cloud IaaS for VM Live Migration Using KVM and OpenNebula (ICA3PP, 2012)
    [论文笔记] Energyaware resource allocation heuristics for efficient management of data centers for Cloud computing (FGCS, 2012)
    [概念学习] hypervisor
    [论文泛读] Dynamic placement of virtual machines for managing sla violations (IM, 2007)
    [论文笔记] Costs of virtual machine live migration A survey (SERVICES, 2012)
    [论文笔记] Live Migration of Multiple Virtual Machines with Resource Reservation in Cloud Computing Environments (CLOUD, 2011)
    vscode如何搭建vue项目
    jenkins部署
    yum命令Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
    Spring 笔记——核心数据规则篇
  • 原文地址:https://www.cnblogs.com/hui147258/p/10793944.html
Copyright © 2011-2022 走看看