09 2022 档案
摘要:[mysqld] # validate_password 密码校验 #plugin-load-add=validate_password.dll # connection_control 登录超时插件 #plugin-load-add = connection_control.dll #connec
阅读全文
摘要:Client,js class WsClient { constructor(url) { // this.client=new WebSocket(url); this.url = url; this.isAlive = true; this.ping = null; this.heartbeat
阅读全文