摘要: -- Create tablecreate table PriOffer_Fund( fundno varchar2(40) not null, fundname varchar2(200) not null, fundshortname varchar2(100) not null, fundbe 阅读全文
posted @ 2017-09-26 16:29 集贤阁 阅读(2429) 评论(0) 推荐(0) 编辑
摘要: weblogic创建域 阅读全文
posted @ 2017-09-18 16:09 集贤阁 阅读(4816) 评论(0) 推荐(0) 编辑
摘要: Linux:第一步jdk的安装及环境变量 阅读全文
posted @ 2017-09-18 14:51 集贤阁 阅读(448) 评论(0) 推荐(0) 编辑
摘要: js端: window.open("demoExcel.jsp?columnName="+encodeURI(encodeURI(columnName))+"&columnWidth="+columnWidth+"&resultSetType="+resultSetType+"&columnSum= 阅读全文
posted @ 2017-04-25 11:58 集贤阁 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 1.从对象的内存角度来理解. 假设现在有一个父类Father,它里面的变量需要占用1M内存.有一个它的子类Son,里面的变量需要占用0.5M内存. 现在通过代码来看看内存的分配情况: 2.f = new Father();//系统将分配1M内存. Son s = new Son();//系统将分配1 阅读全文
posted @ 2017-04-14 17:34 集贤阁 阅读(1952) 评论(0) 推荐(1) 编辑