Spring Cloud 实践:Nacos 服务注册发现与 Docker 启动
本文介绍如何在 Spring Cloud 项目中集成 Nacos,实现微服务的服务注册与发现,并通过 Docker + 数据卷启动 Nacos 服务,保证可复现和工程化。
Spring Cloud 微服务环境配置指南
Spring Cloud 微服务项目环境配置指南,包含 JDK、Maven、Spring Boot、Spring Cloud、Spring Cloud Alibaba 以及 Docker 中间件配置
Spring Cloud 微服务工程搭建:父子工程多模块初体验
在 Spring Cloud 体系中搭建父子工程 + 多模块 Spring Boot 骨架,展示模块化设计、独立启动和最小可观测能力,为系统治理能力打基础。
Spring Cloud 工程模块化设计与多模块骨架详解
本文讲解 Spring Cloud 项目的多模块化设计理念、父工程管理思路、模块划分与职责,以及 MAPE-K 闭环在工程中的映射和落地。
Spring Cloud 技术选型思考:微服务治理体系需要什么样的中间件?
详细解析 Spring Cloud 微服务治理系统架构,从 MAPE-K 理论出发,讲解模块划分、职责边界及关键技术选型,让微服务系统具备可观测、可分析、可执行、可回滚的闭环能力。
Spring Cloud 微服务治理架构详解
在微服务逐渐成熟之后,系统真正的挑战已不再只是“如何拆服务”,而是如何让系统在异常出现时保持可观测、可分析、可执行和可回滚。本文从 MAPE-K 出发,完整拆解一套 Spring Cloud 微服务治理架构的设计思路与模块边界。
什么是微服务自治系统?从 MAPE-K 说起
本文从 MAPE-K 闭环出发,讲解微服务自治系统的核心理念与落地实践,包括监控、分析、决策、执行与知识管理的全过程。
为什么微服务需要“自愈能力”?
本文探讨了微服务系统在高复杂性和运维压力下的常见痛点,分析了传统运维方式的局限性,并介绍了自愈系统的闭环机制及其价值,展示了为何微服务亟需自愈能力以提升稳定性和可维护性。
Hybrid Vision Transformer & GNN for Precise Ellipse Detection 多头注意力机制与图神经网络
This article proposes a high-precision ellipse detection method that combines Vision Transformer and Graph Neural Network (GNN). It systematically introduces the model architecture, loss function design, experimental analysis, and future prospects, with detailed references and original links. The method is suitable for scenarios such as medical imaging and industrial inspection.
解决 org.mybatis.spring.MyBatisSystemException:null 报错
记录一次因自动填充功能引起的 MyBatisPlus 报错问题,及其详细分析与解决方案。
