Angelo Lee's Blog
This is my kingdom .If i don't fight for it ,who will ?
摘要: 学习spring 之前java中的几个模式是很重要的 其中一个就是代理模式。下面用几个简单的例子来理解一下这个模式。以及它的应用。1,普通的代理模式。classHouse...{privatefloatprice=200f;publicfloatgetPrice()...{returnprice;}publicvoidsetPrice()...{this.price=price;}}//房东classHouseOwner...{Househouse=null;HouseOwner(Househouse)...{this.house=house;}publicvoidrent()...{Syst 阅读全文
posted @ 2009-02-24 18:14 Angelo Lee 阅读(159) 评论(0) 推荐(0) 编辑