@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setContentView(R.layout.app_manager);
lv_app_manager = (...
前奏:CentOS 6.5下载地址http://mirror.centos.org/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1to2.torrent 1.Install or upgrade an existing system 安装或升级现有...
分类:
其他好文 时间:
2015-01-21 22:01:19
阅读次数:
293
转自http://www.php114.net/2013/1019/637.html目标:将VolGroup-lv_home缩小到20G,并将剩余的空间添加给VolGroup-lv_root1.首先查看磁盘使用情况[root@localhost ~]# df -h文件系统 容量 已用 可用 已用% ...
分类:
系统相关 时间:
2015-01-20 21:56:50
阅读次数:
183
#上海交大的CentOS更新源[base]name=CentOS-5-Base#mirrorlist=http://mirrorlist.centos.org/?release=$releasever5&arch=$basearch&repo=os#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/baseurl=http://ftp.sjtu.edu.cn/centos/5/os/$basearc..
分类:
其他好文 时间:
2015-01-20 18:33:35
阅读次数:
205
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-01-19 00:09:50
阅读次数:
174
https://code.google.com/p/v8-wiki/wiki/BuildingWithGYPvs2013git v8 http://github.com/v8/v8-git-mirror.git icu46 -> v8\third_party\icugit gmock gtest -...
分类:
编程语言 时间:
2015-01-17 16:32:13
阅读次数:
184
,aliyun 使用数据盘(aliyun新增数据盘使用,创建vg,aliyun 镜像系统本身未使用lvm-vg-lv)1.1直接挂载文件系统较易,不做分析http://help.aliyun.com/view/11108189_13491193.html?spm=5176.383518.9.3.u1...
分类:
其他好文 时间:
2015-01-17 16:19:15
阅读次数:
176
1,扩容已有lvm 上的lv1.1 新建pv --> pvcreate /dev/sd*1.2 把新增的pv添加到lvm -->vgextend vg_ruiy /dev/sd*1.3 查看添加pv后的lvm --> vgdisplay -v vg_ruiy1.4 扩容lv --> lvexten....
分类:
其他好文 时间:
2015-01-17 12:27:10
阅读次数:
235
安装TOMCAT下载tomcat,可以通过下面的命令下载:#wget http://apache.mirror.phpchina.com/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.tar.gz解压启动测试:#tar -zxvf apache-t...
分类:
其他好文 时间:
2015-01-15 07:01:33
阅读次数:
140
1. SparkR的安装配置1.1. R与Rstudio的安装1.1.1. R的安装我们的工作环境都是在Ubuntu下操作的,所以只介绍Ubuntu下安装R的方法:1) 在/etc/apt/sources.list添加源deb http://mirror.bjtu.edu.cn/cran/bin/l...
分类:
其他好文 时间:
2015-01-14 14:04:13
阅读次数:
395