码迷,mamicode.com
首页 >  
搜索关键字:lv mirror    ( 3054个结果
Zookeeper单机单节点配置
OS:CentOS 6.5 [GNU/Linux 2.6.32-504.23.4.el6.x86_64]Zookeeper版本:zookeeper-3.4.61. 下载zookeeper安装包wgethttp://mirror.bjtu.edu.cn/apache/zookeeper/zookeep...
分类:其他好文   时间:2015-07-19 01:26:15    阅读次数:164
HBase单机单节点配置
OS:CentOS 6.5 [GNU/Linux 2.6.32-504.23.4.el6.x86_64]HBase Version :hbase-0.94.271. get the distrubution of habse# wgethttp://mirror.bjtu.edu.cn/apache...
分类:其他好文   时间:2015-07-19 01:25:40    阅读次数:159
配置 Docker 镜像下载的本地 mirror 服务
Docker registry 工具现在已经很好的支持了 mirror 功能,使用它可以配置一个本地的 mirror 服务,将 pull 过的镜像 cache 在本地,这样其它主机再次 pull 的时候会极大提高响应速度。 使用 docker-compose 启动 registry mirror 服务 以 ubuntu 为例,首先要安装 docker 和 docker-compose。...
分类:其他好文   时间:2015-07-16 22:22:24    阅读次数:134
测试配置yum仓库的http镜像
测试配置yum仓库的http镜像一、基础环境 1、在tvm-base的基础上,复制一个镜像为tvm-yum来测试。 2、网络: eth0:host-only(用于虚拟内网,手动固定IP,这样从宿主机可以直接连接到这个vm) eth1:NAT(用于上外网,动态IP) [root@tvm-yum~]#cd/etc/sysconfig/network-scrip..
分类:Web程序   时间:2015-07-15 13:30:09    阅读次数:281
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 / \ ...
分类:其他好文   时间:2015-07-15 10:42:31    阅读次数:111
AIX系列------ISO挂载
AIX5版本方法一1、建立一个逻辑卷,大小和ISOp_w_picpath相同或者大些。2、在/etc/filesystems文件中加入并编辑该逻辑卷条目,设置vfs为cdrfs例如:#vi/etc/filesystems/isocd:dev=/dev/isocdvfs=cdrfsmount=falseoptions=roaccount=false3、为该LV创建加载点/iso4、用dd命令拷..
分类:其他好文   时间:2015-07-14 20:46:32    阅读次数:189
RHEL6使用CentOS的yum源
1、卸载RHEL6自带的yum源rpm-qa|grepyum|xargsrpm-e--nodeps2、下载对应的安装包#wget http://mirror.centos.org/centos-6/6.5/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm #wget http://mirror.centos.org/centos-6/6.5/os/x86_64/Packages/yum-3.2.29-40...
分类:其他好文   时间:2015-07-14 20:40:21    阅读次数:149
[LeetCode] Symmetric Tree
Question:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: ...
分类:其他好文   时间:2015-07-14 17:08:38    阅读次数:69
修改合同号的bapi
这个例子是在合同号中新增项目号:1、先要读取该合同号的信息用一个BAPIBAPI_CONTRACT_GETDETAIL2、调用修改合同号的BAPI。代码如下:REPORT ztest_class.DATA: lv_docnumber TYPE bapimeoutheader-numbe...
分类:Windows程序   时间:2015-07-14 14:55:59    阅读次数:262
编译安装LAMP环境
安装顺序为Apache、MySQL、PHP一、源码安装Apache-2.4.12二、编译安装MySQL-5.6.24三、源码安装PHP-5.4.41一、源码安装Apache-2.4.121、安装依赖软件yuminstall-ygccautoconfautomakemakepcrepcre-developensslopenssl-devel2、下载需要的源码包wgethttp://mirror.bit.edu.cn/a..
分类:其他好文   时间:2015-07-12 00:27:34    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!