Skip to content

Commit

Permalink
Update README with the recent issue activity
Browse files Browse the repository at this point in the history
  • Loading branch information
Bpazy committed Oct 7, 2023
1 parent d3516fd commit a59d3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<!--START_SECTION:blog-->
| UpdateTime | Title | Summary |
| ------ | ------ | ------ |
| 2023-10-05 | [杂谈微服务](https://github.com/Bpazy/blog/issues/300) | ## 多维度抗压 前端做好防抖。 后端做的事情挺多: * 限流(通过生产压测得出系统最高 QPS): * QPS:限制每秒的请求数 * 并发数:避免开启过多线程导致资源耗尽 * 连接数:限 |
| 2023-10-06 | [Spring Boot @Enable* 这类注解的实现原理](https://github.com/Bpazy/blog/issues/304) | 比如 @EnableCaching, @EnableEql, @EnableAsync,这些都是如何实现的?我们又如何自定义呢? 以 @EnableAsync 为例: ```java @Targe |
| 2023-10-06 | [杂谈微服务](https://github.com/Bpazy/blog/issues/300) | ## 多维度抗压 前端做好防抖。 后端做的事情挺多: * 风控(检测到机器人直接封账号或 IP) * 限流(通过生产压测得出系统最高 QPS): * QPS:限制每秒的请求数 * 并发数:避 |
| 2023-10-05 | [注册中心及其理论](https://github.com/Bpazy/blog/issues/303) | 记录下注册中心相关知识。 各种注册中心对比: ![image](https://github.com/Bpazy/blog/assets/9838749/4d2b5ef9-4acf-4e2c-bc2 |
| 2023-10-05 | [杂谈分库分表](https://github.com/Bpazy/blog/issues/298) | ## 分表的一些难点 1. 数据迁移。可利用 DataX 全量迁移+otter增量同步。这里要考虑上线时是否允许停机几分钟,最好能停机,复杂度低很多。 2. 数据一致性。跨分片键如何保证数据一致性?可 |
| 2023-10-02 | [布隆过滤器](https://github.com/Bpazy/blog/issues/302) | 布隆过滤器(Bloom Filter)是由布隆(Burton Howard Bloom)在 1970 年提出的,它实际上是由一个很长的二进制向量和一系列随机hash映射函数组成(说白了,就是用二进制数 |
Expand Down Expand Up @@ -68,5 +69,4 @@
| 2023-08-09 | [测测常用设备的功率](https://github.com/Bpazy/blog/issues/184) | 用功率表把家里常用设备测了一下功耗: * 台式机:待机 50W,玩 Dota2 170W > 安钛克(Antec)VP450 450W > i7-6700K > 1060 > 2 块 SSD > 1 |
| 2023-08-03 | [Nginx 小记](https://github.com/Bpazy/blog/issues/252) | 记录一些零碎的 Nginx 知识点 |
| 2023-03-29 | [Clash 使用记录](https://github.com/Bpazy/blog/issues/204) | Clash 相关记录在这,比如:同步 CFW 配置、Tun 模式 CPU 占用、Linux 使用 Tun、Clash Dashboard 等。 |
| 2023-03-16 | [xargs笔记](https://github.com/Bpazy/blog/issues/131) | ## xargs 和 mv配合 需求:将所有子目录里的txt文件移动到当前目录。 ```shell D:\INSTALLER\2 │ 321.txt │ └─新建文件夹 │ 1.txt |
<!--END_SECTION:blog-->

0 comments on commit a59d3de

Please sign in to comment.