Spring筆記本(3)

AOP切面編程 AOP是面向切面編程。全稱:AspectOriented Programming 面向切面編程指的是:程序是運行期間,動態地將某段代碼插入到原來方法代碼的某些位置中。這就叫面向切面編程。 一個簡單計算數功能加日記 準備計算器相關類 計算接口 publicinterface Calculate {    publicint add(int num1, int num2);     
相關文章
相關標籤/搜索