- 博客(2)
- 收藏
- 关注
转载 (转)面向切面编程(AOP)的理解
作者:欲眼熊猫 链接:https://www.zhihu.com/question/24863332/answer/48376158 来源:知乎 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 面向切面编程(AOP是Aspect Oriented Program的首字母缩写) ,我们知道,面向对象的特点是继承、多态和封装。而封装就要求将功能分散到不同的对象中去,这在软件设计中往往称为职责分配。实际上也就是说,让不同的类设计不同的方法。这样代码就分散到一个个的类中去了。这样做的好处.
2020-09-08 22:42:03
207
原创 JAVA解决The goal you specified requires a project to execute but there is no POM in this directory
maven3.5以上版本丢弃掉create方式创建maven,使用generate: mvn archetype:generate -DgroupId=org.seckill -DartifactId=seckill -DarchetypeArtifactId=maven-archetype-webapp
2020-08-22 10:38:44
380
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人