码迷,mamicode.com
首页 >  
搜索关键字:4th edition    ( 1650个结果
[LeetCode] Largest Number
Well, this problem is designed for radix sort. For more information about radix sort, Introduction to Algorithms, 3rd edition has some nice examples.H...
分类:其他好文   时间:2015-06-09 19:48:48    阅读次数:120
SCN 时间戳的相互转换
SQL> select * from v$version where rownum=1; BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Prod...
分类:其他好文   时间:2015-06-09 17:35:43    阅读次数:113
[Algorithms] Counting Sort
For a nice introduction to counting sort, please refer to Introduction to Alogrithms, 3rd edition. The following code is basically a translation of th...
分类:其他好文   时间:2015-06-09 17:01:26    阅读次数:123
动态注册监听
SQL> select * from v$version where rownum=1; BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Prod...
分类:其他好文   时间:2015-06-08 13:30:16    阅读次数:135
awrrpt.sql
SQL> select * from v$version where rownum BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Product...
分类:数据库   时间:2015-06-08 09:53:54    阅读次数:225
addmrpt.sql
SQL> select * from v$version where rownum BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Product...
分类:数据库   时间:2015-06-08 09:53:12    阅读次数:173
ashrpt.sql
SQL> select * from v$version where rownum BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Product...
分类:数据库   时间:2015-06-08 09:52:12    阅读次数:205
文章05章-可视化技术(2)
【译者:这个系列教程是以Kitware公司出版的《VTK User’s Guide -11th edition》一书作的中文翻译(出版时间2010年,ISBN: 978-1-930934-23-8),由于时间关系,我们不能保证每周都能更新本书内容。但尽量做到一周更新一篇到两篇内容。敬请期待^_^。欢...
分类:其他好文   时间:2015-06-07 11:01:16    阅读次数:146
fork Function
在「Advanced.Programming.in.the.UNIX.Environment, 3rd.Edition」一書中的8.3節 (p. 230),有個小程式,如下,是用來說明 UNIX 環境中,使用 fork 產生子行程 (child process),要注意的一些事,先看一下程式: 1 ...
分类:其他好文   时间:2015-06-06 13:19:49    阅读次数:97
imp IMP-00003: ORACLE error 959 encountered ORA-00959 问题解决
exp 导出环境:Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit ProductionSQL> select * from nls_database_parameters where parameter='NLS_C...
分类:数据库   时间:2015-06-05 17:10:38    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!