@wcj/github-rank 22.3.27 → 22.3.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/repos.json +17428 -17428
  2. package/dist/sifou-daily.json +36 -36
  3. package/dist/sifou-monthly.json +72 -72
  4. package/dist/sifou-weekly.json +97 -97
  5. package/dist/toutiao-30.json +61 -61
  6. package/dist/toutiao-7.json +94 -94
  7. package/dist/toutiao-90.json +32 -32
  8. package/dist/trending-daily.json +167 -167
  9. package/dist/trending-monthly.json +114 -114
  10. package/dist/trending-weekly.json +153 -153
  11. package/dist/users.china.json +791 -791
  12. package/dist/users.json +1469 -1469
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +17428 -17428
  16. package/web/data/sifou-daily.json +36 -36
  17. package/web/data/sifou-monthly.json +72 -72
  18. package/web/data/sifou-weekly.json +97 -97
  19. package/web/data/toutiao-30.json +61 -61
  20. package/web/data/toutiao-7.json +94 -94
  21. package/web/data/toutiao-90.json +32 -32
  22. package/web/data/trending-daily.json +167 -167
  23. package/web/data/trending-monthly.json +114 -114
  24. package/web/data/trending-weekly.json +153 -153
  25. package/web/data/users.china.json +791 -791
  26. package/web/data/users.json +1469 -1469
  27. package/web/index.html +865 -865
  28. package/web/repos.html +2327 -2327
  29. package/web/sifou-daily.html +31 -31
  30. package/web/sifou-monthly.html +111 -111
  31. package/web/sifou-weekly.html +136 -136
  32. package/web/toutiao-30.html +61 -61
  33. package/web/toutiao-7.html +62 -62
  34. package/web/toutiao-90.html +36 -36
  35. package/web/trending-monthly.html +112 -112
  36. package/web/trending-weekly.html +137 -133
  37. package/web/trending.html +142 -146
  38. package/web/users.china.html +491 -491
@@ -5,26 +5,17 @@
5
5
  "url": "https://segmentfault.com/a/1190000041592141",
6
6
  "author": "杨成功",
7
7
  "home_url": "https://segmentfault.com/u/ruidoc",
8
- "votes": "16",
8
+ "votes": "17",
9
9
  "rank": 1
10
10
  },
11
- {
12
- "title": "2022招聘季 | 怎么准备面试?面试官一般会问些什么问题? | web 前端",
13
- "description": "前两天北京下雪了,很冷。2022 招聘季,好像也比往年冷一些。2021 年 K12 的大量裁员,腾讯、快手、字节、滴滴、蘑菇街也在裁员。想要换工作的同学应该准备些什么呢?面试流程是什么样子的?如何应对面试呢?怎么...",
14
- "url": "https://segmentfault.com/a/1190000041560515",
15
- "author": "linong",
16
- "home_url": "https://segmentfault.com/u/linong",
17
- "votes": "22",
18
- "rank": 2
19
- },
20
11
  {
21
12
  "title": "CSS 也能自动补全字符串?",
22
13
  "description": "欢迎关注我的公众号:前端侦探很多时候都会碰到字符串补全的需求,典型的例子就时间或者日期中的补零操作,例如 {代码...} 通常的做法是 {代码...} 后来,JS 中出现了原生的补全方法padStart()和padEnd(),如下 {...",
23
14
  "url": "https://segmentfault.com/a/1190000041580205",
24
15
  "author": "XboxYan",
25
16
  "home_url": "https://segmentfault.com/u/xboxyan",
26
- "votes": "15",
27
- "rank": 3
17
+ "votes": "16",
18
+ "rank": 2
28
19
  },
29
20
  {
30
21
  "title": "Redis 缓存击穿(失效)、缓存穿透、缓存雪崩怎么解决?",
@@ -32,8 +23,8 @@
32
23
  "url": "https://segmentfault.com/a/1190000041586984",
33
24
  "author": "码哥字节",
34
25
  "home_url": "https://segmentfault.com/u/magebyte",
35
- "votes": "14",
36
- "rank": 4
26
+ "votes": "15",
27
+ "rank": 3
37
28
  },
38
29
  {
39
30
  "title": "从0到1教你在AWS中部署动态网站Typecho系统",
@@ -42,7 +33,7 @@
42
33
  "author": "沈唁",
43
34
  "home_url": "https://segmentfault.com/u/sy_records",
44
35
  "votes": "8",
45
- "rank": 5
36
+ "rank": 4
46
37
  },
47
38
  {
48
39
  "title": "3D 沙盒游戏之避障踩坑和实现之旅",
@@ -51,16 +42,7 @@
51
42
  "author": "凹凸实验室",
52
43
  "home_url": "https://segmentfault.com/u/o2team",
53
44
  "votes": "11",
54
- "rank": 6
55
- },
56
- {
57
- "title": "数据库与缓存双写一致性",
58
- "description": "先做一个说明,从理论上来说,有两种处理思维,一种需保证数据强一致性,这样性能肯定大打折扣;另外我们可以采用最终一致性,保证性能的基础上,允许一定时间内的数据不一致,但最终数据是一致的。",
59
- "url": "https://segmentfault.com/a/1190000041576417",
60
- "author": "超大只乌龟",
61
- "home_url": "https://segmentfault.com/u/chenwugui",
62
- "votes": "9",
63
- "rank": 7
45
+ "rank": 5
64
46
  },
65
47
  {
66
48
  "title": "Three.js 火焰效果实现艾尔登法环动态logo 🔥",
@@ -69,16 +51,16 @@
69
51
  "author": "dragonir",
70
52
  "home_url": "https://segmentfault.com/u/dragonir",
71
53
  "votes": "9",
72
- "rank": 8
54
+ "rank": 6
73
55
  },
74
56
  {
75
- "title": "17 个实用的图像特效库",
76
- "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
77
- "url": "https://segmentfault.com/a/1190000041578591",
78
- "author": "前端小智",
79
- "home_url": "https://segmentfault.com/u/minnanitkong",
80
- "votes": "11",
81
- "rank": 9
57
+ "title": "面试大厂,手写代码这些就够了,附 codepen 地址!",
58
+ "description": "Offer 驾到,掘友接招!我正在参与2022春招系列活动-经验复盘,点击查看 活动详情 即算参赛大家好,我是山月。这篇文章也可在我的博客面试路线图进行查看。其中有一个高频问题是:我如何进行编程题目的练习?山月...",
59
+ "url": "https://segmentfault.com/a/1190000041584723",
60
+ "author": "shanyue",
61
+ "home_url": "https://segmentfault.com/u/xiange",
62
+ "votes": "10",
63
+ "rank": 7
82
64
  },
83
65
  {
84
66
  "title": "2022 年最受瞩目的新特性 CSS @layer 到底是个啥?",
@@ -87,7 +69,7 @@
87
69
  "author": "chokcoco",
88
70
  "home_url": "https://segmentfault.com/u/chokcoco",
89
71
  "votes": "8",
90
- "rank": 10
72
+ "rank": 8
91
73
  },
92
74
  {
93
75
  "title": "手把手带你走进Babel的编译世界",
@@ -95,26 +77,8 @@
95
77
  "url": "https://segmentfault.com/a/1190000041599576",
96
78
  "author": "云音乐技术团队",
97
79
  "home_url": "https://segmentfault.com/u/musicfe",
98
- "votes": "7",
99
- "rank": 11
100
- },
101
- {
102
- "title": "面试大厂,手写代码这些就够了,附 codepen 地址!",
103
- "description": "Offer 驾到,掘友接招!我正在参与2022春招系列活动-经验复盘,点击查看 活动详情 即算参赛大家好,我是山月。这篇文章也可在我的博客面试路线图进行查看。其中有一个高频问题是:我如何进行编程题目的练习?山月...",
104
- "url": "https://segmentfault.com/a/1190000041584723",
105
- "author": "shanyue",
106
- "home_url": "https://segmentfault.com/u/xiange",
107
- "votes": "9",
108
- "rank": 12
109
- },
110
- {
111
- "title": "手把手教你搭建博客",
112
- "description": "由于 github 访问不太稳定,觉得将博客迁移到 AWS 上。可以借助 AWS 存储的功能。为什么选择 hexo生成页面速度快支持 markdown一键部署超强的扩展性海量的插件创建博客 {代码...} 这短短的几步,博客便创建成功了...",
113
- "url": "https://segmentfault.com/a/1190000041600277",
114
- "author": "robin",
115
- "home_url": "https://segmentfault.com/u/robin_ren",
116
- "votes": "4",
117
- "rank": 13
80
+ "votes": "8",
81
+ "rank": 9
118
82
  },
119
83
  {
120
84
  "title": "阿里三面:灵魂一击——有react fiber,为什么不需要vue fiber呢?",
@@ -123,7 +87,7 @@
123
87
  "author": "前端私教年年",
124
88
  "home_url": "https://segmentfault.com/u/qiuzhisijiaoniannian",
125
89
  "votes": "7",
126
- "rank": 14
90
+ "rank": 10
127
91
  },
128
92
  {
129
93
  "title": "点击页面元素,这个Vite插件帮我打开了Vue组件 🚀",
@@ -131,8 +95,17 @@
131
95
  "url": "https://segmentfault.com/a/1190000041578690",
132
96
  "author": "null仔",
133
97
  "home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
134
- "votes": "6",
135
- "rank": 15
98
+ "votes": "7",
99
+ "rank": 11
100
+ },
101
+ {
102
+ "title": "手把手教你搭建博客",
103
+ "description": "由于 github 访问不太稳定,觉得将博客迁移到 AWS 上。可以借助 AWS 存储的功能。为什么选择 hexo生成页面速度快支持 markdown一键部署超强的扩展性海量的插件创建博客 {代码...} 这短短的几步,博客便创建成功了...",
104
+ "url": "https://segmentfault.com/a/1190000041600277",
105
+ "author": "robin",
106
+ "home_url": "https://segmentfault.com/u/robin_ren",
107
+ "votes": "4",
108
+ "rank": 12
136
109
  },
137
110
  {
138
111
  "title": "介绍 4个很 Nice 的 Veu 路由过渡动效!",
@@ -141,7 +114,7 @@
141
114
  "author": "前端小智",
142
115
  "home_url": "https://segmentfault.com/u/minnanitkong",
143
116
  "votes": "5",
144
- "rank": 16
117
+ "rank": 13
145
118
  },
146
119
  {
147
120
  "title": "Golang 常见设计模式之装饰模式",
@@ -150,7 +123,7 @@
150
123
  "author": "云叔_又拍云",
151
124
  "home_url": "https://segmentfault.com/u/yunshu_blog",
152
125
  "votes": "6",
153
- "rank": 17
126
+ "rank": 14
154
127
  },
155
128
  {
156
129
  "title": "OpenShift 与 OpenStack:让云变得更简单",
@@ -159,16 +132,16 @@
159
132
  "author": "云叔_又拍云",
160
133
  "home_url": "https://segmentfault.com/u/yunshu_blog",
161
134
  "votes": "6",
162
- "rank": 18
135
+ "rank": 15
163
136
  },
164
137
  {
165
- "title": "petite-vue源码剖析-逐行解读@vue/reactivity之reactive",
166
- "description": "在petite-vue中我们通过reactive构建上下文对象,并将根据状态渲染UI的逻辑作为入参传递给effect,然后神奇的事情发生了,当状态发生变化时将自动触发UI重新渲染。那么到底这是怎么做到的呢?@vue/reactivity功能...",
167
- "url": "https://segmentfault.com/a/1190000041585757",
168
- "author": "肥仔John",
169
- "home_url": "https://segmentfault.com/u/fsjohnhuang",
170
- "votes": "2",
171
- "rank": 19
138
+ "title": "JVM自定义类加载器在代码扩展性的实践",
139
+ "description": "名单管理系统是手机上各个模块将需要管控的应用配置到文件中,然后下发到手机上进行应用管控的系统,比如各个应用的耗电量管控;各个模块的管控应用文件考虑到安全问题,有自己的不同的加密方式,按照以往的经验...",
140
+ "url": "https://segmentfault.com/a/1190000041579140",
141
+ "author": "vivo互联网技术",
142
+ "home_url": "https://segmentfault.com/u/vivo_tech",
143
+ "votes": "5",
144
+ "rank": 16
172
145
  },
173
146
  {
174
147
  "title": "开源码力榜背后的算法模型",
@@ -177,7 +150,16 @@
177
150
  "author": "SegmentFault思否",
178
151
  "home_url": "https://segmentfault.com/u/segmentfault",
179
152
  "votes": "4",
180
- "rank": 20
153
+ "rank": 17
154
+ },
155
+ {
156
+ "title": "petite-vue源码剖析-逐行解读@vue/reactivity之reactive",
157
+ "description": "在petite-vue中我们通过reactive构建上下文对象,并将根据状态渲染UI的逻辑作为入参传递给effect,然后神奇的事情发生了,当状态发生变化时将自动触发UI重新渲染。那么到底这是怎么做到的呢?@vue/reactivity功能...",
158
+ "url": "https://segmentfault.com/a/1190000041585757",
159
+ "author": "肥仔John",
160
+ "home_url": "https://segmentfault.com/u/fsjohnhuang",
161
+ "votes": "2",
162
+ "rank": 18
181
163
  },
182
164
  {
183
165
  "title": "SQL CASE 表达式",
@@ -186,16 +168,7 @@
186
168
  "author": "黄子毅",
187
169
  "home_url": "https://segmentfault.com/u/aoyangyudakong",
188
170
  "votes": "3",
189
- "rank": 21
190
- },
191
- {
192
- "title": "用简单的代码描述Angular父组件、子组件传值",
193
- "description": "其中①就是选择器,就是告诉别的组件,如果想调用我这个组件,就要使用本组件的选择器<selectorName></selectorName>来调用。",
194
- "url": "https://segmentfault.com/a/1190000041583641",
195
- "author": "LYX6666",
196
- "home_url": "https://segmentfault.com/u/liuyuxuan6666",
197
- "votes": "3",
198
- "rank": 22
171
+ "rank": 19
199
172
  },
200
173
  {
201
174
  "title": "Java18的新特性",
@@ -204,7 +177,16 @@
204
177
  "author": "codecraft",
205
178
  "home_url": "https://segmentfault.com/u/codecraft",
206
179
  "votes": "3",
207
- "rank": 23
180
+ "rank": 20
181
+ },
182
+ {
183
+ "title": "用简单的代码描述Angular父组件、子组件传值",
184
+ "description": "其中①就是选择器,就是告诉别的组件,如果想调用我这个组件,就要使用本组件的选择器<selectorName></selectorName>来调用。",
185
+ "url": "https://segmentfault.com/a/1190000041583641",
186
+ "author": "LYX6666",
187
+ "home_url": "https://segmentfault.com/u/liuyuxuan6666",
188
+ "votes": "3",
189
+ "rank": 21
208
190
  },
209
191
  {
210
192
  "title": "Go 1.18 新特性多模块工作区教程-让多模块开发变得简单",
@@ -213,7 +195,16 @@
213
195
  "author": "link1st",
214
196
  "home_url": "https://segmentfault.com/u/link1st",
215
197
  "votes": "3",
216
- "rank": 24
198
+ "rank": 22
199
+ },
200
+ {
201
+ "title": "JavaScript WebGL 矩阵",
202
+ "description": "引子本以为可以开始尝试三维的效果了,查了一下资料之后发现要先了解矩阵。在这里集中收集一下相关基础知识点。OriginMy GitHub简介简单来说,矩阵(Matrix)是数字按行和列的矩形排列。一般描述先行后列,例如下...",
203
+ "url": "https://segmentfault.com/a/1190000041612644",
204
+ "author": "XXHolic",
205
+ "home_url": "https://segmentfault.com/u/xxholic",
206
+ "votes": "4",
207
+ "rank": 23
217
208
  },
218
209
  {
219
210
  "title": "angular动态表单",
@@ -222,16 +213,7 @@
222
213
  "author": "小强Zzz",
223
214
  "home_url": "https://segmentfault.com/u/zhaokaiqiang",
224
215
  "votes": "3",
225
- "rank": 25
226
- },
227
- {
228
- "title": "分享一些阅读Java相关框架源码的经验",
229
- "description": "很多源码都是samples样例项目以及单元测试,你可以从这些可执行的代码入手。例如Spring Authorization Server中的单元测试和样例。",
230
- "url": "https://segmentfault.com/a/1190000041578380",
231
- "author": "码农小胖哥",
232
- "home_url": "https://segmentfault.com/u/10000000",
233
- "votes": "2",
234
- "rank": 26
216
+ "rank": 24
235
217
  },
236
218
  {
237
219
  "title": "Java系列 | 远程热部署在美团的落地实践",
@@ -240,7 +222,7 @@
240
222
  "author": "美团技术团队",
241
223
  "home_url": "https://segmentfault.com/u/meituanjishutuandui",
242
224
  "votes": "4",
243
- "rank": 27
225
+ "rank": 25
244
226
  },
245
227
  {
246
228
  "title": "基于 Stencil 构建 Web Components 组件库",
@@ -249,15 +231,33 @@
249
231
  "author": "SuperX",
250
232
  "home_url": "https://segmentfault.com/u/qzuser_584786517d31a",
251
233
  "votes": "4",
234
+ "rank": 26
235
+ },
236
+ {
237
+ "title": "即学即会:初识 Serverless 架构",
238
+ "description": "2009 年,UC Berkeley发表了:Above the Clouds: A Berkeley View of Cloud Computing 一文,在该文章中首次对云计算做出定义:云计算包含互联网上的应用服务及在数据中心提供这些服务的软硬件设施。居诸不息,随...",
239
+ "url": "https://segmentfault.com/a/1190000041581330",
240
+ "author": "Serverless",
241
+ "home_url": "https://segmentfault.com/u/jiang_5f3236dd7afd1",
242
+ "votes": "2",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "发福利啦!史上最全颜色收集网站,我要给你“好看”!",
247
+ "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
248
+ "url": "https://segmentfault.com/a/1190000041565099",
249
+ "author": "前端小智",
250
+ "home_url": "https://segmentfault.com/u/minnanitkong",
251
+ "votes": "9",
252
252
  "rank": 28
253
253
  },
254
254
  {
255
- "title": "JVM自定义类加载器在代码扩展性的实践",
256
- "description": "名单管理系统是手机上各个模块将需要管控的应用配置到文件中,然后下发到手机上进行应用管控的系统,比如各个应用的耗电量管控;各个模块的管控应用文件考虑到安全问题,有自己的不同的加密方式,按照以往的经验...",
257
- "url": "https://segmentfault.com/a/1190000041579140",
258
- "author": "vivo互联网技术",
259
- "home_url": "https://segmentfault.com/u/vivo_tech",
260
- "votes": "4",
255
+ "title": "搭建 VuePress 站点必做的 10 个优化",
256
+ "description": "前言在 《一篇带你用 VuePress + Github Pages 搭建博客》中,我们使用 VuePress 搭建了一个博客,最终的效果查看:TypeScript 中文文档。在搭建这样一个博客后,其实还有很多的优化工作需要做,本篇我们来盘点一...",
257
+ "url": "https://segmentfault.com/a/1190000041593877",
258
+ "author": "冴羽",
259
+ "home_url": "https://segmentfault.com/u/yayu",
260
+ "votes": "3",
261
261
  "rank": 29
262
262
  }
263
263
  ]
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "title": "2万字 + 50 张图,细说 JVM 内存分布、内存对齐、压缩指针!",
14
14
  "description": "",
15
- "votes": "122",
15
+ "votes": "124",
16
16
  "url": "/k/02whm5c",
17
17
  "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
18
18
  "avatarAlt": "服务架构及中台 - 独家号",
@@ -32,7 +32,7 @@
32
32
  {
33
33
  "title": "MySQL 团队开发规范",
34
34
  "description": "",
35
- "votes": "116",
35
+ "votes": "117",
36
36
  "url": "/k/qjooigy",
37
37
  "avatar": "https://img.toutiao.io/subject/573a89c273cc42d2a87e753fee03e1a5/thumb",
38
38
  "avatarAlt": "技术干货分享 - 独家号",
@@ -52,7 +52,7 @@
52
52
  {
53
53
  "title": "微服务如何划分",
54
54
  "description": "",
55
- "votes": "87",
55
+ "votes": "88",
56
56
  "url": "/k/f4vabj7",
57
57
  "avatar": "https://img.toutiao.io/subject/0bc4a65bf09748718c9acc6991f50e49/thumb",
58
58
  "avatarAlt": "方丈的寺院 - 独家号",
@@ -62,7 +62,7 @@
62
62
  {
63
63
  "title": "如果你是一个Golang面试官,你会问哪些问题?",
64
64
  "description": "",
65
- "votes": "80",
65
+ "votes": "84",
66
66
  "url": "/k/yvw61mc",
67
67
  "avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
68
68
  "avatarAlt": "GoHackers - 独家号",
@@ -92,7 +92,7 @@
92
92
  {
93
93
  "title": "架构师如何选型分布式业务网关",
94
94
  "description": "",
95
- "votes": "68",
95
+ "votes": "70",
96
96
  "url": "/k/enmg99d",
97
97
  "avatar": "https://img.toutiao.io/subject/79cba8fc8d5a4f8a8e6cf60cfffeb6dc/thumb",
98
98
  "avatarAlt": "公众号-35岁程序员那些事 - 独家号",
@@ -102,27 +102,17 @@
102
102
  {
103
103
  "title": "阿里巴巴开源的低代码引擎",
104
104
  "description": "以下内容选自「码农周刊 VIP 会员」圈子,每日更新,精彩不断。低代码引擎是一款为低代码平台开发者提供的,具备强大定制扩展能力的低代码设计器研发框架。低代码引擎的核心是设计器,通过...",
105
- "votes": "70",
105
+ "votes": "72",
106
106
  "url": "/k/gsosp6w",
107
107
  "avatar": "https://img.toutiao.io/subject/d2f421bbe0be47369b6560e316a5153b/thumb",
108
108
  "avatarAlt": "头条精选 - 独家号",
109
109
  "subjectName": "头条精选",
110
110
  "homeUrl": "/subjects/4"
111
111
  },
112
- {
113
- "title": "快看我在Redis分布式锁上,栽的8个跟头!",
114
- "description": "",
115
- "votes": "73",
116
- "url": "/k/pshtt8d",
117
- "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
118
- "avatarAlt": "Bloomingroses - 独家号",
119
- "subjectName": "Bloomingroses",
120
- "homeUrl": "/subjects/98777"
121
- },
122
112
  {
123
113
  "title": "你管这破玩意儿叫高可用",
124
114
  "description": "",
125
- "votes": "63",
115
+ "votes": "66",
126
116
  "url": "/k/qudsbeg",
127
117
  "avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
128
118
  "avatarAlt": "浪客用react,java全栈 - 独家号",
@@ -130,10 +120,10 @@
130
120
  "homeUrl": "/subjects/132403"
131
121
  },
132
122
  {
133
- "title": "消息队列经典十连问,你能扛到第几问?",
123
+ "title": "快看我在Redis分布式锁上,栽的8个跟头!",
134
124
  "description": "",
135
- "votes": "62",
136
- "url": "/k/8jfl3pp",
125
+ "votes": "73",
126
+ "url": "/k/pshtt8d",
137
127
  "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
138
128
  "avatarAlt": "Bloomingroses - 独家号",
139
129
  "subjectName": "Bloomingroses",
@@ -142,13 +132,43 @@
142
132
  {
143
133
  "title": "面试官问,Redis 是单线程还是多线程?我懵了",
144
134
  "description": "我们平时看到介绍 Redis 的文章,都会说 Redis 是单线程的。但是我们学习的时候,比如 Redis 的 bgsave 命令,它的作用是在后台异步保存当前数据库的数据到磁盘,...",
145
- "votes": "62",
135
+ "votes": "63",
146
136
  "url": "/k/kd3u5dk",
147
137
  "avatar": "https://img.toutiao.io/subject/4f9b8a1b9ad34bf3b815671f8461ff25/thumb",
148
138
  "avatarAlt": "又拍云 - 独家号",
149
139
  "subjectName": "又拍云",
150
140
  "homeUrl": "/subjects/182218"
151
141
  },
142
+ {
143
+ "title": "消息队列经典十连问,你能扛到第几问?",
144
+ "description": "",
145
+ "votes": "62",
146
+ "url": "/k/8jfl3pp",
147
+ "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
148
+ "avatarAlt": "Bloomingroses - 独家号",
149
+ "subjectName": "Bloomingroses",
150
+ "homeUrl": "/subjects/98777"
151
+ },
152
+ {
153
+ "title": "Go 高性能编程技法",
154
+ "description": "",
155
+ "votes": "58",
156
+ "url": "/k/405ts7m",
157
+ "avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
158
+ "avatarAlt": "趣编程的独家号 - 独家号",
159
+ "subjectName": "趣编程的独家号",
160
+ "homeUrl": "/subjects/465623"
161
+ },
162
+ {
163
+ "title": "时间轮原理及其在框架中的应用",
164
+ "description": "",
165
+ "votes": "55",
166
+ "url": "/k/1dwwpfd",
167
+ "avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
168
+ "avatarAlt": "ASCE1885 - 独家号",
169
+ "subjectName": "ASCE1885",
170
+ "homeUrl": "/subjects/4829"
171
+ },
152
172
  {
153
173
  "title": "阿里慢SQL治理5大经典案例",
154
174
  "description": "",
@@ -169,20 +189,10 @@
169
189
  "subjectName": "浪客用react,java全栈",
170
190
  "homeUrl": "/subjects/132403"
171
191
  },
172
- {
173
- "title": "Go 高性能编程技法",
174
- "description": "",
175
- "votes": "53",
176
- "url": "/k/405ts7m",
177
- "avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
178
- "avatarAlt": "趣编程的独家号 - 独家号",
179
- "subjectName": "趣编程的独家号",
180
- "homeUrl": "/subjects/465623"
181
- },
182
192
  {
183
193
  "title": "设计一个靠谱的监控告警平台",
184
194
  "description": "",
185
- "votes": "58",
195
+ "votes": "59",
186
196
  "url": "/k/tyojqf4",
187
197
  "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
188
198
  "avatarAlt": "服务架构及中台 - 独家号",
@@ -199,30 +209,10 @@
199
209
  "subjectName": "Bloomingroses",
200
210
  "homeUrl": "/subjects/98777"
201
211
  },
202
- {
203
- "title": "MySQL 分库分表及其平滑扩容方案",
204
- "description": "",
205
- "votes": "52",
206
- "url": "/k/nc8n4q2",
207
- "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
208
- "avatarAlt": "Bloomingroses - 独家号",
209
- "subjectName": "Bloomingroses",
210
- "homeUrl": "/subjects/98777"
211
- },
212
- {
213
- "title": "MySQL命名、设计及使用规范",
214
- "description": "",
215
- "votes": "56",
216
- "url": "/k/s4i3m9a",
217
- "avatar": "https://img.toutiao.io/subject/d00b380edf1f4c5c989adc712d44de7b/thumb",
218
- "avatarAlt": "搬砖之友 - 独家号",
219
- "subjectName": "搬砖之友",
220
- "homeUrl": "/subjects/110643"
221
- },
222
212
  {
223
213
  "title": "ClickHouse 在网易的实践",
224
214
  "description": "",
225
- "votes": "54",
215
+ "votes": "55",
226
216
  "url": "/k/a2y4g6q",
227
217
  "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
228
218
  "avatarAlt": "进击的程序猿 - 独家号",
@@ -230,23 +220,33 @@
230
220
  "homeUrl": "/subjects/24912"
231
221
  },
232
222
  {
233
- "title": "时间轮原理及其在框架中的应用",
223
+ "title": "MySQL 分库分表及其平滑扩容方案",
234
224
  "description": "",
235
- "votes": "49",
236
- "url": "/k/1dwwpfd",
237
- "avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
238
- "avatarAlt": "ASCE1885 - 独家号",
239
- "subjectName": "ASCE1885",
240
- "homeUrl": "/subjects/4829"
225
+ "votes": "52",
226
+ "url": "/k/nc8n4q2",
227
+ "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
228
+ "avatarAlt": "Bloomingroses - 独家号",
229
+ "subjectName": "Bloomingroses",
230
+ "homeUrl": "/subjects/98777"
241
231
  },
242
232
  {
243
233
  "title": "一年实现降本60%,货拉拉全链路监控演进史",
244
234
  "description": "",
245
- "votes": "56",
235
+ "votes": "57",
246
236
  "url": "/k/nrsy3uf",
247
237
  "avatar": "https://img.toutiao.io/subject/bce4db7347f44c87a8f5eef28513f93f/thumb",
248
238
  "avatarAlt": "yaya的鸡汤 - 独家号",
249
239
  "subjectName": "yaya的鸡汤",
250
240
  "homeUrl": "/subjects/132121"
241
+ },
242
+ {
243
+ "title": "MySQL命名、设计及使用规范",
244
+ "description": "",
245
+ "votes": "56",
246
+ "url": "/k/s4i3m9a",
247
+ "avatar": "https://img.toutiao.io/subject/d00b380edf1f4c5c989adc712d44de7b/thumb",
248
+ "avatarAlt": "搬砖之友 - 独家号",
249
+ "subjectName": "搬砖之友",
250
+ "homeUrl": "/subjects/110643"
251
251
  }
252
252
  ]