摘要:
UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used 一、解决方案:在引入undertow包时剔除undertow-websockets-js包,启动无警告日志 二、方法 阅读全文
摘要:
枚举类的值转为int类型的List 1、通过Enum.GetValues方法获取枚举数组,遍历每个枚举并将其对应值添加到新建的List List<int> ints1 = new List<int>(); foreach(int i in Enum.GetValues(typeof(EnumDays 阅读全文