shallowRef:浅层响应->整体重新赋新值才会触发更新,只改变单个属性不会触发更新
shallowReactive:浅层响应->第一层属性变化会触发更新,不是第一层属性不会触发更新
<template><div><h2>{{ person }}&l…
什么是Spring The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform. 简单来说Spring framework为基于Java的企业应用程序提供了全面的编程和配置模型&am…
目录 1. Spring 介绍1.1 Spring 的优点1.2 Spring 的缺点1.3 详细讲解一下核心容器(spring context应用上下文) 模块 2. Spring俩大核心概念IOC,Inversion of Control,控制反转AOP(Aspect-OrientedProgramming),面向切面编程Sprin…