码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
centos apache php 安装
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
linux下安装mysql(编译mysql源码)
编译所需软件地址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
[leetcode]Symmetric Tree @ Python
原题地址: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
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 But the f...
分类:其他好文   时间:2014-09-28 20:10:56    阅读次数:178
使用gitolite-3.6搭建git镜像服务器
需求:在外网搭建一台git服务器,大家在任何联网的地方可以向git服务器提交、clone,如果一个仓库特别大,在公司clone一个仓库的时候会使用时间过长,带宽占用等不利的因素,那我们在公司内网搭建一台镜像服务器,clone代码的时候可以从镜像服务器clone,会省很多时间,下面我..
分类:其他好文   时间:2014-09-26 01:07:59    阅读次数:701
初始小R-安装启动与测试
非常感谢《深入浅出数据分析》这本书让我有幸认识了R,多多少少的弥补了我心里对R语言、R分析、R工具的模糊认知,下面我们就来体验一下R语言的魅力吧!GO!一:下载RR官方地址:http://www.r-project.org/进入下载地址:http://mirror.fcaglp.unlp.edu.a...
分类:其他好文   时间:2014-09-24 18:15:07    阅读次数:210
vmware 安装centos7 64
centos7推出有一段时间了,但是安装图解好像不是很多。1:下载地址:http://mirror.bit.edu.cn/centos/7.0.1406/isos/x86_64/CentOS-7.0-1406-x86_64-Minimal.iso在这我下载的是最少安装包CentOS-7.0-1406...
分类:其他好文   时间:2014-09-23 19:56:25    阅读次数:741
windows下nginx+tomcat集群配置
1.下载配置必要的文件 2.下载nginx:http://nginx.org/download/nginx-1.6.2.zip 3.下载tomcat:http://mirror.bit.edu.cn/apache/tomcat/tomcat-8/v8.0.12/bin/apache-tomcat-8.0.12-windows-x64.zip 4.解压下载文件 解压nginx-1.6.2.z...
分类:Windows程序   时间:2014-09-23 16:55:15    阅读次数:265
KVM的driver_mirror功能相关实验
kvm的driver_mirror功能相关实验...
分类:其他好文   时间:2014-09-22 12:30:42    阅读次数:647
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-09-19 05:31:35    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!