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-10-02 09:45:52
阅读次数:
184
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-10-02 05:53:22
阅读次数:
170
1.下载 wget http://apache.fayea.com/apache-mirror//httpd/httpd-2.2.29.tar.gztar zxvf httpd-2.2.29.tar.gzcd httpd-2.2.29./configure --prefix=/usr/local/h...
分类:
Web程序 时间:
2014-10-01 19:29:11
阅读次数:
272
1,OpenStack清理expired tokens
分类:
其他好文 时间:
2014-10-01 09:56:20
阅读次数:
168
最近研究了下nova的流程。下面是流程图其中computer-api到computeManger之间的具体调用关系如下:computerl.manager之后的流程如下:
分类:
其他好文 时间:
2014-09-30 21:14:59
阅读次数:
199
在windows环境下使用maven对openstack-java-sdk进行编译
编译源文件
下载源码
git clonehttps://github.com/woorea/openstack-java-sdk.git
下载并安装gpg4win
http://ftp.gpg4win.org/
本次过程中下载的是gpg4win-2.2.2.exe
配置gpg
查看
...
分类:
编程语言 时间:
2014-09-30 20:04:49
阅读次数:
262
编译所需软件地址http://mysql.mirror.kangaroot.net/Downloads/ -- 下载需要的mysql版本例如mysql-5.5.39.tar.gz 目前还不太理解mysql那么多的安装包都是干嘛用的,先mark一下。下载的时候注意要下mysql-版本号.tar.gz....
分类:
数据库 时间:
2014-09-30 11:03:42
阅读次数:
281
原题地址:https://oj.leetcode.com/problems/symmetric-tree/题意:判断二叉树是否为对称的。Given a binary tree, check whether it is a mirror of itself (ie, symmetric around ...
分类:
编程语言 时间:
2014-09-29 03:48:56
阅读次数:
195
CloudStack 项目的活跃程度仅次于 OpenStack. 和大多数云计算、集群软件一样,CloudStack 也是控制节点+计算节点这种架构,控制节点(cloudstack-management)用来统一管理计算节点,提供资源分配和任务,提供 API、GUI、数据库等服务;计算节点(clou...
分类:
其他好文 时间:
2014-09-28 22:51:26
阅读次数:
338
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 f...
分类:
其他好文 时间:
2014-09-28 20:10:56
阅读次数:
178