@wcj/github-rank 22.5.15 → 22.5.16

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 +26047 -26406
  2. package/dist/sifou-daily.json +11 -11
  3. package/dist/sifou-monthly.json +32 -32
  4. package/dist/sifou-weekly.json +71 -71
  5. package/dist/toutiao-30.json +48 -48
  6. package/dist/toutiao-7.json +71 -71
  7. package/dist/toutiao-90.json +24 -24
  8. package/dist/trending-daily.json +173 -173
  9. package/dist/trending-monthly.json +164 -164
  10. package/dist/trending-weekly.json +174 -174
  11. package/dist/users.china.json +927 -927
  12. package/dist/users.json +1574 -1574
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +26047 -26406
  16. package/web/data/sifou-daily.json +11 -11
  17. package/web/data/sifou-monthly.json +32 -32
  18. package/web/data/sifou-weekly.json +71 -71
  19. package/web/data/toutiao-30.json +48 -48
  20. package/web/data/toutiao-7.json +71 -71
  21. package/web/data/toutiao-90.json +24 -24
  22. package/web/data/trending-daily.json +173 -173
  23. package/web/data/trending-monthly.json +164 -164
  24. package/web/data/trending-weekly.json +174 -174
  25. package/web/data/users.china.json +927 -927
  26. package/web/data/users.json +1574 -1574
  27. package/web/index.html +931 -931
  28. package/web/repos.html +6475 -6495
  29. package/web/sifou-daily.html +11 -11
  30. package/web/sifou-monthly.html +53 -53
  31. package/web/sifou-weekly.html +93 -93
  32. package/web/toutiao-30.html +47 -47
  33. package/web/toutiao-7.html +62 -62
  34. package/web/toutiao-90.html +32 -32
  35. package/web/trending-monthly.html +144 -144
  36. package/web/trending-weekly.html +152 -152
  37. package/web/trending.html +144 -156
  38. package/web/users.china.html +505 -505
@@ -1,19 +1,19 @@
1
1
  [
2
2
  {
3
- "title": "【java并发编程】Lock & Condition 协调同步生产消费",
4
- "description": "本文内容主要想向大家介绍一下Lock结合Condition的使用方法,为了更好的理解Lock锁与Condition锁信号,我们来手写一个ArrayBlockingQueue。 JDK实际上已经有这个类,基于Lock锁与Condition锁信号实现的,当然JDK...",
5
- "url": "https://segmentfault.com/a/1190000041843306",
6
- "author": "字母哥博客",
7
- "home_url": "https://segmentfault.com/u/zimug",
8
- "votes": "4",
3
+ "title": "【算法】动态规划",
4
+ "description": "一个数组 cost 的所有数字都是正数,它的第 i 个数字表示在一个楼梯的第 i 级台阶往上爬的成本,在支付了成本 cost[i]之后可以从第 i 级台阶往上爬 1 级或 2 级。假设台阶至少有 2 级,既可以从第 0 级台阶出发,...",
5
+ "url": "https://segmentfault.com/a/1190000041847204",
6
+ "author": "看见了",
7
+ "home_url": "https://segmentfault.com/u/kanjianliao",
8
+ "votes": "1",
9
9
  "rank": 1
10
10
  },
11
11
  {
12
- "title": "教你如何用express+mysql+cheerio+swaggerUI开发爬虫项目API接口",
13
- "description": "项目基于express+sequelize+mysql+express-validator基于node+express爬虫 API接口项目,包括全国高校信息、成语诗歌、星座运势、历史的今天、音乐数据接口、图片壁纸、搞笑视频、热点新闻资讯 详情接口数据",
14
- "url": "https://segmentfault.com/a/1190000041844772",
15
- "author": "coding",
16
- "home_url": "https://segmentfault.com/u/codinger",
12
+ "title": "redis使用场景",
13
+ "description": "如果添加完成后,列表长度超过 100 ,则对列表进行修剪,仅保留列表前面的 100 个联系人 (ltrim) ltrim list 0 99",
14
+ "url": "https://segmentfault.com/a/1190000041846939",
15
+ "author": "NewBie",
16
+ "home_url": "https://segmentfault.com/u/nbie",
17
17
  "votes": "1",
18
18
  "rank": 2
19
19
  }
@@ -5,7 +5,7 @@
5
5
  "url": "https://segmentfault.com/a/1190000041790801",
6
6
  "author": "joyqi",
7
7
  "home_url": "https://segmentfault.com/u/joyqi",
8
- "votes": "56",
8
+ "votes": "57",
9
9
  "rank": 1
10
10
  },
11
11
  {
@@ -53,23 +53,14 @@
53
53
  "votes": "27",
54
54
  "rank": 6
55
55
  },
56
- {
57
- "title": "现代 CSS 解决方案:Modern CSS Reset",
58
- "description": "在早年间(其实也不是很早),写过几篇关于 CSS Reset 的文章 - reset.css 知多少。详细描述了当时业界比较常用的,两个 CSS reset 方案:reset.css 与 Normalize.css。以更为推荐的 Normalize.css 为例,它的核...",
59
- "url": "https://segmentfault.com/a/1190000041700998",
60
- "author": "chokcoco",
61
- "home_url": "https://segmentfault.com/u/chokcoco",
62
- "votes": "25",
63
- "rank": 7
64
- },
65
56
  {
66
57
  "title": "CSS 中的简写到底有多少坑?以后不敢了...",
67
58
  "description": "为什么说是爱恨情仇呢?因为简写给我们带来了很多的便利,但凡事都有好有坏,你不能说简写一点坏处都没有。所以我们就聊聊简写的 \"好\" 和 \"坏\"",
68
59
  "url": "https://segmentfault.com/a/1190000041804988",
69
60
  "author": "零一",
70
61
  "home_url": "https://segmentfault.com/u/zero2one",
71
- "votes": "23",
72
- "rank": 8
62
+ "votes": "24",
63
+ "rank": 7
73
64
  },
74
65
  {
75
66
  "title": "现代 CSS 解决方案:CSS 数学函数",
@@ -77,8 +68,8 @@
77
68
  "url": "https://segmentfault.com/a/1190000041826742",
78
69
  "author": "chokcoco",
79
70
  "home_url": "https://segmentfault.com/u/chokcoco",
80
- "votes": "18",
81
- "rank": 9
71
+ "votes": "20",
72
+ "rank": 8
82
73
  },
83
74
  {
84
75
  "title": "仅用一个HTML标签,实现带动画的抖音LOGO",
@@ -87,7 +78,7 @@
87
78
  "author": "零一",
88
79
  "home_url": "https://segmentfault.com/u/zero2one",
89
80
  "votes": "22",
90
- "rank": 10
81
+ "rank": 9
91
82
  },
92
83
  {
93
84
  "title": "浅谈支付系统开发基本流程",
@@ -96,7 +87,7 @@
96
87
  "author": "CrazyCodes",
97
88
  "home_url": "https://segmentfault.com/u/crazycodes",
98
89
  "votes": "20",
99
- "rank": 11
90
+ "rank": 10
100
91
  },
101
92
  {
102
93
  "title": "离谱的 CSS!从表盘刻度到艺术剪纸",
@@ -105,7 +96,7 @@
105
96
  "author": "chokcoco",
106
97
  "home_url": "https://segmentfault.com/u/chokcoco",
107
98
  "votes": "19",
108
- "rank": 12
99
+ "rank": 11
109
100
  },
110
101
  {
111
102
  "title": "4.9W 播放量的 TS 动画版进阶教程合集来了!",
@@ -113,8 +104,8 @@
113
104
  "url": "https://segmentfault.com/a/1190000041819579",
114
105
  "author": "阿宝哥",
115
106
  "home_url": "https://segmentfault.com/u/angular4",
116
- "votes": "17",
117
- "rank": 13
107
+ "votes": "18",
108
+ "rank": 12
118
109
  },
119
110
  {
120
111
  "title": "以B端平台设计,理解尼尔森10大可用性原则",
@@ -123,7 +114,7 @@
123
114
  "author": "JenK",
124
115
  "home_url": "https://segmentfault.com/u/wangzc996",
125
116
  "votes": "22",
126
- "rank": 14
117
+ "rank": 13
127
118
  },
128
119
  {
129
120
  "title": "40行代码实现React核心Diff算法",
@@ -132,7 +123,7 @@
132
123
  "author": "卡颂",
133
124
  "home_url": "https://segmentfault.com/u/kasong",
134
125
  "votes": "15",
135
- "rank": 15
126
+ "rank": 14
136
127
  },
137
128
  {
138
129
  "title": "年年出妖事,一例由JSON解析导致的\"薛定谔BUG\"排查过程记录",
@@ -141,7 +132,7 @@
141
132
  "author": "铂赛东",
142
133
  "home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
143
134
  "votes": "24",
144
- "rank": 16
135
+ "rank": 15
145
136
  },
146
137
  {
147
138
  "title": "让交互更加生动!有意思的鼠标跟随 3D 旋转动效",
@@ -150,7 +141,7 @@
150
141
  "author": "chokcoco",
151
142
  "home_url": "https://segmentfault.com/u/chokcoco",
152
143
  "votes": "13",
153
- "rank": 17
144
+ "rank": 16
154
145
  },
155
146
  {
156
147
  "title": "我做了一个在线白板!!!",
@@ -159,7 +150,7 @@
159
150
  "author": "街角小林",
160
151
  "home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
161
152
  "votes": "12",
162
- "rank": 18
153
+ "rank": 17
163
154
  },
164
155
  {
165
156
  "title": "CSS 实现切角效果",
@@ -168,7 +159,7 @@
168
159
  "author": "XboxYan",
169
160
  "home_url": "https://segmentfault.com/u/xboxyan",
170
161
  "votes": "14",
171
- "rank": 19
162
+ "rank": 18
172
163
  },
173
164
  {
174
165
  "title": "🔥 2022 前端性能优化最佳实践",
@@ -177,7 +168,7 @@
177
168
  "author": "佩奇烹饪家",
178
169
  "home_url": "https://segmentfault.com/u/cloudyttt",
179
170
  "votes": "14",
180
- "rank": 20
171
+ "rank": 19
181
172
  },
182
173
  {
183
174
  "title": "如何构建可控,可靠,可扩展的 PWA 应用",
@@ -186,7 +177,7 @@
186
177
  "author": "JerryC",
187
178
  "home_url": "https://segmentfault.com/u/jerryc",
188
179
  "votes": "13",
189
- "rank": 21
180
+ "rank": 20
190
181
  },
191
182
  {
192
183
  "title": "2022 PHP程序员修炼秘籍",
@@ -195,7 +186,7 @@
195
186
  "author": "CrazyCodes",
196
187
  "home_url": "https://segmentfault.com/u/crazycodes",
197
188
  "votes": "17",
198
- "rank": 22
189
+ "rank": 21
199
190
  },
200
191
  {
201
192
  "title": "招聘季征文活动获奖名单公布,快来领奖~",
@@ -204,7 +195,7 @@
204
195
  "author": "SegmentFault思否",
205
196
  "home_url": "https://segmentfault.com/u/segmentfault",
206
197
  "votes": "10",
207
- "rank": 23
198
+ "rank": 22
208
199
  },
209
200
  {
210
201
  "title": "图说前端-送给您百张前端技术图谱",
@@ -213,7 +204,7 @@
213
204
  "author": "TNTWEB",
214
205
  "home_url": "https://segmentfault.com/u/tnfe",
215
206
  "votes": "13",
216
- "rank": 24
207
+ "rank": 23
217
208
  },
218
209
  {
219
210
  "title": "从源码里的一个注释,我追溯到了12年前,有点意思。",
@@ -222,7 +213,7 @@
222
213
  "author": "why技术",
223
214
  "home_url": "https://segmentfault.com/u/whyjishu",
224
215
  "votes": "17",
225
- "rank": 25
216
+ "rank": 24
226
217
  },
227
218
  {
228
219
  "title": "跨域问题很难吗?来!教你使用 Nginx 反向代理轻松解决",
@@ -231,7 +222,7 @@
231
222
  "author": "民工哥",
232
223
  "home_url": "https://segmentfault.com/u/jishuroad",
233
224
  "votes": "10",
234
- "rank": 26
225
+ "rank": 25
235
226
  },
236
227
  {
237
228
  "title": "这些CSS提效技巧,你需要知道!",
@@ -240,6 +231,15 @@
240
231
  "author": "前端小智",
241
232
  "home_url": "https://segmentfault.com/u/minnanitkong",
242
233
  "votes": "12",
234
+ "rank": 26
235
+ },
236
+ {
237
+ "title": "精读《不再需要 JS 做的 5 件事》",
238
+ "description": "关注 JS 太久,会养成任何功能都用 JS 实现的习惯,而忘记了 HTML 与 CSS 也具备一定的功能特征。其实有些功能用 JS 实现吃力不讨好,我们要综合使用技术工具,而不是只依赖 JS。",
239
+ "url": "https://segmentfault.com/a/1190000041717742",
240
+ "author": "黄子毅",
241
+ "home_url": "https://segmentfault.com/u/aoyangyudakong",
242
+ "votes": "10",
243
243
  "rank": 27
244
244
  },
245
245
  {
@@ -5,7 +5,7 @@
5
5
  "url": "https://segmentfault.com/a/1190000041826742",
6
6
  "author": "chokcoco",
7
7
  "home_url": "https://segmentfault.com/u/chokcoco",
8
- "votes": "18",
8
+ "votes": "20",
9
9
  "rank": 1
10
10
  },
11
11
  {
@@ -14,7 +14,7 @@
14
14
  "url": "https://segmentfault.com/a/1190000041819579",
15
15
  "author": "阿宝哥",
16
16
  "home_url": "https://segmentfault.com/u/angular4",
17
- "votes": "17",
17
+ "votes": "18",
18
18
  "rank": 2
19
19
  },
20
20
  {
@@ -32,7 +32,7 @@
32
32
  "url": "https://segmentfault.com/a/1190000041815758",
33
33
  "author": "XboxYan",
34
34
  "home_url": "https://segmentfault.com/u/xboxyan",
35
- "votes": "6",
35
+ "votes": "8",
36
36
  "rank": 4
37
37
  },
38
38
  {
@@ -62,6 +62,15 @@
62
62
  "votes": "7",
63
63
  "rank": 7
64
64
  },
65
+ {
66
+ "title": "它来了!Flutter3.0发布全解析",
67
+ "description": "我们很高兴地宣布,作为谷歌I/O主题演讲的一部分,我们今天推出了Flutter 3。Flutter 3完成了我们从以移动为中心到多平台框架的路线图,提供了对macOS和Linux桌面应用的支持,以及对Firebase集成的改进,新的生产...",
68
+ "url": "https://segmentfault.com/a/1190000041832303",
69
+ "author": "思否编辑部",
70
+ "home_url": "https://segmentfault.com/u/writers",
71
+ "votes": "4",
72
+ "rank": 8
73
+ },
65
74
  {
66
75
  "title": "一文聊透 IP 地址的那些事",
67
76
  "description": "IP 地址,是一个大家都耳熟能详的名词。以生活举例,IP 在互联网中的作用就像是寄件时的收件人地址和寄件人地址,收件人地址让信件可以被正确送达,寄件人地址则让收到信的人可以回信。",
@@ -69,7 +78,16 @@
69
78
  "author": "云叔_又拍云",
70
79
  "home_url": "https://segmentfault.com/u/yunshu_blog",
71
80
  "votes": "5",
72
- "rank": 8
81
+ "rank": 9
82
+ },
83
+ {
84
+ "title": "弃用!Github 上用了 Git.io 缩址服务的都注意了",
85
+ "description": "GitHub 是面向开源及私有软件项目的托管平台,因为只支持 Git 作为唯一的版本库格式进行托管,故名 GitHub。对程序员来说,GitHub 可以说是开源精神之所系。在 GitHub 任何职业程序员和编程爱好者都可以分享源代...",
86
+ "url": "https://segmentfault.com/a/1190000041826495",
87
+ "author": "云叔_又拍云",
88
+ "home_url": "https://segmentfault.com/u/yunshu_blog",
89
+ "votes": "4",
90
+ "rank": 10
73
91
  },
74
92
  {
75
93
  "title": "移动端常见适配方案",
@@ -78,25 +96,16 @@
78
96
  "author": "深红",
79
97
  "home_url": "https://segmentfault.com/u/deepred5",
80
98
  "votes": "5",
81
- "rank": 9
82
- },
83
- {
84
- "title": "它来了!Flutter3.0发布全解析",
85
- "description": "我们很高兴地宣布,作为谷歌I/O主题演讲的一部分,我们今天推出了Flutter 3。Flutter 3完成了我们从以移动为中心到多平台框架的路线图,提供了对macOS和Linux桌面应用的支持,以及对Firebase集成的改进,新的生产...",
86
- "url": "https://segmentfault.com/a/1190000041832303",
87
- "author": "思否编辑部",
88
- "home_url": "https://segmentfault.com/u/writers",
89
- "votes": "3",
90
- "rank": 10
99
+ "rank": 11
91
100
  },
92
101
  {
93
- "title": "弃用!Github 上用了 Git.io 缩址服务的都注意了",
94
- "description": "GitHub 是面向开源及私有软件项目的托管平台,因为只支持 Git 作为唯一的版本库格式进行托管,故名 GitHub。对程序员来说,GitHub 可以说是开源精神之所系。在 GitHub 任何职业程序员和编程爱好者都可以分享源代...",
95
- "url": "https://segmentfault.com/a/1190000041826495",
96
- "author": "云叔_又拍云",
97
- "home_url": "https://segmentfault.com/u/yunshu_blog",
102
+ "title": "Redis 为何使用近似 LRU 算法淘汰数据,而不是真实 LRU?",
103
+ "description": "在《Redis 数据缓存满了怎么办?》我们知道 Redis 缓存满了之后能通过淘汰策略删除数据腾出空间给新数据。淘汰策略如下所示:设置过期时间的 keyvolatile-ttl、volatile-random、volatile-lru、volatile-lfu 这四...",
104
+ "url": "https://segmentfault.com/a/1190000041824717",
105
+ "author": "码哥字节",
106
+ "home_url": "https://segmentfault.com/u/magebyte",
98
107
  "votes": "4",
99
- "rank": 11
108
+ "rank": 12
100
109
  },
101
110
  {
102
111
  "title": "分享一个我看源码时的小技巧。",
@@ -105,7 +114,7 @@
105
114
  "author": "why技术",
106
115
  "home_url": "https://segmentfault.com/u/whyjishu",
107
116
  "votes": "4",
108
- "rank": 12
117
+ "rank": 13
109
118
  },
110
119
  {
111
120
  "title": "初级程序员的SQL拾遗-②(表操作)",
@@ -114,7 +123,7 @@
114
123
  "author": "LYX6666",
115
124
  "home_url": "https://segmentfault.com/u/liuyuxuan6666",
116
125
  "votes": "5",
117
- "rank": 13
126
+ "rank": 14
118
127
  },
119
128
  {
120
129
  "title": "Google I/O 2022 精彩回顾:“知识与计算”成焦点|践行“科技让所有人生活得更好”",
@@ -123,7 +132,7 @@
123
132
  "author": "思否编辑部",
124
133
  "home_url": "https://segmentfault.com/u/writers",
125
134
  "votes": "2",
126
- "rank": 14
135
+ "rank": 15
127
136
  },
128
137
  {
129
138
  "title": "改@用户功能为动态",
@@ -132,15 +141,6 @@
132
141
  "author": "小强Zzz",
133
142
  "home_url": "https://segmentfault.com/u/zhaokaiqiang",
134
143
  "votes": "5",
135
- "rank": 15
136
- },
137
- {
138
- "title": "Redis 为何使用近似 LRU 算法淘汰数据,而不是真实 LRU?",
139
- "description": "在《Redis 数据缓存满了怎么办?》我们知道 Redis 缓存满了之后能通过淘汰策略删除数据腾出空间给新数据。淘汰策略如下所示:设置过期时间的 keyvolatile-ttl、volatile-random、volatile-lru、volatile-lfu 这四...",
140
- "url": "https://segmentfault.com/a/1190000041824717",
141
- "author": "码哥字节",
142
- "home_url": "https://segmentfault.com/u/magebyte",
143
- "votes": "4",
144
144
  "rank": 16
145
145
  },
146
146
  {
@@ -158,7 +158,7 @@
158
158
  "url": "https://segmentfault.com/a/1190000041836670",
159
159
  "author": "思否编辑部",
160
160
  "home_url": "https://segmentfault.com/u/writers",
161
- "votes": "2",
161
+ "votes": "3",
162
162
  "rank": 18
163
163
  },
164
164
  {
@@ -188,15 +188,6 @@
188
188
  "votes": "2",
189
189
  "rank": 21
190
190
  },
191
- {
192
- "title": "“银行家算法”大揭秘!在前端表格中利用自定义公式实现“四舍六入五成双”",
193
- "description": "银行的盈利模式是什么?三个字:信息差!从储户手中收拢资金,然后放贷出去,而所谓的“利润”就是这其中的利息差额。在我国,人民银行规定每个季度月末的20号为银行结息日,每一年四次结息,因此每年需要非常频繁的...",
194
- "url": "https://segmentfault.com/a/1190000041827978",
195
- "author": "葡萄城技术团队",
196
- "home_url": "https://segmentfault.com/u/grapecity",
197
- "votes": "1",
198
- "rank": 22
199
- },
200
191
  {
201
192
  "title": "【校招/社招】面试字节,写了一份硬核简历!",
202
193
  "description": "傅哥我要实习了、傅哥我要校招了、傅哥我要跳槽了,但我现在还没有啥拿的出手的项目,也不会包装简历,东拼西凑的内容在招聘网站,投了几次都石沉大海没有啥下文了!!!其实就算让我去面试,自己都感觉有虚,怎...",
@@ -204,25 +195,16 @@
204
195
  "author": "小傅哥",
205
196
  "home_url": "https://segmentfault.com/u/fuzhengwei",
206
197
  "votes": "6",
207
- "rank": 23
208
- },
209
- {
210
- "title": "为什么 Go 用起来会难受?这 6 个细节你知道吗",
211
- "description": "大家好,我是煎鱼。在做新的应用选型时,我们会进行应用编程语言的选择,这时会纠结 Java、PHP、Go...各种,会思考有没有致命的问题,不能用?可以明确的是,Go 没有非常致命的问题,否则你我他都不会在这里相遇...",
212
- "url": "https://segmentfault.com/a/1190000041816069",
213
- "author": "煎鱼",
214
- "home_url": "https://segmentfault.com/u/eddycjy",
215
- "votes": "2",
216
- "rank": 24
198
+ "rank": 22
217
199
  },
218
200
  {
219
- "title": "谷歌插件: 页面展示i18n的原始key, 营救pm于水火",
220
- "description": "背景、     国际化项目会用到一大堆的i18n_key来处理文案, 直接看下面的例子吧:但是实际上我们的代码里可能是这样的: {代码...}      我希望做一款谷歌插件, 它可以让网...",
221
- "url": "https://segmentfault.com/a/1190000041813931",
222
- "author": "lulu_up",
223
- "home_url": "https://segmentfault.com/u/lulu_up",
224
- "votes": "3",
225
- "rank": 25
201
+ "title": "“银行家算法”大揭秘!在前端表格中利用自定义公式实现“四舍六入五成双”",
202
+ "description": "银行的盈利模式是什么?三个字:信息差!从储户手中收拢资金,然后放贷出去,而所谓的“利润”就是这其中的利息差额。在我国,人民银行规定每个季度月末的20号为银行结息日,每一年四次结息,因此每年需要非常频繁的...",
203
+ "url": "https://segmentfault.com/a/1190000041827978",
204
+ "author": "葡萄城技术团队",
205
+ "home_url": "https://segmentfault.com/u/grapecity",
206
+ "votes": "1",
207
+ "rank": 23
226
208
  },
227
209
  {
228
210
  "title": "使用内联CSS 变量,提高灵巧布局效率!",
@@ -231,7 +213,7 @@
231
213
  "author": "前端小智",
232
214
  "home_url": "https://segmentfault.com/u/minnanitkong",
233
215
  "votes": "4",
234
- "rank": 26
216
+ "rank": 24
235
217
  },
236
218
  {
237
219
  "title": "总结一下本周遇到的问题",
@@ -240,7 +222,7 @@
240
222
  "author": "李明",
241
223
  "home_url": "https://segmentfault.com/u/pluto_612f55567eb8c",
242
224
  "votes": "4",
243
- "rank": 27
225
+ "rank": 25
244
226
  },
245
227
  {
246
228
  "title": "我造了个前端 Mock 工具",
@@ -249,16 +231,7 @@
249
231
  "author": "亖混子",
250
232
  "home_url": "https://segmentfault.com/u/1023",
251
233
  "votes": "5",
252
- "rank": 28
253
- },
254
- {
255
- "title": "Gitlab修复记",
256
- "description": "他说:是啊,原先确实很好用,也不知道怎么了,最近这段时间就是不好用了,你说彻底不能用吧,也不是,偶尔也能用,但总要重试那么好几次,有时候甚至十几次才能用。",
257
- "url": "https://segmentfault.com/a/1190000041813290",
258
- "author": "张京",
259
- "home_url": "https://segmentfault.com/u/fengerzh",
260
- "votes": "2",
261
- "rank": 29
234
+ "rank": 26
262
235
  },
263
236
  {
264
237
  "title": "跳动的“loading”,个个都很惊艳!",
@@ -267,6 +240,33 @@
267
240
  "author": "搞前端的半夏",
268
241
  "home_url": "https://segmentfault.com/u/banxia_frontend",
269
242
  "votes": "1",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "IO模型与吃饭的那些事",
247
+ "description": "万香楼开张了,今天是第一天接待人,张三是第一个客人,他看了眼菜单,对recvfrom说道:“给我来碗臊子面吧,多放臊子。”,recvfrom客气道:“好,稍等哈,我立马给你做”。这一做就是20分钟过去了,后面排队的后面...",
248
+ "url": "https://segmentfault.com/a/1190000041841526",
249
+ "author": "kumfo",
250
+ "home_url": "https://segmentfault.com/u/kumfo",
251
+ "votes": "2",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "为什么 Go 用起来会难受?这 6 个细节你知道吗",
256
+ "description": "大家好,我是煎鱼。在做新的应用选型时,我们会进行应用编程语言的选择,这时会纠结 Java、PHP、Go...各种,会思考有没有致命的问题,不能用?可以明确的是,Go 没有非常致命的问题,否则你我他都不会在这里相遇...",
257
+ "url": "https://segmentfault.com/a/1190000041816069",
258
+ "author": "煎鱼",
259
+ "home_url": "https://segmentfault.com/u/eddycjy",
260
+ "votes": "2",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "快慢缓急总相宜|ONES 人物",
265
+ "description": "在 ONES 公司深圳总部,你总会看到一位身材纤瘦的女生,穿梭于多个会议室,快速开了一个接一个的会议,然后回到自己的工位上,有条不紊地完成每一项工作的布置和安排。",
266
+ "url": "https://segmentfault.com/a/1190000041832778",
267
+ "author": "万事ONES",
268
+ "home_url": "https://segmentfault.com/u/wanshiones",
269
+ "votes": "3",
270
270
  "rank": 30
271
271
  }
272
272
  ]