background picture of the home page

Hi,Friend

常用中间件开启prometheus集成

1.minio开启prometheus mc alias set myminio http://localhost:9000 账号 密码 #为minio实例设置别名 mc admin prometheus generate myminio #开启prometheus 生成如下文所示 scrape_c

thumbnail of the cover of the post

jvm面试题

1.JVM主要组成部分 类加载子系统 将.class类型文件加载到内存中. 运行时数据区 方法区:存储类的结构信息,以及方法代码和静态变量. 堆:动态分配对象实例. 栈

thumbnail of the cover of the post

Mysql相关知识

1.什么是索引 在MySQL中,用于优化查询速度 索引的作用 提高查询速度 :通过索引,数据库可以快速定位到包含特定值的数据行,从而减少需要扫描的数据量。 排序和分组 :索引还可以用于加速对数据的排序和分组操作。 唯一性保证 :索引可以确保列中的数据是唯一的,避免重复数据的出现。

thumbnail of the cover of the post

Docker相关操作

镜像操作 docker pull 镜像名:版本 下载镜像 docker images 查看下载的docker镜像版本 docker rmi 删除镜像 每一个容器相当于运行了几个程序的小型linux

thumbnail of the cover of the post