<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Allin's blog - 设计模设</title><link>http://blog.csdn.net/leeshaoqun/category/194456.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 14 Apr 2008 14:33:08 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>allin</dc:creator><title>对代理模式与Java动态代理类的理解 </title><link>http://blog.csdn.net/leeshaoqun/archive/2007/10/16/1828347.aspx</link><pubDate>Tue, 16 Oct 2007 22:59:00 GMT</pubDate><guid>http://blog.csdn.net/leeshaoqun/archive/2007/10/16/1828347.aspx</guid><wfw:comment>http://blog.csdn.net/leeshaoqun/comments/1828347.aspx</wfw:comment><comments>http://blog.csdn.net/leeshaoqun/archive/2007/10/16/1828347.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leeshaoqun/comments/commentRss/1828347.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1828347</trackback:ping><description>代理模式的作用是：为其他对象提供一种代理以控制对这个对象的访问。在某些情况下，一个客户不想或者不能直接引用另一个对象，而代理对象可以在客户端和目标对象之间起到中介的作用。&lt;img src ="http://blog.csdn.net/leeshaoqun/aggbug/1828347.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>allin</dc:creator><title>设计模式学习——Proxy代理模式</title><link>http://blog.csdn.net/leeshaoqun/archive/2007/10/16/1828275.aspx</link><pubDate>Tue, 16 Oct 2007 22:19:00 GMT</pubDate><guid>http://blog.csdn.net/leeshaoqun/archive/2007/10/16/1828275.aspx</guid><wfw:comment>http://blog.csdn.net/leeshaoqun/comments/1828275.aspx</wfw:comment><comments>http://blog.csdn.net/leeshaoqun/archive/2007/10/16/1828275.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leeshaoqun/comments/commentRss/1828275.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1828275</trackback:ping><description>Proxy代理模式是一种结构型设计模式，主要解决的问题是：在直接访问对象时带来的问题，比如说：要访问的对象在远程的机器上。在面向对象系统中，有些对象由于某些原因（比如对象创建开销很大，或者某些操作需要安全控制，或者需要进程外的访问）直接访问会给使用者或者系统结构带来很多麻烦，我们可以在访问此对象时加上一个对此对象的访问层。&lt;img src ="http://blog.csdn.net/leeshaoqun/aggbug/1828275.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>