摘要:
配置禁止匿名登录(安全认证) 1.找到emqx.conf编辑 ## Allow anonymous authentication by default if no auth plugins loaded. ## Notice: Disable the option in production dep 阅读全文
摘要:
Java格式化时间 yyyy-MM-dd HH:mm:ss import java.text.SimpleDateFormat; import java.util.Date; public class DateFormat { public String Date() { Date time = n 阅读全文