摘要:
<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
西门夜说
阅读(2251)
推荐(0)
摘要:
<template> <div > <el-container v-if="mineSurveyAndGovernStatus.mineSurveyStatus '历史遗留矿山'&&mineSurveyAndGovernStatus.governState '已治理(含自然修复)'"> <el-as
阅读全文
posted @ 2020-06-18 11:34
西门夜说
阅读(411)
推荐(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
西门夜说
阅读(3250)
推荐(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
西门夜说
阅读(884)
推荐(0)
摘要:
package entity; /** * 返回结果实体类 */ public class Result<T> { private boolean flag;//是否成功 private Integer code;//返回码 private String message;//返回消息 private
阅读全文
posted @ 2020-06-02 00:22
西门夜说
阅读(963)
推荐(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
西门夜说
阅读(248)
推荐(0)
摘要:
最近在使用虚拟机安装centos7用起来比较不方便,复制粘贴文字或者上传下载文件之类的,然后想到用ssh客户端来连接虚拟机这些问题都能得到解决且比较方便。ssh客户端连接虚拟机网络配置如下:1.首先切换到/etc/sysconfig/network-scripts/目录下cd /etc/syscon
阅读全文
posted @ 2020-05-30 02:35
西门夜说
阅读(343)
推荐(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
西门夜说
阅读(290)
推荐(0)
摘要:
/sbin/iptables -I INPUT -p tcp --dport 2181 -j ACCEPT
阅读全文
posted @ 2020-05-23 03:05
西门夜说
阅读(103)
推荐(0)
摘要:
1. docker images 2.docker save -o rabbitmq.tar rabbitmq:management rabbitmq.tar为目标文件,rabbitmq:management 是源镜像名(name:tag) 3. sz rabbitmq.tar 下载rabbitmq
阅读全文
posted @ 2020-05-23 02:53
西门夜说
阅读(1783)
推荐(0)