应该是gradle被墙了,在网上查得:使用阿里云的国内镜像仓库地址,就可以快速的下载需要的文件: 修改项目根目录下的文件 build.gradle : 注意: 上面那段代码 只要把两个repositories里的内容替换掉就好了,buildscript里还有一个dependencies不要删除,要不 ...
分类:
其他好文 时间:
2018-09-03 19:23:25
阅读次数:
302
下拉刷新一万赞:https://github.com/scwang90/SmartRefreshLayout git上搜索:refreshLayouthttps://github.com/search?o=desc&q=refreshLayout&s=stars&type=Repositories ...
分类:
其他好文 时间:
2018-09-02 23:41:57
阅读次数:
329
手册中的基本命令: CONFIGURE TOOLING Configure user information for all local repositories Sets the name you want attached to your commit transactions Sets the ...
分类:
其他好文 时间:
2018-09-02 20:18:20
阅读次数:
163
基本使用步骤GitHub1、配置allprojects { repositories { maven { url 'https://jitpack.io' } } }55 1allprojects {2 repositories {3 maven { url 'https://jitpack.io'... ...
分类:
其他好文 时间:
2018-08-30 21:45:28
阅读次数:
2088
再登陆后自己从码云上往下下载时出现 as报错 ******.is registered as a Git root, but no Git repositories were found there. 原因:目录所示的git项目不存在,导致这个报错 解决方法:在as中的version contral ...
分类:
其他好文 时间:
2018-08-29 14:37:26
阅读次数:
369
运行1 clean tomcat7:run 删除多余的maven build 然后左侧选中你要删除的build,上面有个红X,点击就删除了 操作 地仓改变后更新依赖索引在window里的show里other打开maven仓库的视图:找到Maven Repositories右键选择确定重建 命令 Cl ...
分类:
其他好文 时间:
2018-08-25 22:58:59
阅读次数:
168
一、克隆git仓库 git clone ssh://hwl@xxx/home/data/repositories/git.git 二、申明使用人信息,以便跟踪提交记录 $ git config --global user.name "wy" $ git config --global user.em ...
分类:
其他好文 时间:
2018-08-24 13:22:37
阅读次数:
145
转自《https://blogs.msdn.microsoft.com/mihansen/2017/12/13/resolving-branch-specific-azure-template-links-in-github-repositories/》 The Problem The Azure ...
分类:
Web程序 时间:
2018-08-21 00:30:46
阅读次数:
253
打开 IntelliJ IDEA 点击 Configure 选择 Plugins 然后点击 Browse repositories 搜索 Julia,然后点击 Install 进行安装 安装完重启一下 安装成功 新建一个项目 点击 Create New Project 选择 Julia,然后选择 J ...
分类:
其他好文 时间:
2018-08-17 13:53:45
阅读次数:
1670
allprojects { repositories { flatDir { dirs 'libs' } jcenter() google() }} ...
分类:
移动开发 时间:
2018-08-13 12:16:13
阅读次数:
200