服务器响应 P50-P75-P90-P95-P99 指标
服务器监控面板中的 P50、P90、P95、P99 是什么含义
#Server#指标
MySQL 数据类型字节长度
介绍 MySQL 各种数据类型的存储需求。数值类型:DECIMAL/NUMERIC 采用二进制格式,每 9 位十进制数占用 4 字节。日期时间类型:MySQL 5.6.4 前后存储方式不同,DATETIME 从 8 字节优化到 5 字节,TIME/DATETIME/TIMESTAMP 支持 0-3 字节的小数秒精度存储。
#MySQL
MySQL 查询优化
The SELECT identifier. This is the sequential number of the SELECT within the query. The value can be NULL if the row refers to the union result of other rows. In this case, the table column shows a value like <union``***M***``,``***N***``> to indicate that the row refers to the union of the rows with id values of ***M*** and ***N***.
#MySQL
Nginx CORS 配置
浏览器安全的基石是”同源策略”(same-origin policy). “同源”指的是”三个相同”:
#Nginx
NACOS 服务实例信息未正常清理
遇到一个奇怪的问题, 服务明明下线了, 但是 nacos 里面注册信息还在, 然后开始填坑
#Arthas#Nacos
Spring Cloud Gateway GlobalFilter 整理
记录 spring cloud gateway 自带 GlobalFilter 方便查询
#Spring Could Gateway
openwrt 上设置 zerotier 并打通局域网
通过在 openwrt 路由系统上安装 zerotier, 实现在异地通过 zerotier 虚拟局域网访问家里的网络设备
#OpenWrt#zerotier#Network
Drone CI 小试
每次推送代码到自建的 gitea 之后, 都要手动去 linux 服务器上执行部署脚本, 虽然这个操作一共也就几步(拉取最新代码 → 打包构建 → 生成 docker 镜像 → docker compose 运行), 之前就听说过 Drone CI, 这里假期刚好可以折腾小试一下.
#Drone CI#Spring Boot#Java+2
Nexus Docker 镜像仓库配置
之前一直想搞本地的 docker 代理, harbor 也折腾成功过, 但是这次为了配合 Drone CI 流水线(将构建的镜像发布到自建 docker 镜像仓库),折腾一下 nexus3 的 docker 代理相关配置
#Docker
MySQL 的MVCC
MySQL MVCC 多版本并发控制原理。包含 Read View、Undo Log、快照读/当前读等核心概念。
#MySQL
Profile Image of the Author
虾米
coder
分类
标签
站点统计
文章
74
分类
12
标签
85
总字数
102,901
运行时长
0
最后活动
0 天前
站点信息
构建平台
GitHub Actions
博客版本
Firefly v6.15.8
文章许可
CC BY-NC-SA 4.0

当前页面没有目录