@wcj/github-rank 22.3.10 → 22.3.11

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 +22755 -22755
  2. package/dist/sifou-daily.json +125 -62
  3. package/dist/sifou-monthly.json +56 -56
  4. package/dist/sifou-weekly.json +111 -111
  5. package/dist/toutiao-30.json +35 -35
  6. package/dist/toutiao-7.json +83 -83
  7. package/dist/toutiao-90.json +17 -17
  8. package/dist/trending-daily.json +163 -163
  9. package/dist/trending-monthly.json +156 -156
  10. package/dist/trending-weekly.json +165 -165
  11. package/dist/users.china.json +1584 -1584
  12. package/dist/users.json +2232 -2232
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +22755 -22755
  16. package/web/data/sifou-daily.json +125 -62
  17. package/web/data/sifou-monthly.json +56 -56
  18. package/web/data/sifou-weekly.json +111 -111
  19. package/web/data/toutiao-30.json +35 -35
  20. package/web/data/toutiao-7.json +83 -83
  21. package/web/data/toutiao-90.json +17 -17
  22. package/web/data/trending-daily.json +163 -163
  23. package/web/data/trending-monthly.json +156 -156
  24. package/web/data/trending-weekly.json +165 -165
  25. package/web/data/users.china.json +1584 -1584
  26. package/web/data/users.json +2232 -2232
  27. package/web/index.html +1210 -1210
  28. package/web/repos.html +2821 -2821
  29. package/web/sifou-daily.html +248 -52
  30. package/web/sifou-monthly.html +89 -89
  31. package/web/sifou-weekly.html +134 -134
  32. package/web/toutiao-30.html +75 -75
  33. package/web/toutiao-7.html +80 -80
  34. package/web/toutiao-90.html +25 -25
  35. package/web/trending-monthly.html +138 -138
  36. package/web/trending-weekly.html +146 -142
  37. package/web/trending.html +142 -138
  38. package/web/users.china.html +869 -869
@@ -5,25 +5,25 @@
5
5
  "url": "https://segmentfault.com/a/1190000041493486",
6
6
  "author": "程序员内点事",
7
7
  "home_url": "https://segmentfault.com/u/chengxy",
8
- "votes": "53",
8
+ "votes": "54",
9
9
  "rank": 1
10
10
  },
11
- {
12
- "title": "巧用 CSS 实现炫彩三角边框动画",
13
- "description": "最近有个小伙伴问我,在某个网站看到一个使用 SVG 实现的炫彩三角边框动画,问能否使用 CSS 实现:很有意思的一个动画效果,立马让我想起了我在 CSS 奇思妙想边框动画 一文中介绍的边框动画,非常的类似:其核心...",
14
- "url": "https://segmentfault.com/a/1190000041487405",
15
- "author": "chokcoco",
16
- "home_url": "https://segmentfault.com/u/chokcoco",
17
- "votes": "22",
18
- "rank": 2
19
- },
20
11
  {
21
12
  "title": "CSS 实现透明方格的 3 种方式",
22
13
  "description": "linear-gradient可以说是最早实现这种效果的应用了,当然实现也最为巧妙,也最为复杂。原理是绘制两个直角三角形,然后拼接而成,如下",
23
14
  "url": "https://segmentfault.com/a/1190000041504985",
24
15
  "author": "XboxYan",
25
16
  "home_url": "https://segmentfault.com/u/xboxyan",
26
- "votes": "23",
17
+ "votes": "25",
18
+ "rank": 2
19
+ },
20
+ {
21
+ "title": "音视频通信加餐 —— WebRTC一肝到底",
22
+ "description": "原因有两点:首先是“点对点通信”非常吸引我们,不需要中间服务器,客户端直连,通信非常方便;再者是 WebRTC 浏览器原生支持,其他客户端支持也很好,不像传统直播用 flv.js 做兼容,可以实现标准统一。",
23
+ "url": "https://segmentfault.com/a/1190000041517764",
24
+ "author": "杨成功",
25
+ "home_url": "https://segmentfault.com/u/ruidoc",
26
+ "votes": "19",
27
27
  "rank": 3
28
28
  },
29
29
  {
@@ -32,35 +32,17 @@
32
32
  "url": "https://segmentfault.com/a/1190000041505045",
33
33
  "author": "chokcoco",
34
34
  "home_url": "https://segmentfault.com/u/chokcoco",
35
- "votes": "17",
35
+ "votes": "18",
36
36
  "rank": 4
37
37
  },
38
- {
39
- "title": "别再用 Redis List 实现消息队列了,Stream 专为队列而生",
40
- "description": "上回说到使用 Redis 的 List 实现消息队列有很多局限性,比如:没有良好的 ACK 机制;没有 ConsumerGroup 消费组概念;消息堆积。List 是线性结构,想要查询指定数据需要遍历整个列表;Stream 是 Redis 5.0 引入...",
41
- "url": "https://segmentfault.com/a/1190000041489058",
42
- "author": "码哥字节",
43
- "home_url": "https://segmentfault.com/u/magebyte",
44
- "votes": "13",
45
- "rank": 5
46
- },
47
- {
48
- "title": "JavaScript 中 JSON 的 5 个小技巧🤯",
49
- "description": "关于 JavaScript的JSON的一些小技巧1. 格式化默认的字符串化器还会缩小 JSON,看起来很难看 {代码...} JSON.stringify也有一个内置的格式化程序! {代码...} (如果你想知道那个 null 是什么,我们稍后会谈到)在...",
50
- "url": "https://segmentfault.com/a/1190000041488147",
51
- "author": "JenK",
52
- "home_url": "https://segmentfault.com/u/wangzc996",
53
- "votes": "11",
54
- "rank": 6
55
- },
56
38
  {
57
39
  "title": "JavaScript 数据处理 - 映射表篇",
58
40
  "description": "由于 JavaScript 的动态特性,其对象本身就是一个映射表,对象的「属性名⇒属性值」就是映射表中的「键⇒值」。为了便于把对象当作映射表来使用,JavaScript 甚至允许属性名不是标识符 —— 任意字符串都可以作为属性...",
59
41
  "url": "https://segmentfault.com/a/1190000041503556",
60
42
  "author": "边城",
61
43
  "home_url": "https://segmentfault.com/u/jamesfancy",
62
- "votes": "14",
63
- "rank": 7
44
+ "votes": "15",
45
+ "rank": 5
64
46
  },
65
47
  {
66
48
  "title": "从头梳理,看看中国的 ICP 备案制度",
@@ -68,26 +50,8 @@
68
50
  "url": "https://segmentfault.com/a/1190000041501520",
69
51
  "author": "白宦成",
70
52
  "home_url": "https://segmentfault.com/u/xiqingongzi",
71
- "votes": "10",
72
- "rank": 8
73
- },
74
- {
75
- "title": "不会写代码的播音生不是个好运营😁",
76
- "description": "我想很多毕业生在大四的时候都会遇到一个问题,就是很难找到与自己专业对口的工作。媒体上也经常出现诸如大学生回乡卖猪,卖鸡蛋之类的新闻,专业与职业的矛盾在这种强烈的对比下被激化了。如果我们审视一下我们...",
77
- "url": "https://segmentfault.com/a/1190000041488303",
78
- "author": "不会写代码的小白",
79
- "home_url": "https://segmentfault.com/u/z_61ea63e052dfb",
80
- "votes": "22",
81
- "rank": 9
82
- },
83
- {
84
- "title": "想摸鱼吗?先掌握这 19 个 css 技巧!",
85
- "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
86
- "url": "https://segmentfault.com/a/1190000041458790",
87
- "author": "前端小智",
88
- "home_url": "https://segmentfault.com/u/minnanitkong",
89
53
  "votes": "11",
90
- "rank": 10
54
+ "rank": 6
91
55
  },
92
56
  {
93
57
  "title": "姜宁 ASF 董事竞选宣言:我希望能够帮助 ASF 打破地域、文化、语言的障碍",
@@ -96,16 +60,7 @@
96
60
  "author": "鸣飞",
97
61
  "home_url": "https://segmentfault.com/u/mf",
98
62
  "votes": "4",
99
- "rank": 11
100
- },
101
- {
102
- "title": "如何处理大体积 XLSX/CSV/TXT 文件?",
103
- "description": "在开发过程中,可能会遇到这样的需求,我们需要从本地的 Excel 或 CSV 等文件中解析出信息,这些信息可能是考勤打卡记录,可能是日历信息,也可能是近期账单流水。但是它们共同的特点是数据多且繁杂,人工录入的...",
104
- "url": "https://segmentfault.com/a/1190000041489765",
105
- "author": "云叔_又拍云",
106
- "home_url": "https://segmentfault.com/u/yunshu_blog",
107
- "votes": "9",
108
- "rank": 12
63
+ "rank": 7
109
64
  },
110
65
  {
111
66
  "title": "祝贺姜宁当选 2022 Apache 软件基金会新任董事",
@@ -114,7 +69,7 @@
114
69
  "author": "鸣飞",
115
70
  "home_url": "https://segmentfault.com/u/mf",
116
71
  "votes": "4",
117
- "rank": 13
72
+ "rank": 8
118
73
  },
119
74
  {
120
75
  "title": "2022 年用于 Node.js 的顶级 WebSocket 库",
@@ -123,7 +78,25 @@
123
78
  "author": "杭州程序员张张",
124
79
  "home_url": "https://segmentfault.com/u/dunizb",
125
80
  "votes": "6",
126
- "rank": 14
81
+ "rank": 9
82
+ },
83
+ {
84
+ "title": "28张图助我学废TS",
85
+ "description": "Ts现在用的越来越多,我感觉是时候总结一波Ts的基础知识点,毕竟与时代脱节不是咱们程序员该做的事,话不多说,直接开整。(注:脑图已经上传至云盘20+脑图系列中)",
86
+ "url": "https://segmentfault.com/a/1190000041510006",
87
+ "author": "执鸢者",
88
+ "home_url": "https://segmentfault.com/u/zhizhe_5c6eb6478bd93",
89
+ "votes": "11",
90
+ "rank": 10
91
+ },
92
+ {
93
+ "title": "阿里云服务器 ECS 选购指南",
94
+ "description": "在回答这个问题之前,我们先来了解一下这几个参数都是什么意思核就是CPU的核心数(中央处理器(英语:CentralProcessingUnit,缩写:CPU)是计算机的主要设备 之一,功能主要是解释计算机指令以及处理计算机软件中...",
95
+ "url": "https://segmentfault.com/a/1190000041517672",
96
+ "author": "若尘",
97
+ "home_url": "https://segmentfault.com/u/iruochen",
98
+ "votes": "2",
99
+ "rank": 11
127
100
  },
128
101
  {
129
102
  "title": "面向企业级前端应用的开发框架 UI5 的发展简史介绍",
@@ -132,7 +105,25 @@
132
105
  "author": "JerryWang_汪子熙",
133
106
  "home_url": "https://segmentfault.com/u/jerrywangsap",
134
107
  "votes": "5",
135
- "rank": 15
108
+ "rank": 12
109
+ },
110
+ {
111
+ "title": "使用Three.js实现神奇的3D文字悬浮效果",
112
+ "description": "在 Three.js Journey 课程示例中,提供了一个使用 Three.js 内置方法实现的 3D 文字悬浮效果的例子,本文使用 React + Three.js 技术栈,参照示例实现类似的效果。本文中涉及到的知识点主要包括:CSS 网格背景、M...",
113
+ "url": "https://segmentfault.com/a/1190000041517240",
114
+ "author": "dragonir",
115
+ "home_url": "https://segmentfault.com/u/dragonir",
116
+ "votes": "7",
117
+ "rank": 13
118
+ },
119
+ {
120
+ "title": "Taro cli流程和插件化机制实现原理",
121
+ "description": "自 2.2 开始,Taro 引入了插件化机制,目的是为了让开发者能够通过编写插件的方式来为 Taro 拓展更多功能或为自身业务定制个性化功能。",
122
+ "url": "https://segmentfault.com/a/1190000041515931",
123
+ "author": "MangoGoing",
124
+ "home_url": "https://segmentfault.com/u/nulidexiaocongmang",
125
+ "votes": "6",
126
+ "rank": 14
136
127
  },
137
128
  {
138
129
  "title": "JavaScript 数据处理 - 列表篇",
@@ -141,7 +132,7 @@
141
132
  "author": "边城",
142
133
  "home_url": "https://segmentfault.com/u/jamesfancy",
143
134
  "votes": "7",
144
- "rank": 16
135
+ "rank": 15
145
136
  },
146
137
  {
147
138
  "title": "推荐20个值得收藏的前端开源项目",
@@ -150,7 +141,7 @@
150
141
  "author": "TNTWEB",
151
142
  "home_url": "https://segmentfault.com/u/tnfe",
152
143
  "votes": "8",
153
- "rank": 17
144
+ "rank": 16
154
145
  },
155
146
  {
156
147
  "title": "mysql的锁",
@@ -159,15 +150,24 @@
159
150
  "author": "小强Zzz",
160
151
  "home_url": "https://segmentfault.com/u/zhaokaiqiang",
161
152
  "votes": "4",
153
+ "rank": 17
154
+ },
155
+ {
156
+ "title": "Vue 响应式原理",
157
+ "description": "Vue 最独特的特性之一,是非侵入式的响应系统。数据模型仅仅是普通的 JavaScript 对象。而当你修改它们时,视图会进行更新。聊到 Vue 响应式实现原理,众多开发者都知道实现的关键在于利用 Object.defineProperty...",
158
+ "url": "https://segmentfault.com/a/1190000041503070",
159
+ "author": "Zuckjet",
160
+ "home_url": "https://segmentfault.com/u/zuckjet",
161
+ "votes": "5",
162
162
  "rank": 18
163
163
  },
164
164
  {
165
- "title": "GitHub CEO发文:严格限制俄罗斯获取侵略性军事能力所需要的技术",
166
- "description": "前几天,在微信群里就有小伙伴发了一些关于GitHub将限制俄罗斯开发人员使用开源软件的消息,引起程序员圈子的热烈讨论。就在不久前,GitHub CEO在GitHub官方博客发文阐述了对乌克兰战争的回应。Thomas Dohmke表示...",
167
- "url": "https://segmentfault.com/a/1190000041488377",
168
- "author": "程序猿DD",
169
- "home_url": "https://segmentfault.com/u/coderdd",
170
- "votes": "4",
165
+ "title": "面试官居然要我用JS代码计算LocalStorage容量!",
166
+ "description": "localStorage 的容量大家都知道是 5M ,但是却很少人知道怎么去验证,而且某些场景需要计算 localStorage 的剩余容量时,就需要我们掌握计算容量的技能了~~",
167
+ "url": "https://segmentfault.com/a/1190000041504625",
168
+ "author": "Sunshine_Lin",
169
+ "home_url": "https://segmentfault.com/u/user_ze46ouik",
170
+ "votes": "5",
171
171
  "rank": 19
172
172
  },
173
173
  {
@@ -179,32 +179,14 @@
179
179
  "votes": "7",
180
180
  "rank": 20
181
181
  },
182
- {
183
- "title": "面试官居然要我用JS代码计算LocalStorage容量!",
184
- "description": "localStorage 的容量大家都知道是 5M ,但是却很少人知道怎么去验证,而且某些场景需要计算 localStorage 的剩余容量时,就需要我们掌握计算容量的技能了~~",
185
- "url": "https://segmentfault.com/a/1190000041504625",
186
- "author": "Sunshine_Lin",
187
- "home_url": "https://segmentfault.com/u/user_ze46ouik",
188
- "votes": "4",
189
- "rank": 21
190
- },
191
- {
192
- "title": "本地调试指南",
193
- "description": "1、浏览器代理安装浏览器插件Proxy SwitchyOmega ,用于切换代理设置。配置完成,点击“应用选项”,然后打开这个插件,选择\"whistle\"情景模式。2、代理服务器安装whistle,用于启动本地代理服务,方便代理配置。启...",
194
- "url": "https://segmentfault.com/a/1190000041490850",
195
- "author": "chenyunqing",
196
- "home_url": "https://segmentfault.com/u/yvonne_596d715a7ca34",
197
- "votes": "4",
198
- "rank": 22
199
- },
200
182
  {
201
183
  "title": "CSS中的混合模式,制作高级特效的必备技巧",
202
184
  "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
203
185
  "url": "https://segmentfault.com/a/1190000041510478",
204
186
  "author": "前端小智",
205
187
  "home_url": "https://segmentfault.com/u/minnanitkong",
206
- "votes": "5",
207
- "rank": 23
188
+ "votes": "6",
189
+ "rank": 21
208
190
  },
209
191
  {
210
192
  "title": "初识Spring IoC",
@@ -213,16 +195,7 @@
213
195
  "author": "LYX6666",
214
196
  "home_url": "https://segmentfault.com/u/liuyuxuan6666",
215
197
  "votes": "3",
216
- "rank": 24
217
- },
218
- {
219
- "title": "28张图助我学废TS",
220
- "description": "Ts现在用的越来越多,我感觉是时候总结一波Ts的基础知识点,毕竟与时代脱节不是咱们程序员该做的事,话不多说,直接开整。(注:脑图已经上传至云盘20+脑图系列中)",
221
- "url": "https://segmentfault.com/a/1190000041510006",
222
- "author": "执鸢者",
223
- "home_url": "https://segmentfault.com/u/zhizhe_5c6eb6478bd93",
224
- "votes": "7",
225
- "rank": 25
198
+ "rank": 22
226
199
  },
227
200
  {
228
201
  "title": "【Go进阶—并发编程】Context",
@@ -231,7 +204,16 @@
231
204
  "author": "与昊",
232
205
  "home_url": "https://segmentfault.com/u/yu_5e842f4043ba6",
233
206
  "votes": "3",
234
- "rank": 26
207
+ "rank": 23
208
+ },
209
+ {
210
+ "title": "30 个极大提高开发效率超级实用的 VSCode 插件",
211
+ "description": "Visual Studio Code 的插件对于在提升编程效率和加快工作速度非常重要。这里有 30 个最受欢迎的 VSCode 插件,它们将使你成为更高效的搬砖摸鱼大师。这些插件主要适用于前端开发人员,但也有一些通用插件也可以适...",
212
+ "url": "https://segmentfault.com/a/1190000041518109",
213
+ "author": "wscats",
214
+ "home_url": "https://segmentfault.com/u/wscats",
215
+ "votes": "5",
216
+ "rank": 24
235
217
  },
236
218
  {
237
219
  "title": "2022 Java 开发者生产力报告出炉!",
@@ -240,7 +222,7 @@
240
222
  "author": "MissD",
241
223
  "home_url": "https://segmentfault.com/u/d2ms1shh",
242
224
  "votes": "3",
243
- "rank": 27
225
+ "rank": 25
244
226
  },
245
227
  {
246
228
  "title": "浏览器“联盟”!苹果/谷歌/Mozilla/微软合力解决 Web “互操作性”问题",
@@ -249,16 +231,16 @@
249
231
  "author": "MissD",
250
232
  "home_url": "https://segmentfault.com/u/d2ms1shh",
251
233
  "votes": "3",
252
- "rank": 28
234
+ "rank": 26
253
235
  },
254
236
  {
255
- "title": "Vue 响应式原理",
256
- "description": "Vue 最独特的特性之一,是非侵入式的响应系统。数据模型仅仅是普通的 JavaScript 对象。而当你修改它们时,视图会进行更新。聊到 Vue 响应式实现原理,众多开发者都知道实现的关键在于利用 Object.defineProperty...",
257
- "url": "https://segmentfault.com/a/1190000041503070",
258
- "author": "Zuckjet",
259
- "home_url": "https://segmentfault.com/u/zuckjet",
237
+ "title": "被盗4900万,互联网巨头竟败给“小学生”",
238
+ "description": "《那些年,互联网巨头犯过的低级错误》第二集来啦,有请我的同事小亮,一个浙大毕业造无人机的小哥哥,给大家讲讲小学生黑掉百度外卖4900万的故事。",
239
+ "url": "https://segmentfault.com/a/1190000041522132",
240
+ "author": "qinjianxiang",
241
+ "home_url": "https://segmentfault.com/u/qinjianxiang",
260
242
  "votes": "4",
261
- "rank": 29
243
+ "rank": 27
262
244
  },
263
245
  {
264
246
  "title": "2022强力之作:一款超精致的图片预览组件",
@@ -267,6 +249,24 @@
267
249
  "author": "MinJieLiu",
268
250
  "home_url": "https://segmentfault.com/u/minjieliu",
269
251
  "votes": "4",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "云音乐预案平台实践",
256
+ "description": "随着服务化的大面积推开,服务稳定性越来越被重视起来,云音乐从2018年开始进行稳定性能力建设,到最后建设成通用能力,云音乐大概经历了以下几个主要阶段,从2018年无稳定性保障能力的裸奔阶段,到稳定性能力的...",
257
+ "url": "https://segmentfault.com/a/1190000041496121",
258
+ "author": "云音乐技术团队",
259
+ "home_url": "https://segmentfault.com/u/musicfe",
260
+ "votes": "4",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "读Flink源码谈设计:FileSystemConnector中的整洁架构",
265
+ "description": "前阵子在生产上碰到了一个诡异现象:全量作业无法正常进行,日志中充斥着java.util.concurrent.TimeoutException: Heartbeat of TaskManager with id container xxxx(HOSTNAME:PORT) timed out的报错。",
266
+ "url": "https://segmentfault.com/a/1190000041517100",
267
+ "author": "泊浮目",
268
+ "home_url": "https://segmentfault.com/u/camile",
269
+ "votes": "3",
270
270
  "rank": 30
271
271
  }
272
272
  ]
@@ -1,18 +1,8 @@
1
1
  [
2
- {
3
- "title": "神器 Nginx 的学习手册 ( 建议收藏 )",
4
- "description": " 转载:DevOps技术栈Nginx 是一个高性能的 HTTP 和反向代理服务器,特点是占用内存少,并发能力强,事实上 Nginx 的并发能力确实在同类型的网页服务器中表现较好。...",
5
- "votes": "240",
6
- "url": "/k/6f1qaso",
7
- "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
8
- "avatarAlt": "服务架构及中台 - 独家号",
9
- "subjectName": "服务架构及中台",
10
- "homeUrl": "/subjects/26578"
11
- },
12
2
  {
13
3
  "title": "高并发是一种架构思维模式",
14
4
  "description": "什么是高并发,从字面上理解,就是在某一时刻产生大量的请求,那么多少量称为大量,业界并没有标准的衡量范围。原因非常简单,不同的业务处理复杂度不一样。而我所理解的高并发,它并不只是一个...",
15
- "votes": "130",
5
+ "votes": "131",
16
6
  "url": "/k/imslmgz",
17
7
  "avatar": "https://img.toutiao.io/subject/4c72971aff5c4e73821ac59b18ff5dd6/thumb",
18
8
  "avatarAlt": "程序员的朋友圈 - 独家号",
@@ -22,7 +12,7 @@
22
12
  {
23
13
  "title": "2021年最受程序员欢迎的开发工具TOP 100名单出炉!",
24
14
  "description": "",
25
- "votes": "129",
15
+ "votes": "130",
26
16
  "url": "/k/uf5vypr",
27
17
  "avatar": "https://img.toutiao.io/subject/bce4db7347f44c87a8f5eef28513f93f/thumb",
28
18
  "avatarAlt": "yaya的鸡汤 - 独家号",
@@ -42,7 +32,7 @@
42
32
  {
43
33
  "title": "Java泛型详解,史上最全图文详解!",
44
34
  "description": "",
45
- "votes": "100",
35
+ "votes": "104",
46
36
  "url": "/k/chtkqxo",
47
37
  "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
48
38
  "avatarAlt": "进击的程序猿 - 独家号",
@@ -82,7 +72,7 @@
82
72
  {
83
73
  "title": "MySQL 团队开发规范",
84
74
  "description": "",
85
- "votes": "88",
75
+ "votes": "90",
86
76
  "url": "/k/qjooigy",
87
77
  "avatar": "https://img.toutiao.io/subject/573a89c273cc42d2a87e753fee03e1a5/thumb",
88
78
  "avatarAlt": "技术干货分享 - 独家号",
@@ -162,7 +152,7 @@
162
152
  {
163
153
  "title": "2万字,详解数据湖,概念、特征、架构、方案、场景以及建湖全过程(建议收藏)",
164
154
  "description": "",
165
- "votes": "76",
155
+ "votes": "83",
166
156
  "url": "/k/vcpzf1w",
167
157
  "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
168
158
  "avatarAlt": "进击的程序猿 - 独家号",
@@ -179,20 +169,10 @@
179
169
  "subjectName": "Bloomingroses",
180
170
  "homeUrl": "/subjects/98777"
181
171
  },
182
- {
183
- "title": "趣谈IO多路复用的本质",
184
- "description": "",
185
- "votes": "68",
186
- "url": "/k/j4nqhbc",
187
- "avatar": "https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb",
188
- "avatarAlt": "编程一生 - 独家号",
189
- "subjectName": "编程一生",
190
- "homeUrl": "/subjects/350352"
191
- },
192
172
  {
193
173
  "title": "微服务如何划分",
194
174
  "description": "",
195
- "votes": "64",
175
+ "votes": "65",
196
176
  "url": "/k/f4vabj7",
197
177
  "avatar": "https://img.toutiao.io/subject/0bc4a65bf09748718c9acc6991f50e49/thumb",
198
178
  "avatarAlt": "方丈的寺院 - 独家号",
@@ -200,14 +180,14 @@
200
180
  "homeUrl": "/subjects/405015"
201
181
  },
202
182
  {
203
- "title": "石墨文档是如何通过 WebSocket 实现百万长连接的?",
183
+ "title": "趣谈IO多路复用的本质",
204
184
  "description": "",
205
- "votes": "67",
206
- "url": "/k/25nkguu",
207
- "avatar": "https://img.toutiao.io/subject/c9bc51847b0c4b49aca52d0eaa087ed1/thumb",
208
- "avatarAlt": "冷星前端圈 - 独家号",
209
- "subjectName": "冷星前端圈",
210
- "homeUrl": "/subjects/380054"
185
+ "votes": "68",
186
+ "url": "/k/j4nqhbc",
187
+ "avatar": "https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb",
188
+ "avatarAlt": "编程一生 - 独家号",
189
+ "subjectName": "编程一生",
190
+ "homeUrl": "/subjects/350352"
211
191
  },
212
192
  {
213
193
  "title": "CTO手绘的那些事",
@@ -222,7 +202,7 @@
222
202
  {
223
203
  "title": "快看我在Redis分布式锁上,栽的8个跟头!",
224
204
  "description": "",
225
- "votes": "59",
205
+ "votes": "60",
226
206
  "url": "/k/pshtt8d",
227
207
  "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
228
208
  "avatarAlt": "Bloomingroses - 独家号",
@@ -242,11 +222,31 @@
242
222
  {
243
223
  "title": "输入URL开始建立你的前端知识体系",
244
224
  "description": "",
245
- "votes": "56",
225
+ "votes": "57",
246
226
  "url": "/k/yuv3dgy",
247
227
  "avatar": "https://img.toutiao.io/subject/c9bc51847b0c4b49aca52d0eaa087ed1/thumb",
248
228
  "avatarAlt": "冷星前端圈 - 独家号",
249
229
  "subjectName": "冷星前端圈",
250
230
  "homeUrl": "/subjects/380054"
231
+ },
232
+ {
233
+ "title": "快手实时数仓建设实践",
234
+ "description": "",
235
+ "votes": "58",
236
+ "url": "/k/21bsuqp",
237
+ "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
238
+ "avatarAlt": "进击的程序猿 - 独家号",
239
+ "subjectName": "进击的程序猿",
240
+ "homeUrl": "/subjects/24912"
241
+ },
242
+ {
243
+ "title": "这 6 个开源项目很 Cool",
244
+ "description": "",
245
+ "votes": "50",
246
+ "url": "/k/7kdj29e",
247
+ "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
248
+ "avatarAlt": "服务架构及中台 - 独家号",
249
+ "subjectName": "服务架构及中台",
250
+ "homeUrl": "/subjects/26578"
251
251
  }
252
252
  ]