Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1430995
  • 博文数量: 239
  • 博客积分: 5909
  • 博客等级: 大校
  • 技术积分: 2715
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-24 20:19
文章分类

全部博文(239)

文章存档

2014年(4)

2013年(22)

2012年(140)

2011年(14)

2010年(59)

我的朋友

发布时间:2014-08-15 18:22:54

Lead()就是取当前顺序的下一条记录,相对Lag()就是取当前顺序的上一行记录。经常会有判断在一定条件下的两条记录之间的时间差这样的需求。 语法结构:lead(value_expr [,offset][,default]) over([query_partition_clause] order by Order_by_clause)参数说明:value_expr 值表达式,通常是.........【阅读全文】

阅读(908) | 评论(0) | 转发(0)

发布时间:2014-08-15 18:08:58

with temp as(    select 'China' nation ,'Guangzhou' city from dual union all    select 'China' nation ,'Shanghai' city from dual union all    select 'China' nation ,'Beijing' city from dual union all    select 'USA' nation ,'New York' city fr.........【阅读全文】

阅读(1315) | 评论(0) | 转发(0)

发布时间:2014-07-17 11:36:40

堆大小设置JVM 中最大堆大小有三方面限制:相关操作系统的数据模型(32-bt还是64-bit)限制;系统的可用虚拟内存限制;系统的可用物理内存限制。32位系统下,一般限制在1.5G~2G;64为操作系统对内存无限制。我在Windows Server 2003 系统,3.5G物理内存,JDK5.0下测试,最大可设置为1478m。典型设置: .........【阅读全文】

阅读(900) | 评论(0) | 转发(0)

发布时间:2014-07-17 11:35:09

Eclipse崩溃,错误提示:MyEclipse has detected that less than 5% of the 64MB of Perm Gen (Non-heap memory) space remains. It is strongly recommendedthat you exit and restart MyEclipse with new virtual machine memoryparamters to increase this memory.   Failure to do so can .........【阅读全文】

阅读(1108) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册