执行 php composer.phar install 提示 Loading composer repositories with package informationUpdating dependencies (including require-dev) 1. 根本原因: 下载源在国外,无法 ...
分类:
其他好文 时间:
2020-04-14 10:50:18
阅读次数:
777
搭建composer内网代码仓库 拉取 composer/satis 镜像 配置composer 目录结构 composer.json config.json 构建扩展 目录结构 config.json 关键词 | 描述 | repositories | 指定去哪获取包 require | 指定获取 ...
分类:
其他好文 时间:
2020-04-13 19:45:03
阅读次数:
98
你可以从下面的地址中下载最新版本的 jar 包 https://oss.sonatype.org/content/repositories/releases/com/github/pagehelper/pagehelper/ http://repo1.maven.org/maven2/com/git ...
分类:
其他好文 时间:
2020-04-12 14:41:34
阅读次数:
57
1.创建maven工程并导入jar包 jdk使用1.8、maven3.x版本 pom.xml添加一下内容 <repositories> <repository> <id>cloudera</id> <url>https://repository.cloudera.com/artifactory/cl ...
分类:
编程语言 时间:
2020-04-09 00:13:36
阅读次数:
97
错误提示: Could not resolve io.fabric.tools:gradle:1.31.2 错误原因: maven库被挡住了! 解决方法: 1,在AS里面打开build.gradle文件。 2,修改"repositories"->"maven"->"url"值 url 'http:/ ...
分类:
移动开发 时间:
2020-04-07 12:42:28
阅读次数:
340
查看当前版本:lsb_release -a uname -a 修改apk镜像源 sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories apk update #更新最新镜像源列表apk search ...
分类:
系统相关 时间:
2020-04-04 18:38:51
阅读次数:
99
版本对照 1、在application.yml中添加配置 spring: data: elasticsearch: repositories: enabled: true #多实例集群扩展时需要配置以下两个参数 #cluster-name: datab-search #cluster-nodes: ...
分类:
编程语言 时间:
2020-03-28 19:52:38
阅读次数:
89
GitLab 主要目录 /var/opt/gitlab/git-data/repositories/:仓库默认存储目录/opt/gitlab: 应用程序代码和相应的依赖程序/var/opt/gitlab:gitlab数据存放路径 gitlab-ctl reconfigure 命令编译后的应用数据和配 ...
分类:
其他好文 时间:
2020-03-28 19:49:01
阅读次数:
114
MybatisX 快速开发插件 MybatisX 是一款基于 IDEA 的快速开发插件,为效率而生。 安装方法:打开 IDEA,进入 File -> Settings -> Plugins -> Browse Repositories,输入 mybatisx 搜索并安装。 ...
分类:
其他好文 时间:
2020-03-27 10:42:57
阅读次数:
53
centos7下安装gitlab 1、首先按官网提示先安装依赖,然后执行下面命令添加yum源,选择gitlab-ce社区版curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | ...
分类:
其他好文 时间:
2020-03-21 14:42:02
阅读次数:
59