会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
转用csdn,后续博客园不再更新 https://blog.csdn.net/hc1285653662?type=blog
首页
新随笔
管理
2020年9月30日
原型模式
摘要: 1 克隆羊问题 2 传统方式解决克隆羊问题 public class Client { public static void main(String[] args) { Sheep sheep = new Sheep("tom", 1, "白色"); Sheep sheep2 = new Sheep
阅读全文
posted @ 2020-09-30 08:22 青岑
阅读(145)
评论(0)
推荐(0)
编辑
2-工厂模式
摘要: 1
阅读全文
posted @ 2020-09-30 08:17 青岑
阅读(76)
评论(0)
推荐(0)
编辑
公告