码迷,mamicode.com
首页 >  
搜索关键字:force    ( 2622个结果
Oracle数据库LOGGING&NOLOGGING模式概述
1.日志记录模式(LOGGING、FORCE LOGGING、NOLOGGING)1.1三者的含义LOGGING:当创建一个数据库对象时将记录日志信息到联机重做日志文件。LOGGING实际上是对象的一个属性,用来表示在创建对象时是否记录REDO日志,包括在做DML时是否记录REDO日志。一般表上不建...
分类:数据库   时间:2014-05-01 10:08:53    阅读次数:662
six solutions to a single symmetrical problem
Problem description:given a string, find the longest palindrome string in itSolution:1.brute force O(n^3)just enumerate start and end of the substring...
分类:其他好文   时间:2014-04-29 17:22:46    阅读次数:308
2622条   上一页 1 ... 261 262 263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!