《设计模式》学习笔记0——说明
之前也一直有学设计模式,不过总是断断续续的,都是网上这里找点资料,那里找点博客这样学,在这个过程中也曾产出了策略模式、单例模式等博客记录。
但是这些学习过程,可能是由于直接进入设计模式,而没有先好好学习设计原则的缘故,导致学的快也忘得快。
设计模式 ( 十四 ) 迭代器模式Iterator(对象行为型)
<span style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px">1.概述</span><br style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px"><blockquote s
Spring 通过来AOP 实现前置,环绕,异常通知,注解(转)
本节主要内容: 1. Spring AOP前置通知案例 2. Spring AOP环绕通知案例 3. Spring AOP异常通知案例 4. Spring AOP注解使用案例
AOP是Aspect Oriented Programming的缩写,意思是面向方面...