MySQL查询

通过FEDERATED同步在不同MySQL服务的两张表

数据库

2026-01-30

日常业务运行过程中,Redis 实例经常因各种 Big keys / Hot Keys 的问题未及时处理,导致服务性能下降、访问超时、用户体验变差,甚至可能造成实例大范围故障 。 这篇文章,我们聊聊生产环境,如何应对 Redis 大 Key...

Spring Boot Admin

服务端配置新建一个SpringBoot项目 pom.xml 12345678910111213<!--如果不需要鉴权 可以不加Security依赖--><dependency> <groupId>org....

java

Springboot

Springboot返回html 注:Springboot的版本2.1.3.RELEASE List-1 application.properties文件 1234567server.port=8080#url中,项目的前缀server.serv...

StringToInteger

String 转 Integer1.Integer的parseInt方法12345String string = "123";int value = Integer.parseInt(string);System.out.prin...

java

Ubuntu

NETDATA1. 安装编译环境1sudo apt install zlib1g-dev gcc make git autoconf autogen automake pkg-config uuid-dev 2. 克隆项目1git clone ht...

WHEN YOU HAVE A NEW PC

WHEN YOU HAVE A NEW PCJava环境配置1. 安装​ 提前新建两个文件夹,jdk,jre,默认路径也可以 ​ 安装jdk-8u111-windows-x64.exe ​ 设置jdk、jre的路径 2. 配置环境变量​ 右键此电脑...

杂谈

2026-01-30

Media2Doc安装部署 安装依赖 12pip install arkitect --index-url https://pypi.org/simplepip install -r requirements.txt 可能出现的问题: ar...

security

1.引入依赖: 12345678<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring...

Navicat数据库导出链接密码解析

参考:https://blog.csdn.net/harris_lele/article/details/123588127 导出来,然后用php解析密码即可; 在线运行php: https://www.toolfk.com/tools/online...

实用
12346