码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
Linux安装mysql
1. 下载安装包: http://mirror.neu.edu.cn/mysql/Downloads/MySQL-5.5/mysql-5.5.40-linux2.6-x86_64.tar.gz2. 解压 tar vxzf mysql-5.5.40-linux2.6-x86_64.tar....
分类:数据库   时间:2014-11-14 10:30:20    阅读次数:308
[LeetCode] Symmetric Tree
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-13 22:22:11    阅读次数:221
LeetCode——Symmetric Tree
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-13 22:20:24    阅读次数:224
源码编译安装apache详解(2014-11-13)
一、下载Apache2.4及依赖包Apache官网下载:http://apache.fayea.com/apache-mirror/httpd/由于Apache依赖于APR、APR-Util和PCRE,所以需要下载:APR+APR-Util:http://mirror.bjtu.edu.cn/apache//apr/PCRE:http://sourceforge.net/projects/pcre/files/pcre/在此,笔者使用..
分类:Web程序   时间:2014-11-13 19:07:59    阅读次数:309
rpmforge
[plain]viewplaincopyprint?http://apt.sw.be/redhat/el6/en/$ARCH/rpmforgehttp://archive.cs.uu.nl/mirror/dag.wieers/redhat/el6/en/$ARCH/rpmforgehttp://ftp2.lcpe.uni-sofia.bg/freshrpms/pub/dag/redhat/el6/en/$ARCH/rpmforge#http://ftp.heanet.ie/pub/freshrpms/pub/..
分类:其他好文   时间:2014-11-12 18:04:42    阅读次数:233
jenkins之安装篇
自动化学习过程中老师介绍了一个工具jenkins,感觉很不错,学习ingjenkins的war包下载地址http://mirrors.jenkins-ci.org/war/Hudson的war包下载地址:http://mirror.bit.edu.cn/eclipse/hudson/war/tomc...
分类:其他好文   时间:2014-11-11 18:50:14    阅读次数:193
Leetcode-Symmetric Tree
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-09 06:18:31    阅读次数:179
zookeeper python client
安装 zookeeperwget http://mirror.bit.edu.cn/apache/zookeeper/stable/zookeeper-3.4.6.tar.gztar -xvzf zookeeper-3.4.6.tar.gzcd zookeeper-3.4.6/src/c./conf...
分类:编程语言   时间:2014-11-06 16:20:30    阅读次数:212
Android L下载
Android 5.0源码下载总结,repo创建mirror方法介绍。...
分类:移动开发   时间:2014-11-06 13:02:43    阅读次数:186
LeetCode:Symmetric Tree
题目描述: 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-11-04 17:24:06    阅读次数:132
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!