综述用maven做项目,最郁闷的莫过于某些依赖库下载不了。被墙了,你懂的。使用maven镜像仓库及其重要,特别是国内的镜像,可以有效缓解被墙疼痛。常用的镜像国外镜像ibiblio.org ibiblio central ibiblio Mirror of http...
分类:
其他好文 时间:
2015-06-29 16:08:28
阅读次数:
94
第二讲 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
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
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
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
安装环境:
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
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
一、下载,这里使用绿色解压缩版 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:逻辑卷管理器(LogicalVolumeManager)将多个物理磁盘分区(PV),组合成大的卷组(VG),再从大的卷组分出所需大小的分区(LV)PV(PhysicalVolume,物理卷)VG(VolumeGroup,卷组)PE(PhysicalExtend,物理扩展块):PE为LVM最小存储块,有点像文件系统的blockLV(Log..
分类:
其他好文 时间:
2015-06-21 23:53:44
阅读次数:
223
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