错误Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refusedFailed to ...
分类:
移动开发 时间:
2014-07-16 22:58:26
阅读次数:
234
1 注册github 账号后登陆。2 创建一个新的项目 , 点击Github 首页的右下角 ”New repository“ 按钮填写你的项目名和项目的描述,点击”Create repository“ 按钮创建3 给github 配置ssh 信任关系。Linux 环境要先生成 公钥和秘钥ssh-ke...
分类:
其他好文 时间:
2014-07-16 22:52:33
阅读次数:
191
我们在使用maven的时候,对于项目所依赖的jar包,maven默认会在中央仓库下载jar包,到本地的磁盘目录(如果没有配置则是用户目录下/.m2/repository文件夹下)。如果公司内部搭了一个maven私服的话,开发人员将仓库地址指向内网仓库地址,需要的jar包可直接在私服取,下载速度比.....
分类:
其他好文 时间:
2014-07-14 00:42:36
阅读次数:
351
原地址:http://blog.csdn.net/foxeatapple/article/details/8450372问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/r...
分类:
移动开发 时间:
2014-07-13 12:18:45
阅读次数:
252
写在前面 阅读目录:疑惑解读设计窘境一幅图的灵感为嘛还是你-Repository后记 上一篇《No zuo no die:DDD 应对具体业务场景,Domain Model 重新设计》。 希望本篇博文废话少点,注:上一篇瞎扯的地方太多。疑惑解读 先回顾一下,在上一篇博文中,主要阐述的是领域模...
分类:
其他好文 时间:
2014-07-12 08:28:33
阅读次数:
228
创建repository________________________________________ 可以在Github上无限制使用public repository进行源代码管理,创建一个repository很简单,不多说了。 获取代码到本地_________________________....
分类:
其他好文 时间:
2014-07-11 23:14:36
阅读次数:
208
今天在按照《Maven实战》这本书给eclipse配置maven的m2eclipse插件的时候发现,书中写的老的下载地址http://m2eclipse.sonatype.org/sites/m2e失效了,后来去官网上查了下发现插件下载地址改成这个了:https://repository.sonat...
分类:
其他好文 时间:
2014-07-11 20:03:44
阅读次数:
271
1、android支持库未安装
编译不过,提示如下:
Could not find any version that matches com.android.support:appcompat-v7:+
.......
Please install the Android Support Repository from the Android SDK Manager
其实原因和解决方法已经说...
分类:
其他好文 时间:
2014-07-10 23:39:33
阅读次数:
282
第一步:添加tweak源sudo add-apt-repository ppa:tualatrix/ppa第二步:更新sudo apt-get update第三步:安装ubuntu-tweaksudo apt-get install ubuntu-tweak
分类:
其他好文 时间:
2014-07-09 18:50:19
阅读次数:
213