软件工程由于需要不断迭代开发,因此要对源代码进行版本管理。Android源代码工程(AOSP)也不例外,它采用Git来进行版本管理。 AOSP作为一个大型开放源代码工程,由许许多多子项目组成,因此不能简单地用Git进行管理,它在Git的基础上建立了一套自己的代码仓库,并且使用工 具Repo进行管理。...
分类:
移动开发 时间:
2015-07-03 15:47:35
阅读次数:
338
1、添加yum源# vi /etc/yum.repos.d/10gen.repo[10gen] name=10gen Repository baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64 gpgcheck=0:wq2...
分类:
数据库 时间:
2015-07-03 12:10:07
阅读次数:
206
mac安装GNU命令行工具2.添加的repo tap home/dupes brew install coreutils binutils diffutils ed --default-names findutils --default-names gawk gnu-indent --defaul....
分类:
系统相关 时间:
2015-07-02 06:31:50
阅读次数:
253
添加第三方源进行安装CentOS/RHEL 7:# rpm -Uvh http://repo.zabbix.com/zabbix/2.2/rhel/7/x86_64/zabbix-release-2.2-1.el7.noarch.rpmCentOS/RHEL 6:# rpm -Uvh http://...
分类:
其他好文 时间:
2015-07-01 17:18:50
阅读次数:
161
这个有趣的火车网上很多版本,但是没发现Centos6的版本,因此整理发布下,希望增加下linux的趣味性,让小伙伴们更加喜爱上linux这个极具魅力的操作系统。Centos6生成奔跑着的火车有趣动画步骤:1.安装epel源#wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/e..
分类:
系统相关 时间:
2015-07-01 06:24:56
阅读次数:
230
要使用yum安装mysql,要使用mysql的yum仓库,先从官网下载适合你系统的仓库http://dev.mysql.com/downloads/repo/yum/然后根据版本选择http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm然后安装一下这个仓库列表sudoyumlocalinstallmysql-community-release-el..
分类:
数据库 时间:
2015-06-30 18:42:29
阅读次数:
217
repo统一管理多个git仓库repo init -u URL 当前目录下安装仓库,生成.repo .repo/manifest.xml 指向TAGrepo sync 更新下载 ==> * (no branch) repo start master –all ( git branch - * (no branch) => master)repo branch 查看项目下所有存在分支git c...
分类:
其他好文 时间:
2015-06-29 20:23:12
阅读次数:
601
CentOS系统自带的更新源的速度实在是慢,为了让CentOS6使用速度更快的YUM更新源,可以选择163(网易)的更新源。1.下载repo文件wget http://mirrors.163.com/.help/CentOS6-Base-163.repo2.备份并替换系统的repo文件[root@l...
分类:
其他好文 时间:
2015-06-29 16:22:59
阅读次数:
115
#!/bin/bash#LEMP Serverumount /dev/cdrommount /dev/cdrom /mediaIOS="/etc/yum.repos.d/rhel-debuginfo.repo"if [ $? = 0 ];thensed -i '3d' $IOSsed -i '3i ...
分类:
其他好文 时间:
2015-06-27 21:22:14
阅读次数:
122