码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
CentOS6.5_X64 下Apache Httpd安装配置
一、下载? 1、登录http://httpd.apache.org。? 2、下载2.4.7版本。 #cd /opt #wget http://mirror.esocc.com/apache//httpd/httpd-2.4.7.tar.gz 二、安装? 1、安装apr、apr-util、pcre 登录http://www.apac...
分类:Web程序   时间:2014-11-03 19:31:36    阅读次数:203
Mirror--不同SQL Server版本使用的默认镜像端点加密算法不同
在搭建镜像时遇到一个小问题,搭建镜像时报错,排查好半天,对证书/用户/登陆/连接授权等方面都做了逐一排查,未发现异常,最后生成镜像端点创建脚本时,才发现问题原因:镜像主节点(10.50.4276)的镜像端点创建脚本为:CREATE ENDPOINT [Endpoint_Mirror_Server] ...
分类:数据库   时间:2014-11-03 16:13:57    阅读次数:161
SwipeRefreshLayout下拉刷新
Google 自带 package mirror.android.miniweb;import android.app.Activity;import android.os.Bundle;import android.suppor...
分类:其他好文   时间:2014-11-03 14:14:07    阅读次数:154
对称树 Symmetric Tree
算法能力一直不好,决定利用晚上和假期时间多做点算法题,动动手,提高自己。大家看到我的水平低还望莫要嘲笑,嘻嘻。 这一题呢是LeetCode上的对称树问题, Given a binary tree, check whether it is a mirror of itself (ie, sym...
分类:其他好文   时间:2014-11-02 22:29:08    阅读次数:231
heartbeat 简单安装
1.安装heartbeat下载需要的源:wgetftp://mirror.switch.ch/pool/1/mirror/scientificlinux/6rolling/x86_64/os/Packages/epel-release-6-5.noarch.rpm2.安装heartbeat:yum-yinstallheartbeat*3.配置heartbeat3.1.拷贝模板配置文件:cp/usr/share/doc/heartbeat-3.0.4/ha.cf/e..
分类:其他好文   时间:2014-10-30 19:24:48    阅读次数:177
zookeeper 安装
1, 安装准备 ? 1.1 下载http://mirror.bjtu.edu.cn/apache/zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz 1.2 安装jdk : 我的是jdk-1.6.0_14-fcs 1.3 系统: linux?:centos-5.4 1.4 hadoop安装配置: ??...
分类:其他好文   时间:2014-10-30 12:03:02    阅读次数:255
httpd安装
1.软件准备http://apache.fayea.com/apache-mirror//apr/apr-1.5.1.tar.gzhttp://apache.fayea.com/apache-mirror//apr/apr-util-1.5.4.tar.gzftp://ftp.csx.cam.ac....
分类:Web程序   时间:2014-10-28 13:49:03    阅读次数:197
[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 ...
分类:其他好文   时间:2014-10-27 21:19:41    阅读次数:231
redhat 6.4 x64 和x86 更新bash
redhat6.4x64和x86更新bashx64安装下载bashbash-4.1.2-15.el6_5.2.x86_64.rpmhttp://mirror.centos.org/centos/6/updates/x86_64/Packages/bash-4.1.2-15.el6_5.2.x86_64.rpm安装新包bashchmodu+xbash-4.1.2-15.el6_5.2*rpm-Uvhbash-4.1.2-15.el6_5.2.x86_64.rpmi86安装下载bas..
分类:其他好文   时间:2014-10-27 19:43:48    阅读次数:232
[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-10-26 15:33:29    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!