开机的时候按Esc调出GRUB菜单。进入高级模式。
选中恢复模式(recover mode)后按‘e’键。
把ro recovery nomodeset 改成rw single init=/bin/bash
然后按ctrl+x 进入单用户模式。
然后重置root密码,命令为 passwd root。
重启,就ok啦。...
分类:
其他好文 时间:
2014-08-23 14:02:20
阅读次数:
261
[root@athController~]#novalistERROR:Anunexpectederrorpreventedtheserverfromfulfillingyourrequest.(OperationalError)(1040,‘Toomanyconnections‘)NoneNone(HTTP500)解决办法:key_buffer=64Mmax_allowed_packet=16Mthread_stack=192Kthread_cache_size=8myisam-recover=B..
分类:
数据库 时间:
2014-08-20 10:35:46
阅读次数:
437
ARC在OC里面个人感觉又是一个高大上的牛词,在前面Objective-C中的内存管理部分提到了ARC内存管理机制,ARC是Automatic Reference Counting---自动引用计数。有自动引用计数,那么就得有手动引用计数MRC(Mannul Reference Counti...
分类:
其他好文 时间:
2014-08-18 08:02:23
阅读次数:
227
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-08-17 21:08:02
阅读次数:
339
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 pretty s...
分类:
其他好文 时间:
2014-08-15 19:39:39
阅读次数:
222
一、自动工作负载库(Automatic Workload Repository,AWR)自动工作负载库(Automatic Workload Repository,AWR)是在Oracle公司提供的一个工具。AWR来可以自动收集、处理、并保存性能统计结果,这种统计数据存放在内存中并随后存储在数据库中...
分类:
数据库 时间:
2014-08-15 14:16:49
阅读次数:
298
背景知识MongoDB 是用C++写的, 开源的, NoSQL(Not Only SQL)文档数据库.特点:high performance(高性能), high availability(高可靠性), and automatic scaling(自动调整).结构与JSON类似.安装1. 下载安装包...
分类:
数据库 时间:
2014-08-15 14:08:08
阅读次数:
312
How to recover from an OGG-01028 Incompatible Record if the trail is not corrupt (Doc ID 1507462.1)Oracle GoldenGate - Version 9.5_EA and laterInforma...
分类:
其他好文 时间:
2014-08-14 20:28:19
阅读次数:
538
How to recover from Extract ERROR 180 encountered commit SCN that is not greater than the highest SCN already processedThis is the summary of Metalink...
分类:
其他好文 时间:
2014-08-14 20:24:19
阅读次数:
335
相信Hyper-v管理员都有这样的经历,安装多台虚拟机后,都要一台一台手工激活,如果虚拟机足够多的话,这是一项很繁琐的工作,但从Windows Server 2012 R2开始,就不需要这么做了,微软提供一项新的技术叫做:Automatic Virtual Machine Activation虚拟机...