摘要: 再讲java动态代理前,先来看看代理模式。Proxy类通过组合,对Hello类进行了增强,并对其进行了委托。代理模式代码:public class ProxyPattern { interface IHello{ void say() ; } static class Hello implement... 阅读全文
posted @ 2014-10-26 16:29 rfbingo 阅读(853) 评论(0) 推荐(0) 编辑
摘要: 1、org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'sqlMapClient'definedinclasspathresource[dao/spring-config-dao.xml]... 阅读全文
posted @ 2014-10-11 12:56 rfbingo 阅读(16094) 评论(1) 推荐(0) 编辑