@wcj/github-rank 22.2.26 → 22.2.27
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 +15665 -15664
- package/dist/sifou-daily.json +22 -139
- package/dist/sifou-monthly.json +84 -84
- package/dist/sifou-weekly.json +97 -97
- package/dist/toutiao-30.json +34 -34
- package/dist/toutiao-7.json +73 -73
- package/dist/toutiao-90.json +39 -39
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +135 -135
- package/dist/trending-weekly.json +168 -168
- package/dist/users.china.json +934 -934
- package/dist/users.json +1679 -1679
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +15665 -15664
- package/web/data/sifou-daily.json +22 -139
- package/web/data/sifou-monthly.json +84 -84
- package/web/data/sifou-weekly.json +97 -97
- package/web/data/toutiao-30.json +34 -34
- package/web/data/toutiao-7.json +73 -73
- package/web/data/toutiao-90.json +39 -39
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +135 -135
- package/web/data/trending-weekly.json +168 -168
- package/web/data/users.china.json +934 -934
- package/web/data/users.json +1679 -1679
- package/web/index.html +966 -966
- package/web/repos.html +2098 -2098
- package/web/sifou-daily.html +20 -384
- package/web/sifou-monthly.html +111 -111
- package/web/sifou-weekly.html +127 -127
- package/web/toutiao-30.html +46 -46
- package/web/toutiao-7.html +63 -63
- package/web/toutiao-90.html +98 -98
- package/web/trending-monthly.html +120 -124
- package/web/trending-weekly.html +150 -154
- package/web/trending.html +152 -148
- package/web/users.china.html +523 -523
|
@@ -5,26 +5,17 @@
|
|
|
5
5
|
"url": "https://segmentfault.com/a/1190000041437117",
|
|
6
6
|
"author": "wuwhs",
|
|
7
7
|
"home_url": "https://segmentfault.com/u/wuwhs",
|
|
8
|
-
"votes": "
|
|
8
|
+
"votes": "21",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
|
-
{
|
|
12
|
-
"title": "Redis 忽然变慢了如何排查并解决?",
|
|
13
|
-
"description": "Redis 通常是我们业务系统中一个重要的组件,比如:缓存、账号登录信息、排行榜等。一旦 Redis 请求延迟增加,可能就会导致业务系统“雪崩”。我在单身红娘婚恋类型互联网公司工作,在双十一推出下单就送女朋友的活...",
|
|
14
|
-
"url": "https://segmentfault.com/a/1190000041446607",
|
|
15
|
-
"author": "码哥字节",
|
|
16
|
-
"home_url": "https://segmentfault.com/u/magebyte",
|
|
17
|
-
"votes": "20",
|
|
18
|
-
"rank": 2
|
|
19
|
-
},
|
|
20
11
|
{
|
|
21
12
|
"title": "前端生成PDF,让后端刮目相看",
|
|
22
13
|
"description": "PDF 全称Portable Document Format (PDF)(便携文档格式),该格式的显示与操作系统、分辨率、设备等因素没有关系,不论是在Windows,Unix还是在苹果公司的Mac OS操作系统中PDF格式都通用。Adobe公司在1993年为了...",
|
|
23
14
|
"url": "https://segmentfault.com/a/1190000041447795",
|
|
24
15
|
"author": "葡萄城技术团队",
|
|
25
16
|
"home_url": "https://segmentfault.com/u/grapecity",
|
|
26
|
-
"votes": "
|
|
27
|
-
"rank":
|
|
17
|
+
"votes": "18",
|
|
18
|
+
"rank": 2
|
|
28
19
|
},
|
|
29
20
|
{
|
|
30
21
|
"title": "Web 中的“选区”和“光标”",
|
|
@@ -32,7 +23,16 @@
|
|
|
32
23
|
"url": "https://segmentfault.com/a/1190000041457245",
|
|
33
24
|
"author": "XboxYan",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
35
|
-
"votes": "
|
|
26
|
+
"votes": "19",
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"title": "Redis 忽然变慢了如何排查并解决?",
|
|
31
|
+
"description": "Redis 通常是我们业务系统中一个重要的组件,比如:缓存、账号登录信息、排行榜等。一旦 Redis 请求延迟增加,可能就会导致业务系统“雪崩”。我在单身红娘婚恋类型互联网公司工作,在双十一推出下单就送女朋友的活...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041446607",
|
|
33
|
+
"author": "码哥字节",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/magebyte",
|
|
35
|
+
"votes": "20",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -41,9 +41,18 @@
|
|
|
41
41
|
"url": "https://segmentfault.com/a/1190000041436294",
|
|
42
42
|
"author": "TNTWEB",
|
|
43
43
|
"home_url": "https://segmentfault.com/u/tnfe",
|
|
44
|
-
"votes": "
|
|
44
|
+
"votes": "12",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
|
+
{
|
|
48
|
+
"title": "扫盲贴:2021 CSS 最冷门特性都是些啥?",
|
|
49
|
+
"description": "最近几年 CSS 界的大事之一是每年年底的 《State Of CSS》,也就是 CSS 现状调查,去年年底发布了《State Of CSS 2021》。其中关于特性这一章,会列出一些比较新的 CSS 特性在当年的使用情况概览:",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041452414",
|
|
51
|
+
"author": "chokcoco",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
53
|
+
"votes": "8",
|
|
54
|
+
"rank": 6
|
|
55
|
+
},
|
|
47
56
|
{
|
|
48
57
|
"title": "疑难杂症:运用 transform 导致文本模糊的现象探究",
|
|
49
58
|
"description": "在我们的页面中,经常会出现这样的问题,一块区域内的文本或者边框,在展示的时候,变得特别的模糊,如下(数据经过脱敏处理):正常而言,应该是这样的:emmm,可能大图不是很明显,我们取一细节对比,就非常直观...",
|
|
@@ -51,7 +60,7 @@
|
|
|
51
60
|
"author": "chokcoco",
|
|
52
61
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
53
62
|
"votes": "8",
|
|
54
|
-
"rank":
|
|
63
|
+
"rank": 7
|
|
55
64
|
},
|
|
56
65
|
{
|
|
57
66
|
"title": "怎么说服领导,能让我用DDD架构肝项目?",
|
|
@@ -60,7 +69,7 @@
|
|
|
60
69
|
"author": "小傅哥",
|
|
61
70
|
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
62
71
|
"votes": "6",
|
|
63
|
-
"rank":
|
|
72
|
+
"rank": 8
|
|
64
73
|
},
|
|
65
74
|
{
|
|
66
75
|
"title": "vscode语音注释, 让信息更丰富(下)",
|
|
@@ -69,7 +78,7 @@
|
|
|
69
78
|
"author": "lulu_up",
|
|
70
79
|
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
71
80
|
"votes": "6",
|
|
72
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
73
82
|
},
|
|
74
83
|
{
|
|
75
84
|
"title": "vscode语音注释, 让信息更丰富(中)",
|
|
@@ -78,7 +87,16 @@
|
|
|
78
87
|
"author": "lulu_up",
|
|
79
88
|
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
80
89
|
"votes": "7",
|
|
81
|
-
"rank":
|
|
90
|
+
"rank": 10
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"title": "[性能优化] 使用 esbuild 为你的构建提速 🚀",
|
|
94
|
+
"description": "于是这两天抽空对项目做了一次构建优化,线上(多国家)构建时间, 从 10分钟 优化到 4分钟, 本地单次构建时间, 从 300秒 优化到 90秒, 效果还不错。",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041455457",
|
|
96
|
+
"author": "皮小蛋",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/scaukk",
|
|
98
|
+
"votes": "6",
|
|
99
|
+
"rank": 11
|
|
82
100
|
},
|
|
83
101
|
{
|
|
84
102
|
"title": "【可视化-源码阅读】antvis / g-base解读 - 1",
|
|
@@ -87,7 +105,7 @@
|
|
|
87
105
|
"author": "wlove",
|
|
88
106
|
"home_url": "https://segmentfault.com/u/xieguoliang",
|
|
89
107
|
"votes": "5",
|
|
90
|
-
"rank":
|
|
108
|
+
"rank": 12
|
|
91
109
|
},
|
|
92
110
|
{
|
|
93
111
|
"title": "【程序员的实用工具推荐】 Mac 效率神器 Alfred",
|
|
@@ -96,7 +114,7 @@
|
|
|
96
114
|
"author": "云叔_又拍云",
|
|
97
115
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
98
116
|
"votes": "7",
|
|
99
|
-
"rank":
|
|
117
|
+
"rank": 13
|
|
100
118
|
},
|
|
101
119
|
{
|
|
102
120
|
"title": "Vim 核心开发者 Sven Guckes 去世,Vim 之父:我要把 9.0 版本献给他",
|
|
@@ -105,16 +123,7 @@
|
|
|
105
123
|
"author": "MissD",
|
|
106
124
|
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
107
125
|
"votes": "4",
|
|
108
|
-
"rank":
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"title": "扫盲贴:2021 CSS 最冷门特性都是些啥?",
|
|
112
|
-
"description": "最近几年 CSS 界的大事之一是每年年底的 《State Of CSS》,也就是 CSS 现状调查,去年年底发布了《State Of CSS 2021》。其中关于特性这一章,会列出一些比较新的 CSS 特性在当年的使用情况概览:",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000041452414",
|
|
114
|
-
"author": "chokcoco",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
116
|
-
"votes": "6",
|
|
117
|
-
"rank": 13
|
|
126
|
+
"rank": 14
|
|
118
127
|
},
|
|
119
128
|
{
|
|
120
129
|
"title": "线性代数在前端中的应用(一):实现鼠标滚轮缩放元素、Canvas图片和拖拽",
|
|
@@ -123,7 +132,7 @@
|
|
|
123
132
|
"author": "而井",
|
|
124
133
|
"home_url": "https://segmentfault.com/u/rioli",
|
|
125
134
|
"votes": "4",
|
|
126
|
-
"rank":
|
|
135
|
+
"rank": 15
|
|
127
136
|
},
|
|
128
137
|
{
|
|
129
138
|
"title": "官方标配!吊炸天的Linux可视化管理工具,必须推荐给你!",
|
|
@@ -132,25 +141,25 @@
|
|
|
132
141
|
"author": "macrozheng",
|
|
133
142
|
"home_url": "https://segmentfault.com/u/macrozheng",
|
|
134
143
|
"votes": "4",
|
|
135
|
-
"rank":
|
|
144
|
+
"rank": 16
|
|
136
145
|
},
|
|
137
146
|
{
|
|
138
|
-
"title": "
|
|
139
|
-
"description": "
|
|
140
|
-
"url": "https://segmentfault.com/a/
|
|
141
|
-
"author": "
|
|
142
|
-
"home_url": "https://segmentfault.com/u/
|
|
143
|
-
"votes": "
|
|
144
|
-
"rank":
|
|
147
|
+
"title": "23 个非常有用的 NodeJs 库",
|
|
148
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041458272",
|
|
150
|
+
"author": "前端小智",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
152
|
+
"votes": "8",
|
|
153
|
+
"rank": 17
|
|
145
154
|
},
|
|
146
155
|
{
|
|
147
|
-
"title": "
|
|
148
|
-
"description": "
|
|
149
|
-
"url": "https://segmentfault.com/a/
|
|
150
|
-
"author": "
|
|
151
|
-
"home_url": "https://segmentfault.com/u/
|
|
156
|
+
"title": "GPL3.0许可证软件著作权纠纷案例解析 续一:VirtualApp还是不是开源软件?",
|
|
157
|
+
"description": "开源软件作者判定与主体适格问题,GPL开源许可证的法律性质,违反许可证的后果与侵权赔偿。我们得出结论,署名的人就是开源软件作者,可以在中国法院起诉;GPL3.0许可证被认为是合同,用户违反了许可证的约定,需...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041444355",
|
|
159
|
+
"author": "AlexChen",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/alex2020",
|
|
152
161
|
"votes": "4",
|
|
153
|
-
"rank":
|
|
162
|
+
"rank": 18
|
|
154
163
|
},
|
|
155
164
|
{
|
|
156
165
|
"title": "拜托,使用Three.js让二维图片具有3D效果超酷的好吗 💥",
|
|
@@ -159,7 +168,7 @@
|
|
|
159
168
|
"author": "dragonir",
|
|
160
169
|
"home_url": "https://segmentfault.com/u/dragonir",
|
|
161
170
|
"votes": "4",
|
|
162
|
-
"rank":
|
|
171
|
+
"rank": 19
|
|
163
172
|
},
|
|
164
173
|
{
|
|
165
174
|
"title": "vscode语音注释, 让信息更丰富 (上)",
|
|
@@ -168,15 +177,6 @@
|
|
|
168
177
|
"author": "lulu_up",
|
|
169
178
|
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
170
179
|
"votes": "6",
|
|
171
|
-
"rank": 19
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"title": "GPL3.0许可证软件著作权纠纷案例解析 续一:VirtualApp还是不是开源软件?",
|
|
175
|
-
"description": "开源软件作者判定与主体适格问题,GPL开源许可证的法律性质,违反许可证的后果与侵权赔偿。我们得出结论,署名的人就是开源软件作者,可以在中国法院起诉;GPL3.0许可证被认为是合同,用户违反了许可证的约定,需...",
|
|
176
|
-
"url": "https://segmentfault.com/a/1190000041444355",
|
|
177
|
-
"author": "AlexChen",
|
|
178
|
-
"home_url": "https://segmentfault.com/u/alex2020",
|
|
179
|
-
"votes": "4",
|
|
180
180
|
"rank": 20
|
|
181
181
|
},
|
|
182
182
|
{
|
|
@@ -188,6 +188,33 @@
|
|
|
188
188
|
"votes": "6",
|
|
189
189
|
"rank": 21
|
|
190
190
|
},
|
|
191
|
+
{
|
|
192
|
+
"title": "JS中的进程、线程、任务队列、事件循环、宏任务、微任务、执行栈等概念理解",
|
|
193
|
+
"description": "JS中的进程、线程、任务队列、事件循环、宏任务、微任务、执行栈等概念理解javascript中有很多需要知道的概念,尤其是标题中列出来的这些,今天就来过一下这些概念。一、进程和线程浏览器的每一个tab页可以看做是...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041433733",
|
|
195
|
+
"author": "伯约同学",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/jinbitao",
|
|
197
|
+
"votes": "3",
|
|
198
|
+
"rank": 22
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"title": "手把手带你开发一款提效工具--VScode插件",
|
|
202
|
+
"description": "想必每个熟练的前端弄潮者,在熟练业务之后,常常都会将组件进行抽离公共组件,可以大大的提高开发效率。然而抽离公共组件之后,日常的开发便是创建相同的文件夹,修改router ,修改表单的属性 fields 和 prop 等...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041440968",
|
|
204
|
+
"author": "得物技术",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/dewujishu",
|
|
206
|
+
"votes": "5",
|
|
207
|
+
"rank": 23
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"title": "马斯克:我是 Rust 粉丝,但为了性能会选择 C",
|
|
211
|
+
"description": "作为一位几乎时刻处于风口浪尖上的“网络红人”,特斯拉 CEO 埃隆·马斯克(Elon Musk)被外界评价为“致力于从人工智能手中拯救人类”的钢铁侠。近期,这位大佬又因不少“出格”言论而在社交媒体上引发热议 —— 在一家 AI ...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041453850",
|
|
213
|
+
"author": "MissD",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
215
|
+
"votes": "5",
|
|
216
|
+
"rank": 24
|
|
217
|
+
},
|
|
191
218
|
{
|
|
192
219
|
"title": "2.21汇报",
|
|
193
220
|
"description": "这周遇到的问题主要是环境问题第一个就是历史遗留问题,MySQL版本问题当时没有及时解决,当时想着就是啥时候遇到问题再说,然后在跑日志系统的时候是没有问题的,后来在智慧社区就有问题了。其实当时是没有装MySQ...",
|
|
@@ -195,7 +222,7 @@
|
|
|
195
222
|
"author": "李国稳",
|
|
196
223
|
"home_url": "https://segmentfault.com/u/meng_60ba0d4174d72",
|
|
197
224
|
"votes": "3",
|
|
198
|
-
"rank":
|
|
225
|
+
"rank": 25
|
|
199
226
|
},
|
|
200
227
|
{
|
|
201
228
|
"title": "go微服务开发工具箱",
|
|
@@ -204,7 +231,7 @@
|
|
|
204
231
|
"author": "codecraft",
|
|
205
232
|
"home_url": "https://segmentfault.com/u/codecraft",
|
|
206
233
|
"votes": "3",
|
|
207
|
-
"rank":
|
|
234
|
+
"rank": 26
|
|
208
235
|
},
|
|
209
236
|
{
|
|
210
237
|
"title": "面试官:你都工作3年了,这个算法题都不会?",
|
|
@@ -213,16 +240,7 @@
|
|
|
213
240
|
"author": "前端胖头鱼",
|
|
214
241
|
"home_url": "https://segmentfault.com/u/116263",
|
|
215
242
|
"votes": "4",
|
|
216
|
-
"rank":
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"title": "马斯克:我是 Rust 粉丝,但为了性能会选择 C",
|
|
220
|
-
"description": "作为一位几乎时刻处于风口浪尖上的“网络红人”,特斯拉 CEO 埃隆·马斯克(Elon Musk)被外界评价为“致力于从人工智能手中拯救人类”的钢铁侠。近期,这位大佬又因不少“出格”言论而在社交媒体上引发热议 —— 在一家 AI ...",
|
|
221
|
-
"url": "https://segmentfault.com/a/1190000041453850",
|
|
222
|
-
"author": "MissD",
|
|
223
|
-
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
224
|
-
"votes": "5",
|
|
225
|
-
"rank": 25
|
|
243
|
+
"rank": 27
|
|
226
244
|
},
|
|
227
245
|
{
|
|
228
246
|
"title": "ULID 与 UUID:用于 JavaScript 的可排序随机 ID 生成器",
|
|
@@ -231,42 +249,24 @@
|
|
|
231
249
|
"author": "杭州程序员张张",
|
|
232
250
|
"home_url": "https://segmentfault.com/u/dunizb",
|
|
233
251
|
"votes": "5",
|
|
234
|
-
"rank": 26
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"title": "JZ-066-机器人的运动范围",
|
|
238
|
-
"description": "地上有一个m行和n列的方格。一个机器人从坐标0,0的格子开始移动,每一次只能向左,右,上,下四个方向移动一格,但是不能进入行坐标和列坐标的数位之和大于k的格子。 例如,当k为18时,机器人能够进入方格(35,37...",
|
|
239
|
-
"url": "https://segmentfault.com/a/1190000041431460",
|
|
240
|
-
"author": "雄狮虎豹",
|
|
241
|
-
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
242
|
-
"votes": "4",
|
|
243
|
-
"rank": 27
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"title": "整理了这23个开源项,初学者可以拿来练习!",
|
|
247
|
-
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
248
|
-
"url": "https://segmentfault.com/a/1190000041439689",
|
|
249
|
-
"author": "前端小智",
|
|
250
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
251
|
-
"votes": "4",
|
|
252
252
|
"rank": 28
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"title": "
|
|
256
|
-
"description": "
|
|
257
|
-
"url": "https://segmentfault.com/a/
|
|
258
|
-
"author": "
|
|
259
|
-
"home_url": "https://segmentfault.com/u/
|
|
260
|
-
"votes": "
|
|
255
|
+
"title": "远程办公有多爽?",
|
|
256
|
+
"description": "具体内容涉及公司机密,不方便透露。但是可以说的是,目前负责的内容是一些前端基础设施的建设,具体内容涉及到工程化,编译,跨端等。并且负责的内容和之前工作有一定差异,因此也学到了不少东西。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041438494",
|
|
258
|
+
"author": "lucifer",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/shuohaodeyixuene",
|
|
260
|
+
"votes": "3",
|
|
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/
|
|
269
|
-
"votes": "
|
|
264
|
+
"title": "Redis入门与实践(附项目真实案例代码)",
|
|
265
|
+
"description": "今天继续更新austin项目,如果还没看过该系列的同学可以点开我的历史文章回顾下,在看的过程中不要忘记了点赞哟!建议不要漏了或者跳着看,不然这篇就看不懂了,之前写过的知识点和业务我就不再赘述啦。",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041439754",
|
|
267
|
+
"author": "Java3y",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/java_3y",
|
|
269
|
+
"votes": "3",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|
package/web/data/toutiao-30.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{
|
|
3
3
|
"title": "神器 Nginx 的学习手册 ( 建议收藏 )",
|
|
4
4
|
"description": " 转载:DevOps技术栈Nginx 是一个高性能的 HTTP 和反向代理服务器,特点是占用内存少,并发能力强,事实上 Nginx 的并发能力确实在同类型的网页服务器中表现较好。...",
|
|
5
|
-
"votes": "
|
|
5
|
+
"votes": "234",
|
|
6
6
|
"url": "/k/6f1qaso",
|
|
7
7
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
8
8
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
@@ -22,13 +22,23 @@
|
|
|
22
22
|
{
|
|
23
23
|
"title": "2021年最受程序员欢迎的开发工具TOP 100名单出炉!",
|
|
24
24
|
"description": "",
|
|
25
|
-
"votes": "
|
|
25
|
+
"votes": "112",
|
|
26
26
|
"url": "/k/uf5vypr",
|
|
27
27
|
"avatar": "https://img.toutiao.io/subject/bce4db7347f44c87a8f5eef28513f93f/thumb",
|
|
28
28
|
"avatarAlt": "yaya的鸡汤 - 独家号",
|
|
29
29
|
"subjectName": "yaya的鸡汤",
|
|
30
30
|
"homeUrl": "/subjects/132121"
|
|
31
31
|
},
|
|
32
|
+
{
|
|
33
|
+
"title": "什么人能成为Leader,大Leader该做什么",
|
|
34
|
+
"description": "原创不易,求分享、求一键三连两个故事谁能成为Leader之前接手了一块产品业务线,于是与原Leader说了下分工,大概意思是:我是过来学习的,也能给团队带来更多的资源,团队内的工作...",
|
|
35
|
+
"votes": "112",
|
|
36
|
+
"url": "/k/pnlaqae",
|
|
37
|
+
"avatar": "https://img.toutiao.io/subject/c9bc51847b0c4b49aca52d0eaa087ed1/thumb",
|
|
38
|
+
"avatarAlt": "冷星前端圈 - 独家号",
|
|
39
|
+
"subjectName": "冷星前端圈",
|
|
40
|
+
"homeUrl": "/subjects/380054"
|
|
41
|
+
},
|
|
32
42
|
{
|
|
33
43
|
"title": "支付系统架构设计详解",
|
|
34
44
|
"description": "",
|
|
@@ -39,16 +49,6 @@
|
|
|
39
49
|
"subjectName": "服务架构及中台",
|
|
40
50
|
"homeUrl": "/subjects/26578"
|
|
41
51
|
},
|
|
42
|
-
{
|
|
43
|
-
"title": "什么人能成为Leader,大Leader该做什么",
|
|
44
|
-
"description": "原创不易,求分享、求一键三连两个故事谁能成为Leader之前接手了一块产品业务线,于是与原Leader说了下分工,大概意思是:我是过来学习的,也能给团队带来更多的资源,团队内的工作...",
|
|
45
|
-
"votes": "111",
|
|
46
|
-
"url": "/k/pnlaqae",
|
|
47
|
-
"avatar": "https://img.toutiao.io/subject/c9bc51847b0c4b49aca52d0eaa087ed1/thumb",
|
|
48
|
-
"avatarAlt": "冷星前端圈 - 独家号",
|
|
49
|
-
"subjectName": "冷星前端圈",
|
|
50
|
-
"homeUrl": "/subjects/380054"
|
|
51
|
-
},
|
|
52
52
|
{
|
|
53
53
|
"title": "作为研发Leader,如何做总结",
|
|
54
54
|
"description": "",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
{
|
|
103
103
|
"title": "ClickHouse使用实践与规范",
|
|
104
104
|
"description": "",
|
|
105
|
-
"votes": "
|
|
105
|
+
"votes": "79",
|
|
106
106
|
"url": "/k/fb7mdkl",
|
|
107
107
|
"avatar": "https://img.toutiao.io/subject/bce4db7347f44c87a8f5eef28513f93f/thumb",
|
|
108
108
|
"avatarAlt": "yaya的鸡汤 - 独家号",
|
|
@@ -139,6 +139,16 @@
|
|
|
139
139
|
"subjectName": "4k咖啡豆",
|
|
140
140
|
"homeUrl": "/subjects/158649"
|
|
141
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"title": "Golang 简洁架构实战",
|
|
144
|
+
"description": "作者:bearluo,腾讯 IEG 运营开发工程师文中项目代码位置:https://github.com/devYun/go-clean-architecture由于 golang...",
|
|
145
|
+
"votes": "79",
|
|
146
|
+
"url": "/k/vjw1dlc",
|
|
147
|
+
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
148
|
+
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
149
|
+
"subjectName": "趣编程的独家号",
|
|
150
|
+
"homeUrl": "/subjects/465623"
|
|
151
|
+
},
|
|
142
152
|
{
|
|
143
153
|
"title": "【超赞】技术架构的战略和战术原则",
|
|
144
154
|
"description": "",
|
|
@@ -149,16 +159,6 @@
|
|
|
149
159
|
"subjectName": "进击的程序猿",
|
|
150
160
|
"homeUrl": "/subjects/24912"
|
|
151
161
|
},
|
|
152
|
-
{
|
|
153
|
-
"title": "Golang 简洁架构实战",
|
|
154
|
-
"description": "作者:bearluo,腾讯 IEG 运营开发工程师文中项目代码位置:https://github.com/devYun/go-clean-architecture由于 golang...",
|
|
155
|
-
"votes": "77",
|
|
156
|
-
"url": "/k/vjw1dlc",
|
|
157
|
-
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
158
|
-
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
159
|
-
"subjectName": "趣编程的独家号",
|
|
160
|
-
"homeUrl": "/subjects/465623"
|
|
161
|
-
},
|
|
162
162
|
{
|
|
163
163
|
"title": "你分库分表的姿势对么?——详谈水平分库分表",
|
|
164
164
|
"description": "",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
{
|
|
173
173
|
"title": "一张图看懂微服务架构路线",
|
|
174
174
|
"description": "",
|
|
175
|
-
"votes": "
|
|
175
|
+
"votes": "70",
|
|
176
176
|
"url": "/k/upx1qip",
|
|
177
177
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
178
178
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
@@ -199,16 +199,6 @@
|
|
|
199
199
|
"subjectName": "DeepNoMind",
|
|
200
200
|
"homeUrl": "/subjects/460290"
|
|
201
201
|
},
|
|
202
|
-
{
|
|
203
|
-
"title": "面试官问: Redis为什么是单线程、及高并发快的原因?",
|
|
204
|
-
"description": "",
|
|
205
|
-
"votes": "71",
|
|
206
|
-
"url": "/k/r1eos9k",
|
|
207
|
-
"avatar": "https://img.toutiao.io/subject/bd96da5f87da45b8a1b5f3e6715a6482/thumb",
|
|
208
|
-
"avatarAlt": "浅谈架构 - 独家号",
|
|
209
|
-
"subjectName": "浅谈架构",
|
|
210
|
-
"homeUrl": "/subjects/379488"
|
|
211
|
-
},
|
|
212
202
|
{
|
|
213
203
|
"title": "石墨文档是如何通过 WebSocket 实现百万长连接的?",
|
|
214
204
|
"description": "",
|
|
@@ -248,5 +238,15 @@
|
|
|
248
238
|
"avatarAlt": "Bloomingroses - 独家号",
|
|
249
239
|
"subjectName": "Bloomingroses",
|
|
250
240
|
"homeUrl": "/subjects/98777"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"title": "十亿用户的系统!",
|
|
244
|
+
"description": "",
|
|
245
|
+
"votes": "56",
|
|
246
|
+
"url": "/k/pqsnqhd",
|
|
247
|
+
"avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
|
|
248
|
+
"avatarAlt": "浪客用react,java全栈 - 独家号",
|
|
249
|
+
"subjectName": "浪客用react,java全栈",
|
|
250
|
+
"homeUrl": "/subjects/132403"
|
|
251
251
|
}
|
|
252
252
|
]
|