[plain]viewplaincopyprint?http://apt.sw.be/redhat/el6/en/$ARCH/rpmforgehttp://archive.cs.uu.nl/mirror/dag.wieers/redhat/el6/en/$ARCH/rpmforgehttp://ftp2.lcpe.uni-sofia.bg/freshrpms/pub/dag/redhat/el6/en/$ARCH/rpmforge#http://ftp.heanet.ie/pub/freshrpms/pub/..
分类:
其他好文 时间:
2014-11-12 18:04:42
阅读次数:
233
自动化学习过程中老师介绍了一个工具jenkins,感觉很不错,学习ingjenkins的war包下载地址http://mirrors.jenkins-ci.org/war/Hudson的war包下载地址:http://mirror.bit.edu.cn/eclipse/hudson/war/tomc...
分类:
其他好文 时间:
2014-11-11 18:50:14
阅读次数:
193
在做LINUX的维护过程中,经常遇到磁盘空间满的情况,如果当初对磁盘的规划未处理好,处理磁盘空间满的问题将是一个比较麻烦的问题,当时安装时系统是直接做磁盘分区挂载,未用LVM(LogicalVolumeManager)管理磁盘,这时磁盘空间满,需要新增加磁盘后还要将空间满的磁盘中的文件迁..
分类:
系统相关 时间:
2014-11-10 01:14:54
阅读次数:
279
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-11-09 06:18:31
阅读次数:
179
磁盘满了看看1 查看这个目录 du -sh ~/.local/share/Trash 看看是否是回收站满了2 查看/tmp目录和/var目录是否有大文件3 看看这个目录加下面的文件是否很大 /var/lib/mlocate/ 删除mlocate.db文件 修改/etc/updatedb.conf.....
分类:
移动开发 时间:
2014-11-06 21:43:27
阅读次数:
461
说明:PV:物理卷VG:卷组(物理层面上一个VG由一个或多个PV组成)LV:逻辑卷(逻辑层面上一个VG由一个或多个LV组成)建立逻辑卷的顺序是PV->VG->LVIDE接口的硬盘显示出来是:hdaSCSI接口的硬盘显示出来是:sda一、建立逻辑卷:例如我们选定hda5来做逻辑,首先要确认hda5..
分类:
其他好文 时间:
2014-11-06 17:49:54
阅读次数:
183
安装 zookeeperwget http://mirror.bit.edu.cn/apache/zookeeper/stable/zookeeper-3.4.6.tar.gztar -xvzf zookeeper-3.4.6.tar.gzcd zookeeper-3.4.6/src/c./conf...
分类:
编程语言 时间:
2014-11-06 16:20:30
阅读次数:
212
Android 5.0源码下载总结,repo创建mirror方法介绍。...
分类:
移动开发 时间:
2014-11-06 13:02:43
阅读次数:
186
题目描述:
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
...
分类:
其他好文 时间:
2014-11-04 17:24:06
阅读次数:
132
一、下载? 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