The number of divisors(约数) about Humble NumbersTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 303...
分类:
其他好文 时间:
2015-07-31 10:27:39
阅读次数:
111
这些天的工作很多都是围绕着oracle函数来展开的,这里来总结一下这些天在工作中使用过的函数。其实也算不上总结,就是把这些日子对于oracle的使用做一个简单的知识罗列。
以管道化表函数方式返回数据--创建指定数据类型的对象
create type row_typedepluju as object (rootid NUMBER(19),projectid NUMBER(19));
--创建指定...
分类:
数据库 时间:
2015-07-31 01:32:36
阅读次数:
182
CISCO路由器中的access-list(访问列表)最基本的有两种,分别是标准访问列表和扩展访问列表,二者的区别主要是前者是基于目标地址的数据包过滤,而后者是基于目标地址、源地址和网络协议及其端口的数据包过滤。(1)标准型IP访问列表的格式----标准型IP访问列表的格式如下:--..
分类:
系统相关 时间:
2015-07-30 23:41:18
阅读次数:
280
HDU 1394 Minimum Inversion Number (树状数组求逆序数)...
分类:
编程语言 时间:
2015-07-30 23:19:20
阅读次数:
164
关于library cache的命中率: SQL> desc V$librarycache NAMESPACE VARCHAR2(64) GETS NUMBER GETHITS NUMBER GETHITRATIO NUMBER PINS NUMBER PINHITS NUMBER PINHITRA...
分类:
系统相关 时间:
2015-07-30 23:05:39
阅读次数:
196
DescriptionA ring is composed of n (even number) circles as shown in diagram. Put natural numbersinto each circle separately, and the sum of numbers i...
分类:
其他好文 时间:
2015-07-30 22:55:30
阅读次数:
143
[oracle@cuug ~]$ oerr ora 0155501555, 00000, "snapshot too old: rollback segment number %s with name \"%s\" too small"// *Cause: rollback records need...
分类:
数据库 时间:
2015-07-30 22:54:07
阅读次数:
220
题意:A ring is composed of n (even number) circles as shown in diagram. Put natural numbersinto each circle separately, and the sum of numbers in two ad...
分类:
其他好文 时间:
2015-07-30 21:18:03
阅读次数:
208
好久没有写过Sql了,今天遇到一个问题,业务逻辑是:一个商品可以属于多个分类,在显示商品详情的时候,要求可以点击“上一个”,“下一个” 查看和该商品在同一个分类下的其他商品,商品具有排序号。这样我就开始写了第一个sql:select top 1 ROW_NUMBER() over(order by ...
分类:
其他好文 时间:
2015-07-30 20:45:29
阅读次数:
124
Can you find it?Problem DescriptionGive you three sequences of numbers A, B, C, then we give you a number X. Now you need to calculate if yo...
分类:
其他好文 时间:
2015-07-30 19:26:23
阅读次数:
126