摘要: /// <summary> /// 将父子级数据结构转换为普通list /// </summary> /// <param name="list"></param> /// <returns></returns> public static List<UniWater_MenuInfo> GetMe 阅读全文
posted @ 2020-06-19 15:10 技术留念 阅读(1040) 评论(0) 推荐(1)
摘要: 1.生产者发布消息 string KafkaUrl = ConfigurationManager.AppSettings["KafkaUrl"].ToString(); string KafkaTopic = ConfigurationManager.AppSettings["KafkaPushTo 阅读全文
posted @ 2020-06-03 13:58 技术留念 阅读(276) 评论(0) 推荐(0)
摘要: 1.首先定义树形结构类 /// <summary> /// 构建树形结构类 /// </summary> public class TreeModel { public string ID { set; get; } public string PARENTID { set; get; } publ 阅读全文
posted @ 2020-05-15 11:28 技术留念 阅读(3241) 评论(0) 推荐(1)
摘要: application/octet-stream 阅读全文
posted @ 2020-05-15 11:26 技术留念 阅读(273) 评论(0) 推荐(0)