Giter Site home page Giter Site logo

learn_notes's Introduction

learn_notes

在issue内的有些资料取自互联网,主要是为了学习使用,如若有什么不当之处,还请指出。

learn_notes's People

Contributors

minsuoqingcheng avatar

Watchers

 avatar

learn_notes's Issues

创建型设计模式学习

# 简单工厂模式

  • 学习要点:
    工厂模式主要组成部分有“抽象产品”,“具体产品”,“创建产品的工厂”

  • 存在问题:
    在创建产品的工厂中创建产品时,需要知道创建哪个具体的产品,但具体的产品超过一个时,需要传入
    条件让工厂知道创建哪一种具体的产品,因而会产生控制耦合。

结构型设计模式学习

结构型设计模式包括

  1. 适配器模式

  2. 桥接模式

  3. 组合模式

  4. 外观模式

  5. 装饰者模式

  6. 享元模式

  7. 代理模式

行为型设计模式学习

  • 行为型设计模式包括:
  1. 责任链模式

  2. 命令模式

  3. 解释器模式

  4. 迭代模式

  5. 中介者模式

  6. 备忘录模式

  7. 观察者模式

  8. 状态模式

  9. 策略模式

  10. 模板方法模式

  11. 访问者模式

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.