摘要: 新版MinIO启动命令(Windows版) MinIO下载地址 MinIO下载地址(Windows版) 启动命令 在同级目录下执行,console-address端口号可以自定义,不与业务冲突即可 minio.exe server ImgData --console-address=0.0.0.0: 阅读全文
posted @ 2022-05-31 15:05 AnNing21 阅读(1854) 评论(0) 推荐(0)
摘要: # 设置Minio使用Https访问 ## 0、开放防火墙 ``` #防火墙开启443、9000、9001端口 firewall-cmd --zone=public --add-port=443/tcp --permanent firewall-cmd --zone=public --add-por 阅读全文
posted @ 2022-02-25 10:00 AnNing21 阅读(2767) 评论(0) 推荐(0)
摘要: 配置禁止匿名登录(安全认证) 1.找到emqx.conf编辑 ## Allow anonymous authentication by default if no auth plugins loaded. ## Notice: Disable the option in production dep 阅读全文
posted @ 2022-02-16 10:45 AnNing21 阅读(520) 评论(0) 推荐(0)
摘要: CentOS7更新openssl,gcc库 CentOS 7更新openssl,gcc库 阅读全文
posted @ 2021-11-09 14:26 AnNing21 阅读(352) 评论(0) 推荐(0)
摘要: Java格式化时间 yyyy-MM-dd HH:mm:ss import java.text.SimpleDateFormat; import java.util.Date; public class DateFormat { public String Date() { Date time = n 阅读全文
posted @ 2021-01-22 16:01 AnNing21 阅读(380) 评论(0) 推荐(0)