上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 52 下一页
摘要: 阅读全文
posted @ 2017-05-17 22:43 奋斗的少年WH 阅读(96) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-05-17 22:40 奋斗的少年WH 阅读(183) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-05-17 22:33 奋斗的少年WH 阅读(131) 评论(0) 推荐(0)
摘要: 1、导入先关jar包 2、编写applicationContext.xml,配置开启注解扫描和切面注解扫描 3、编写被切的类 4、编写切面类 5、编写测试类 阅读全文
posted @ 2017-05-17 22:05 奋斗的少年WH 阅读(232) 评论(0) 推荐(0)
摘要: Computer.java AopProxy.java applicationContext.xml applicationContext2.xml TestAop.java 阅读全文
posted @ 2017-05-17 21:14 奋斗的少年WH 阅读(666) 评论(0) 推荐(0)
摘要: 1、配置applicationContext.xml 2、编写接口 3、编写实现接口的不同子类 4、编写service层的类 5、编写测试类 阅读全文
posted @ 2017-05-16 22:57 奋斗的少年WH 阅读(577) 评论(0) 推荐(0)
摘要: applicationContext.xml User.java Test.java 阅读全文
posted @ 2017-05-16 22:54 奋斗的少年WH 阅读(110) 评论(0) 推荐(0)
摘要: Hobby.java Student.java applicationContext.xml TestMVC.java 阅读全文
posted @ 2017-05-16 22:51 奋斗的少年WH 阅读(179) 评论(0) 推荐(0)
摘要: AopProxy.java applicationContext.xml TestMVC.java 运行结果: AOP前置通知! 公布比赛结果... AOP异常通知 异常信息是: / by zero AOP最终通知 阅读全文
posted @ 2017-05-16 22:46 奋斗的少年WH 阅读(172) 评论(0) 推荐(0)
摘要: package com.wh.po; public interface IComputer { void add(int a,int b); void sub(int a,int b); void mul(int a,int b); void div(int a,int b); } package com.wh.po; public class Computer implem... 阅读全文
posted @ 2017-05-16 22:41 奋斗的少年WH 阅读(114) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 52 下一页