maven配置国内仓库 修改conf/settings.xml文件 如果无法生成索引 解决方式如下:1、通过其它方式下载如下两个文件:http://maven.aliyun.com/nexus/content/repositories/central/.index/nexus-maven-repos ...
分类:
其他好文 时间:
2017-06-07 21:00:07
阅读次数:
1260
在Push的页面,通过选择Remove ref to delete的分支,记得点击“add Spec"按钮,即可实现提交 点击Add Spec之后 Next/Finish即可实现远程分支删除; 删除之后,需要手动将本地的分支删掉(远程分支在本地的Git Repositories视图中将会自动消失)。 ...
分类:
其他好文 时间:
2017-06-03 22:30:28
阅读次数:
162
eclipse paho 下载地址为: https://repo.eclipse.org/content/repositories/paho-releases/org/eclipse/paho/org.eclipse.paho.ui.app/1.0.2/ 我用的win7 64位系统,选择 org.e ...
分类:
其他好文 时间:
2017-06-02 14:57:47
阅读次数:
336
了解MobSMS 主要API 初始化接口 短信验证接口 短信验证回调 MobSMS添加到项目中: S1.下载官方SDK文件link; S2.添加并配置SDK库文件: 添加aar/jar文件到\app\libs项目目录 配置build.gradle repositories{ flatDir{ dir ...
分类:
移动开发 时间:
2017-06-02 01:07:22
阅读次数:
305
在maven repositories视图中,有local repositories和global repositories两种。 local repositories是本地的库,默认目录在C:\Users\用户名\.m2\repository目录下。如果没有特殊配置,只有使用pom.xml的dep ...
分类:
其他好文 时间:
2017-06-01 13:05:13
阅读次数:
463
1. 下载安装好git bash 2.到github上注册一个马甲 3. 点new repositories 建一个项目 4. 在你项目里git clone 你的项目 5. 1.git add * 2. git commit * '注释' 3. git push origin master ...
分类:
Web程序 时间:
2017-05-30 16:10:22
阅读次数:
146
一、github重命名仓库 有时候GitHub上创建仓库名,打算想修改仓库名。操作如下: 1、点击repositories(仓库),选择你要重命名的项目 2、code这一行导航栏 ,选择settings,修改仓库名称,再点击rename. 二、github删除仓库 有时候GitHub上创建仓库名,打 ...
分类:
其他好文 时间:
2017-05-29 13:29:40
阅读次数:
146
服务器端 安装 ubuntu 16.04 server 安装 rabbitmq-server 设置 apt 源 curl -s https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.python.sh... ...
分类:
其他好文 时间:
2017-05-28 19:36:40
阅读次数:
843
首先保证Git服务器正确配置,管理员机器可正常连接并使用Git。 第一步:在服务器上新建一个项目仓库 切换到git用户: a@ubuntu:/home/git$ su - git $ cd /home/git/repositories $ mkdir teamwork.git $ cd teamwo ...
分类:
其他好文 时间:
2017-05-28 18:01:49
阅读次数:
198
安装插件 File -> Settings -> Plugins -> Browse repositories -> 搜索 kotlin gradle添加依赖 Module的build.gradle Project的build.gradle kotlin.incremental=true增量编译的机 ...
分类:
移动开发 时间:
2017-05-28 11:00:50
阅读次数:
540