From 85ad18f8bccd4a0f8a692ec696ed4e19acdd6627 Mon Sep 17 00:00:00 2001 From: Bpazy Date: Fri, 30 Aug 2024 01:52:17 +0000 Subject: [PATCH] Update README with the recent issue activity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac64a8b..4802e6c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ | UpdateTime | Title | Summary | | ------ | ------ | ------ | +| 2024-08-29 | [PVE 显卡直通](https://github.com/Bpazy/blog/issues/332) | https://www.cnblogs.com/MAENESA/p/18005241 | +| 2024-08-29 | [Proxmox VE (PVE) 技巧记录](https://github.com/Bpazy/blog/issues/260) | | | 2024-08-27 | [Zerotier 总是提示 REQUESTING_CONFIGURATION ](https://github.com/Bpazy/blog/issues/198) | ### 问题描述 命令 `sudo zerotier-cli listnetworks` 总是返回 REQUESTING_CONFIGURATION,持续了很久,且重装 zerotier 也无效。 | | 2024-08-21 | [自制能源监测仪](https://github.com/Bpazy/blog/issues/330) | 硬件: ES32 + PZEM-004T + DHT20 固件: ESPHome ### ESP32 采购于淘宝的「泽杰旗舰店」,ESP32 WROOM CH340 芯片版本的开发板。 管脚定义: | | 2024-08-14 | [自制甲醛检测器](https://github.com/Bpazy/blog/issues/318) | 硬件: ESP32WROOM32 + SFA30 固件: ESPHome | @@ -67,6 +69,4 @@ | 2023-10-09 | [@EnableAutoConfiguration 的作用](https://github.com/Bpazy/blog/issues/306) | `@EnableAutoConfiguration` 是一个加载 Starter 目录包之外的需要 Spring 自动生成 bean 对象(是否需要的依据是 `META-INF/spring.fact | | 2023-10-09 | [杂谈分库分表](https://github.com/Bpazy/blog/issues/298) | ## 分表的一些难点 1. 数据迁移。可利用 DataX 全量迁移+otter增量同步。这里要考虑上线时是否允许停机几分钟,最好能停机,复杂度低很多。 2. 数据一致性。跨分片键如何保证数据一致性?可 | | 2023-10-07 | [注册中心及其理论](https://github.com/Bpazy/blog/issues/303) | 记录下注册中心相关知识。 各种注册中心对比: 指标 | Eureka | Zookeeper | Consul | Etcd | -| 2023-10-07 | [杂谈微服务](https://github.com/Bpazy/blog/issues/300) | ## 多维度抗压 前端做好防抖。 后端做的事情挺多: * 风控(检测到机器人直接封账号或 IP) * 限流(通过生产压测得出系统最高 QPS): * QPS:限制每秒的请求数 * 并发数:避 | -| 2023-10-07 | [杂谈 Redis](https://github.com/Bpazy/blog/issues/299) | 重点: 1. 数据类型的选择 2. 集群 3. 集群扩容 Redis五大数据类型:String(字符串),Hash(哈希),List(列表),Set(集合)及Zset(sorted set:有序集合 |