composer.json 文件可以用命令 composer init 创建,命令是交互式的。 也可以直接编辑一个 json 文件,如下: repositories 中 url 使用中国全量镜像地址. 要引入依赖包,可以直接加进去,也可以用命令行,composer require "predis/p ...
分类:
Web程序 时间:
2016-06-30 21:29:15
阅读次数:
1284
在pom.xml中插入如下代码: <distributionManagement> <repository> <id>nexus</id> <url>http://127.0.0.1:8081/nexus/content/repositories/releases/</url> </reposito ...
分类:
Web程序 时间:
2016-06-28 23:21:51
阅读次数:
198
ref: http://www.studytonight.com/maven/introduction-to-maven part1: Introduction to Maven Setting up Maven Environment What is POM Repositories in Mav ...
分类:
其他好文 时间:
2016-06-28 12:40:48
阅读次数:
113
一、查看官方提供的下载源 https://docs.puppet.com/guides/puppetlabs_package_repositories.html 二、 选择对应系统的下载源 因为本机是CentOS 7.1,故选择YUM源 https://yum.puppetlabs.com/ 三、 ...
分类:
其他好文 时间:
2016-06-26 14:07:32
阅读次数:
152
Mariadb1.配置数据库yum源[root@web-001~]#cat/etc/yum.repos.d/MariaDB.repo
#MariaDB10.1CentOSrepositorylist-created2016-05-1209:28UTC
#http://mariadb.org/mariadb/repositories/
[mariadb]
name=MariaDB
baseurl=http://yum.mariadb.org/10.1/centos7-amd64
gpgkey=htt..
分类:
数据库 时间:
2016-06-26 00:37:55
阅读次数:
226
java -jar gerrit-2.8.war init -d /etc/gerrit/*** Gerrit Code Review 2.8***Create '/etc/gerrit' [Y/n]? y*** Git Repositories***Location of Git reposito ...
分类:
其他好文 时间:
2016-06-26 00:30:33
阅读次数:
429
由浅入深,主要介绍maven的用途、核心概念(Pom、Repositories、Artifact、Build Lifecycle、Goal)、用法(Archetype意义及创建各种项目)、maven常用参数和命令以及简单故障排除、maven扩展(eclipse、cobertura、findbugs、插件开发)、maven配置。
较长,可根据个人需要有选择性的查看,比如先看用法再回过头来看核心概念...
分类:
其他好文 时间:
2016-06-24 15:30:31
阅读次数:
189
一、新建托管项目 1.注册; 2.点击new repositories新建一个新项目; 3.输入项目名称及项目描述,Create repository; 4.点击右边栏的剪切板图标,记录下你的项目地址。 二、上传项目 1.下载并安装最新版本的msysgit; 2.进入到要托管的项目根目录,右键启动G ...
分类:
Web程序 时间:
2016-06-23 17:23:09
阅读次数:
162
一、安装 Install the package Install subversion from the official repositories. Create a repository Create your repository Your initial repository is empt ...
分类:
其他好文 时间:
2016-06-23 12:29:36
阅读次数:
200
目的 找 到SVN Server中的仓库(Repositories)文件夹的位置,在相应的项目文件夹中找到hooks文件夹。在该文件夹中添加一个post- commit文件;当有commit动作发生时(提交到SVN Server时)就会执行这个post-commit文件,在该文件实现数据的复制、 步 ...