码迷,mamicode.com
首页 >  
搜索关键字:repo    ( 6135个结果
在Eclipse中如何关联spring-framework的文档和源代码
1.到官方网站去下载spring-framework的jar包spring-framework jar包的下载地址是:http://repo.spring.io/release/org/springframework/spring/2.创建新的User LibraryWindow->Perefere...
分类:编程语言   时间:2015-04-17 22:04:01    阅读次数:139
CocoaPods pod install
加参数可以提升更新的速度pod install --verbose --no-repo-updatepod update --verbose --no-repo-updatecocoapods自身版本升级sudo gem update --systemsudo gem install cocoapo...
分类:其他好文   时间:2015-04-17 17:56:42    阅读次数:133
更新centos curl
centos curl 默认使用nss,而不是openssl升级curl让curl支持opensslrpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/city-fan.org-release-1-12.rhel6.noarch.rpmyum ...
分类:Web程序   时间:2015-04-17 13:05:17    阅读次数:261
yum仓库的建立yum安装
配置一个yum仓库[repo-id]标识name=#当前仓库描述信息;baseurl=url://path/to/repository/#指明repository的访问路径;通常为一个文件服务器上输出的某repository;url:ftp服务ftp://SERVER/PATH/TO/REPOSITORYhttp服务 http://SERVER/PATH/TO/REPOSITORY本地目录:file:///PA..
分类:其他好文   时间:2015-04-17 11:54:16    阅读次数:222
yum仓库的建立yum安装
配置一个yum仓库[repo-id]标识name=#当前仓库描述信息;baseurl=url://path/to/repository/#指明repository的访问路径;通常为一个文件服务器上输出的某repository;url:ftp服务ftp://SERVER/PATH/TO/REPOSITORYhttp服务 http://SERVER/PATH/TO/REPOSITORY本地目录:file:///PA..
分类:其他好文   时间:2015-04-17 11:51:30    阅读次数:159
mount local yum source
system: CentOS 6.6 two steps: 1.  mkdir /root/repo cp /etc/yum.repos.d/* /root/repo/ rm -rf /etc/yum.repos.d/* cp /root/repos/CentOS-Media.repo /etc/yum.repos.d/ vim Centos-Media.repo chan...
分类:其他好文   时间:2015-04-16 19:58:22    阅读次数:127
Android 源码编译
费了好久终于下载好了源码4.4.2 (如果想只是了解下编译过程 能用现成的最好了)下载好后 接下来开始编译了 我的虚拟机Ubuntu配置 源码有16g+ (.repo 占了大多数 可以删掉的) 1进入到源码的目录 2 source build/envstup.sh 3 lunch (选择full-eng 代号 或者直接lunch full-eng) 4 make (我的主机配置一般...
分类:移动开发   时间:2015-04-16 12:35:32    阅读次数:142
vsftpd-本地yum仓库搭建介绍
首先,下载一个yum库,我这里为了演示用的是局域网的。[root@localhostyum.repos.d]#wgethttp://172.16.0.1/centos6.6.repo[root@localhostyum.repos.d]#yummakecache1安装lftp[root@localhostyum.repos.d]#yum-yinstalllftp[root@localhostxen]#lftp172.16.0.1lftp172.16.0.1:~..
分类:其他好文   时间:2015-04-15 23:37:17    阅读次数:358
如何在git上下载Spring的jar包
现在?http://repo.spring.io/release/org/springframework/spring/ 第一种,简单粗暴直接 1 http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.4.RELEASE/spring-framework-3.2....
分类:编程语言   时间:2015-04-15 13:45:56    阅读次数:139
2015阿里天池大数据竞赛-Solution
竞赛介绍:链接这篇文章记录2015阿里天池大数据竞赛中,我的一些代码,由于目前还在比赛中,仅分享一个naive solution,基于规则,代码主页在我的github上:链接,下面是代码说明。有兴趣的请看代码注释,恕不详述。 本repo目录说明 data 存放数据 preprocess 数据预处理 rule 根据规则生成提交文件 model 训练机器学习模型(暂时不分享) 代码使用说...
分类:其他好文   时间:2015-04-14 08:32:52    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!