蒋智昊的博客

NET

NET

一、语法
1、C# 队列 Queue
2、C# 堆栈 Stack
3、C# 哈希表 Hashtable
4、C# 动态数组 ArrayList
5、C# 泛型 Generic
6、C# 委托 Delegate
7、C# 反射 Reflection

二、设计模式
1、C# 设计模式 Mediator 中介者模式
2、C# 设计模式 Memento 备忘录模式
3、C# 设计模式 TemplateMethod 模板方法模式
4、C# 设计模式 Flyweight 享元模式
5、C# 设计模式 Decorator 装饰器模式
6、C# 设计模式 ChainOfResponsibility 职责链模式
7、C# 设计模式 Bridge 桥接模式
8、C# 设计模式 Singleton 单例模式
9、C# 设计模式 Visitor 访问者模式
10、C# 设计模式 Strategy 策略模式
11、C# 设计模式 State 状态模式
12、C# 设计模式 Proxy 代理模式
13、C# 设计模式 Prototype 原型模式
14、C# 设计模式 Observer 观察者模式
15、C# 设计模式 Iterator 迭代器模式
16、C# 设计模式 Interpreter 解释器模式
17、C# 设计模式 Facade 外观模式(门面模式)
18、C# 设计模式 Composite 组合模式
19、C# 设计模式 Command 命令模式
20、C# 设计模式 Builder 生成器模式
21、C# 设计模式 Adapter 适配器模式

三、网络
1、C# Fleck和Html5实现WebSocket
2、C# 基于NModbus读取long大端小端ABCD的特殊处理
3、C# Web API HttpGet HttpPost 响应 POST GET 请求
4、C# HttpListener 实现小型的web服务器 POST GET 请求
5、C# HttpWebRequest 发起 POST GET 请求
6、C# Newtonsoft.Json 用法

四、数据库
1、C# 连接MySQL
2、C# 连接SQLServer
3、C# 操作Redis

五、消息
1、C# ActiveMQ
2、MQTT客户端Paho实现C#应用

六、二维码
1、C# QRCoder生成二维码

七、界面
1、C# 窗体之间传值
2、C# flowLayoutPanel PictureBox 控件 动态生成

八、Excel
1、Spire.Xls Excel 计算公式生效CalculateAllValue

九、图表
1、C# chart 控件 折线图
2、C# chart 控件 折线图 代码设置属性
3、C# chart 控件 折线图 数据点 凸显
4、C# chart 控件 饼图
5、C# chart 控件 柱状图
6、C# chart 控件 散点图
7、C# chart 控件 曲线图