设计模式-适配器模式

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

信息系统项目管理师(第四版)概要

PDF下载:链接: https://pan.baidu.com/s/1ghabX … 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

项目管理-关键路径法

This gallery contains 7 photos.

通过分析项目过程中哪个活动序列进度安排的总时差最少来预测项目工期的网络分析。 产 … Continue reading

More Galleries | Leave a comment

项目管理-三点估算法

三点估算(可用于进度管理和成本管理)1、 期望(成本)时间—–通过计算得到,我们 … Continue reading

More Galleries | Leave a comment