11.20学习计划

来源:互联网 发布:c语言 bool取反 编辑:程序博客网 时间:2024/06/08 14:02

1.oracle
    数据类型
    a.索引
    b.优化
    c.存储
   
select t.create_operid,
       t.amount,
       sum(t.amount) over(partition by t.create_operid order by t.amount)
  from balance t

 

js:
execComand,trigger


  
   
2.多线程,线程池,axis, http接口调用webservice
 newio
 
 
 

3.缓存

 

 

4.spring的实例化时机


5.

 

 

//////////////////////////////////////////////////////////////////////////////////////////////
select  into   from
having count(1) > 1
联接查询,子查询

 

 

 

 

 

 

 

 

 


 

0 0