1.在虚拟机上安装centos6.6系统:http://mirror.symnds.com/distributions/CentOS-vault/6.5/isos/i386/CentOS-6.5-i386-bin-DVD1.iso2.更新所有软件:yum update3.为yum添加epel源:打开...
I saw a lot of BFS based solutions. And my alternative solution is this mirror-ed BST iterator one, with some book-keeping:class Solution {public: ...
分类:
其他好文 时间:
2015-04-13 12:22:37
阅读次数:
136
Zookeeper的安装和配置十分简单, 既可以配置成单机模式, 也可以配置成集群模式. 下面将分别进行介绍. 单机模式 下载zookeeper的安装包之后(http://mirror.bit.edu.cn/apache/zookeeper/), 解压到合适目录. 进入...
分类:
其他好文 时间:
2015-04-13 09:49:34
阅读次数:
112
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...
分类:
其他好文 时间:
2015-04-09 21:57:21
阅读次数:
131
一、下载tomcat下载最新版的tomcatcd/usr/local/srcwgethttp://mirror.bit.edu.cn/apache/tomcat/tomcat-7/v7.0.50/bin/apache-tomcat-7.0.59.tar.gz二、解压安装tomcattarzxvfapache-tomcat-7.0.59.tar.gzmvapache-tomcat-7.0.59.tar.gztomcat7三、配置环境变量vi/etc/profile..
分类:
其他好文 时间:
2015-04-05 18:59:34
阅读次数:
2471
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...
分类:
其他好文 时间:
2015-04-04 23:50:46
阅读次数:
338
我搜索到这篇博客了,供大家参考: http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html?...
分类:
移动开发 时间:
2015-04-04 12:24:06
阅读次数:
197
1.下载源码包MySQL5.5.42下载地址http://mysql.mirror.kangaroot.net/Downloads/MySQL-5.5/mysql-5.5.42.tar.gzcmake3.2.1下载地址http://www.cmake.org/files/v3.2/cmake-3.2.1.tar.gz2.检查环境:rpm-qa|grepcmakerpm-qa|grepgccrpm-qa|grepgcc-c++3.安装篇:cmake-3.2.1通过..
分类:
数据库 时间:
2015-04-03 11:34:29
阅读次数:
165
一、关闭防火墙及SELINUX:#iptables-F#/etc/init.d/iptablesstop#sed-i‘s/SELINUX=enforcing/SELINUX=disabled/g‘/etc/sysconfig/selinux二、下载软件包:1.下载apache:http://apache.dataguru.cn//httpd/httpd-2.4.12.tar.gz2.下载mysql:http://mysql.mirror.kangaroot.net..
分类:
数据库 时间:
2015-04-03 11:34:28
阅读次数:
206
1. 北交(BJTU):
http://mirror.bjtu.edu.cn/opensuse
http://mirror.bjtu.edu.cn/packman/suse
2. 华中科大(HUST):
http://mirrors.hust.edu.cn/opensuse/
http://mirrors.hust.edu.cn/packman/suse/
...
分类:
其他好文 时间:
2015-04-03 01:36:30
阅读次数:
184