2017年12月10日

摘要: public class Thread1 { public static void main(String[] args) { //TestThread t = new TestThread(); TestThread2 tt = new TestThread2(); //Thread t2 = new Thread(t); tt.start();//子类继承了父类的... 阅读全文
posted @ 2017-12-10 21:11 左剃头 阅读(117) 评论(0) 推荐(0)
摘要: oracle基础数据类型: 1. 字符型:字符串 varchar2(最大4000), nvarchar2(最大2000, 支持unicode) >可变长度 2. 数字类型 包括整数和小数 number(有效位数, 小数位数); number(11) 11位 number(5, 3)99.999 3. 阅读全文
posted @ 2017-12-10 11:52 左剃头 阅读(195) 评论(0) 推荐(0)

导航