码迷,mamicode.com
首页 >  
搜索关键字:repositories    ( 691个结果
androidannotations 简单配置
1、build.gradle 需要添加的内容标注的颜色是新建项目之后,build.gradle文件需要添加的内容。buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gr...
分类:移动开发   时间:2015-06-12 16:51:13    阅读次数:140
android XMl 解析神奇xstream 一: 解析android项目中 asset 文件夹 下的 aa.xml 文件
1、下载工具 xstream 下载最新版本地址: https://nexus.codehaus.org/content/repositories/releases/com/thoughtworks/xstream/下载完成后 把jar包导入到自己的android项目中2、asset 文件夹 下的 a...
分类:移动开发   时间:2015-06-11 22:39:02    阅读次数:248
配置Nexus仓库,部署构件到Nexus仓库
上一节,我们讲述了如何配置安装nexus系统,这节,我们来介绍nexus的使用 1.登录 在红色的部分点击登陆,输入用户名和密码 admin/admin123。 这里可以配置nexus系统,管理用户,管理角色,管理任务,查看系统Rss源以及查看系统日志,本文就介绍nexus最基本的用法。 2.代理maven中央仓库 点击右边菜单栏的Repositories,界面的主面板会显示所有一个所...
分类:其他好文   时间:2015-06-11 19:32:50    阅读次数:145
创建Maven报错
Maven报错:maven-archetype-webapp:RELEASE from any of the configured repositories 今天学习maven,在控制台下新建maven项目没有问题,但是在STS(eclipse)下创建maven项目老是报错,郁闷死了: ------------...
分类:其他好文   时间:2015-06-08 11:51:39    阅读次数:266
Maven 私服 Nexus 初识
1、Nexus仓库分类 Nexus包含了各种类型的仓库类型。在登录后的Nexus界面,单击左边的“Repositories”链接 四种仓库类型: 1)group(仓库组) 2)hosted(宿主) 3)proxy(代理) 4)virtual(虚拟) 说明: 1)...
分类:其他好文   时间:2015-06-04 21:13:33    阅读次数:215
eclipse could not resolve archetype xxxxxxx from any of the configured repositories
错误提示Eclipse中通过Archetype创建Maven项目时报错:Could not resolve archetype xxxxxxx from any of the configured repositories解决方法在Maven安装目录/conf/settings.xml文件的元素里加...
分类:系统相关   时间:2015-06-04 20:47:21    阅读次数:181
ubuntu下查看json文件(带缩进)
使用cat命令查看json文件是不带缩进的:cat repositories-aufs{"Repositories":{"kiwenlau/registry":{"2.0.1":"b4a1d983836039925cca8732712632e03b38a91d156ad65dd8513f0ede7b...
分类:Web程序   时间:2015-06-03 23:20:49    阅读次数:1893
git创建工程
一、keydir目录下添加m公钥二、conf下添加组[group g1]members = m1 m2 m3 m4[group g2]members = @g1三、conf下添加工程[group p1]members = @g1 @g2writable = p1四、服务器上repositories创...
分类:其他好文   时间:2015-06-03 11:29:31    阅读次数:104
在eclipse中下载包含子模块(Submodules)的git项目
先将项目下载下来 , 这时由于是子项目的原因 , 下载的项目中不包含任何子项目 . 这时在eclipse的Git Repositories中 , 选中Submodules , 右键点击update即可不知道有没有更直接的办法 , google查到的都是在命令行下下的办法.
分类:系统相关   时间:2015-06-02 13:09:00    阅读次数:356
eclipse ee(Luna)无法创建Maven项目
问题描述: ? ? ? ??使用Eclipse自带的Maven插件创建Web项目时报错: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories...
分类:系统相关   时间:2015-06-01 22:53:39    阅读次数:1038
691条   上一页 1 ... 56 57 58 59 60 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!