1.主节点线程状态(Replication Master Thread States): Finished reading one binlog; switching to next binlog 线程 已经完成读取 binlog 文件,并切换到下一个 binlog 文件 Master has se ...
分类:
数据库 时间:
2021-06-02 19:03:34
阅读次数:
0
1、安装JAVA环境 yum install -y java-1.8.0-openjdk 2、添加Jenkins repo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins.io/redhat-stable/jenkins.repo r ...
分类:
其他好文 时间:
2021-06-02 18:28:12
阅读次数:
0
docker-compose部署nacos单机版(简洁优化版) 预览# 初始化数据库# MySQL 文件: https://github.com/Gleans/SpringCloudPro/blob/master/docker/mysql-init/init.sql 放到可视化工具或者命令行执行以下 ...
分类:
其他好文 时间:
2021-06-02 16:07:42
阅读次数:
0
本项目代码地址:https://github.com/HashZhang/spring-cloud-scaffold/tree/master/spring-cloud-iiford 我们使用 Spring Cloud 官方推荐的 Spring Cloud LoadBalancer 作为我们的客户端负 ...
分类:
数据库 时间:
2021-06-02 15:36:48
阅读次数:
0
集群网络配置 分别设置修改主机名 master slave1 slave2 hostnamectl set-hostname 名字 分别配置/etc/hosts文件 查看openssh和rsync安装 rpm -qa | grep 名字 切换到Hadoop用户 各节点生成秘钥 ssh-keygen ...
分类:
系统相关 时间:
2021-06-02 15:27:52
阅读次数:
0
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:
其他好文 时间:
2021-06-02 15:14:11
阅读次数:
0
修改github的配置文件后, 服务端 ( http://localhost:3344/master/application-dev.yml )能刷新,客户端( http://localhost:3355/configInfo )不能刷新。 做法:cmd执行: curl -X POST http:/ ...
分类:
其他好文 时间:
2021-06-02 14:45:44
阅读次数:
0
http://www.zzvips.com/article/91965.html 这篇文章主要介绍了linux上搭建私人Git服务器的相关知识,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下 1.服务器搭建 远程仓库实际上和本地仓库没啥不同,纯粹为了7x24 ...
分类:
系统相关 时间:
2021-06-02 14:19:39
阅读次数:
0
mysql主从同步 1.分别在两台服务器上安装mysql https://www.cnblogs.com/XueTing/p/13738709.html https://www.cnblogs.com/XueTing/p/13738709.html 2.master主服务器配置 2-1.修改配置文件 ...
分类:
数据库 时间:
2021-06-02 13:09:57
阅读次数:
0
基于Redisson的分布式锁。 使用apollo的addChangeListener方法监听配置。 Redis Pttl 命令以毫秒为单位返回 key 的剩余过期时间。pexpire 以毫秒为单位设置 key 的生存时间Psetex 命令以毫秒为单位设置 key 的生存时间 1、通过以下方法创建r ...
分类:
其他好文 时间:
2021-06-02 12:48:39
阅读次数:
0