摘要:
1.工厂模式简介 In class based programming, the factory method pattern is a creational pattern that uses factory methods to deal with the problem of creating 阅读全文
摘要:
1.什么是代理 In "computer programming" , the proxy pattern is a "software design pattern" . A proxy , in its most general form, is a class functioning as a 阅读全文