From 465fc97a2cbb7b3b24c060c9aba06c33d81c0e6c Mon Sep 17 00:00:00 2001 From: 8ga Date: Mon, 30 Jun 2025 13:25:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b06de2e..26474d2 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ - 个人网站:http://git.jkwlstv.cn/doc/me - 学历:大专/合肥经济技术职业学院 -# 开发技能 +# 技能清单 +### 开发相关 | 技能点 | 掌握程度 | 补充 | |:-----|:-----|:-----| | MySQL | 熟练 | B+Tree、MVCC | @@ -17,9 +18,12 @@ | Spring Boot | 熟练 | 能手写starter集成中间件或封装二方库 | | Spring Cloud | 熟练 | 基于Spring Cloud Alibaba构建微服务应用 | -# 运维技能 +### 运维相关 +| 技能点 | 掌握程度 | 补充 | +|:-----|:-----|:-----| | Linux | 熟练 | 熟练编写Shell脚本发布应用或追踪问题,例如在服务器上安装1Panel,通过可视化WebUI创建计划任务,定时采集某些数据 | | Docker | 熟练 | 熟练编写 Dockerfile 适配容器化部署 | +| Nginx | 熟练 | 反向代理、静态资源托管、负载均衡 | | 服务监控 | 熟练 | Spring Boot Actuator、Prometheus、Grafana | | 线上问题排查 | 熟练 | 服务日志、Arthas、JFR |