-
spring
1.Spring框架作用,好处
作用是整合,好处是解耦
在ssh整合中主要使用Spring的IoC和AOP特性。
2.IoC概念 Inverse of Control
反向控制,控制反转
控制权指的是组件对象的创建,销毁,调用关系的维护。
反向控制指的是两个组件在作用时,组件对象的创建、销毁、调用关系维护等工作由IoC框架负责。
Spring框架的IoC使用的DI(依赖注入)技术实现,可以用
setter方式注入或构造器注入。
3.AOP概念
面向切面编程,面向方面编程
面向对象编程,关注点是对象,如何更好更合理的封装一个对象。
面向切面编程,关注点是切面,如何将共通处理部分进行灵活地,重复利用。将切面组件和目标对象解耦。
面向切面编程是以面向对象编程为基础,主要改善组件间一对多的使用结构。
4.AOP注解方式的使用
a.组件自动扫描注解
@Controller 控制组件
@Service 业务组件
@Repository 数据访问组件DAO
@Component 其他组件
b.自动注入注解
@Resource
注意a和b注解使用前提是,在xml中添加下面声明
c.AOP注解
@Aspect:将当前组件指定为切面组件
@Pointcut:定义一个切入点表达式
@Aroun
- 2023-03-04 01:45:05下载
- 积分:1
-
vc灵感编程范例源代码 81 创建树 82 创建声音控制按钮 83 播放控制 84 文本对话框 85 时钟 87 通信控制 88 创建文本区域组件 89 更改文
vc灵感编程范例源代码 81 创建树 82 创建声音控制按钮 83 播放控制 84 文本对话框 85 时钟 87 通信控制 88 创建文本区域组件 89 更改文本区域 91 学校报表 92 银行平衡表 93 Java多线程小程序演示浏览 94 发送接收数据 95 信件处理 96 服务器监听 97 发送接收UDP数据 98 创建备用屏幕 99 SQL数据集 100 视频会话 101 绘图-vc inspiration programming model to create the source code 81 82 trees to create voice control button 83 broadcast version control 84 Clock dialog 85 88 87 Communication Control text created 89 regional units to change school text regional statements 92 91 silver Bank balance sheet of 93 small Java multithreading procedures demonstration here to receive this information 94 95 96 mail processing server monitoring Send to listen to 97 receive 98 UDP data to create standby screen 99 SQL data sets 100 Video Conversation 101 Mapping
- 2022-09-10 19:55:03下载
- 积分:1
-
一个模仿windows的计算器。
只包含普通型计算器。未包含科学性...
一个模仿windows的计算器。
只包含普通型计算器。未包含科学性-A mimic windows calculator. Contains only general-type calculator. Does not contain scientific
- 2023-01-26 04:10:04下载
- 积分:1
-
视点改变的效果的程序
视点改变的效果的程序-Perspective The effect of the change in procedures
- 2023-04-23 22:50:03下载
- 积分:1
-
局域网聊天程序 原代码 MFC实现
局域网聊天程序 原代码 MFC实现-LAN chat program source code MFC
- 2022-02-05 05:28:18下载
- 积分:1
-
用C#生成Excel文件的方法和Excel.dll组件生成的方法
用C#生成Excel文件的方法和Excel.dll组件生成的方法-C# Generation Excel documents the methods and components Excel.dll generation method
- 2022-05-19 05:57:21下载
- 积分:1
-
一个漂亮的万花筒,对C++初学者很有帮助
一个漂亮的万花筒,对C++初学者很有帮助-a beautiful kaleidoscope of C beginners helpful
- 2023-04-03 01:15:03下载
- 积分:1
-
红色警戒3 在游戏中动态锁定钱,也可随时解除,自动判断游戏是否运行,修改内存,程序和源码全有了...
红色警戒3 在游戏中动态锁定钱,也可随时解除,自动判断游戏是否运行,修改内存,程序和源码全有了-Red Alert 3 dynamic locking the money in the game can also be terminated at any time, automatically determine whether the game to run, modify memory, programs and source code are all present
- 2022-11-25 19:50:03下载
- 积分:1
-
DLL有用的源
DLL USEFULL source
- 2022-01-26 01:41:51下载
- 积分:1
-
source MD5 Algorithm
MD5算法源程序-source MD5 Algorithm
- 2022-03-24 20:07:39下载
- 积分:1