Category Archives: 应用

设计模式-解释器模式

1、概述 行为型模式 解释器模式(Interpreter Pattern)指给定 … Continue reading

More Galleries | Leave a comment

数据库

This gallery contains 1 photo.

数据库根据存储方式可以分为关系统型数据库(SQL)和非关系型数据库(NoSQL, … Continue reading

More Galleries | Leave a comment

设计模式-迭代器模式

1、概述 迭代器模式是一种行为型设计模式,它提供了一种统一的方式来访问集合对象中 … Continue reading

More Galleries | Leave a comment

设计模式-原型模式

创建型模式有五种:单例模式、工厂模式、抽象工厂模式、建造者模式、原型模式。 本次 … Continue reading

More Galleries | Leave a comment

设计模式-建造者模式

1、概述 建造者模式又称生成器模式,所属创建型设计模式,它提供了一种最佳的创建对 … Continue reading

More Galleries | Leave a comment

设计模式-适配器模式

1、概述 结构型模式 2、优缺点 3、实现方式 类适配器 对象适配器 接口适配器 … Continue reading

More Galleries | Leave a comment

http请求类型和状态

请求可以分为 请求类别 特点 GET 长度限制为1024,请求时的速度快,接口与 … Continue reading

More Galleries | Leave a comment

设计模式-工厂模式

1、概述 一般情况下,工厂模式分为三种更加细分的类型:简单工厂、工厂方法和抽象工 … Continue reading

More Galleries | Leave a comment

设计模式-单例模式

1、概述 单例模式是一种创建型模式,它要保证一个类仅有一个实例,并提供一个访问它 … Continue reading

More Galleries | Leave a comment

Socket编程

Socket(套接字)是计算机网络编程中用于实现网络通信的一种机制。它提供了一种 … Continue reading

More Galleries | Leave a comment