摘要: #region RabbitMQ var factory = new ConnectionFactory(); //实例化工厂 factory.HostName = "localhost"; factory.UserName = "sa"; factory.Password = "123321"; 阅读全文
posted @ 2019-01-14 16:53 码到世界末日 阅读(176) 评论(0) 推荐(0)
摘要: public class Student { public int Id { get; set; } public string Name { get; set; } public int Age { get; set; } public DateTime date { set; get; } } 阅读全文
posted @ 2019-01-14 09:56 码到世界末日 阅读(119) 评论(0) 推荐(0)