码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
编译安装Apache
一、准备工作二、编译安装三、相关文件路径配置四、主配置文件常用配置信息详解一、准备工作安装编译环境yumgroupinstall"Developmenttools"下载所需文件[root@localhost~]#mkdirdownloads [root@localhost~]#cddownloads/ [root@localhostdownloads]#wgethttp://mirror.bit.ed..
分类:Web程序   时间:2015-05-20 02:14:11    阅读次数:406
安装docker
一、安装docker时,增加第三方源epel如果是centos7下载并安装这个软件包wget http://mirror.hust.edu.cn/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpmrpm -ivh epel-release-7-0.2.n...
分类:其他好文   时间:2015-05-19 12:48:45    阅读次数:145
[LeetCode] Symmetric Tree
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 ...
分类:其他好文   时间:2015-05-17 18:48:13    阅读次数:118
CentOS 7下搭建R环境
1.下载R软件使用下面命令下载R软件wget http://mirror.bjtu.edu.cn/cran/src/base/R-3/R-3.0.1.tar.gz下载结果如图所示: 2.解压执行下列命令解压R软件,并切换到解压目录中。tar -zxvf R-3.0.1.tar.gz #解压命令 cd R-3.0.1 #切换目录3.安装安装R软...
分类:其他好文   时间:2015-05-16 16:38:46    阅读次数:165
【Symmetric Tree】cpp
题目: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 / ...
分类:其他好文   时间:2015-05-15 10:22:50    阅读次数:125
使用Axis2开发WebService
一、准备1、下载Axis2、eclipse插件axis2-1.6.2-war.zip:http://mirror.bjtu.edu.cn/apache//axis/axis2/java/core/1.6.2/axis2-1.6.2-war.zipaxis2-1.6.2-bin.zip:http://...
分类:Web程序   时间:2015-05-14 20:00:42    阅读次数:210
svnsync同步版本库
假设有一个主版本库(Master)需要同步到另外一个服务器的新库(Mirror)当中以达到备份的效果。 主(Master): 将要通过svnsync被同步的活动读/写版本库。 镜像(Mirror): 将要与master通过svnsync同步的只读版本...
分类:其他好文   时间:2015-05-13 20:03:51    阅读次数:192
安装g++,在centos上执行yum -y install gcc gcc-c++ libstdc++-devel
Loaded plugins: fastestmirror, securityLoading mirror speeds from cached hostfile* base: mirrors.163.com * extras: mirrors.cqu.edu.cn * updates: mirro...
分类:编程语言   时间:2015-05-13 12:42:00    阅读次数:639
tomcat apr配置
下载安装包 wget http://mirrors.cnnic.cn/apache//apr/apr-1.5.2.tar.gz wget http://mirrors.cnnic.cn/apache//apr/apr-util-1.5.4.tar.gz wget http://mirror.bit.edu.cn/apache/tomcat/tomcat-connectors/native/1...
分类:其他好文   时间:2015-05-12 17:21:20    阅读次数:125
LeetCode: Symmetric Tree
Title: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 ...
分类:其他好文   时间:2015-05-12 15:34:17    阅读次数:120
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!