Actuator是监控管理,不过没有可视化,这里就引入了admin-ui来解决 Spring Boot Admin 分为Client端和Server端 Client端是客户端 Server端是spring-boot-admin来监控client的. 先来一个Client客户端代码; <?xml ve ...
分类:
编程语言 时间:
2020-09-17 18:49:19
阅读次数:
37
搭建gitlab清华的软件库下载:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/安装依赖软件yum-yinstallpolicycoreutilsopenssh-serveropenssh-clientspostfix2.设置postfix开机自启,并启动,postfix支持gitlab发信功能systemctlenablepostf
分类:
其他好文 时间:
2020-09-17 18:00:29
阅读次数:
29
Javascript: 网页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.off ...
分类:
其他好文 时间:
2020-09-17 16:33:14
阅读次数:
25
导入包 <dependencies> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>transport</artifactId> <version>5.2.2</version> </dependency> ...
分类:
编程语言 时间:
2020-09-17 13:51:34
阅读次数:
51
1 Canal环境准备 1.1 docker安装数据库 配置文件 [root@other example]# cat /mydata/mysql/master/conf/my.cnf [client] default-character-set=utf8 [mysql] default-charac ...
分类:
其他好文 时间:
2020-09-17 13:47:43
阅读次数:
26
@FeignClient("user-service") public interface UserFeignClient { @GetMapping(value="/user/{id}",headers={"Authorization=qwer"}) User queryUserById(@Pat ...
分类:
Web程序 时间:
2020-09-17 12:57:19
阅读次数:
78
测试窗体为: 直接上代码: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using ...
分类:
数据库 时间:
2020-09-17 12:31:54
阅读次数:
43
直接上代码 package com.iflytek.jtcn.service.impl; import org.elasticsearch.client.Client; import java.io.BufferedReader; import java.io.FileReader; import ...
分类:
编程语言 时间:
2020-09-15 21:22:25
阅读次数:
38
工欲善其事,必先利其器 Linux自身以及开源社区已经提供了很多工具,帮助我们快速定位问题。我们需要做的,就是在故障发生之前,确保机器上安装了这些工具,并进行适当的配置,使其正常运转,下面列举几个常用的问题诊断工具。 syslog/syslog-ng 记录系统服务进程和操作系统本身的日志,我们可以对 ...
分类:
系统相关 时间:
2020-09-11 15:56:07
阅读次数:
42
环境准备(windows 7) jdk1.8.0推荐(64位) android-sdk_r24.3.4-windows appium:1.7以上 Node.js:node-v10.0-x64 --appium依赖环境 Appium-Python-Client==0.26 -- pip 安装 pyth ...
分类:
移动开发 时间:
2020-09-10 22:43:11
阅读次数:
59