Given a binary tree, check whether it is a
mirror of itself (ie, symmetric around its center).For example, this binary tree
is symmetric: 1 / \ ...
分类:
其他好文 时间:
2014-06-10 11:51:42
阅读次数:
213
题目
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
...
分类:
其他好文 时间:
2014-06-08 18:12:04
阅读次数:
248
(系统:win8.1专业版)1.访问官网:从maven官网下载mavenhttp://maven.apache.org/download.cgi2.下载:点击红色圈住的link地址
进行下载(我这出现无法访问下载地址所以我选择不同的mirror进行下载)我选择的是 下图这个进行进行的下载3.解压并配...
分类:
其他好文 时间:
2014-06-07 06:56:17
阅读次数:
330
查询rman备份信息常用指令
----登陆到rman
$rman target /
----以精简的格式查看备份信息
RMAN> list backup of database summary;
List of Backups
===============
Key TY LV S Device Type Completion Time#Pieces #Copies Co...
分类:
其他好文 时间:
2014-06-05 01:06:36
阅读次数:
383
网易镜像站点 http://mirrors.163.com/搜狐镜像站点
http://mirrors.sohu.com/阿里云镜像站点 http://mirrors.aliyun.com/北京理工大学镜像站点 IPV4
http://mirror.bit.edu.cn/web/IPV6 http....
分类:
系统相关 时间:
2014-06-02 19:54:49
阅读次数:
410
【题目】
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
But the following is not:
1
/ 2 2
\ 3 3
No...
分类:
其他好文 时间:
2014-06-02 10:56:14
阅读次数:
237
1、图形化最小安装debian7.5操作系统2、更改debian的apt源配置文件/etc/apt/sources.listroot@duan:~#cat/etc/apt/sources.list
debhttp://ftp.de.debian.org/debianwheezymaincontribnon-free
deb-srchttp://ftp.de.debian.org/debianwheezymaincontribnon-free3、更新apt,并..
分类:
其他好文 时间:
2014-06-02 10:35:03
阅读次数:
379
DS4000在LVM层面mirror的问题
方案:
两台DS4000,通过两台SAN交换机,交叉连接到两台P55A服务器,两台DS4000上的之间LUN在AIXLVM上建立mirror关系。
环境:
DS4700×2;P55A(HBA×2)×2;B16×2。
过程:
B16上划分zone,4700上做RAID、LUN,P55A识别一切正常。
P55A的AI..
分类:
其他好文 时间:
2014-06-02 04:03:50
阅读次数:
428
1.批量建立redolog裸设备脚本(非条带)
#!/usr/bin/ksh
i=1
while(($i<=9));
do
mklv-ylv_redo"00$i"_1g-traw-wn-rn-u1oltpvg1
i=$(expr$i+1);
done
2.建立stripesize为1M,stripewidth为14,lv大小为8G的裸设备,
hdiskpower1=92160M
#!/usr/bin/ksh
i=1
while[$i-lt..
分类:
其他好文 时间:
2014-06-02 03:05:19
阅读次数:
281
就一般生产系统而已,操作系统层面都要进行备份,而最常见的操作系统备份方式之一就是做镜像(mirror),而实践过程中,往往是把rootvg这个卷组做镜像操作。查看rootvg是否已经进行镜像方法:
1) lsvg –o 2)lsvg –l rootvg# lsvg -l rootvg rootv.....
分类:
其他好文 时间:
2014-05-31 20:56:23
阅读次数:
1177