码迷,mamicode.com
首页 >  
搜索关键字:number    ( 26994个结果
The number of divisors(约数) about Humble Numbers
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函数来展开的,这里来总结一下这些天在工作中使用过的函数。其实也算不上总结,就是把这些日子对于oracle的使用做一个简单的知识罗列。 以管道化表函数方式返回数据--创建指定数据类型的对象 create type row_typedepluju as object (rootid NUMBER(19),projectid NUMBER(19)); --创建指定...
分类:数据库   时间:2015-07-31 01:32:36    阅读次数:182
Cisco 访问列表大解密
CISCO路由器中的access-list(访问列表)最基本的有两种,分别是标准访问列表和扩展访问列表,二者的区别主要是前者是基于目标地址的数据包过滤,而后者是基于目标地址、源地址和网络协议及其端口的数据包过滤。(1)标准型IP访问列表的格式----标准型IP访问列表的格式如下:--..
分类:系统相关   时间:2015-07-30 23:41:18    阅读次数:280
HDU 1394 Minimum Inversion Number (树状数组求逆序数)
HDU 1394 Minimum Inversion Number (树状数组求逆序数)...
分类:编程语言   时间:2015-07-30 23:19:20    阅读次数:164
查看library_cache 库缓冲区的命中率
关于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 oerr使用
[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
select into tb_temp2 from tb_temp1 创建临时表实现上一个、下一个功能,使用完毕就删除临时表
好久没有写过Sql了,今天遇到一个问题,业务逻辑是:一个商品可以属于多个分类,在显示商品详情的时候,要求可以点击“上一个”,“下一个” 查看和该商品在同一个分类下的其他商品,商品具有排序号。这样我就开始写了第一个sql:select top 1 ROW_NUMBER() over(order by ...
分类:其他好文   时间:2015-07-30 20:45:29    阅读次数:124
HDU 2141 Can you find it?
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!