摘要: 一、创建maven项目,导入相关jar包(配置pom.xml文件) 1 <project xmlns="http://maven.apache.org/POM/4.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:s 阅读全文
posted @ 2021-12-17 17:43 Rookie12138 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 什么是AOP AOP(Aspect Oriented Programming),即面向切面编程,可以说是OOP(Object Oriented Programming,面向对象编程)的补充和完善。OOP引入封装、继承、多态等概念来建立一种对象层次结构,用于模拟公共行为的一个集合。不过OOP允许开发者 阅读全文
posted @ 2021-12-17 15:37 Rookie12138 阅读(1702) 评论(0) 推荐(1) 编辑