Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
分类:
其他好文 时间:
2014-12-01 14:11:54
阅读次数:
218
preFace: (应用场景需求分析)由于安装系统前未合理规划存储,或是随着业务扩展对存储空间需求量成几何级增长,原先规划的系统存储不足服务当前业务需求,同时当前的系统app运行较完美,admin不想重新规划新架构OS,所以extend disk capacity 迫在眉睫,那么根据你OS架构该如何...
分类:
其他好文 时间:
2014-11-29 11:46:55
阅读次数:
229
摘要linux下使用nexus搭建maven仓库原文:http://my.oschina.net/u/255289/blog/3071431:下载maven和nexus,并解压。wgethttp://apache.fayea.com/apache-mirror/maven/maven-3/3.1.1...
分类:
其他好文 时间:
2014-11-29 06:38:06
阅读次数:
235
/** * 设置listview item的点击事件 */ lv_app_manager.setOnItemClickListener(new OnItemClickListener() { @Override ...
Adding a current-mirror circuit to a typical boost circuit allows you to select the amount of boost voltage and to ensure a constant difference betwee...
分类:
其他好文 时间:
2014-11-28 14:00:51
阅读次数:
128
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
Recursive Algorithm
class Solution {
public:
bool isSymmetric(TreeNode *root) {
return ...
分类:
其他好文 时间:
2014-11-27 09:18:04
阅读次数:
176
1.下载Thrift http://apache.fayea.com/apache-mirror/thrift/0.9.2/thrift-0.9.2.tar.gz2.下载编译器并解压 http://www.apache.org/dyn/closer.cgi?path=/thrift/0.9.2/.....
PVpvcreate/dev/sdanpvs##简单查看##pvdisplay/dev/sdan##详细查看##VGvgcreate名称/dev/sdanvgdisplay名称vgremove名称先pvmove/dev/sdan然后vgreduce名称/dev/sdan最后pvremove/dev/sdanvgextend名称/dev/sdanLVlvcreate-L大小-n名称vg名称lvdisplay/dev/vg名称/lv名称lvremo..
分类:
系统相关 时间:
2014-11-22 23:18:13
阅读次数:
301
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-11-19 20:16:39
阅读次数:
190
作为开源软件爱好者,经常会下载更新很多项目,很多国外的资源在国内访问都不可靠,下面推荐一些不错的开源镜像站。国内高校的开源镜像站中国科学技术大学(debian.ustc.edu.cn)上海交通大学(ftp.stju.edu.cn)大连理工大学(mirror.dlut.edu.cn)北京交通大学(mi...
分类:
其他好文 时间:
2014-11-19 15:39:08
阅读次数:
220