摘要: #if 0 #include <Arduino.h> #include <NTPClient.h> // change next line to use with another board/shield //#include <ESP8266WiFi.h> #include <WiFi.h> // 阅读全文
posted @ 2023-11-28 23:53 MaxBruce 阅读(69) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/chenyang_wei/article/details/127846656 在 Redis 主从复制模式中,因为系统不具备自动恢复的功能,所以当主服务器(master)宕机后,需要手动把一台从服务器(slave)切换为主服务器。在这个过程中,不仅需 阅读全文
posted @ 2023-11-28 17:41 MaxBruce 阅读(253) 评论(0) 推荐(0)