首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
小烁笔记
掘友等级
Java
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
49
文章 47
沸点 2
赞
49
返回
|
搜索文章
最新
热门
创建型模式:建造者模式
Separate the construction of a complex object from its representation so that the same construction process can create different representa…
寒冬储粮
上次发了这篇文章 跳槽 & 思维导图,里面只是贴了一个图,也不是很清晰,主要是想给大家看一下思维导图记录知识点,供大家参考一下,后面有小伙伴在咨询能否把思维导图原件分享出来,分享出来肯定是可以的,这些都不是我的知识,都是网上的资料,我只是把它们记录在思维导图。 今天把这些资料整…
创建型模式:抽象工厂
Provide an interface for creating families of related or dependent objects without specifying their concrete classes. 为创建一组相关或相互依赖的对象提供一个接口…
创建型模式:工厂方法
Define an interface for creating an object,but let subclasses decide which class to instantiate.Factory Method lets a class defer instantia…
创建型模式:单例模式
Ensure a class has only one instance, and provide a global point of access to it.(确保某一个类只有一个实例,而且自行实例化并向整个系统提供这个实例。) 我们脑洞大开来用一个故事讲解一番。 小明家里…
迪米特法则
Each unit should have only limited knowledge about other units: only units "closely" related to the current unit. (每个单元对于其他的单元只能拥有有限的知识:只是与…
接口隔离原则
Clients should not be forced to depend upon interfaces that they don't use.(客户端不应该依赖它不需要的接口。) The dependency of one class to another one sh…
依赖倒置原则
High level modules should not depend upon low level modules.Both should depend upon abstractions. 高层模块不应该依赖低层模块,两者都应该依赖其抽象(模块间的依赖通过抽象发生,实现类…
我的 2018
昨晚写了设计模式原则第三篇『依赖倒置原则』,写得比较晚,所以没有发布,想着今天早上来发。早上醒来,看了朋友圈,才发现今天是 2018 最后一天,内心有一股强大的力量促使我暂停发布昨晚的文章,今天做一波总结,写一篇总结文章,给 2018 一个交代,也给 2019 一个期待。生活好…
里氏替换原则
If for each object o1 of type S there is an object o2 of type T such that for all programs P defined in terms of T,the behavior of P is unc…
下一页
个人成就
文章被点赞
799
文章被阅读
83,672
掘力值
3,761
关注了
11
关注者
461
收藏集
0
关注标签
19
加入于
2018-12-18