上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: 1 Zookeeper 的概述 Zookeeper 是一个开源的分布式协调服务框架 ,主要用来解决分布式集群中应用系统的 一致性问题和数据管理问题 2:Zookeeper的特点 Zookeeper 本质上是一个分布式文件系统, 适合存放小文件,也可以理解为一个数据库 Zookeeper 中存储的其实 阅读全文
posted @ 2020-07-28 01:35 西门夜说 阅读(471) 评论(0) 推荐(0)
摘要: <template> <BoxCorner> <el-container style="border: 1px none #04c6ee;height: 100%"> <el-main> <el-container style="border: 1px none #04c6ee;height: 10 阅读全文
posted @ 2020-06-28 17:32 西门夜说 阅读(2254) 评论(0) 推荐(0)
摘要: <template> <div > <el-container v-if="mineSurveyAndGovernStatus.mineSurveyStatus '历史遗留矿山'&&mineSurveyAndGovernStatus.governState '已治理(含自然修复)'"> <el-as 阅读全文
posted @ 2020-06-18 11:34 西门夜说 阅读(412) 评论(0) 推荐(0)
摘要: pom <dependency> <groupId>cn.afterturn</groupId> <artifactId>easypoi-base</artifactId> <version>3.2.0</version> </dependency> <dependency> <groupId>cn 阅读全文
posted @ 2020-06-12 17:24 西门夜说 阅读(3255) 评论(2) 推荐(0)
摘要: 1.canal介绍及canal搭建、mysql数据库的配置:https://zhuanlan.zhihu.com/p/96628405 !感谢原作者提供 2.从https://github.com/chenqian56131/spring-boot-starter-canal 下载此项目打成jar包 阅读全文
posted @ 2020-06-06 01:32 西门夜说 阅读(891) 评论(0) 推荐(0)
摘要: package entity; /** * 返回结果实体类 */ public class Result<T> { private boolean flag;//是否成功 private Integer code;//返回码 private String message;//返回消息 private 阅读全文
posted @ 2020-06-02 00:22 西门夜说 阅读(964) 评论(0) 推荐(0)
摘要: <dependency> <groupId>com.github.tobato</groupId> <artifactId>fastdfs-client</artifactId> <version>1.27.2</version></dependency> fastdfs.properties ip 阅读全文
posted @ 2020-05-31 03:57 西门夜说 阅读(250) 评论(0) 推荐(0)
摘要: 最近在使用虚拟机安装centos7用起来比较不方便,复制粘贴文字或者上传下载文件之类的,然后想到用ssh客户端来连接虚拟机这些问题都能得到解决且比较方便。ssh客户端连接虚拟机网络配置如下:1.首先切换到/etc/sysconfig/network-scripts/目录下cd /etc/syscon 阅读全文
posted @ 2020-05-30 02:35 西门夜说 阅读(344) 评论(0) 推荐(0)
摘要: firewall-cmd --zone=public --add-port=5672/tcp --permanent # 开放5672端口 firewall-cmd --zone=public --remove-port=5672/tcp --permanent #关闭5672端口 firewall 阅读全文
posted @ 2020-05-23 21:44 西门夜说 阅读(294) 评论(0) 推荐(0)
摘要: /sbin/iptables -I INPUT -p tcp --dport 2181 -j ACCEPT 阅读全文
posted @ 2020-05-23 03:05 西门夜说 阅读(105) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页