添加新建.vue文件功能 ①Webstorm 右上角File-Plugins 搜索vue如果没有就去下载 点击serch in repositories ②点击安装vue.js ③安装成功后点击右下角Apply 提示重启webstorm 重启完成后 Setting-Editor-File and C ...
分类:
Web程序 时间:
2017-09-04 13:14:38
阅读次数:
202
在:libs拷贝对应的文件 build.gradle repositories { flatDir { dirs 'libs' }}dependencies { // compile 'com.esri.arcgisruntime:arcgis-android:100.0.0' compile(na ...
分类:
移动开发 时间:
2017-09-01 22:21:22
阅读次数:
229
要托管到github,那你就应该要有一个属于你自己的github帐号,所以你应该先到github.com注册 打开浏览器 在地址栏输入地址:github.com 填写用户名、邮箱、密码 点击Sign up即可简单地注册 2 完成注册,进入github平台, 点击new repositories 新建 ...
分类:
Web程序 时间:
2017-09-01 13:42:41
阅读次数:
219
环境:centos 7 程序:docker 下载镜像报错: # docker pull centos Pulling repository centos FATA[0004] Get https://index.docker.io/v1/repositories/library/centos/ima ...
分类:
其他好文 时间:
2017-08-30 13:15:01
阅读次数:
332
转自:http://c.colabug.com/thread-1781696-1-1.html allprojects { repositories { jcenter() maven { url 'http://www.idescout.com/maven/repo/' } } } 复制代码 al ...
分类:
移动开发 时间:
2017-08-30 13:02:14
阅读次数:
185
1、基础环境准备yuminstallcurlpolicycoreutilsopenssh-serveropenssh-clientspostfix-y
systemctlstartpostfix2、安装gitlab-cecurl-sShttps://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh|sudobash
yuminstall-ygitlab-ce备注:由于网络原因可..
分类:
其他好文 时间:
2017-08-25 09:35:49
阅读次数:
159
1、 找到svn安装路径 /svn/repositories/ (如果不知道,可以搜索 :find / -name svn或者是ps -ef | grep svn) 2、进入该目录的conf,其中包含authz、passwd、svnserve.conf三个文件 3、进入passwd,在[users] ...
分类:
系统相关 时间:
2017-08-22 20:54:12
阅读次数:
220
Composer Repositories Composer源 Firegento - Magento模块Composer源 Packagist - PHP包的源 PaketHub - 集成的PHP包的源 Private Packagist - 一个PHP的服务,提供Composer包的存储 Wor ...
分类:
Web程序 时间:
2017-08-20 21:10:21
阅读次数:
348
默认时GitLab的仓库存储位置在“/var/opt/gitlab/git-data/repositories”,在实际生产环境中我们一般都会划分一个独立的分区来存储仓库的数据,这里把数据存放在“/data/git-data”目录下。 # mkdir -pv /data/git-data mkdir... ...
分类:
其他好文 时间:
2017-08-15 17:19:54
阅读次数:
497
1、找到svn安装路径我的是/opt/svn/repositories/(如果不知道,可以搜索:find/-namesvn)2、进入该目录的conf,其中包含authz、passwd、svnserve.conf三个文件3、进入passwd,在[users]下面加上你要添加的svn账号及密码格式为:[users]zhangsan=123456lisi=123456然后保存wq4..
分类:
其他好文 时间:
2017-08-08 16:42:50
阅读次数:
165