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 删除

  • 相关阅读:
    css选择器优先级
    内置函数filter和map
    hdu 3068 最长回文 manacher算法(视频)
    hdu 5752 Sqrt Bo
    HDU 2176 取(m堆)石子游戏(Nim)
    HDU 2188 悼念512汶川大地震遇难同胞――选拔志愿者(巴什博奕)
    HDU 2897 邂逅明下(巴什博奕)
    POJ 1740 A New Stone Game(普通博弈)
    HDU 2516 取石子游戏(斐波那契博弈)
    hdu 1361 Parencodings 简单模拟
  • 原文地址:https://www.cnblogs.com/PoeticalJustice/p/7608445.html
Copyright © 2011-2022 走看看