1、客户端pom引入 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> <version>2.2.4.RELEASE</ve ...
分类:
编程语言 时间:
2021-01-21 10:31:19
阅读次数:
0
两种做法 修改Appcation.java文件 package com.techny.lianmai; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.S ...
分类:
编程语言 时间:
2021-01-20 12:07:41
阅读次数:
0
1、数据库准备 1、192.168.8.162 test1主 2、192.168.8.134 test1从 3、192.168.8.176 test1从 4、192.168.8.162 test2主 5、192.168.8.134 test2从 6、192.168.8.176 test2从 2、准备 ...
分类:
数据库 时间:
2021-01-20 11:42:43
阅读次数:
0
参考网页 https://blog.csdn.net/xiaojin21cen/article/details/84726193 (1)、首先备份 CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentO ...
分类:
其他好文 时间:
2021-01-19 12:28:46
阅读次数:
0
commit镜像 # docker commit 提交容器成为一个新的副本 # 命令和git原理类似 # docker commit -m="提交的描述信息" -a="作者" 容器id 目标镜像名:[TAG] 实战测试 # 启动Tomcat sudo docker run -it -p 3344:8 ...
分类:
其他好文 时间:
2021-01-18 10:43:41
阅读次数:
0
Docker容器彻底删除所有容器、删除所有镜像、删除所有卷、删除所有网络 背景:我卸载完docker重新安装docker,发现之前的docker镜像、网络、卷都在,这些东西都还在,导致之前的脏数据对现有的新镜像运行有些影响,所以在卸载docker镜像之前先将docker清理干净。 停止容器 dock ...
分类:
其他好文 时间:
2021-01-16 11:49:25
阅读次数:
0
(function (root, factory) { if (typeof define 'function' && define.amd) { // AMD. Register as an anonymous module. define([], factory); } else if (typ ...
分类:
其他好文 时间:
2021-01-14 11:31:13
阅读次数:
0
前言 This is a work timer.It can set every working period to remind you that it's time to have a rest, drink some water and exercise your body. Only in ...
分类:
其他好文 时间:
2021-01-14 11:16:06
阅读次数:
0
SpringBoot之SpringBoot的启动方式 编写测试接口 新建一个HelloService类 注意:需要在和生成的启动类在同一级别目录或者下一级目录中,因为SpringBoot启动时会扫描同级包及其子包,放在别处是扫描不到的,除非额外配置(@ComponentScan) package c ...
分类:
编程语言 时间:
2021-01-14 10:31:34
阅读次数:
0
开始 最近刚刚做完自定义表单的组件,分享一下拖拽排序。 效果图 准备工作 官方文档 https://react-dnd.github.io/react-dnd/about 安装react-dnd、react-dnd-html5-backend npm install react-dnd react- ...
分类:
编程语言 时间:
2021-01-13 11:35:02
阅读次数:
0