摘要:
一、 Oracle 基础 1. Oracle 用户管理 --Oracle 用户管理 --1.创建账户 --创建用户 create user scott identified by hello; --修改密码 alter user scott identified by root; --忘记密码 -- 阅读全文
摘要:
一、 Java SE 开篇 1. Java 基本数据类型及其对应的包装类 基本数据类型 对应的包装类 * byte Byte * boolean Boolean * char Character * int Integer * long Long * short Short * float Floa 阅读全文