zoukankan      html  css  js  c++  java
  • 常见单词

    argument 参数
    BigInteger很大的整数类 (比long大多了)
    Bigdecimal很大的小数类(比double精确大多了)
    binary二进制
    Integer.toBinaryString();将整数转成2进制字符串
    java.lang.Integer.toOctalString() 方法返回一个
    无符号整数,以8为基数的整数参数的字符串表示形
    式。下面的字符作为八进制数字: 01234567

    Integer.toHexString(a);16进制
    operator去余数
    Connector连接器

    Recursion 递归
    factorial 阶乘 10!
    positive 正的
    oriented 东方的定位

    组织代码 封装数据

    OOP面向对象 编程 提高代码复用性
    OOD面向对象 设计 对某一类的抽象 实现对现实世界
    更好的建模

    reference引用、
    local variable局部变量(方法里面的变量)
    a may not have 没有
    been initialized被初始化
    extends (继承) 拓展 子类是父类的拓展
    inherit继承
    Mammal 哺乳

    in general 一般来说
    concise 简洁
    consisting of 组成

    properties 配置文件
    inherit继承
    encapsulation封装

    多态(polymorphism)
    assigned被指定
    literals 字面量
    constant常量 不可变的
    CharSequence
    Compares this string to the specified object. 字符串和形参列表的对象比较
    synchronized同步
    Capacity容量
    Matrix矩阵
    multiply乘法
    divide 除法
    minus 减法
    包装类(WrapperClass)
    primitive type基本类型
    specified指定

    The class Date represents a specific instant in time, with millisecond precision.
    用毫秒表示时刻对象
    @Deprecated遗弃的 废弃的 @标书注解
    instant时刻
    converting转换

    initialCapacity初始容量
    Attribute属性
    annotation注解
    parameter 参数
    generator生成器
    sequence序列
    comment注释

    CRUD是常见的页面功能,即我们常说的增删改查 
    C - Creation 增加 
    R - Retrieve 查询 
    U - Update 修改 
    D - DELETE 删除

  • 相关阅读:
    怎样做一个优秀的系统分析师
    eBay的架构
    Linux Network Load Balance(Linux下实现负载均衡)
    SNS和互联网,一些可能未必意识到的事
    Web架构设计的几个心得
    开发者不可不知的PHP框架深度解析
    从开发者协议看各SNS开放平台的开放策略
    解剖Twitter:Twitter系统结构分析
    PHP语言的优点及缺点
    大型网站架构不得不考虑的问题
  • 原文地址:https://www.cnblogs.com/PoeticalJustice/p/7608445.html
Copyright © 2011-2022 走看看