Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:
其他好文 时间:
2015-05-12 22:36:12
阅读次数:
151
Given a collection of number segments, you are supposed to recover the smallest number from them. For example, given {32, 321, 3214, 0229, 87}, we can recover many numbers such like 32-321-3214-0229-8...
分类:
其他好文 时间:
2015-05-10 06:23:02
阅读次数:
159
Two elements of a binary search tree (BST) are swapped by mistake.
Recover the tree without changing its structure.
Note:
A solution using O(n)
space is pretty straight forward. Could you devis...
分类:
其他好文 时间:
2015-05-04 18:06:38
阅读次数:
119
golang recover panic 流程控制的可达与不可达
分类:
其他好文 时间:
2015-04-27 13:09:15
阅读次数:
131
Two elements of a binary search tree (BST) are swapped by mistake.
Recover the tree without changing its structure.
Note:
A solution using O(n)
space is pretty straight forward. Could you devis...
分类:
其他好文 时间:
2015-04-25 21:15:52
阅读次数:
186
https://leetcode.com/problems/recover-binary-search-tree/Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without ch...
分类:
其他好文 时间:
2015-04-25 18:07:43
阅读次数:
136
原作地址:http://www.cnblogs.com/liuhao/p/3714012.html写在前面:作者水平有限,欢迎不吝赐教,一切以最新源码为准。InnoDB redo log首先介绍下Innodb redo log是什么,为什么需要记录redo log,以及redo log的作用都有哪些...
分类:
数据库 时间:
2015-04-24 20:50:27
阅读次数:
252
11g dataguard standby 切成主库,测试完成后恢复为原standby 环境
#######################
概述:
11204 单机对单机实施dg,因局方要求需要(读写模式)打开standby ;而这时原生产环境不能有任何影响动,依然对服务;
采用的思路是:standby 直接failover 为primary db;这时原有dg关系被破坏,互不影...
分类:
数据库 时间:
2015-04-23 21:48:18
阅读次数:
351
To improve Chrome’s security and stability, Google announced late
last year that NPAPI plugin support, a capability we’ve depended on for years, will be disabled by default in Chrome in April 2015. ...