摘要: 调用 //消息队列发消息 MqConfigInfo config = new MqConfigInfo(); config.MQExChange = "DrawingOutput"; config.MQQueueName = "DrawingOutput"; config.MQRoutingKey 阅读全文
posted @ 2019-06-18 17:25 红磨坊后的白桦树 阅读(645) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Mail; using System.Text; using System.Threading; using System.Threading.Tasks; namespace LogTest... 阅读全文
posted @ 2019-06-18 16:52 红磨坊后的白桦树 阅读(288) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; using System.ServiceProcess; namespace Util { public... 阅读全文
posted @ 2019-06-18 16:45 红磨坊后的白桦树 阅读(144) 评论(0) 推荐(0) 编辑
摘要: /// /// 删除数组中的重复项 /// /// /// public static string[] RemoveDup(string[] values) { List list = new List(); for (int i = 0; i... 阅读全文
posted @ 2019-06-18 16:41 红磨坊后的白桦树 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 一、建立一个数据库帮助类 DbHelper 二、建立一个数据库类型类 DatabaseType 三、日期处理类 DbTimeType 四、Json操作类 Json 五、类型转换扩展类 Extensions 阅读全文
posted @ 2019-06-18 11:53 红磨坊后的白桦树 阅读(317) 评论(0) 推荐(0) 编辑
摘要: using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.N 阅读全文
posted @ 2019-06-18 10:58 红磨坊后的白桦树 阅读(5227) 评论(0) 推荐(0) 编辑