10 2014 档案

摘要:applicationContext.xml org.hibernate.dialect.Oracle9Dialect true true com/bbp/wage/model/BbpClerk.hbm.xml ... 阅读全文
posted @ 2014-10-27 16:27 王超_cc 编辑
摘要:1 表数据SQL> select * from contract_kangjia; 1 VIVI 10-10月-14 1 1000 2 VIVI ... 阅读全文
posted @ 2014-10-17 15:14 王超_cc 编辑
摘要:sqlplus -s username/password@sidset trimspool on;set linesize 120;set pagesize 2000;set newpage 1;set heading off;set term off;spool sys_user.txt;sele... 阅读全文
posted @ 2014-10-17 14:54 王超_cc 编辑
摘要:1 在存储过程中使用ddl语句有如下异常:create or replace procedure test_create_table(Table_Name in VARCHAR2, column_name1 in varchar2, column_name2 in varchar2, column... 阅读全文
posted @ 2014-10-16 22:42 王超_cc 编辑
摘要:--1 创建备份表drop table contract_kangjia_back;create table contract_kangjia_backas select * from contract_kangjia;--2 将原有表的数据删除delete from contract_kang... 阅读全文
posted @ 2014-10-16 15:06 王超_cc 编辑
摘要:create or replace procedure BATCH_INSERT_A(insertNo in integer) isn_id integer;/***************************name:batch_insert_table_ppurpose:--向A表批量插入数... 阅读全文
posted @ 2014-10-15 18:01 王超_cc 编辑
摘要:pre-situation:当哈希表变得太满时候.一个选择是扩展数组.java中数组有固定大小.而且不能扩展.编程时.只能另外创建一个更新的更大的数组.然后把旧数组的所有内容插入新数组当中.注意:哈希函数根据数组大小计算给定数据项的位置.所以这些数据项不能再放在新数组中和原有数组相同的位置上.因此不... 阅读全文
posted @ 2014-10-07 01:23 王超_cc 编辑
摘要:开放地址法的装填因子:loadFactor = nItems/arraySize;有10000个单元的哈希表填入6667个数据后.它的装填因子 : 已经填充的数据项/链表总长度= 2/3超过这个界限,聚集越来越严重.效率下降严重.链地址法的装填因子:一般比一1大.如果链表中有许多项.存取时间就会变长... 阅读全文
posted @ 2014-10-06 18:56 王超_cc 编辑
摘要:1 y=1/x2 y=1/(1-x)34 阅读全文
posted @ 2014-10-06 17:50 王超_cc 编辑
摘要:we need toDerive the followingexpressions:P=(1+1/(1-L)^2)/21 y=1/x2 y=1/x^2;3 移动x的对称轴备注: 这两项数值相等: (1-x)^2 --- (x-1)^24 y=1+1/(1-x)^2 -->将y轴向上提升15 y=(1... 阅读全文
posted @ 2014-10-06 17:26 王超_cc 编辑
摘要:x-1 -->向x轴正向偏移-->sub the extra num run fasterx+1 -->向x轴负向偏移-->add the extra num then falling back1/x-->对称轴x=01/(x-1)-->对称轴 x=11/(x+1)-->对称轴 x=-1乘方越大.训... 阅读全文
posted @ 2014-10-06 15:49 王超_cc 编辑
摘要:http://zh.numberempire.com/graphingcalculator.php?functions=(Ellipse%2C%20green%2C%20sqrt(1-x*x%2F4)%2C-sqrt(1-x*x%2F4))&xmin=-3.229315&xmax=3.229315&... 阅读全文
posted @ 2014-10-06 14:51 王超_cc 编辑
摘要:public static String getString()throws IOException{ InputStreamReader isr = new InoutStreamReader(System,in); ... 阅读全文
posted @ 2014-10-04 15:17 王超_cc 编辑

点击右上角即可分享
微信分享提示