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

  • 相关阅读:
    layui水平导航条三级
    Android环境搭建及Ionic打包(win7)
    brew update usr/local must be wrtable
    vs未能正确加载CSharpPackage包,未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包
    设计模式之策略模式
    设计模式之组合模式
    线程同步之事件
    .Net使用163smtp发送邮件时错误:邮箱不可用. has no permission解决方法
    线程同步之临界区
    线程同步方式之互斥量Mutex
  • 原文地址:https://www.cnblogs.com/PoeticalJustice/p/7608445.html
Copyright © 2011-2022 走看看