• 常见单词


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

  • 相关阅读:
    python中list添加元素的方法append()、extend()和insert()
    Python中的短路计算
    Python文件的读写
    Python匿名函数
    Python中的引用传参
    持续学习大纲
    【Mysql】Datetime和Timestamp区别,及mysql中各种时间的使用
    【JDK源码】 ☞ HashMap源码分析及面试汇总
    算法复杂度实例 -- O(1) O(n) O(logN) O(NlogN)
    Solr使用总结
  • 原文地址:https://www.cnblogs.com/PoeticalJustice/p/7608445.html
Copyright © 2020-2023  润新知