摘要: 注意连接队列服务器时,参数必须和服务器配置一致 private string queue;//队列名 private bool durable;//持久化 private bool exclusive;//独占 private bool autoDelete;//自动删除 默认帐号guest不能远程 阅读全文
posted @ 2020-10-24 17:52 lanofsky 阅读(1225) 评论(0) 推荐(0) 编辑
摘要: //用于浏览器导出Excel,即return File(bytes, "application/vnd.ms-excel", titleName + ".xlsx"); using NPOI.SS.UserModel; using NPOI.SS.Util; using NPOI.XSSF.User 阅读全文
posted @ 2020-10-24 13:35 lanofsky 阅读(553) 评论(0) 推荐(0) 编辑