会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
KevinLU
首页
联系
Github
新随笔
博客园
管理
Kevin Lu
博客园
首页
新随笔
联系
订阅
管理
2014年7月10日
Python的设计模式学习
摘要: 1.工厂模式#encoding=utf-8__author__ = 'kevinlu1010@qq.com'class ADD(): def getResult(self,*args): return args[0]+args[1]class SUB(): def getR...
阅读全文
posted @ 2014-07-10 11:56 Xjng
阅读(921)
评论(0)
推荐(0)
编辑
公告