【实例解决办法】Android Studio:design editor is unavailabel until after a successful project sync. / Gradle sync failed: Failed to open zip file. 解决办法 Android ...
分类:
移动开发 时间:
2021-06-02 17:11:31
阅读次数:
0
有一段时间没写了。。。CI/CD的工具部署都忘了,,, 还是写下吧 gitlab可以在常规环境上安装部署、也可以用Docker部署,下面分别说下两个环境的部署方式 常规环境 gitlab的离线rpm包网址:https://packages.gitlab.com/gitlab/gitlab-ce 可以 ...
分类:
其他好文 时间:
2021-06-02 16:44:32
阅读次数:
0
问题 今天用Git上传项目时,最后一步push时命令行报错 error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 fatal: the remote end hung up unexpectedly fat ...
分类:
Web程序 时间:
2021-06-02 16:10:05
阅读次数:
0
Eclipse 中Tomcat 启动报错Eclipse的提示窗口 Server Tomcat v8.0 Server at localhost failed to start .日志输出中报 Failed to destroy end point associated with ProtocolHa ...
分类:
其他好文 时间:
2021-06-02 15:51:09
阅读次数:
0
Linux 安装 JDK 第一步:检查是否已经安装过JDK # java -version 第二步:检查是否有系统自带安装包 # rpm -qa | grep java 第三步:移除安装包 # yum remove *openjdk* 第四步:登录系统创建安装jdk的目录 第五步:上传JDK到指定安 ...
分类:
系统相关 时间:
2021-06-02 15:47:35
阅读次数:
0
集群网络配置 分别设置修改主机名 master slave1 slave2 hostnamectl set-hostname 名字 分别配置/etc/hosts文件 查看openssh和rsync安装 rpm -qa | grep 名字 切换到Hadoop用户 各节点生成秘钥 ssh-keygen ...
分类:
系统相关 时间:
2021-06-02 15:27:52
阅读次数:
0
下载内核源rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm安装最新版本内核yum --enablerepo=elrepo-kernel install -y kernel-lt查看可用内核 cat >u ...
分类:
其他好文 时间:
2021-06-02 14:26:17
阅读次数:
0
Druid 启动的时候提示错误如下: [Fri May 28 00:17:16 2021] Command[zk] exited (pid = 3835, exited = 1) [Fri May 28 00:17:16 2021] Command[zk] failed, see logfile f ...
分类:
其他好文 时间:
2021-06-02 14:15:21
阅读次数:
0
错误: Repository epel is listed more than once in the configurationbintray-rabbitmq-rpm 5.6 B/s | 10 B 00:01 Errors during downloading metadata for repo ...
分类:
其他好文 时间:
2021-06-02 14:01:53
阅读次数:
0
一、mysql的安装 1,安装环境:centos 7.4 ,MySQL安装包:mysql-8.0.19-1.el7.x86_64.rpm-bundle.tar ,两台服务器的IP分别为:192.168.112.129 ;192.168.112.130 分别安装下MySQL 2,解压MySQL的安装包 ...
分类:
数据库 时间:
2021-06-02 13:16:45
阅读次数:
0