@wcj/github-rank 22.4.3 → 22.4.4
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.
- package/dist/repos.json +17029 -17019
- package/dist/sifou-daily.json +17 -62
- package/dist/sifou-monthly.json +44 -44
- package/dist/sifou-weekly.json +108 -108
- package/dist/toutiao-30.json +47 -47
- package/dist/toutiao-7.json +89 -89
- package/dist/toutiao-90.json +22 -22
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +139 -139
- package/dist/trending-weekly.json +159 -159
- package/dist/users.china.json +1338 -1338
- package/dist/users.json +1616 -1616
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +17029 -17019
- package/web/data/sifou-daily.json +17 -62
- package/web/data/sifou-monthly.json +44 -44
- package/web/data/sifou-weekly.json +108 -108
- package/web/data/toutiao-30.json +47 -47
- package/web/data/toutiao-7.json +89 -89
- package/web/data/toutiao-90.json +22 -22
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +139 -139
- package/web/data/trending-weekly.json +159 -159
- package/web/data/users.china.json +1338 -1338
- package/web/data/users.json +1616 -1616
- package/web/index.html +919 -919
- package/web/repos.html +2384 -2388
- package/web/sifou-daily.html +16 -156
- package/web/sifou-monthly.html +82 -82
- package/web/sifou-weekly.html +117 -117
- package/web/toutiao-30.html +41 -41
- package/web/toutiao-7.html +65 -65
- package/web/toutiao-90.html +24 -24
- package/web/trending-monthly.html +138 -138
- package/web/trending-weekly.html +141 -141
- package/web/trending.html +141 -153
- package/web/users.china.html +747 -747
package/dist/sifou-weekly.json
CHANGED
|
@@ -18,40 +18,31 @@
|
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"title": "
|
|
22
|
-
"description": "
|
|
23
|
-
"url": "https://segmentfault.com/a/
|
|
24
|
-
"author": "
|
|
25
|
-
"home_url": "https://segmentfault.com/u/
|
|
26
|
-
"votes": "
|
|
21
|
+
"title": "Offer 提速:如何写出有亮点的简历",
|
|
22
|
+
"description": "声明:本文所有观点均代表我个人意见,不代表公司、部门、团队立场/意见,关于内容的对错、价值观由读者自行判断,欢迎友好沟通探讨,希望能和而不同。",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041634339",
|
|
24
|
+
"author": "范文杰",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/fanwenjie",
|
|
26
|
+
"votes": "12",
|
|
27
27
|
"rank": 3
|
|
28
28
|
},
|
|
29
|
-
{
|
|
30
|
-
"title": "金三银四了,掌握 JS 这 36 个概念,助你一臂之力",
|
|
31
|
-
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041617101",
|
|
33
|
-
"author": "前端小智",
|
|
34
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
35
|
-
"votes": "13",
|
|
36
|
-
"rank": 4
|
|
37
|
-
},
|
|
38
29
|
{
|
|
39
30
|
"title": "20多个好用的 Vue 组件库,请查收!",
|
|
40
31
|
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
41
32
|
"url": "https://segmentfault.com/a/1190000041573314",
|
|
42
33
|
"author": "前端小智",
|
|
43
34
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
44
|
-
"votes": "
|
|
45
|
-
"rank":
|
|
35
|
+
"votes": "12",
|
|
36
|
+
"rank": 4
|
|
46
37
|
},
|
|
47
38
|
{
|
|
48
|
-
"title": "
|
|
49
|
-
"description": "
|
|
50
|
-
"url": "https://segmentfault.com/a/
|
|
51
|
-
"author": "
|
|
52
|
-
"home_url": "https://segmentfault.com/u/
|
|
53
|
-
"votes": "
|
|
54
|
-
"rank":
|
|
39
|
+
"title": "一道有意思的 CSS 面试题,FizzBuzz ~",
|
|
40
|
+
"description": "FizzBuzz 是一道很有意思的题目。我们来看看题目:如果遇见了 3 的倍数要说 Fizz,5 的倍数就说 Buzz,如果既是 3 的倍数又是 5 的倍数就说 FizzBuzz。如果是在一些编程语言中,这是一道比较初级的题目,当然,...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041619491",
|
|
42
|
+
"author": "chokcoco",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
44
|
+
"votes": "10",
|
|
45
|
+
"rank": 5
|
|
55
46
|
},
|
|
56
47
|
{
|
|
57
48
|
"title": "Go 1.18 泛型全面讲解:一篇讲清泛型的全部",
|
|
@@ -59,6 +50,15 @@
|
|
|
59
50
|
"url": "https://segmentfault.com/a/1190000041634906",
|
|
60
51
|
"author": "WonderfulSoap",
|
|
61
52
|
"home_url": "https://segmentfault.com/u/wonderfulsoap",
|
|
53
|
+
"votes": "7",
|
|
54
|
+
"rank": 6
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"title": "按照 Promise/A+ 规范逐行注释并实现 Promise",
|
|
58
|
+
"description": "现在前端越来越卷,不会手写 Promise 都不好意思面试了(手动狗头.jpg)。虽然没多少人会在业务中用自己实现的 Promise,但是,实现 Promise 的过程会让你对 Promise 更加了解,出了问题也可以更好地排查。",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041640722",
|
|
60
|
+
"author": "Asheng",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/ashengtan",
|
|
62
62
|
"votes": "6",
|
|
63
63
|
"rank": 7
|
|
64
64
|
},
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"rank": 8
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
"title": "
|
|
76
|
-
"description": "
|
|
77
|
-
"url": "https://segmentfault.com/a/
|
|
78
|
-
"author": "
|
|
79
|
-
"home_url": "https://segmentfault.com/u/
|
|
75
|
+
"title": "了不起的Chrome浏览器(13):Chrome 100支持多屏应用了!",
|
|
76
|
+
"description": "Deprecate the document.domain setter是一个影响很大的breaking change,请大家务必注意排查风险。计划于今年9月份发布的Chrome 106将不再支持通过修改document.domain来绕开同源策略(same origin policy)的限...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041630398",
|
|
78
|
+
"author": "寒雁",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/kiwenlau",
|
|
80
80
|
"votes": "6",
|
|
81
81
|
"rank": 9
|
|
82
82
|
},
|
|
@@ -86,27 +86,9 @@
|
|
|
86
86
|
"url": "https://segmentfault.com/a/1190000041628824",
|
|
87
87
|
"author": "wscats",
|
|
88
88
|
"home_url": "https://segmentfault.com/u/wscats",
|
|
89
|
-
"votes": "
|
|
89
|
+
"votes": "8",
|
|
90
90
|
"rank": 10
|
|
91
91
|
},
|
|
92
|
-
{
|
|
93
|
-
"title": "一个支持百万量级的vue3无限滚动组件",
|
|
94
|
-
"description": "当我们的列表页有几百万条数据的时候应该怎么办呢?分页也许不是最好的体验方式,无限滚动就是解决这种场景更好的技术手段。当用户向下滚动内容时,会自动添加下一页的list组件,加载更多内容。用户无需等待页面...",
|
|
95
|
-
"url": "https://segmentfault.com/a/1190000041614746",
|
|
96
|
-
"author": "TNTWEB",
|
|
97
|
-
"home_url": "https://segmentfault.com/u/tnfe",
|
|
98
|
-
"votes": "6",
|
|
99
|
-
"rank": 11
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"title": "按照 Promise/A+ 规范逐行注释并实现 Promise",
|
|
103
|
-
"description": "现在前端越来越卷,不会手写 Promise 都不好意思面试了(手动狗头.jpg)。虽然没多少人会在业务中用自己实现的 Promise,但是,实现 Promise 的过程会让你对 Promise 更加了解,出了问题也可以更好地排查。",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000041640722",
|
|
105
|
-
"author": "Asheng",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/ashengtan",
|
|
107
|
-
"votes": "4",
|
|
108
|
-
"rank": 12
|
|
109
|
-
},
|
|
110
92
|
{
|
|
111
93
|
"title": "换个数据结构,一不小心节约了 591 台机器!",
|
|
112
94
|
"description": "你好呀,我是歪歪。前段时间,我在 B 站上看到一个技术视频,题目叫做《机票报价高并发场景下的一些解决方案》。up 主是 Qunar技术大本营,也就是我们耳熟能详的“去哪儿”。视频链接在这里:[链接]当时其实我是被...",
|
|
@@ -114,7 +96,7 @@
|
|
|
114
96
|
"author": "why技术",
|
|
115
97
|
"home_url": "https://segmentfault.com/u/whyjishu",
|
|
116
98
|
"votes": "5",
|
|
117
|
-
"rank":
|
|
99
|
+
"rank": 11
|
|
118
100
|
},
|
|
119
101
|
{
|
|
120
102
|
"title": "冴羽答读者问:30 岁了, 现在开始努力,晚吗?",
|
|
@@ -123,6 +105,24 @@
|
|
|
123
105
|
"author": "冴羽",
|
|
124
106
|
"home_url": "https://segmentfault.com/u/yayu",
|
|
125
107
|
"votes": "5",
|
|
108
|
+
"rank": 12
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"title": "这不是愚人节玩笑,我们回来了:Typecho 1.2.0 发布!",
|
|
112
|
+
"description": "刚刚,Typecho 项目发起人祁宁在官方博客以开发者账号 @joyqi 发文宣布了 Typecho 1.2.0 正式版发布的消息 —— “这不是玩笑,我们回来了!”",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041642224",
|
|
114
|
+
"author": "MissD",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
116
|
+
"votes": "5",
|
|
117
|
+
"rank": 13
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"title": "【躲过裁员,成功上岸】发现小公司有不好的苗头,赶紧学习!",
|
|
121
|
+
"description": "读者反馈:今年这波裁员有点凶,但在我们公司去年已经有了些不好的苗头,为了不让自己那么拉胯🌶,躲不过各种坑坑洼洼。跟着小傅哥的博客内容补全了自己很多的知识,包括:中间件、字节码、DDD项目、设计模式以及...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041622957",
|
|
123
|
+
"author": "小傅哥",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
125
|
+
"votes": "5",
|
|
126
126
|
"rank": 14
|
|
127
127
|
},
|
|
128
128
|
{
|
|
@@ -134,24 +134,6 @@
|
|
|
134
134
|
"votes": "6",
|
|
135
135
|
"rank": 15
|
|
136
136
|
},
|
|
137
|
-
{
|
|
138
|
-
"title": "了不起的Chrome浏览器(13):Chrome 100支持多屏应用了!",
|
|
139
|
-
"description": "Deprecate the document.domain setter是一个影响很大的breaking change,请大家务必注意排查风险。计划于今年9月份发布的Chrome 106将不再支持通过修改document.domain来绕开同源策略(same origin policy)的限...",
|
|
140
|
-
"url": "https://segmentfault.com/a/1190000041630398",
|
|
141
|
-
"author": "寒雁",
|
|
142
|
-
"home_url": "https://segmentfault.com/u/kiwenlau",
|
|
143
|
-
"votes": "5",
|
|
144
|
-
"rank": 16
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"title": "这不是愚人节玩笑,我们回来了:Typecho 1.2.0 发布!",
|
|
148
|
-
"description": "刚刚,Typecho 项目发起人祁宁在官方博客以开发者账号 @joyqi 发文宣布了 Typecho 1.2.0 正式版发布的消息 —— “这不是玩笑,我们回来了!”",
|
|
149
|
-
"url": "https://segmentfault.com/a/1190000041642224",
|
|
150
|
-
"author": "MissD",
|
|
151
|
-
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
152
|
-
"votes": "5",
|
|
153
|
-
"rank": 17
|
|
154
|
-
},
|
|
155
137
|
{
|
|
156
138
|
"title": "拿捏了!这样的购物体验才深得用户心",
|
|
157
139
|
"description": "有的时候用户想要一声令下就能看到自己心仪的商品,有的时候用户需要一个智能购物管家来管理自己常用的卡券,甚至还想要在股掌之间、分秒之际就掌握商品全貌信息。对于用户日益丰富的想象力,移动应用开发者能做...",
|
|
@@ -159,7 +141,7 @@
|
|
|
159
141
|
"author": "HMSCore",
|
|
160
142
|
"home_url": "https://segmentfault.com/u/hms_core",
|
|
161
143
|
"votes": "3",
|
|
162
|
-
"rank":
|
|
144
|
+
"rank": 16
|
|
163
145
|
},
|
|
164
146
|
{
|
|
165
147
|
"title": "如何添加 babel polyfill?",
|
|
@@ -168,7 +150,7 @@
|
|
|
168
150
|
"author": "时倾",
|
|
169
151
|
"home_url": "https://segmentfault.com/u/shiqing_5e690563e48cc",
|
|
170
152
|
"votes": "3",
|
|
171
|
-
"rank":
|
|
153
|
+
"rank": 17
|
|
172
154
|
},
|
|
173
155
|
{
|
|
174
156
|
"title": "什么是 LFU 算法?",
|
|
@@ -177,7 +159,7 @@
|
|
|
177
159
|
"author": "Shenfq",
|
|
178
160
|
"home_url": "https://segmentfault.com/u/shenfq",
|
|
179
161
|
"votes": "3",
|
|
180
|
-
"rank":
|
|
162
|
+
"rank": 18
|
|
181
163
|
},
|
|
182
164
|
{
|
|
183
165
|
"title": "React18正式版发布,未来发展趋势是?",
|
|
@@ -186,7 +168,7 @@
|
|
|
186
168
|
"author": "卡颂",
|
|
187
169
|
"home_url": "https://segmentfault.com/u/kasong",
|
|
188
170
|
"votes": "3",
|
|
189
|
-
"rank":
|
|
171
|
+
"rank": 19
|
|
190
172
|
},
|
|
191
173
|
{
|
|
192
174
|
"title": "SVG 绘制自适应的菱形",
|
|
@@ -195,25 +177,16 @@
|
|
|
195
177
|
"author": "XboxYan",
|
|
196
178
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
197
179
|
"votes": "4",
|
|
198
|
-
"rank":
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"title": "【躲过裁员,成功上岸】发现小公司有不好的苗头,赶紧学习!",
|
|
202
|
-
"description": "读者反馈:今年这波裁员有点凶,但在我们公司去年已经有了些不好的苗头,为了不让自己那么拉胯🌶,躲不过各种坑坑洼洼。跟着小傅哥的博客内容补全了自己很多的知识,包括:中间件、字节码、DDD项目、设计模式以及...",
|
|
203
|
-
"url": "https://segmentfault.com/a/1190000041622957",
|
|
204
|
-
"author": "小傅哥",
|
|
205
|
-
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
206
|
-
"votes": "4",
|
|
207
|
-
"rank": 23
|
|
180
|
+
"rank": 20
|
|
208
181
|
},
|
|
209
182
|
{
|
|
210
|
-
"title": "
|
|
211
|
-
"description": "
|
|
212
|
-
"url": "https://segmentfault.com/a/
|
|
213
|
-
"author": "
|
|
214
|
-
"home_url": "https://segmentfault.com/u/
|
|
215
|
-
"votes": "
|
|
216
|
-
"rank":
|
|
183
|
+
"title": "[🔧]前端开发工具推荐",
|
|
184
|
+
"description": "前端开发是指开发与用户直接交互的计算机系统或应用程序的一部分。 本文整理了一些比较有趣的前端工具。1.配色方案为您提供配色方案生成器以及许多很棒的流行配色方案!2.配色方案让您使用各种工具创建自己的配色...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041641164",
|
|
186
|
+
"author": "JenK",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/wangzc996",
|
|
188
|
+
"votes": "8",
|
|
189
|
+
"rank": 21
|
|
217
190
|
},
|
|
218
191
|
{
|
|
219
192
|
"title": "Three.js 实现3D开放世界小游戏:阿狸的多元宇宙 🦊",
|
|
@@ -222,16 +195,16 @@
|
|
|
222
195
|
"author": "dragonir",
|
|
223
196
|
"home_url": "https://segmentfault.com/u/dragonir",
|
|
224
197
|
"votes": "6",
|
|
225
|
-
"rank":
|
|
198
|
+
"rank": 22
|
|
226
199
|
},
|
|
227
200
|
{
|
|
228
|
-
"title": "
|
|
229
|
-
"description": "
|
|
230
|
-
"url": "https://segmentfault.com/a/
|
|
231
|
-
"author": "
|
|
232
|
-
"home_url": "https://segmentfault.com/u/
|
|
201
|
+
"title": "VuePress 博客搭建系列 33 篇正式完结!",
|
|
202
|
+
"description": "VuePress 博客搭建系列共计 33 篇,讲解使用 VuePress 搭建博客,进行各种优化,为博客增添各种功能,并部署到 GitHub、Gitee、个人服务器平台的全过程。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041627148",
|
|
204
|
+
"author": "冴羽",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
233
206
|
"votes": "3",
|
|
234
|
-
"rank":
|
|
207
|
+
"rank": 23
|
|
235
208
|
},
|
|
236
209
|
{
|
|
237
210
|
"title": "《与 Rust 勾心斗角》前言",
|
|
@@ -240,16 +213,25 @@
|
|
|
240
213
|
"author": "garfileo",
|
|
241
214
|
"home_url": "https://segmentfault.com/u/garfileo",
|
|
242
215
|
"votes": "4",
|
|
243
|
-
"rank":
|
|
216
|
+
"rank": 24
|
|
244
217
|
},
|
|
245
218
|
{
|
|
246
|
-
"title": "
|
|
247
|
-
"description": "
|
|
248
|
-
"url": "https://segmentfault.com/a/
|
|
249
|
-
"author": "
|
|
250
|
-
"home_url": "https://segmentfault.com/u/
|
|
251
|
-
"votes": "
|
|
252
|
-
"rank":
|
|
219
|
+
"title": "angular异步验证器防抖",
|
|
220
|
+
"description": "背景:当前输入框的formControl设置了异步验证器,会根据当前的值进行请求后台,判断数据库中是否存在。原版异步验证器: {代码...} 但是测试下来发现,该异步验证器触发的太频繁了。输入框每输入一个字母都会对...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041621553",
|
|
222
|
+
"author": "weiewiyi",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
224
|
+
"votes": "3",
|
|
225
|
+
"rank": 25
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"title": "几个 iOS 端底层网络问题",
|
|
229
|
+
"description": "典型案例1. Socket 断开后会收到 SIGPIPE 类型的信号,如果不处理会 crash同事问了我一个问题,说收到一个 crash 信息,去 mpaas 平台看到如下的 crash 信息看了代码,显示在某某文件的313行代码,代码如下Socket...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041623110",
|
|
231
|
+
"author": "fantasticbaby",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/fantasticbaby",
|
|
233
|
+
"votes": "3",
|
|
234
|
+
"rank": 26
|
|
253
235
|
},
|
|
254
236
|
{
|
|
255
237
|
"title": "Github Actions 实战提高生产力",
|
|
@@ -258,14 +240,32 @@
|
|
|
258
240
|
"author": "小弟调调",
|
|
259
241
|
"home_url": "https://segmentfault.com/u/ichu",
|
|
260
242
|
"votes": "3",
|
|
243
|
+
"rank": 27
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"title": "关于动态表单遇到的一些问题",
|
|
247
|
+
"description": "在编写项目时,照着前几天的实验demo写,viemContainerRef.createComponent<A>(B),B是A接口的实现类,但是在这里B却报错了,一开始没仔细看报错详细信息,以为是B对A的继承关系有问题,但是检查了后并没有...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041621572",
|
|
249
|
+
"author": "小强Zzz",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/zhaokaiqiang",
|
|
251
|
+
"votes": "3",
|
|
252
|
+
"rank": 28
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"title": "JS的面向对象(理解对象,原型,原型链,继承,类)",
|
|
256
|
+
"description": "JS有6种简单数据类型(也称为基本数据类型):Undefined、Null、Boolean、Number ,String和Symbol 。还有 1 种复杂数据类型——Object,Object 本质上是由一组无序的名值对组成的。JS不支持任何创建自定义类型的机制...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041640328",
|
|
258
|
+
"author": "小学生",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/xiaoxuesheng_5b7e4b5dca7e8",
|
|
260
|
+
"votes": "4",
|
|
261
261
|
"rank": 29
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
|
-
"title": "
|
|
265
|
-
"description": "
|
|
266
|
-
"url": "https://segmentfault.com/a/
|
|
267
|
-
"author": "
|
|
268
|
-
"home_url": "https://segmentfault.com/u/
|
|
264
|
+
"title": "不管是青蛙跳台阶还是who爬楼梯,能上去就行",
|
|
265
|
+
"description": "爬楼梯这个问题也是一个很经典的面试题,可以换各种人物动物,比如青蛙、小兔子跳台阶,张三李四爬楼梯等等。题目会类似于下面这样:假设你正在爬楼梯,需要 n 阶你才能到达楼顶,每次你可以爬 1 或 2 个台阶。你...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041636754",
|
|
267
|
+
"author": "沈唁",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/sy_records",
|
|
269
269
|
"votes": "3",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
package/dist/toutiao-30.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{
|
|
3
3
|
"title": "2万字 + 50 张图,细说 JVM 内存分布、内存对齐、压缩指针!",
|
|
4
4
|
"description": "",
|
|
5
|
-
"votes": "
|
|
5
|
+
"votes": "131",
|
|
6
6
|
"url": "/k/02whm5c",
|
|
7
7
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
8
8
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
{
|
|
13
13
|
"title": "如果你是一个Golang面试官,你会问哪些问题?",
|
|
14
14
|
"description": "",
|
|
15
|
-
"votes": "
|
|
15
|
+
"votes": "94",
|
|
16
16
|
"url": "/k/yvw61mc",
|
|
17
17
|
"avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
|
|
18
18
|
"avatarAlt": "GoHackers - 独家号",
|
|
@@ -32,13 +32,23 @@
|
|
|
32
32
|
{
|
|
33
33
|
"title": "最常用的架构模式",
|
|
34
34
|
"description": "观其设计知其人A MAN is KNOWN by the DESIGN he keeps原文:Most Useful Software Architecture Patterns ...",
|
|
35
|
-
"votes": "
|
|
35
|
+
"votes": "83",
|
|
36
36
|
"url": "/k/qnfl3t6",
|
|
37
37
|
"avatar": "https://img.toutiao.io/subject/1a197bcacc0346c186be58be1aaf34bd/thumb",
|
|
38
38
|
"avatarAlt": "Java后端技术 - 独家号",
|
|
39
39
|
"subjectName": "Java后端技术",
|
|
40
40
|
"homeUrl": "/subjects/63673"
|
|
41
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"title": "Kafka 面试连环炮, 看看你能撑到哪一步?",
|
|
44
|
+
"description": "",
|
|
45
|
+
"votes": "77",
|
|
46
|
+
"url": "/k/z30ehzv",
|
|
47
|
+
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
48
|
+
"avatarAlt": "服务架构及中台 - 独家号",
|
|
49
|
+
"subjectName": "服务架构及中台",
|
|
50
|
+
"homeUrl": "/subjects/26578"
|
|
51
|
+
},
|
|
42
52
|
{
|
|
43
53
|
"title": "时间轮原理及其在框架中的应用",
|
|
44
54
|
"description": "",
|
|
@@ -49,16 +59,6 @@
|
|
|
49
59
|
"subjectName": "ASCE1885",
|
|
50
60
|
"homeUrl": "/subjects/4829"
|
|
51
61
|
},
|
|
52
|
-
{
|
|
53
|
-
"title": "Kafka 面试连环炮, 看看你能撑到哪一步?",
|
|
54
|
-
"description": "",
|
|
55
|
-
"votes": "76",
|
|
56
|
-
"url": "/k/z30ehzv",
|
|
57
|
-
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
58
|
-
"avatarAlt": "服务架构及中台 - 独家号",
|
|
59
|
-
"subjectName": "服务架构及中台",
|
|
60
|
-
"homeUrl": "/subjects/26578"
|
|
61
|
-
},
|
|
62
62
|
{
|
|
63
63
|
"title": "架构师如何选型分布式业务网关",
|
|
64
64
|
"description": "",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
{
|
|
103
103
|
"title": "20多个好用的 Vue 组件库,请查收!",
|
|
104
104
|
"description": "",
|
|
105
|
-
"votes": "
|
|
105
|
+
"votes": "65",
|
|
106
106
|
"url": "/k/sskayyw",
|
|
107
107
|
"avatar": "https://img.toutiao.io/subject/c9bc51847b0c4b49aca52d0eaa087ed1/thumb",
|
|
108
108
|
"avatarAlt": "冷星前端圈 - 独家号",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
{
|
|
113
113
|
"title": "消息队列经典十连问,你能扛到第几问?",
|
|
114
114
|
"description": "",
|
|
115
|
-
"votes": "
|
|
115
|
+
"votes": "65",
|
|
116
116
|
"url": "/k/8jfl3pp",
|
|
117
117
|
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
118
118
|
"avatarAlt": "Bloomingroses - 独家号",
|
|
@@ -149,10 +149,20 @@
|
|
|
149
149
|
"subjectName": "架构必知必会",
|
|
150
150
|
"homeUrl": "/subjects/472073"
|
|
151
151
|
},
|
|
152
|
+
{
|
|
153
|
+
"title": "万字长文助你上手软件领域驱动设计 DDD",
|
|
154
|
+
"description": "",
|
|
155
|
+
"votes": "60",
|
|
156
|
+
"url": "/k/72nuj7z",
|
|
157
|
+
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
158
|
+
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
159
|
+
"subjectName": "趣编程的独家号",
|
|
160
|
+
"homeUrl": "/subjects/465623"
|
|
161
|
+
},
|
|
152
162
|
{
|
|
153
163
|
"title": "错误码设计思考",
|
|
154
164
|
"description": "",
|
|
155
|
-
"votes": "
|
|
165
|
+
"votes": "56",
|
|
156
166
|
"url": "/k/qas5y3j",
|
|
157
167
|
"avatar": "https://img.toutiao.io/subject/ea8976fb047b483dacc34fd01e51d47e/thumb",
|
|
158
168
|
"avatarAlt": "Java研发 - 独家号",
|
|
@@ -162,7 +172,7 @@
|
|
|
162
172
|
{
|
|
163
173
|
"title": "一年实现降本60%,货拉拉全链路监控演进史",
|
|
164
174
|
"description": "",
|
|
165
|
-
"votes": "
|
|
175
|
+
"votes": "63",
|
|
166
176
|
"url": "/k/nrsy3uf",
|
|
167
177
|
"avatar": "https://img.toutiao.io/subject/bce4db7347f44c87a8f5eef28513f93f/thumb",
|
|
168
178
|
"avatarAlt": "yaya的鸡汤 - 独家号",
|
|
@@ -170,35 +180,25 @@
|
|
|
170
180
|
"homeUrl": "/subjects/132121"
|
|
171
181
|
},
|
|
172
182
|
{
|
|
173
|
-
"title": "
|
|
183
|
+
"title": "盘点 3 月份 yyds 的开源项目",
|
|
174
184
|
"description": "",
|
|
175
185
|
"votes": "59",
|
|
176
|
-
"url": "/k/
|
|
186
|
+
"url": "/k/79431xa",
|
|
177
187
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
178
188
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
179
189
|
"subjectName": "服务架构及中台",
|
|
180
190
|
"homeUrl": "/subjects/26578"
|
|
181
191
|
},
|
|
182
192
|
{
|
|
183
|
-
"title": "
|
|
193
|
+
"title": "设计一个靠谱的监控告警平台",
|
|
184
194
|
"description": "",
|
|
185
|
-
"votes": "
|
|
186
|
-
"url": "/k/
|
|
195
|
+
"votes": "59",
|
|
196
|
+
"url": "/k/tyojqf4",
|
|
187
197
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
188
198
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
189
199
|
"subjectName": "服务架构及中台",
|
|
190
200
|
"homeUrl": "/subjects/26578"
|
|
191
201
|
},
|
|
192
|
-
{
|
|
193
|
-
"title": "万字长文助你上手软件领域驱动设计 DDD",
|
|
194
|
-
"description": "",
|
|
195
|
-
"votes": "56",
|
|
196
|
-
"url": "/k/72nuj7z",
|
|
197
|
-
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
198
|
-
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
199
|
-
"subjectName": "趣编程的独家号",
|
|
200
|
-
"homeUrl": "/subjects/465623"
|
|
201
|
-
},
|
|
202
202
|
{
|
|
203
203
|
"title": "ClickHouse 在网易的实践",
|
|
204
204
|
"description": "",
|
|
@@ -210,14 +210,14 @@
|
|
|
210
210
|
"homeUrl": "/subjects/24912"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
|
-
"title": "
|
|
213
|
+
"title": "Java系列 | 远程热部署在美团的落地实践",
|
|
214
214
|
"description": "",
|
|
215
|
-
"votes": "
|
|
216
|
-
"url": "/k/
|
|
217
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
218
|
-
"avatarAlt": "
|
|
219
|
-
"subjectName": "
|
|
220
|
-
"homeUrl": "/subjects/
|
|
215
|
+
"votes": "53",
|
|
216
|
+
"url": "/k/ahs8z85",
|
|
217
|
+
"avatar": "https://img.toutiao.io/subject/50e9b8208bfd488897fed22d15d9aa0e/thumb",
|
|
218
|
+
"avatarAlt": "美团技术团队 - 独家号",
|
|
219
|
+
"subjectName": "美团技术团队",
|
|
220
|
+
"homeUrl": "/subjects/117027"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"title": "MySQL命名、设计及使用规范",
|
|
@@ -230,19 +230,19 @@
|
|
|
230
230
|
"homeUrl": "/subjects/110643"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
|
-
"title": "
|
|
233
|
+
"title": "写出结构优雅代码的4个技巧",
|
|
234
234
|
"description": "",
|
|
235
|
-
"votes": "
|
|
236
|
-
"url": "/k/
|
|
237
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
238
|
-
"avatarAlt": "
|
|
239
|
-
"subjectName": "
|
|
240
|
-
"homeUrl": "/subjects/
|
|
235
|
+
"votes": "52",
|
|
236
|
+
"url": "/k/6cddvzi",
|
|
237
|
+
"avatar": "https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb",
|
|
238
|
+
"avatarAlt": "编程一生 - 独家号",
|
|
239
|
+
"subjectName": "编程一生",
|
|
240
|
+
"homeUrl": "/subjects/350352"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"title": "京东二面:MySQL 主从延迟,读写分离 7 种解决方案",
|
|
244
244
|
"description": "",
|
|
245
|
-
"votes": "
|
|
245
|
+
"votes": "49",
|
|
246
246
|
"url": "/k/iqa9o4a",
|
|
247
247
|
"avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
|
|
248
248
|
"avatarAlt": "架构必知必会 - 独家号",
|