当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

摘要: 管理员角色运行cmd.exe,执行上边脚本;在 Component -> Services 找到 CCGSQueueService 服务,可以启动/停止服务。 阅读全文
posted @ 2019-10-29 15:25 hofmann 阅读(904) 评论(0) 推荐(0)
摘要: 在 vs tools:Developer Command Prompt For VS2019/2017 里执行上边命令。 阅读全文
posted @ 2019-10-29 15:21 hofmann 阅读(379) 评论(0) 推荐(0)
摘要: https://code.visualstudio.com/docs/?dv=win 阅读全文
posted @ 2019-10-29 14:41 hofmann 阅读(371) 评论(0) 推荐(0)
摘要: static public string SerializeToXml(T obj) { string xmlString = string.Empty; //XmlSerializer xmlSerializer = new XmlSerializer(typeof(T)); //using... 阅读全文
posted @ 2019-10-29 09:39 hofmann 阅读(423) 评论(0) 推荐(0)
摘要: /// /// 适用于初始化新实体 /// static public T RotationMapping(S s) { T target = Activator.CreateInstance(); var originalObj = s.GetType(); ... 阅读全文
posted @ 2019-10-29 09:35 hofmann 阅读(801) 评论(0) 推荐(0)