摘要:
Consul 是一个支持多数据中心分布式高可用的服务发现和配置共享的服务软件, 由 HashiCorp 公司用 Go 语言开发, 基于 Mozilla Public License 2.0 的协议进行开源。 下载 官网下载:https://www.consul.io/downloads.html 在 阅读全文
摘要:
RabbitMQ 发送消息和接收消息demo class Program { static void SendMsgToMQ() { string MonitorIp = "10.x.x.x"; int Port = 5674; string User = "orm"; string Passwor 阅读全文
摘要:
PDF using iTextSharp.text;using iTextSharp.text.pdf; Document document = new Document(); PdfWriter writer = null; int titleSize = 13; int contentSize 阅读全文