随笔分类 - C# 工具类
摘要:/// <summary> /// 稳定的长链接 /// 通用设备 TCP 客户端(无心跳、无协议假设、支持大流量) /// 适用于 Modbus、PLC、传感器、摄像头等任意 TCP 设备 /// </summary> internal class DeviceTcpClient : IDispo
阅读全文
摘要:using System.Collections.Concurrent; namespace ClassLibrary1; public class EventBus { private static readonly ConcurrentDictionary<EventType, Delegate
阅读全文
摘要:using log4net; using log4net.Appender; using log4net.Config; using log4net.Repository; using System; using System.Collections.Generic; using System.Li
阅读全文

浙公网安备 33010602011771号