Category Archives: 应用

设计模式-原型模式

创建型模式有五种:单例模式、工厂模式、抽象工厂模式、建造者模式、原型模式。 本次 … 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

进程和线程

什么是进程、线程? ①进程:Process;线程:Thread; ②进程是OS分 … Continue reading

More Galleries | Leave a comment

Python多进程/多线程导入CSV大文件到数据库

This gallery contains 2 photos.

创建数据表 多进程导入文件 多线程导入文件 本次数据模板 原始数量 导入结果

More Galleries | Leave a comment

设计模式简介

设计模式的六大原则 1、开闭原则(Open Close Principle) 开 … Continue reading

More Galleries | Leave a comment