2018年12月9日

Spring文档阅读之AOP

摘要: Aspect oriented Programming (AOP) 补充了Object oriented Programming (OOP)。OOP最重要的概念模块是类(class),而AOP中则是切面。AOP可以在多种类型和多个类间进行操作,可以认为AOP串起了这些数据。OOP使用封装,继承和多态 阅读全文

posted @ 2018-12-09 18:12 ShoolyShooly 阅读(363) 评论(0) 推荐(0)

导航