background picture of the home page

Hi,Ryu

vue2学习笔记

vue2笔记 脚手架文件结构 ├── node_modules ├── public │ ├── favicon.ico: 页签图标 │ └── index.html: 主页面 ├── src │ &#

thumbnail of the cover of the post

Solution

Solution Introduction:收纳技术相关的 幂等、限流、降级、断路器、事务、缓存、分库分表 等总结! [TOC] 高可用设计 什么是高可用? 在定义什么是高可用,可以先定义下什么是不可用,一个网站的内容最终呈现在用户面前需要经过

thumbnail of the cover of the post

Middleware

Middleware Introduction:收纳技术相关的基础知识 Redis、RocketMQ、Zookeeper、Netty、Tomcat 等总结! [TOC] SPI SPI 全称为 Service Provider Interface,是一种服务发现机制。SPI 的本质是将接口实现类的全

thumbnail of the cover of the post

设计模式

设计模式 1. 创建者模式 1.单例模式(Singleton Pattern) 这种模式涉及到一个单一的类,该类负责创建自己的

thumbnail of the cover of the post

Drools规则引擎-CSDN博客

Drools规则引擎 Drools规则引擎 1、Drools简介 2、Drools入门案例 2.1、业务场景 2.2、maven坐标 2.3、编写xml配置文件(多方法) 2.4、创建drl规则文件 2.5、单元测试

thumbnail of the cover of the post

Spring 核心容器

Spring 核心容器 Spring 核心容器(Core Container)是 Spring 框架的基础组件之一。它负责创建和管理应用程序中的 Bean。Spring 提供了强大的 IoC(控制反转)和 DI(依赖注入)功能,使得应用程序的组件可以解耦合,提高代码的可维护性和测试性。 1.Spri

thumbnail of the cover of the post

Spring Aop

Spring Aop 1. 什么是 AOP? AOP(Aspect-Oriented Programming,面向切面编程)是一种编程范式,用于将横切关注点(cross-cutting concerns)从业务逻辑中分离出来。横切关注点是指那些在应用程序中多个模块或方法中重复出现的行为,比如日志记录

thumbnail of the cover of the post

Vue3快速上手

1. Vue3简介 2020年9月18日,Vue.js发布版3.0版本,代号:One Piece(n 经历了:4800+次提交、40+个RFC

thumbnail of the cover of the post

数据结构

Algorithm Introduction:收纳技术相关的 Data Structure、Algorithm、Design Pattern等总结! [TOC] Data Structure 位运算 左移( << ):操作数的非0&

thumbnail of the cover of the post