@wcj/github-rank 22.8.21 → 22.8.22

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 (37) hide show
  1. package/dist/repos.json +17613 -17608
  2. package/dist/sifou-daily.json +65 -1
  3. package/dist/sifou-monthly.json +46 -46
  4. package/dist/sifou-weekly.json +85 -85
  5. package/dist/toutiao-30.json +24 -24
  6. package/dist/toutiao-7.json +88 -88
  7. package/dist/toutiao-90.json +39 -39
  8. package/dist/trending-daily.json +179 -168
  9. package/dist/trending-monthly.json +148 -148
  10. package/dist/trending-weekly.json +156 -156
  11. package/dist/users.china.json +864 -864
  12. package/dist/users.json +1798 -1798
  13. package/package.json +1 -1
  14. package/web/data/repos.json +17613 -17608
  15. package/web/data/sifou-daily.json +65 -1
  16. package/web/data/sifou-monthly.json +46 -46
  17. package/web/data/sifou-weekly.json +85 -85
  18. package/web/data/toutiao-30.json +24 -24
  19. package/web/data/toutiao-7.json +88 -88
  20. package/web/data/toutiao-90.json +39 -39
  21. package/web/data/trending-daily.json +179 -168
  22. package/web/data/trending-monthly.json +148 -148
  23. package/web/data/trending-weekly.json +156 -156
  24. package/web/data/users.china.json +864 -864
  25. package/web/data/users.json +1798 -1798
  26. package/web/index.html +1025 -1025
  27. package/web/repos.html +2127 -2127
  28. package/web/sifou-daily.html +198 -2
  29. package/web/sifou-monthly.html +85 -85
  30. package/web/sifou-weekly.html +121 -121
  31. package/web/toutiao-30.html +41 -41
  32. package/web/toutiao-7.html +89 -89
  33. package/web/toutiao-90.html +49 -49
  34. package/web/trending-monthly.html +131 -131
  35. package/web/trending-weekly.html +140 -140
  36. package/web/trending.html +180 -150
  37. package/web/users.china.html +449 -449
@@ -1 +1,65 @@
1
- []
1
+ [
2
+ {
3
+ "title": "专业的三维人物动画制作工具:DAZ Studio",
4
+ "description": "想要制作三维动画不知道用什么工具?DAZ Studio是一款功能强大的三维人物动画制作工具,通过软件自带的虚拟人物模型,您不仅可以自由的添加场景环境等虚拟元素,还可以进行相关主题以及光线效果的设置,用户可以...",
5
+ "url": "https://segmentfault.com/a/1190000042352541",
6
+ "author": "吱吱的小奶包",
7
+ "home_url": "https://segmentfault.com/u/jinzhangdemianbao",
8
+ "votes": "2",
9
+ "rank": 1
10
+ },
11
+ {
12
+ "title": "如何在CSS中使用变量",
13
+ "description": "CSS变量(官方称为自定义属性)是用户定义的值,它可以在你的代码库中设置一次并多次使用。它们使管理颜色、字体、大小和动画值变得更加容易,并确保整个web应用的一致性。",
14
+ "url": "https://segmentfault.com/a/1190000042352473",
15
+ "author": "chuck",
16
+ "home_url": "https://segmentfault.com/u/chuckqu",
17
+ "votes": "2",
18
+ "rank": 2
19
+ },
20
+ {
21
+ "title": "初学Go 值得深研的7大开源项目",
22
+ "description": "go-admin基于Gin + Vue + Element UI的前后端分离权限管理系统,系统初始化极度简单,只需要配置文件中,修改数据库连接,系统支持多指令操作,迁移指令可以让初始化数据库信息变得更简单,服务指令可以很简单的启...",
23
+ "url": "https://segmentfault.com/a/1190000042353994",
24
+ "author": "7small7",
25
+ "home_url": "https://segmentfault.com/u/7small7",
26
+ "votes": "1",
27
+ "rank": 3
28
+ },
29
+ {
30
+ "title": "[Vue warn]: Method xx has already been defined as a prop",
31
+ "description": "报错如下Vue wran]: Method \"onLogin\" has already been defined as a prop.原因:一个组件内,props、data、computed、methods都会被挂载到vue实例(vm)上,因此不能重名解决:1、命名避开重名2、在watch监听里写",
32
+ "url": "https://segmentfault.com/a/1190000042353949",
33
+ "author": "starwang",
34
+ "home_url": "https://segmentfault.com/u/xiao_chen",
35
+ "votes": "1",
36
+ "rank": 4
37
+ },
38
+ {
39
+ "title": "用node从零做个管理shell命令的好用工具, 正好温习下commander.js相关内容",
40
+ "description": "你有没有经历过忘记某个shell命令怎么拼写? 或是懒得打一长串命令的经历? 比如我的mac笔记本的tachbar偶尔会'卡死', 这时我就要输入 killall ControlStrip 命令重启tachbar, 你也看到了这个命...",
41
+ "url": "https://segmentfault.com/a/1190000042353870",
42
+ "author": "lulu_up",
43
+ "home_url": "https://segmentfault.com/u/lulu_up",
44
+ "votes": "3",
45
+ "rank": 5
46
+ },
47
+ {
48
+ "title": "伙计,Go项目怎么使用枚举?",
49
+ "description": "哈喽,大家好,我是asong。枚举是一种很重要的数据类型,在java、C语言等主流编程语言中都支持了枚举类型,但是在Go语言中却没有枚举类型,那有什么替代方案吗? 本文我们来聊一聊这个事情;",
50
+ "url": "https://segmentfault.com/a/1190000042353300",
51
+ "author": "asong",
52
+ "home_url": "https://segmentfault.com/u/asong_5eeb7a1d0da86",
53
+ "votes": "1",
54
+ "rank": 6
55
+ },
56
+ {
57
+ "title": "几个提升Go语言开发效率的小技巧",
58
+ "description": "哈喽,大家好,我是asong。每门语言都有自己的语法糖,像java的语法糖就有方法变长参数、拆箱与装箱、枚举、for-each等等,Go语言也不例外,其也有自己的语法糖,掌握这些语法糖可以助我们提高开发的效率,所以本...",
59
+ "url": "https://segmentfault.com/a/1190000042353285",
60
+ "author": "asong",
61
+ "home_url": "https://segmentfault.com/u/asong_5eeb7a1d0da86",
62
+ "votes": "1",
63
+ "rank": 7
64
+ }
65
+ ]
@@ -14,7 +14,7 @@
14
14
  "url": "https://segmentfault.com/a/1190000042217200",
15
15
  "author": "chokcoco",
16
16
  "home_url": "https://segmentfault.com/u/chokcoco",
17
- "votes": "24",
17
+ "votes": "25",
18
18
  "rank": 2
19
19
  },
20
20
  {
@@ -32,7 +32,7 @@
32
32
  "url": "https://segmentfault.com/a/1190000042267425",
33
33
  "author": "chokcoco",
34
34
  "home_url": "https://segmentfault.com/u/chokcoco",
35
- "votes": "22",
35
+ "votes": "23",
36
36
  "rank": 4
37
37
  },
38
38
  {
@@ -62,6 +62,15 @@
62
62
  "votes": "19",
63
63
  "rank": 7
64
64
  },
65
+ {
66
+ "title": "多行文本下的文字渐隐消失术",
67
+ "description": "本文将探讨一下,在多行文本情形下的一些有意思的文字动效。多行文本,相对于单行文本,场景会复杂一些,但是在实际业务中,多行文本也是非常之多的,但是其效果处理比起单行文本会更困难。单行与多行文本的渐隐...",
68
+ "url": "https://segmentfault.com/a/1190000042325723",
69
+ "author": "chokcoco",
70
+ "home_url": "https://segmentfault.com/u/chokcoco",
71
+ "votes": "17",
72
+ "rank": 8
73
+ },
65
74
  {
66
75
  "title": "可视化拖拽组件库一些技术要点原理分析(四)",
67
76
  "description": "本文是可视化拖拽系列的第四篇,比起之前的三篇文章,这篇功能点要稍微少一点,总共有五点:SVG 组件动态属性面板数据来源(接口请求)组件联动组件按需加载如果你对我之前的系列文章不是很了解,建议先把这三篇...",
@@ -69,15 +78,6 @@
69
78
  "author": "谭光志",
70
79
  "home_url": "https://segmentfault.com/u/woai3c",
71
80
  "votes": "14",
72
- "rank": 8
73
- },
74
- {
75
- "title": "多行文本下的文字渐隐消失术",
76
- "description": "本文将探讨一下,在多行文本情形下的一些有意思的文字动效。多行文本,相对于单行文本,场景会复杂一些,但是在实际业务中,多行文本也是非常之多的,但是其效果处理比起单行文本会更困难。单行与多行文本的渐隐...",
77
- "url": "https://segmentfault.com/a/1190000042325723",
78
- "author": "chokcoco",
79
- "home_url": "https://segmentfault.com/u/chokcoco",
80
- "votes": "16",
81
81
  "rank": 9
82
82
  },
83
83
  {
@@ -98,15 +98,6 @@
98
98
  "votes": "11",
99
99
  "rank": 11
100
100
  },
101
- {
102
- "title": "一个简洁、强大、可扩展的前端项目架构是什么样的?",
103
- "description": "大家好,我卡颂。React技术栈的一大优势在于 —— 社区繁荣,你业务中需要实现的功能基本都能找到对应的开源库。但繁荣也有不好的一面 —— 要实现同样的功能,有太多选择,到底选哪个?本文要介绍一个12.7k的开源项...",
104
- "url": "https://segmentfault.com/a/1190000042200631",
105
- "author": "卡颂",
106
- "home_url": "https://segmentfault.com/u/kasong",
107
- "votes": "14",
108
- "rank": 12
109
- },
110
101
  {
111
102
  "title": "Windows滚动条如何美化成 macOS 那样?",
112
103
  "description": "欢迎关注我的公众号:前端侦探众所周知,Windows和macOS的滚动条在默认情况是不一致的,最显著的区别就是 macOS滚动条是不占据屏幕尺寸的,如下而Windows下是这样的很多设计师会吐槽Windows滚动条不太美观,能不...",
@@ -114,7 +105,7 @@
114
105
  "author": "XboxYan",
115
106
  "home_url": "https://segmentfault.com/u/xboxyan",
116
107
  "votes": "20",
117
- "rank": 13
108
+ "rank": 12
118
109
  },
119
110
  {
120
111
  "title": "使用前端技术实现静态图片局部流动效果 🌊",
@@ -123,7 +114,7 @@
123
114
  "author": "dragonir",
124
115
  "home_url": "https://segmentfault.com/u/dragonir",
125
116
  "votes": "10",
126
- "rank": 14
117
+ "rank": 13
127
118
  },
128
119
  {
129
120
  "title": "Wuzzle,进行基于 webpack 的 JS 转译",
@@ -132,7 +123,7 @@
132
123
  "author": "乌柏木",
133
124
  "home_url": "https://segmentfault.com/u/wubomu",
134
125
  "votes": "14",
135
- "rank": 15
126
+ "rank": 14
136
127
  },
137
128
  {
138
129
  "title": "React Fiber架构原理剖析",
@@ -141,7 +132,7 @@
141
132
  "author": "xiangzhihong",
142
133
  "home_url": "https://segmentfault.com/u/xiangzhihong",
143
134
  "votes": "11",
144
- "rank": 16
135
+ "rank": 15
145
136
  },
146
137
  {
147
138
  "title": "Wuzzle,不 eject 也能定制 create-react-app 创建的 React 应用",
@@ -150,7 +141,7 @@
150
141
  "author": "乌柏木",
151
142
  "home_url": "https://segmentfault.com/u/wubomu",
152
143
  "votes": "14",
153
- "rank": 17
144
+ "rank": 16
154
145
  },
155
146
  {
156
147
  "title": "markdown 编辑器实现双屏同步滚动",
@@ -159,7 +150,7 @@
159
150
  "author": "谭光志",
160
151
  "home_url": "https://segmentfault.com/u/woai3c",
161
152
  "votes": "9",
162
- "rank": 18
153
+ "rank": 17
163
154
  },
164
155
  {
165
156
  "title": "详聊immer.js高效复制与冻结\"对象\"的原理于局限性",
@@ -167,8 +158,8 @@
167
158
  "url": "https://segmentfault.com/a/1190000042282263",
168
159
  "author": "lulu_up",
169
160
  "home_url": "https://segmentfault.com/u/lulu_up",
170
- "votes": "9",
171
- "rank": 19
161
+ "votes": "12",
162
+ "rank": 18
172
163
  },
173
164
  {
174
165
  "title": "🎁 「极客观点」上线:全新打卡挑战开启,完成既得限量周边!",
@@ -177,7 +168,7 @@
177
168
  "author": "SegmentFault思否",
178
169
  "home_url": "https://segmentfault.com/u/segmentfault",
179
170
  "votes": "8",
180
- "rank": 20
171
+ "rank": 19
181
172
  },
182
173
  {
183
174
  "title": "梳理 Webpack 知识体系与学习资源推荐",
@@ -186,7 +177,7 @@
186
177
  "author": "JackySummer",
187
178
  "home_url": "https://segmentfault.com/u/jackysummer",
188
179
  "votes": "15",
189
- "rank": 21
180
+ "rank": 20
190
181
  },
191
182
  {
192
183
  "title": "面向推荐的汽车知识图谱构建",
@@ -195,7 +186,7 @@
195
186
  "author": "之家技术",
196
187
  "home_url": "https://segmentfault.com/u/zhijiajishu",
197
188
  "votes": "11",
198
- "rank": 22
189
+ "rank": 21
199
190
  },
200
191
  {
201
192
  "title": "使用Three.js实现炫酷的赛博朋克风格3D数字地球大屏 🌐",
@@ -204,16 +195,7 @@
204
195
  "author": "dragonir",
205
196
  "home_url": "https://segmentfault.com/u/dragonir",
206
197
  "votes": "6",
207
- "rank": 23
208
- },
209
- {
210
- "title": "通向架子工的前端开发利器推荐",
211
- "description": "01:thunderclient: VSCode 中的 postmanVSCode 的一个插件,在 VSCode 中管理请求资源,如同 postman 一样。它支持与 postman 兼容的格式,可导出为 postman Collection。02:Apifox, 团队 API 管理利器Apifox,...",
212
- "url": "https://segmentfault.com/a/1190000042204295",
213
- "author": "shanyue",
214
- "home_url": "https://segmentfault.com/u/xiange",
215
- "votes": "9",
216
- "rank": 24
198
+ "rank": 22
217
199
  },
218
200
  {
219
201
  "title": "你的 Tap bar 不够花里胡哨,试试这个!",
@@ -222,7 +204,7 @@
222
204
  "author": "前端小智",
223
205
  "home_url": "https://segmentfault.com/u/minnanitkong",
224
206
  "votes": "8",
225
- "rank": 25
207
+ "rank": 23
226
208
  },
227
209
  {
228
210
  "title": "基于 Next.js实现在线Excel",
@@ -231,7 +213,7 @@
231
213
  "author": "葡萄城技术团队",
232
214
  "home_url": "https://segmentfault.com/u/grapecity",
233
215
  "votes": "5",
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/justbecoder",
242
224
  "votes": "7",
243
- "rank": 27
225
+ "rank": 25
244
226
  },
245
227
  {
246
228
  "title": "低代码是开发的未来吗?浅谈低代码平台",
@@ -249,7 +231,16 @@
249
231
  "author": "云叔_又拍云",
250
232
  "home_url": "https://segmentfault.com/u/yunshu_blog",
251
233
  "votes": "11",
252
- "rank": 28
234
+ "rank": 26
235
+ },
236
+ {
237
+ "title": "从 Islands Architecture 看前端有多卷",
238
+ "description": "大家好,我卡颂。最近,Remix团队的暴躁老哥Ryan Florence一连怼了好几个友商框架,比如:喷SolidStart抄Remix的文档怼Next.js抄Remix的API设计吐槽Astro、Qwik没有什么新鲜理念当然,这些推文发出不到一天就被老...",
239
+ "url": "https://segmentfault.com/a/1190000042307425",
240
+ "author": "卡颂",
241
+ "home_url": "https://segmentfault.com/u/kasong",
242
+ "votes": "8",
243
+ "rank": 27
253
244
  },
254
245
  {
255
246
  "title": "我做了一个在线白板(二)",
@@ -258,7 +249,7 @@
258
249
  "author": "街角小林",
259
250
  "home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
260
251
  "votes": "5",
261
- "rank": 29
252
+ "rank": 28
262
253
  },
263
254
  {
264
255
  "title": "整理了这23个开源项,初学者可以拿来练习!",
@@ -267,6 +258,15 @@
267
258
  "author": "前端小智",
268
259
  "home_url": "https://segmentfault.com/u/minnanitkong",
269
260
  "votes": "7",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "使用Vue.js编写命令行界面,前端开发CLI的利器",
265
+ "description": "大家好,我是webfansplz.继将 Vue 渲染到嵌入式液晶屏后,今天要跟大家分享的是如何将Vue渲染到命令行工具 :).关于命令行工具,大家应该都比较熟悉了,比如vue-cli、Vite等.我们在编写前端应用面向用户时,通常会非常...",
266
+ "url": "https://segmentfault.com/a/1190000042288656",
267
+ "author": "null仔",
268
+ "home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
269
+ "votes": "4",
270
270
  "rank": 30
271
271
  }
272
272
  ]
@@ -5,7 +5,7 @@
5
5
  "url": "https://segmentfault.com/a/1190000042325723",
6
6
  "author": "chokcoco",
7
7
  "home_url": "https://segmentfault.com/u/chokcoco",
8
- "votes": "16",
8
+ "votes": "17",
9
9
  "rank": 1
10
10
  },
11
11
  {
@@ -35,6 +35,24 @@
35
35
  "votes": "8",
36
36
  "rank": 4
37
37
  },
38
+ {
39
+ "title": "记录第一次给开源项目提 PR",
40
+ "description": "本篇文章算是该系列的一个彩蛋篇,记录一下第一次给开源项目提 PR 的过程(之前好像也有过,不过那个非常小的一个改动),希望能够帮助更多的人参与到开源项目中来。",
41
+ "url": "https://segmentfault.com/a/1190000042342284",
42
+ "author": "Gopal",
43
+ "home_url": "https://segmentfault.com/u/fengguangping",
44
+ "votes": "6",
45
+ "rank": 5
46
+ },
47
+ {
48
+ "title": "聊聊 npm 的语义化版本(Semver)",
49
+ "description": "现在我们要开发一个项目,我们都知道为了方便项目管理,要写一个版本号,那开发的时候初始的版本号是多少呢?是 1.0.0 还是 0.0.1 开始?",
50
+ "url": "https://segmentfault.com/a/1190000042342124",
51
+ "author": "冴羽",
52
+ "home_url": "https://segmentfault.com/u/yayu",
53
+ "votes": "5",
54
+ "rank": 6
55
+ },
38
56
  {
39
57
  "title": "精读《pnpm》",
40
58
  "description": "pnpm 全称是 “Performant NPM”,即高性能的 npm。它结合软硬链接与新的依赖组织方式,大大提升了包管理的效率,也同时解决了 “幻影依赖” 的问题,让包管理更加规范,减少潜在风险发生的可能性。",
@@ -42,7 +60,7 @@
42
60
  "author": "黄子毅",
43
61
  "home_url": "https://segmentfault.com/u/aoyangyudakong",
44
62
  "votes": "7",
45
- "rank": 5
63
+ "rank": 7
46
64
  },
47
65
  {
48
66
  "title": "手写一个有点意思的电梯小程序(React版本)",
@@ -51,7 +69,7 @@
51
69
  "author": "夕水",
52
70
  "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
53
71
  "votes": "3",
54
- "rank": 6
72
+ "rank": 8
55
73
  },
56
74
  {
57
75
  "title": "如何开发一款基于 vite+vue3 的在线表格系统(下)",
@@ -60,7 +78,7 @@
60
78
  "author": "葡萄城技术团队",
61
79
  "home_url": "https://segmentfault.com/u/grapecity",
62
80
  "votes": "5",
63
- "rank": 7
81
+ "rank": 9
64
82
  },
65
83
  {
66
84
  "title": "谷歌总是找不到想要的内容?学会这14个技巧,立马就能找到",
@@ -69,44 +87,8 @@
69
87
  "author": "前端小智",
70
88
  "home_url": "https://segmentfault.com/u/minnanitkong",
71
89
  "votes": "5",
72
- "rank": 8
73
- },
74
- {
75
- "title": "记录第一次给开源项目提 PR",
76
- "description": "本篇文章算是该系列的一个彩蛋篇,记录一下第一次给开源项目提 PR 的过程(之前好像也有过,不过那个非常小的一个改动),希望能够帮助更多的人参与到开源项目中来。",
77
- "url": "https://segmentfault.com/a/1190000042342284",
78
- "author": "Gopal",
79
- "home_url": "https://segmentfault.com/u/fengguangping",
80
- "votes": "5",
81
- "rank": 9
82
- },
83
- {
84
- "title": "聊聊 npm 的语义化版本(Semver)",
85
- "description": "现在我们要开发一个项目,我们都知道为了方便项目管理,要写一个版本号,那开发的时候初始的版本号是多少呢?是 1.0.0 还是 0.0.1 开始?",
86
- "url": "https://segmentfault.com/a/1190000042342124",
87
- "author": "冴羽",
88
- "home_url": "https://segmentfault.com/u/yayu",
89
- "votes": "4",
90
90
  "rank": 10
91
91
  },
92
- {
93
- "title": "将废弃的安卓手机重新用作Web服务器 一",
94
- "description": "将废弃的安卓手机重新用作Web服务器环境准备首先,我们需要给手机安装一个Linux环境。这里选择Termux,Termux是Android的终端模拟器下载地址你可能需要根据你的手机型号选择适合的版本下载后想办法将安装包发送到...",
95
- "url": "https://segmentfault.com/a/1190000042317550",
96
- "author": "Riki一二三",
97
- "home_url": "https://segmentfault.com/u/riki_wang",
98
- "votes": "3",
99
- "rank": 11
100
- },
101
- {
102
- "title": "开阔眼界的好工具,一文教你使用Wappalzer来学习全栈技术",
103
- "description": "大家都知道,一个完整的高可用、高性能的Web系统本身的构成是比较复杂的,除了我们熟知的前端部分,比如静态网页生成器、JS库、UI框架、监控工具等,还有Web Server、云服务、CDN内容分发、代理服务、HTTP缓存与...",
104
- "url": "https://segmentfault.com/a/1190000042316720",
105
- "author": "Gomi",
106
- "home_url": "https://segmentfault.com/u/gomi",
107
- "votes": "5",
108
- "rank": 12
109
- },
110
92
  {
111
93
  "title": "数据透视表上线!如何在纯前端实现这个强大的数据分析功能?",
112
94
  "description": "在Office三大办公套件中,Excel可能是功能最多、最难精通的那一款了。从日常的表格录入到复杂的业务数据统计分析,Excel仿佛一位外表平平无奇,实力却深不可测的武林高手。熟练使用Excel往往能在日常工作中获得事...",
@@ -114,7 +96,7 @@
114
96
  "author": "六一",
115
97
  "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
116
98
  "votes": "2",
117
- "rank": 13
99
+ "rank": 11
118
100
  },
119
101
  {
120
102
  "title": "js 使用reduce方法合并两个对象数组,有则替换,无则新增",
@@ -123,7 +105,7 @@
123
105
  "author": "Awbeci",
124
106
  "home_url": "https://segmentfault.com/u/awbeci",
125
107
  "votes": "5",
126
- "rank": 14
108
+ "rank": 12
127
109
  },
128
110
  {
129
111
  "title": "HPC、AI与云计算:当智能时代三叉戟在亚马逊云科技完美融合",
@@ -132,7 +114,7 @@
132
114
  "author": "六一",
133
115
  "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
134
116
  "votes": "1",
135
- "rank": 15
117
+ "rank": 13
136
118
  },
137
119
  {
138
120
  "title": "前端必备的 HTTP 知识",
@@ -141,7 +123,7 @@
141
123
  "author": "Gopal",
142
124
  "home_url": "https://segmentfault.com/u/fengguangping",
143
125
  "votes": "7",
144
- "rank": 16
126
+ "rank": 14
145
127
  },
146
128
  {
147
129
  "title": "在 api 接口测试中,我会关注这三个指标",
@@ -150,7 +132,7 @@
150
132
  "author": "气势凌人的柿子",
151
133
  "home_url": "https://segmentfault.com/u/qishilingrendeshizi",
152
134
  "votes": "3",
153
- "rank": 17
135
+ "rank": 15
154
136
  },
155
137
  {
156
138
  "title": "如何让 useEffect 支持 async...await?",
@@ -159,7 +141,7 @@
159
141
  "author": "Gopal",
160
142
  "home_url": "https://segmentfault.com/u/fengguangping",
161
143
  "votes": "1",
162
- "rank": 18
144
+ "rank": 16
163
145
  },
164
146
  {
165
147
  "title": "有两套数据源,那开源 api 管理工具如何部署?",
@@ -168,7 +150,16 @@
168
150
  "author": "猿计划",
169
151
  "home_url": "https://segmentfault.com/u/yuanjihua_5d954fd2a3238",
170
152
  "votes": "3",
171
- "rank": 19
153
+ "rank": 17
154
+ },
155
+ {
156
+ "title": "项目一共30个模块,你叫我maven版本一个个手动改?",
157
+ "description": "之前有个群友私聊问我,如何快速统一去更改项目中所有的maven版本号,他说之前都是手动一个个去修改,项目一共有30多个maven模块,上次因为漏改了一个,还造成了生产事故。",
158
+ "url": "https://segmentfault.com/a/1190000042345408",
159
+ "author": "铂赛东",
160
+ "home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
161
+ "votes": "3",
162
+ "rank": 18
172
163
  },
173
164
  {
174
165
  "title": "写接口文档之前,我会问自己 3 个问题",
@@ -177,16 +168,16 @@
177
168
  "author": "气势凌人的柿子",
178
169
  "home_url": "https://segmentfault.com/u/qishilingrendeshizi",
179
170
  "votes": "3",
180
- "rank": 20
171
+ "rank": 19
181
172
  },
182
173
  {
183
- "title": "11 个需要避免的 React 错误用法",
184
- "description": "随着 React 越来越受欢迎,React 开发者也越来越多,在开发过程中也遇到各种各样的问题。本文我将结合自己实际工作经验,总结 11 React 开发中常见的一些错误,帮助您避免一些错误的发生。如果您刚开始使用 Re...",
185
- "url": "https://segmentfault.com/a/1190000042318606",
186
- "author": "pingan8787",
187
- "home_url": "https://segmentfault.com/u/pingan8787",
188
- "votes": "2",
189
- "rank": 21
174
+ "title": "完整又全面,教你在 Github Action 多平台构建 Electron 应用",
175
+ "description": "众所周知,Electron 是一个开源的跨平台框架,它内部集成了 Node.js 环境和浏览器环境,让开发者可以使用 Web 技术来绘制客户端的 UI,同时拥有不错的 I/O 能力。",
176
+ "url": "https://segmentfault.com/a/1190000042334235",
177
+ "author": "eoapi",
178
+ "home_url": "https://segmentfault.com/u/jiangdaoyidechahu",
179
+ "votes": "4",
180
+ "rank": 20
190
181
  },
191
182
  {
192
183
  "title": "一文讲透Java核心技术之高可扩展利器SPI",
@@ -195,16 +186,16 @@
195
186
  "author": "冰河",
196
187
  "home_url": "https://segmentfault.com/u/binghe001",
197
188
  "votes": "0",
198
- "rank": 22
189
+ "rank": 21
199
190
  },
200
191
  {
201
- "title": "完整又全面,教你在 Github Action 多平台构建 Electron 应用",
202
- "description": "众所周知,Electron 是一个开源的跨平台框架,它内部集成了 Node.js 环境和浏览器环境,让开发者可以使用 Web 技术来绘制客户端的 UI,同时拥有不错的 I/O 能力。",
203
- "url": "https://segmentfault.com/a/1190000042334235",
204
- "author": "eoapi",
205
- "home_url": "https://segmentfault.com/u/jiangdaoyidechahu",
206
- "votes": "4",
207
- "rank": 23
192
+ "title": "在阿里做前端程序员,我是这样规划的",
193
+ "description": "许多前端工程师工作超过了3年之后会遇到一个迷茫期,我跟很多前端从业人也聊过,有一部分人说想做开源项目推广出去(类似react,vue)变成前端网红。有些说想去创业。往往更长远的职业发展规划考虑的很少。我希望...",
194
+ "url": "https://segmentfault.com/a/1190000042334736",
195
+ "author": "大淘宝技术",
196
+ "home_url": "https://segmentfault.com/u/alibabataoxijishu",
197
+ "votes": "5",
198
+ "rank": 22
208
199
  },
209
200
  {
210
201
  "title": "如果让我设计一套,TPS百万级API网关!",
@@ -213,16 +204,7 @@
213
204
  "author": "小傅哥",
214
205
  "home_url": "https://segmentfault.com/u/fuzhengwei",
215
206
  "votes": "2",
216
- "rank": 24
217
- },
218
- {
219
- "title": "在阿里做前端程序员,我是这样规划的",
220
- "description": "许多前端工程师工作超过了3年之后会遇到一个迷茫期,我跟很多前端从业人也聊过,有一部分人说想做开源项目推广出去(类似react,vue)变成前端网红。有些说想去创业。往往更长远的职业发展规划考虑的很少。我希望...",
221
- "url": "https://segmentfault.com/a/1190000042334736",
222
- "author": "大淘宝技术",
223
- "home_url": "https://segmentfault.com/u/alibabataoxijishu",
224
- "votes": "5",
225
- "rank": 25
207
+ "rank": 23
226
208
  },
227
209
  {
228
210
  "title": "flutter系列之:flutter架构什么的,看完这篇文章就全懂了",
@@ -231,7 +213,7 @@
231
213
  "author": "flydean",
232
214
  "home_url": "https://segmentfault.com/u/flydean",
233
215
  "votes": "2",
234
- "rank": 26
216
+ "rank": 24
235
217
  },
236
218
  {
237
219
  "title": "低代码时代已来,还是又一轮技术炒作?",
@@ -240,16 +222,7 @@
240
222
  "author": "腾讯云开发者",
241
223
  "home_url": "https://segmentfault.com/u/qcloudcommunity",
242
224
  "votes": "1",
243
- "rank": 27
244
- },
245
- {
246
- "title": "项目一共30个模块,你叫我maven版本一个个手动改?",
247
- "description": "之前有个群友私聊问我,如何快速统一去更改项目中所有的maven版本号,他说之前都是手动一个个去修改,项目一共有30多个maven模块,上次因为漏改了一个,还造成了生产事故。",
248
- "url": "https://segmentfault.com/a/1190000042345408",
249
- "author": "铂赛东",
250
- "home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
251
- "votes": "1",
252
- "rank": 28
225
+ "rank": 25
253
226
  },
254
227
  {
255
228
  "title": "如何正确的中断线程?你的姿势是否正确",
@@ -258,7 +231,16 @@
258
231
  "author": "一个程序员的成长",
259
232
  "home_url": "https://segmentfault.com/u/bingfengdada",
260
233
  "votes": "1",
261
- "rank": 29
234
+ "rank": 26
235
+ },
236
+ {
237
+ "title": "HttpClient 在vivo内销浏览器的高并发实践优化",
238
+ "description": "HttpClient作为Java程序员最常用的Http工具,其对Http连接的管理能简化开发,并且提升连接重用效率;在正常情况下,HttpClient能帮助我们高效管理连接,但在一些并发高,报文体较大的情况下,如果再遇到网络波动...",
239
+ "url": "https://segmentfault.com/a/1190000042318840",
240
+ "author": "vivo互联网技术",
241
+ "home_url": "https://segmentfault.com/u/vivo_tech",
242
+ "votes": "1",
243
+ "rank": 27
262
244
  },
263
245
  {
264
246
  "title": "如何开发一个跨框架组件?",
@@ -267,6 +249,24 @@
267
249
  "author": "飞叶_前端",
268
250
  "home_url": "https://segmentfault.com/u/yunhuangbeiqing",
269
251
  "votes": "1",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "Redis进阶篇:发布订阅模式原理与运用",
256
+ "description": "“65 哥,如果你交了个漂亮小姐姐做女朋友,你会通过什么方式将这个消息广而告之给你的微信好友?““那不得拍点女朋友的美照 + 亲密照弄一个九宫格图文消息在朋友圈发布大肆宣传,暴击单身狗。”",
257
+ "url": "https://segmentfault.com/a/1190000042333233",
258
+ "author": "码哥字节",
259
+ "home_url": "https://segmentfault.com/u/magebyte",
260
+ "votes": "1",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "深入理解Redis 数据结构—字典",
265
+ "description": "字典,又称为符号表、关联数组或映射,是一种用于保存键值对的抽象数据结构。在字典中,一个键可以和一个值进行关联,这些关联的键和值称为键值对。键值对中键是唯一的,我们可以根据键key通过映射查找或者更新对...",
266
+ "url": "https://segmentfault.com/a/1190000042343233",
267
+ "author": "小码code",
268
+ "home_url": "https://segmentfault.com/u/jeremylai7",
269
+ "votes": "2",
270
270
  "rank": 30
271
271
  }
272
272
  ]