Struts2:http://struts.apache.org/Spring:主页:http://spring.io/下载:http://repo.spring.io/release/org/springframework/spring/mybatis:主页:http://mybatis.github.io/资源主页:https://github.com/mybatis/下载地址:https://github.com/mybatis/mybatis-3/releas..
分类:
编程语言 时间:
2014-11-16 01:56:02
阅读次数:
165
下载repo文件(以Centos为例):wgethttp://mirrors.163.com/.help/CentOS6-Base-163.repo2.备份并替换系统的repo文件[root@localhost~]#cd/etc/yum.repos.d/
[root@localhost~]#mvCentOS-Base.repoCentOS-Base.repo.bak
[root@localhost~]#mvCentOS6-Base-163.repoCentOS-Base.r..
分类:
系统相关 时间:
2014-11-15 06:41:06
阅读次数:
244
更新SVN时,出现403错误首先确定不是权限问题,出现原因暂时未明三种解决方法:1.在Repo-browser中,右键checkout,可以成功检出代码2.在文件夹上右键,switch,使用默认设置,点ok,可以解决问题,之后update也是正常3.更换低于1.5的svn客户端(此方法未实验)
分类:
其他好文 时间:
2014-11-14 19:15:12
阅读次数:
173
# 配置 - 远端有一个Remote Repository,因为在东京,所以需要在上海有一个Mirror,假设在东京的Repo叫tokyo-repo,在上海的叫sh-repo - 众所周知,maven在本地有一个缓存,一般在.m2文件夹,暂时称之为local-rep...
分类:
其他好文 时间:
2014-11-14 12:43:44
阅读次数:
204
今天有个朋友让我帮忙把他们公司的SVN代码库的源代码导出来,于是就想到这个来导一下,挺方便的。 1. apt-get install subversion 2. svnserver -d -r $(SVN_REPO) 3. apt-get install git-svn 4. git svn clone...
分类:
其他好文 时间:
2014-11-13 22:40:50
阅读次数:
352
在安装完CentOS后一般需要修改yum源,才能够在安装更新rpm包时获得比较理想的速度。国内比较快的有163源、sohu源,这里以163源为例子。 1. cd /etc/yum.repos.d 2. mv CentOS-Base.repo CentOS-Base.repo...
分类:
其他好文 时间:
2014-11-13 20:55:09
阅读次数:
137
制作本地yum源挂载光盘mount/dev/cdrom/mnt/查看内容ls/mnt/编辑Centos-Media.repoviCentos-Media.repo
name=dvd
baseurl=file:///mnt/
gpgcheck=0
enabled=1
分类:
其他好文 时间:
2014-11-13 13:05:11
阅读次数:
117
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,解决办法是编辑/etc/yum.repos.d/epel.repo,把基础的恢复,镜像的地址注释掉 #baseurl ...
分类:
Web程序 时间:
2014-11-13 12:26:45
阅读次数:
178
CyanogenMod是除了Android官方源码之外的最受欢迎的Android的一个分支,它是干净,几乎接近原生Android,且方便为设备进行定制,在编译和制作ROM上面较原生有很大改进,是开发者学习源码和自己制作ROM的最佳选择。
官方网站在这里.
repo在这里.
环境说明,本次所有操作都是在Ubuntu 12.04(Precise)里面进行的。另外需要说明的是,我的环境...
分类:
其他好文 时间:
2014-11-12 23:03:51
阅读次数:
318
1、CentOS 更新源配置文件说明CentOS 6.5 更新源配置文件 /etc/yum.repos.d/CentOS-Base.repo 片段[base]name=CentOS-$releasever - Basemirrorlist=http://mirrorlist.centos.org/?...
分类:
其他好文 时间:
2014-11-12 21:03:36
阅读次数:
242