docker-compose单体服务部署minio集群
摘要:docker-compose单体服务部署minio集群 搭建单机单服务 version: '2' services: # 数据存储 minio: image: minio/minio:RELEASE.2021-06-07T21-40-51Z container_name: intelligentre
阅读全文
posted @
2023-07-20 17:30
白码一号
阅读(1092)
推荐(0) 编辑
.net6操作mqtt
摘要:.net6操作mqtt 客户端 using MQTTnet.Client; using MQTTnet.Protocol; using MQTTnet; using System; using System.Collections.Generic; using System.Linq; using
阅读全文
posted @
2023-07-17 14:53
白码一号
阅读(317)
推荐(0) 编辑
.Net创建监听http请求服务
摘要:.Net创建监听http请求服务 服务端: class Program { static HttpListener httpobj; static void Main(string[] args) { //提供一个简单的、可通过编程方式控制的 HTTP 协议侦听器。此类不能被继承。 httpobj
阅读全文
posted @
2023-07-06 10:53
白码一号
阅读(164)
推荐(0) 编辑