04 2019 档案

摘要:https://www.cnblogs.com/mq0036/p/7875864.html 一、开发环境 操作系统:Windows 10 X64 开发环境:VS2015 编程语言:C# .NET版本:.NET Framework 4.0 目标平台:X86 二、创建Windows Service 1、 阅读全文
posted @ 2019-04-28 12:11 LuoCore 阅读(642) 评论(0) 推荐(0) 编辑
摘要:https://yq.aliyun.com/articles/421700 // DataGridView1的ColumnDisplayIndexChanged事件处理方法private void DataGridView1_ColumnDisplayIndexChanged(object send 阅读全文
posted @ 2019-04-22 18:14 LuoCore 阅读(2452) 评论(0) 推荐(0) 编辑
摘要:public static IList<T> XmlToEntityList<T>(string xml) where T : new() { XmlDocument doc = new XmlDocument(); try { doc.LoadXml(xml); } catch(Exception 阅读全文
posted @ 2019-04-10 13:57 LuoCore 阅读(537) 评论(0) 推荐(0) 编辑