Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:
其他好文 时间:
2014-06-18 12:51:52
阅读次数:
205
Source Database
DB Name: zwc
Schemas: HR,OE,PM
Version: 10.2.0.4
RAC: No
OS Version: Red Hat Enterprise Linux Server release 5.9 x86_64
OGG...
分类:
数据库 时间:
2014-06-18 12:09:56
阅读次数:
617
Oracle RAC 10g – Cache Fusion(original link is under the title)
分类:
其他好文 时间:
2014-06-18 10:30:38
阅读次数:
202
高可用,多路冗余GFS2集群文件系统搭建详解2014.06标签:GFS2 multipath 集群文件系统 cmirror实验拓扑图:实验原理:实验目的:通过RHCS集群套件搭建GFS2集群文件系统,保证不同节点能够同时对GFS2集群文件系统进行读取和写入,其次通过multipath实现node和F...
分类:
其他好文 时间:
2014-06-17 23:32:14
阅读次数:
957
linux下Oracle11g RAC搭建(七)
六、安装Grid
启动GRID安装界面
方式一:redhat下调整分辨率
[root@node1 ~]# xhost +
//授权
[root@node1 ~]#
su - grid
[grid@node1 ~]$
cd /soft/grid
[g...
分类:
数据库 时间:
2014-06-17 22:40:17
阅读次数:
473
本文出自:http://blog.csdn.net/svitter
node.js大家知道的可能比较多,但是jade大家可能就不知道了。。GFW封杀掉google以后,今天在百度上找了好久也没有找到——哎,仍需前进。
肯定有在github上获取一些框架的小白和我一样,看了到了json,jade,less这些莫名奇妙的东西然后怅然不知所云。
jade可以用来生成html文件,写法要简单很多...
分类:
Web程序 时间:
2014-06-17 22:26:49
阅读次数:
329
测试oracle 11g cluster 中OLR的重要性
called an Oracle Local Registry (OLR): each node in a cluster has a local registry for node-specific resources
测试一:模拟olr异常丢失的情况:
这里首先将olr renam
[root@vm...
分类:
数据库 时间:
2014-06-17 22:14:36
阅读次数:
359
题目
Given a linked list, remove the nth node from the end of list and return its head.
For example,
Given linked list: 1->2->3->4->5, and n = 2.
After removing the second node from th...
分类:
其他好文 时间:
2014-06-17 21:38:12
阅读次数:
193
为什么使用Sass作为前端(html、javascript、css)的三大马车之一的css,一直以静态语言存在,HTML5火遍大江南北了、javascript由于NODE.JS而成为目前前后端统一开发语言的不二之眩只有css似乎成为前端开发的被忽视的角色了。Sass让css有了动态语言的特点,在初次学习css时,有..
分类:
其他好文 时间:
2014-06-17 18:06:18
阅读次数:
219
#include "stdafx.h"#include "stdlib.h"typedef struct Node{ int data; struct Node* next;} LinkNode;void PrintNodes(LinkNode *&List){ LinkNode ...
分类:
其他好文 时间:
2014-06-17 15:25:14
阅读次数:
158