随笔分类 -  C# 工具类

摘要:/// <summary> /// 稳定的长链接 /// 通用设备 TCP 客户端(无心跳、无协议假设、支持大流量) /// 适用于 Modbus、PLC、传感器、摄像头等任意 TCP 设备 /// </summary> internal class DeviceTcpClient : IDispo 阅读全文
posted @ 2025-03-06 18:19 cchong005 阅读(20) 评论(0) 推荐(0)
摘要:using System.Collections.Concurrent; namespace ClassLibrary1; public class EventBus { private static readonly ConcurrentDictionary<EventType, Delegate 阅读全文
posted @ 2023-09-27 16:07 cchong005 阅读(102) 评论(0) 推荐(0)
摘要:using log4net; using log4net.Appender; using log4net.Config; using log4net.Repository; using System; using System.Collections.Generic; using System.Li 阅读全文
posted @ 2023-08-08 16:14 cchong005 阅读(114) 评论(0) 推荐(0)