码迷,mamicode.com
首页 >  
搜索关键字:lv mirror    ( 3054个结果
[转]使用maven镜像
综述用maven做项目,最郁闷的莫过于某些依赖库下载不了。被墙了,你懂的。使用maven镜像仓库及其重要,特别是国内的镜像,可以有效缓解被墙疼痛。常用的镜像国外镜像ibiblio.org ibiblio central ibiblio Mirror of http...
分类:其他好文   时间:2015-06-29 16:08:28    阅读次数:94
jsp_02_tomcat7配置
第二讲 tomcat7配置1、下载安装jdk1.6以上。2、下载tomcat7。下载地址 http://mirror.bjtu.edu.cn/apache/tomcat/tomcat-7/v7.0.37/bin/apache-tomcat-7.0.37.zip3、配置环境变量。解压缩tomcat,查...
分类:Web程序   时间:2015-06-28 09:47:02    阅读次数:165
tomcat 优化策略
jdk安装su - rootmkdir jdkcd jdkwget https://mirror.its.sfu.ca/mirror/CentOS-Third-Party/NSG/common/x86_64/jdk-7u76-linux-x64.rpmrpm -ivh jdk-7u76-linux-...
分类:其他好文   时间:2015-06-26 14:50:23    阅读次数:127
【CentOS 7.1】使用163的镜像
CentOS7.1.1503安装镜像http://mirrors.163.com/centos/7.1.1503/os/x86_64/帮助文档http://mirrors.163.com/.help/centos.html//backup[root@localhostyum.repos.d]#cd/etc/yum.repos.d/[root@localhostyum.repos.d]#mvCentOS-Base.repoCentOS-Base.repo.bakmv:overwrite‘Cent..
分类:其他好文   时间:2015-06-25 01:39:43    阅读次数:1609
Symmetric Tree
1. Question判断一个二叉树是否是对称的。Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree i...
分类:其他好文   时间:2015-06-24 23:54:40    阅读次数:183
在Linux下安装R语言软件
安装环境: centos、R3.0.1 1、在终端下下载:   #cd /usr/local/ #wget http://mirror.bjtu.edu.cn/cran/src/base/R-3/R-3.0.1.tar.gz  (终端下输入) 2、解压文件: #tar -zxvf R-3.0.1.tar.gz #cd R-3.0.1 3、安装...
分类:编程语言   时间:2015-06-23 20:10:50    阅读次数:270
安装Apache Thrift网关到CentOS 1
Step1yuminstallautomakelibtoolflexbisonpkgconfiggcc-c++Step2curlftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/monkeyiq:/centos6updates/CentOS_CentOS-6/noarch/autoconf-2.69-12.2.noarch.rpm>autoconf-2.69-12.2.noarch.rpmStep3yumins..
分类:Web程序   时间:2015-06-23 18:19:21    阅读次数:161
MySQL 绿色版安装方法图文教程
一、下载,这里使用绿色解压缩版 http://mirror.services.wisc.edu/mysql/Downloads/MySQL-5.1/mysql-noinstall-5.1.32-win32.zip 二、配置MySQL的参数 1、解压缩绿色版软件到D:\AppServ\MySQL...
分类:数据库   时间:2015-06-23 17:12:46    阅读次数:192
LVM 逻辑卷管理
LVM:逻辑卷管理器(LogicalVolumeManager)将多个物理磁盘分区(PV),组合成大的卷组(VG),再从大的卷组分出所需大小的分区(LV)PV(PhysicalVolume,物理卷)VG(VolumeGroup,卷组)PE(PhysicalExtend,物理扩展块):PE为LVM最小存储块,有点像文件系统的blockLV(Log..
分类:其他好文   时间:2015-06-21 23:53:44    阅读次数:223
leetCode(15):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...
分类:其他好文   时间:2015-06-21 14:37:26    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!