码迷,mamicode.com
首页 >  
搜索关键字:repositories    ( 691个结果
阿里云的maven仓库
自从开源中国的maven仓库挂了之后就一直在用国外的仓库,慢得想要砸电脑的心都有了。如果你和我一样受够了国外maven仓库的龟速下载?快试试阿里云提供的maven仓库,从此不在浪费生命…… 仓库地址:http://maven.aliyun.com/nexus/#view-repositories;p ...
分类:其他好文   时间:2017-07-13 10:42:02    阅读次数:146
(插件)使用FindBugs-IDEA寻找bug,代码分析
bug无处不在,但是我们总希望少一点bug。 最近发现了一款好用的寻找bug的插件,特此记下。 一、安装 路径:File-->Settings-->Plugins-->Browse repositories....-->输入FindBugs-IDEA-->点击安装 二、使用 注意:安装后需要重启id ...
分类:数据库   时间:2017-07-12 13:50:21    阅读次数:208
guide dpdk
Welcome to DPDK Guide! Contents: Setting up DPDK Important Prerequisites Setting up repositories Red Hat Enterprise Linux Fedora Installing DPDK and r ...
分类:其他好文   时间:2017-07-11 23:22:09    阅读次数:308
laraval composer Content-Length mismatch解决方案
假如是虚拟机安装,调高内存到4G;/root/.config/composer/config.json中配置{"config":{"secure-http":false},"repositories":{"packagist":{"type":"composer","url":"https://packagist.phpcomposer.com"}}}3.生成网站composercreate-project--prefer-distlaravel/laravelblog
分类:其他好文   时间:2017-07-03 21:15:42    阅读次数:150
使用yum安装MariaDB
添加MariaDB的YUM源基于YUM的Linux发行版的YUM源,使用在线的源生成器可以轻松地为你的发行版生成正确的MariaDB.repo,不同系统版本yum源生成器:https://downloads.mariadb.org/mariadb/repositories/#mirror=tuna&distro=CentOS目前有CentOS5,CentOS6,RHEL5,RHEL6,Fedora..
分类:数据库   时间:2017-06-29 17:49:07    阅读次数:215
eclipse导入maven工程missing artifact(实际是存在的)错误解决
找到出错的jar包文件位置,删掉_maven.repositories文件(或用文本编辑器打开,将“>main=”改为“>=”,即删除main,当然main也可能是其他值),然后update project。 _maven.repositories简介: _maven.repositories ho ...
分类:系统相关   时间:2017-06-29 11:19:34    阅读次数:245
阿里镜像
aliyun镜像:http://maven.aliyun.com/nexus/content/repositories/central/
分类:其他好文   时间:2017-06-26 10:34:58    阅读次数:350
github上传代码
1:在github上生成新的repositories 2:将仓库克隆到本地 git clone https:// 3:到本地的文件中,加入需要上传的文件 4: git add . 5:git commit -m "first commit"(双引号是对这次作更改的解释) 6:git push 需要输 ...
分类:Web程序   时间:2017-06-18 20:50:25    阅读次数:198
VP9 Video Codec
http://www.webmproject.org/vp9/ WebM Repositories libvpx: VP8/VP9 Codec SDK pull http://git.chromium.org/webm/libvpx.git push ssh://gerrit.chromium.or ...
分类:其他好文   时间:2017-06-15 10:21:57    阅读次数:315
github 优秀的开源项目
https://github.com/wlcaption/AndroidMarket 这是手机应用商店,包含应用的下载,用户中心等内容https://github.com/wlcaption?tab=repositories 很多优秀的开源项目 https://github.com/lingocha ...
分类:其他好文   时间:2017-06-08 11:02:32    阅读次数:184
691条   上一页 1 ... 33 34 35 36 37 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!