Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 271 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 271 Bytes

AOP_Demo

项目中解耦做了两方面

1.MVVM (基于MVC 把逻辑都切到ViewModel里面 方便测试和维护)

2.AOP切片编程 (这种在运行时,动态地将代码切入到类的指定方法、指定位置上的编程思想就是面向切面的编程。)