Nicksxs's Blog

Java 运行时、生产诊断与 AI 工程实践

A binary watch has 4 LEDs on the top which represent the hours (0-11), and the 6 LEDs on the bottom represent the minutes (0-59).

阅读全文 »

本文记录使用 Docker 搭建 MySQL 主从复制集群的完整流程,包括容器启动、server_id 与 binlog 配置、复制账号创建、主从连接和状态检查。

阅读全文 »

WebSocket是HTML5开始提供的一种在单个TCP连接上进行全双工通讯的协议。WebSocket通信协议于2011年被IETF定为标准RFC 6455,WebSocketAPI被W3C定为标准。,在web私信,im等应用较多。背景和优缺点可以参看wiki。

阅读全文 »
0%