From aab1b402ab6744c82478d31fab5595a66c66c867 Mon Sep 17 00:00:00 2001 From: 8ga Date: Mon, 1 Sep 2025 13:05:33 +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 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 41c56ef..ecf9231 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,20 @@ | 技能点 | 掌握程度 | 补充 | |:-----|:-----|:-----| -| LLM | 熟悉 | Prompt、RAG、Tools/Function Calling、MCP、AI Agent | -| Spring AI | 熟悉 | ChatModel、EmbeddingModel、VectorStore、ChatClient、QuestionAnswerAdvisor、Function Calling、Structured Output | -| LangChain4J | 熟悉 | ChatModel、StreamingChatModel、EmbeddingModel、EmbeddingStore、@Tool、ScoringModel、WebSearchTool | | MySQL | 熟练 | B+Tree、MVCC | | ShardingJDBC | 熟练 | 分库分表、动态数据源、多租户数据源 | | Redis | 熟练 | 分布式缓存、分布式锁(Redisson)| -| RocketMQ | 熟练 | 普通消息、定时消息、顺序消息、事务消息 | +| RocketMQ | 熟练 | 普通消息、定时消息、顺序消息、事务消息、广播消费、点对点消费 | | Spring Boot | 熟练 | 能手写starter集成中间件或封装二方库 | -| 多线程 | 熟练 | Java8用平台线程,Java21用虚拟线程和结构化并发 | -| Linux | 熟练 | 熟练编写Shell脚本发布应用或追踪问题,例如在服务器上安装1Panel,通过可视化WebUI创建计划任务,定时采集某些数据 | -| Docker | 熟练 | 熟练编写 Dockerfile 适配容器化部署 | -| Nginx | 熟练 | 反向代理、静态资源托管、负载均衡 | -| 服务监控 | 熟练 | Spring Boot Actuator、Prometheus、Grafana | -| 线上问题排查 | 熟练 | 服务日志、Arthas、JFR | +| Spring Cloud | 熟练 | 注册/配置中心:Nacos 微服务通信:OpenFeign 网关:Zuul 熔断器:Hystrix 负载均衡:Ribbon | +| Java | 熟练 | 熟悉多线程、熟练使用 Java8 ~ 21 的新特性,例如:Stream API、模式匹配、虚拟线程、结构化并发 | +| Vue | 熟练 | 能基于 Element UI 或其他 UI 库编写简单的CURD页面 | +| 运维 | 熟练 | Linux、Nginx、Docker 都熟 | +| 监控 | 熟练 | Spring Boot Actuator、Prometheus、Grafana | +| 排障 | 熟练 | ELK、Arthas、JFR | +| LLM | 熟悉 | Prompt、RAG、Tools/Function Calling、MCP、AI Agent | +| Spring AI | 熟悉 | ChatModel、EmbeddingModel、VectorStore、ChatClient、QuestionAnswerAdvisor、Function Calling、Structured Output | +| LangChain4J | 熟悉 | ChatModel、StreamingChatModel、EmbeddingModel、EmbeddingStore、@Tool、ScoringModel、WebSearchTool | # 工作经历 @@ -34,7 +34,7 @@ # 项目经验 -### 数字人 +### 数字人 + 私域知识库 基于语音交互(ASR+TTS)结合LLM以及私域知识库,实现问答和聊天服务。