码迷,mamicode.com
首页 >  
搜索关键字:dataguard recover    ( 1020个结果
RHEL7 recover/reset root password
If you have lost or forgot root password of RHEL7, you can follow this step to change to a new password, this is different with the RHEL6 single-user mode...
分类:其他好文   时间:2014-07-26 02:49:36    阅读次数:276
recover Windows 7 boot partition overwritten by Linux Mint boot loader
MyNotebookinstalledwithdualbootOS:LinuxMint16andWindows7DuringLinuxMint17overwrittingversion16,Iselectedthewindowsbootpartitionasthemintbootloaderdevicebymistake,sowindows7failedtostartaftertheinstallation.torecoverthebootpartition,boottheNBwithwindows7inst..
分类:Windows程序   时间:2014-07-23 21:09:26    阅读次数:224
Oracle 11G DataGuard ORA-16086问题修复详细过程
1,问题描述,standby从库没有应用redo日志Tue Jul 22 09:05:07 2014RFS[8852]: Assigned to RFS process 12956RFS[8852]: Identified database type as 'physical standby': Client is ARCH pid 16028Tue Jul 22 09:05:09 2014RFS...
分类:数据库   时间:2014-07-23 16:37:52    阅读次数:887
LeetCode "Copy List with Random Pointer"
Two passes: all pointer linking info will be recorded in 1st pass - to hashmap; 2nd pass recover the pointer relationship from hashmap.1A!class Soluti...
分类:其他好文   时间:2014-07-23 14:59:26    阅读次数:209
thrift的bug引发对Go异常处理机制的思考
Go语言没有异常处理机制,大部分情况下只能用panic和recover。在这种机制下,函数体中的被调函数中出现的错误是无法处理的,只能静候崩溃。 今天我发现thrift在生成的RPC代码有空指针BUG导致程序崩溃,这个有BUG...
分类:其他好文   时间:2014-07-22 09:00:04    阅读次数:191
go语言入门
Go语言最主要的特性:? 自动垃圾回收? 更丰富的内置类型? 函数多返回值? 错误处理? 匿名函数和闭包? 类型和接口? 并发编程? 反射? 语言交互性1.2.4 错误处理Go语言引入了3个关键字用于标准的错误处理流程,这3个关键字分别为defer、panic和recover。1:编译环境准备在Go...
分类:其他好文   时间:2014-07-19 20:27:28    阅读次数:254
LeetCode详细分析 :: Recover Binary Search Tree [Tree]
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...
分类:其他好文   时间:2014-07-18 22:33:04    阅读次数:328
【leetcode刷题笔记】Recover Binary Search Tree
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 ...
分类:其他好文   时间:2014-07-17 17:32:50    阅读次数:246
abmr:测试自动块恢复特性
abmr:测试自动块恢复特性...
分类:其他好文   时间:2014-07-16 11:40:51    阅读次数:180
recover all files with git
leon@DGLIRUAN2 /F/linux/android/leon/workspace/AngoWidget (master) $ git log commit 2f847e3a858ecb2f843e7820cd8eaedf2ec7102d Author: leon Date:   Mon Jul 14 23:38:58 2014 +0800     alarm worki...
分类:其他好文   时间:2014-07-15 12:28:00    阅读次数:279
1020条   上一页 1 ... 94 95 96 97 98 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!