@wcj/github-rank 22.9.25 → 22.9.26

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 +17771 -17770
  2. package/dist/sifou-daily.json +5 -23
  3. package/dist/sifou-monthly.json +57 -57
  4. package/dist/sifou-weekly.json +85 -85
  5. package/dist/toutiao-30.json +28 -28
  6. package/dist/toutiao-7.json +88 -88
  7. package/dist/toutiao-90.json +13 -13
  8. package/dist/trending-daily.json +168 -168
  9. package/dist/trending-monthly.json +142 -142
  10. package/dist/trending-weekly.json +163 -163
  11. package/dist/users.china.json +872 -872
  12. package/dist/users.json +1649 -1649
  13. package/package.json +1 -1
  14. package/web/data/repos.json +17771 -17770
  15. package/web/data/sifou-daily.json +5 -23
  16. package/web/data/sifou-monthly.json +57 -57
  17. package/web/data/sifou-weekly.json +85 -85
  18. package/web/data/toutiao-30.json +28 -28
  19. package/web/data/toutiao-7.json +88 -88
  20. package/web/data/toutiao-90.json +13 -13
  21. package/web/data/trending-daily.json +168 -168
  22. package/web/data/trending-monthly.json +142 -142
  23. package/web/data/trending-weekly.json +163 -163
  24. package/web/data/users.china.json +872 -872
  25. package/web/data/users.json +1649 -1649
  26. package/web/index.html +971 -971
  27. package/web/repos.html +2284 -2284
  28. package/web/sifou-daily.html +6 -62
  29. package/web/sifou-monthly.html +83 -83
  30. package/web/sifou-weekly.html +107 -107
  31. package/web/toutiao-30.html +52 -52
  32. package/web/toutiao-7.html +91 -91
  33. package/web/toutiao-90.html +15 -15
  34. package/web/trending-monthly.html +144 -144
  35. package/web/trending-weekly.html +147 -143
  36. package/web/trending.html +151 -143
  37. package/web/users.china.html +450 -450
@@ -1,29 +1,11 @@
1
1
  [
2
2
  {
3
- "title": "Python项目管理: Poetry",
4
- "description": "Poetry 是Python 中用于依赖管理和打包的工具。它允许您声明项目所依赖的库,并将为您管理(安装/更新)它们。Poetry 提供了一个锁定文件以确保可重复安装,并且可以构建您的项目以进行分发。",
5
- "url": "https://segmentfault.com/a/1190000042542063",
6
- "author": "冷冻工厂",
7
- "home_url": "https://segmentfault.com/u/gone_63231de16383b",
3
+ "title": "分布式链路追踪体验-skywalking框架入门",
4
+ "description": "旁友,你的线上服务是不是偶尔来个超时,或者突然抖动一下,造成用户一堆反馈投诉。然后你费了九牛二虎之力,查了一圈圈代码和日志才总算定位到问题原因了。或者公司内部有链路追踪系统,虽然可以很轻松地通过监...",
5
+ "url": "https://segmentfault.com/a/1190000042543277",
6
+ "author": "卷福同学",
7
+ "home_url": "https://segmentfault.com/u/longbig",
8
8
  "votes": "1",
9
9
  "rank": 1
10
- },
11
- {
12
- "title": "PHP实现单用户登录",
13
- "description": "2、在验证用户是否登录的模块中,若用户已登录,将用户数据库中的token取出,并且制作一个最新的token,两者判断是否相等,若不相等,用户下线;",
14
- "url": "https://segmentfault.com/a/1190000042540322",
15
- "author": "阿山",
16
- "home_url": "https://segmentfault.com/u/a_shan",
17
- "votes": "1",
18
- "rank": 2
19
- },
20
- {
21
- "title": "彻底掌握Makeifle(三)",
22
- "description": "彻底掌握Makeifle(三)前言在前面的文章彻底掌握Makefile(一)和彻底掌握Makefile(二)当中,我们简要的介绍了一些常见的makefile使用方法,在本篇文章当中我们将继续介绍一些makefile当中的常见用法。Makefil...",
23
- "url": "https://segmentfault.com/a/1190000042542159",
24
- "author": "一无是处的研究僧",
25
- "home_url": "https://segmentfault.com/u/chang_lehung",
26
- "votes": "1",
27
- "rank": 3
28
10
  }
29
11
  ]
@@ -26,15 +26,6 @@
26
26
  "votes": "20",
27
27
  "rank": 3
28
28
  },
29
- {
30
- "title": "组员老是忘记打卡,我开发了一款小工具,让全组三个月全勤!",
31
- "description": "开始的时候我们都设置了一个打卡闹铃,下班后准时提醒,但有的时候加班,加完班回家又忘记打卡了。还有的时候迷之自信的以为自己打卡了,第二天看考勤记录发现没打卡。",
32
- "url": "https://segmentfault.com/a/1190000042386997",
33
- "author": "杨成功",
34
- "home_url": "https://segmentfault.com/u/ruidoc",
35
- "votes": "14",
36
- "rank": 4
37
- },
38
29
  {
39
30
  "title": "巧用 transition 实现短视频 APP 点赞动画",
40
31
  "description": "那么,这么有趣的点赞动画,有没有可能使用纯 CSS 实现呢?那当然是必须的,本文,就将巧妙的借助 transition,仅仅使用 CSS 完成这么一个点赞动画。",
@@ -42,7 +33,7 @@
42
33
  "author": "chokcoco",
43
34
  "home_url": "https://segmentfault.com/u/chokcoco",
44
35
  "votes": "16",
45
- "rank": 5
36
+ "rank": 4
46
37
  },
47
38
  {
48
39
  "title": "实现《羊了个羊》的小游戏",
@@ -51,7 +42,7 @@
51
42
  "author": "夕水",
52
43
  "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
53
44
  "votes": "12",
54
- "rank": 6
45
+ "rank": 5
55
46
  },
56
47
  {
57
48
  "title": "云安全践行者:亚马逊云科技如何打好“安全”牌?",
@@ -60,7 +51,7 @@
60
51
  "author": "六一",
61
52
  "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
62
53
  "votes": "10",
63
- "rank": 7
54
+ "rank": 6
64
55
  },
65
56
  {
66
57
  "title": "如何让CSS计数器支持小数的动态变化?",
@@ -69,7 +60,7 @@
69
60
  "author": "XboxYan",
70
61
  "home_url": "https://segmentfault.com/u/xboxyan",
71
62
  "votes": "11",
72
- "rank": 8
63
+ "rank": 7
73
64
  },
74
65
  {
75
66
  "title": "中秋佳节之际, 一起来欣赏 9 个冷门的css属性",
@@ -78,7 +69,7 @@
78
69
  "author": "lulu_up",
79
70
  "home_url": "https://segmentfault.com/u/lulu_up",
80
71
  "votes": "10",
81
- "rank": 9
72
+ "rank": 8
82
73
  },
83
74
  {
84
75
  "title": "CSS transform、transition、animation 指南",
@@ -87,7 +78,7 @@
87
78
  "author": "散一群逗逼",
88
79
  "home_url": "https://segmentfault.com/u/sanyiqundoubi",
89
80
  "votes": "11",
90
- "rank": 10
81
+ "rank": 9
91
82
  },
92
83
  {
93
84
  "title": "AI数字绘画 stable-diffusion 保姆级教程",
@@ -96,7 +87,7 @@
96
87
  "author": "程序员秋风",
97
88
  "home_url": "https://segmentfault.com/u/qiufeng_5a07f6cb96ee0",
98
89
  "votes": "8",
99
- "rank": 11
90
+ "rank": 10
100
91
  },
101
92
  {
102
93
  "title": "【已结束】SegmentFault 思否技术征文丨浅谈 Java 进阶之路",
@@ -105,7 +96,7 @@
105
96
  "author": "SegmentFault思否",
106
97
  "home_url": "https://segmentfault.com/u/segmentfault",
107
98
  "votes": "9",
108
- "rank": 12
99
+ "rank": 11
109
100
  },
110
101
  {
111
102
  "title": "盘点一些好用的 JS 单行代码",
@@ -114,7 +105,7 @@
114
105
  "author": "前端小智",
115
106
  "home_url": "https://segmentfault.com/u/minnanitkong",
116
107
  "votes": "13",
117
- "rank": 13
108
+ "rank": 12
118
109
  },
119
110
  {
120
111
  "title": "使用 SVG 生成带标识的 favicon",
@@ -123,7 +114,7 @@
123
114
  "author": "XboxYan",
124
115
  "home_url": "https://segmentfault.com/u/xboxyan",
125
116
  "votes": "9",
126
- "rank": 14
117
+ "rank": 13
127
118
  },
128
119
  {
129
120
  "title": "50天用vue3完成了50个web项目,我学到了什么?",
@@ -132,16 +123,16 @@
132
123
  "author": "夕水",
133
124
  "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
134
125
  "votes": "12",
135
- "rank": 15
126
+ "rank": 14
136
127
  },
137
128
  {
138
- "title": "CodeForBetter_Hackathon,唤醒代码的力量",
139
- "description": "黑客马拉松(Hackathon)最初诞生于 1999 年,由黑客(hack)和马拉松(marathon)两个单词合并而成。黑客马拉松将马拉松的精神用长时间的持续编码表达出来,是开发者们一起分享经验、交流技术和迸发灵感的盛会;...",
140
- "url": "https://segmentfault.com/a/1190000042416590",
141
- "author": "SegmentFault思否",
142
- "home_url": "https://segmentfault.com/u/segmentfault",
143
- "votes": "4",
144
- "rank": 16
129
+ "title": "前端是性能优化(图文并茂,通俗易懂)",
130
+ "description": "默认情况下,我们静态导入的所有模块都会添加到初始捆绑包中。使用默认 ES2015 导入语法 导入的模块将静态导入。import module from 'module'",
131
+ "url": "https://segmentfault.com/a/1190000042529771",
132
+ "author": "寒水寺一禅",
133
+ "home_url": "https://segmentfault.com/u/xiaolizideyitian",
134
+ "votes": "6",
135
+ "rank": 15
145
136
  },
146
137
  {
147
138
  "title": "有意思的水平横向溢出滚动",
@@ -150,6 +141,15 @@
150
141
  "author": "chokcoco",
151
142
  "home_url": "https://segmentfault.com/u/chokcoco",
152
143
  "votes": "6",
144
+ "rank": 16
145
+ },
146
+ {
147
+ "title": "CodeForBetter_Hackathon,唤醒代码的力量",
148
+ "description": "黑客马拉松(Hackathon)最初诞生于 1999 年,由黑客(hack)和马拉松(marathon)两个单词合并而成。黑客马拉松将马拉松的精神用长时间的持续编码表达出来,是开发者们一起分享经验、交流技术和迸发灵感的盛会;...",
149
+ "url": "https://segmentfault.com/a/1190000042416590",
150
+ "author": "SegmentFault思否",
151
+ "home_url": "https://segmentfault.com/u/segmentfault",
152
+ "votes": "4",
153
153
  "rank": 17
154
154
  },
155
155
  {
@@ -170,15 +170,6 @@
170
170
  "votes": "6",
171
171
  "rank": 19
172
172
  },
173
- {
174
- "title": "精读《SolidJS》",
175
- "description": "SolidJS 是一个语法像 React Function Component,内核像 Vue 的前端框架,本周我们通过阅读 Introduction to SolidJS 这篇文章来理解理解其核心概念。",
176
- "url": "https://segmentfault.com/a/1190000042392152",
177
- "author": "黄子毅",
178
- "home_url": "https://segmentfault.com/u/aoyangyudakong",
179
- "votes": "5",
180
- "rank": 20
181
- },
182
173
  {
183
174
  "title": "图解JS中的事件循环",
184
175
  "description": "1、js单线程,并非指js只有一个线程,而是同一时刻只能有一个线程在工作。2、js中,主线程之外,还有其他线程,比如事件循环线程,定时器触发线程,http异步线程, 浏览器事件线程。3、在js主线程中,分为两个子...",
@@ -186,15 +177,24 @@
186
177
  "author": "寒水寺一禅",
187
178
  "home_url": "https://segmentfault.com/u/xiaolizideyitian",
188
179
  "votes": "5",
189
- "rank": 21
180
+ "rank": 20
190
181
  },
191
182
  {
192
- "title": "有意思的方向裁切 overflow: clip",
193
- "description": "本文将介绍一个新特性,从 Chrome 90 开始,overflow 新增的一个新特性 -- overflow: clip,使用它,轻松的对溢出方向进行控制。",
194
- "url": "https://segmentfault.com/a/1190000042382028",
195
- "author": "chokcoco",
196
- "home_url": "https://segmentfault.com/u/chokcoco",
183
+ "title": "精读《SolidJS》",
184
+ "description": "SolidJS 是一个语法像 React Function Component,内核像 Vue 的前端框架,本周我们通过阅读 Introduction to SolidJS 这篇文章来理解理解其核心概念。",
185
+ "url": "https://segmentfault.com/a/1190000042392152",
186
+ "author": "黄子毅",
187
+ "home_url": "https://segmentfault.com/u/aoyangyudakong",
197
188
  "votes": "5",
189
+ "rank": 21
190
+ },
191
+ {
192
+ "title": "那些你不知道的炫酷按钮交互效果",
193
+ "description": "在日常开发中肯定都遇到过不少有按钮交互的地方,但你有用到什么炫酷的交互效果吗?日常开发中想必最多的就是点击按钮背景文字变色,阴影,按钮按下,加载中之类的效果,相对都比较平平无奇,都是一些按部就班的...",
194
+ "url": "https://segmentfault.com/a/1190000042517595",
195
+ "author": "南城大前端",
196
+ "home_url": "https://segmentfault.com/u/nanchengfe",
197
+ "votes": "8",
198
198
  "rank": 22
199
199
  },
200
200
  {
@@ -216,12 +216,12 @@
216
216
  "rank": 24
217
217
  },
218
218
  {
219
- "title": "那些你不知道的炫酷按钮交互效果",
220
- "description": "在日常开发中肯定都遇到过不少有按钮交互的地方,但你有用到什么炫酷的交互效果吗?日常开发中想必最多的就是点击按钮背景文字变色,阴影,按钮按下,加载中之类的效果,相对都比较平平无奇,都是一些按部就班的...",
221
- "url": "https://segmentfault.com/a/1190000042517595",
219
+ "title": "近期对前端性能优化的总结",
220
+ "description": "前端性能优化不管是在面试中还是在实际开发过程中,都是每一个前端开发工程师都必不可少的能力。本文总结本人多年开发经验中对前端性能优化的理解,希望对大家有所帮助,因涉及的优化方向较多,针对某些细节不再...",
221
+ "url": "https://segmentfault.com/a/1190000042461022",
222
222
  "author": "南城大前端",
223
223
  "home_url": "https://segmentfault.com/u/nanchengfe",
224
- "votes": "8",
224
+ "votes": "4",
225
225
  "rank": 25
226
226
  },
227
227
  {
@@ -233,15 +233,6 @@
233
233
  "votes": "7",
234
234
  "rank": 26
235
235
  },
236
- {
237
- "title": "近期对前端性能优化的总结",
238
- "description": "前端性能优化不管是在面试中还是在实际开发过程中,都是每一个前端开发工程师都必不可少的能力。本文总结本人多年开发经验中对前端性能优化的理解,希望对大家有所帮助,因涉及的优化方向较多,针对某些细节不再...",
239
- "url": "https://segmentfault.com/a/1190000042461022",
240
- "author": "南城大前端",
241
- "home_url": "https://segmentfault.com/u/nanchengfe",
242
- "votes": "4",
243
- "rank": 27
244
- },
245
236
  {
246
237
  "title": "CSS 有了:has伪类可以做些什么?",
247
238
  "description": ":has伪类是一个非常强大的伪类,强大到难以置信,可以做很多梦寐以求的事情,很多以前只能更改 dom 结构 或者只能用 JS 才能实现的功能现在也能纯 CSS 实现了,一起看看吧",
@@ -249,7 +240,7 @@
249
240
  "author": "XboxYan",
250
241
  "home_url": "https://segmentfault.com/u/xboxyan",
251
242
  "votes": "8",
252
- "rank": 28
243
+ "rank": 27
253
244
  },
254
245
  {
255
246
  "title": "新时代布局新特性 -- 容器查询",
@@ -258,7 +249,7 @@
258
249
  "author": "chokcoco",
259
250
  "home_url": "https://segmentfault.com/u/chokcoco",
260
251
  "votes": "7",
261
- "rank": 29
252
+ "rank": 28
262
253
  },
263
254
  {
264
255
  "title": "特约专访 | 思否 CEO 高阳带你了解 Code For Better _ Hackathon 冠军团队背后的故事",
@@ -267,6 +258,15 @@
267
258
  "author": "SegmentFault思否",
268
259
  "home_url": "https://segmentfault.com/u/segmentfault",
269
260
  "votes": "3",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "微信小程序转为App并上架应用市场",
265
+ "description": "先说说背景吧,笔者开发了一款微信工具类小程序,刚开始,小程序的日访问量和用户数都还可以,但后面慢慢的发现,受限于微信小程序平台规则,很难对用户进行更深入的运营,用户流失问题也将逐渐凸显出来。另一方...",
266
+ "url": "https://segmentfault.com/a/1190000042503461",
267
+ "author": "xiangzhihong",
268
+ "home_url": "https://segmentfault.com/u/xiangzhihong",
269
+ "votes": "4",
270
270
  "rank": 30
271
271
  }
272
272
  ]
@@ -8,6 +8,15 @@
8
8
  "votes": "12",
9
9
  "rank": 1
10
10
  },
11
+ {
12
+ "title": "前端是性能优化(图文并茂,通俗易懂)",
13
+ "description": "默认情况下,我们静态导入的所有模块都会添加到初始捆绑包中。使用默认 ES2015 导入语法 导入的模块将静态导入。import module from 'module'",
14
+ "url": "https://segmentfault.com/a/1190000042529771",
15
+ "author": "寒水寺一禅",
16
+ "home_url": "https://segmentfault.com/u/xiaolizideyitian",
17
+ "votes": "6",
18
+ "rank": 2
19
+ },
11
20
  {
12
21
  "title": "单标签实现复杂的棋盘布局",
13
22
  "description": "其实,对于一个页面的布局而言,标签越少不一定是好事,我们在考虑 DOM 的消耗的同时,也需要关注代码的可读性,以及后续基于这个布局的制作的交互的难易性等等。",
@@ -15,7 +24,7 @@
15
24
  "author": "chokcoco",
16
25
  "home_url": "https://segmentfault.com/u/chokcoco",
17
26
  "votes": "8",
18
- "rank": 2
27
+ "rank": 3
19
28
  },
20
29
  {
21
30
  "title": "那些你不知道的炫酷按钮交互效果",
@@ -24,7 +33,7 @@
24
33
  "author": "南城大前端",
25
34
  "home_url": "https://segmentfault.com/u/nanchengfe",
26
35
  "votes": "8",
27
- "rank": 3
36
+ "rank": 4
28
37
  },
29
38
  {
30
39
  "title": "特约专访 | 思否 CEO 高阳带你了解 Code For Better _ Hackathon 冠军团队背后的故事",
@@ -33,15 +42,6 @@
33
42
  "author": "SegmentFault思否",
34
43
  "home_url": "https://segmentfault.com/u/segmentfault",
35
44
  "votes": "3",
36
- "rank": 4
37
- },
38
- {
39
- "title": "前端是性能优化(图文并茂,通俗易懂)",
40
- "description": "默认情况下,我们静态导入的所有模块都会添加到初始捆绑包中。使用默认 ES2015 导入语法 导入的模块将静态导入。import module from 'module'",
41
- "url": "https://segmentfault.com/a/1190000042529771",
42
- "author": "寒水寺一禅",
43
- "home_url": "https://segmentfault.com/u/xiaolizideyitian",
44
- "votes": "5",
45
45
  "rank": 5
46
46
  },
47
47
  {
@@ -53,15 +53,6 @@
53
53
  "votes": "4",
54
54
  "rank": 6
55
55
  },
56
- {
57
- "title": "代码构建美好生活:聚焦 Code For Better _ Hackathon 大赛的精彩与感动",
58
- "description": "2022 年 9 月 16 日,以 CODE FOR BETTER_ 为主题,以 2022 Google 开发者大会为契机举办的 Hackathon 大赛进行了线上颁奖仪式。多支优秀参赛队伍在赛程中展示了出色的开发能力,为心中所期待的美好生活,挑战开...",
59
- "url": "https://segmentfault.com/a/1190000042514288",
60
- "author": "思否编辑部",
61
- "home_url": "https://segmentfault.com/u/writers",
62
- "votes": "2",
63
- "rank": 7
64
- },
65
56
  {
66
57
  "title": "用Colab免费部署自己的AI绘画云平台—— Stable Diffusion",
67
58
  "description": "AI绘画门槛又又又降低了,从最开始需要花半天时间折腾的 Disco-Diffusion ,紧接着 Stable Diffusion 在 github 上开源,各家平台都推出了云平台,让用户通过轻松的点击、选择、输入就能生成一张张AI图。",
@@ -69,6 +60,15 @@
69
60
  "author": "程序员秋风",
70
61
  "home_url": "https://segmentfault.com/u/qiufeng_5a07f6cb96ee0",
71
62
  "votes": "4",
63
+ "rank": 7
64
+ },
65
+ {
66
+ "title": "代码构建美好生活:聚焦 Code For Better _ Hackathon 大赛的精彩与感动",
67
+ "description": "2022 年 9 月 16 日,以 CODE FOR BETTER_ 为主题,以 2022 Google 开发者大会为契机举办的 Hackathon 大赛进行了线上颁奖仪式。多支优秀参赛队伍在赛程中展示了出色的开发能力,为心中所期待的美好生活,挑战开...",
68
+ "url": "https://segmentfault.com/a/1190000042514288",
69
+ "author": "思否编辑部",
70
+ "home_url": "https://segmentfault.com/u/writers",
71
+ "votes": "2",
72
72
  "rank": 8
73
73
  },
74
74
  {
@@ -89,15 +89,6 @@
89
89
  "votes": "3",
90
90
  "rank": 10
91
91
  },
92
- {
93
- "title": "与小程序的 2M 空间斗智斗勇之图片优化",
94
- "description": "现在的网站或者 app 等各类应用,但凡有图片资源,基本上都是通过 CDN 的方式加载,而 CDN 方面大概率也就是阿里云或者腾讯云了。在 CDN 中会做的一个事情,必然是对图片资源的优化、压缩。久而久之,大家似乎也...",
95
- "url": "https://segmentfault.com/a/1190000042507363",
96
- "author": "林小志",
97
- "home_url": "https://segmentfault.com/u/linxz",
98
- "votes": "2",
99
- "rank": 11
100
- },
101
92
  {
102
93
  "title": "共码未来:2022 Google 开发者大会亮点回顾",
103
94
  "description": "当前,全球环境正面临着复杂又深刻的变化,而科技创新是数字化浪潮下助力社会不断向前发展的驱动力。用科技和善良创造美好,深耕工程师文化成为越来越多科技企业发展的理念。正如 9 月 14 日刚刚举办的2022 谷歌...",
@@ -105,8 +96,26 @@
105
96
  "author": "思否编辑部",
106
97
  "home_url": "https://segmentfault.com/u/writers",
107
98
  "votes": "5",
99
+ "rank": 11
100
+ },
101
+ {
102
+ "title": "当你 git push 时,极狐GitLab上发生了什么?",
103
+ "description": "本文来自:李振楠 极狐(GitLab) 研发工程师勇士,你可曾好奇过 Git 和极狐GitLab 是如何工作的?现在,拿起你心爱的 IDE,和我们一起踏上探索之旅吧!基础知识在开始旅程之前,我们需要做三分钟的知识储备,计时...",
104
+ "url": "https://segmentfault.com/a/1190000042537837",
105
+ "author": "极狐GitLab",
106
+ "home_url": "https://segmentfault.com/u/jihu_gitlab",
107
+ "votes": "6",
108
108
  "rank": 12
109
109
  },
110
+ {
111
+ "title": "「🌟技术探索🌟」借助 CI / CD 实现前端应用的快速回滚",
112
+ "description": "在 上一轮优化 里, 我们通过优化一些构建工具和流程, 把构建耗时优化到了 4min 左右,整体发布耗时从 15min 优化到了 8 min 左右, 有较大提升, 但是依旧存在提升空间。",
113
+ "url": "https://segmentfault.com/a/1190000042531062",
114
+ "author": "皮小蛋",
115
+ "home_url": "https://segmentfault.com/u/scaukk",
116
+ "votes": "2",
117
+ "rank": 13
118
+ },
110
119
  {
111
120
  "title": "新指令 v-memo,提高性能的又一利器",
112
121
  "description": "本文首发于微信公众号:大迁世界, 我的微信:qq449245884,我会第一时间和你分享前端行业趋势,学习途径等等。更多开源作品请看 GitHub [链接] ,包含一线大厂面试完整考点、资料以及我的系列文章。",
@@ -114,7 +123,7 @@
114
123
  "author": "前端小智",
115
124
  "home_url": "https://segmentfault.com/u/minnanitkong",
116
125
  "votes": "3",
117
- "rank": 13
126
+ "rank": 14
118
127
  },
119
128
  {
120
129
  "title": "Java19的新特性",
@@ -123,7 +132,16 @@
123
132
  "author": "codecraft",
124
133
  "home_url": "https://segmentfault.com/u/codecraft",
125
134
  "votes": "2",
126
- "rank": 14
135
+ "rank": 15
136
+ },
137
+ {
138
+ "title": "基于canvas实现的多功能画板",
139
+ "description": "前言最近空闲时间比较多,就想做点小工具玩玩,方案选了好几个,最终决定做一个基于canvas的画板,目前已经完成了第一版,有以下主要功能画笔(动态宽度设置,颜色设置)橡皮擦撤回,反撤回,清除画板,保存画板...",
140
+ "url": "https://segmentfault.com/a/1190000042533770",
141
+ "author": "LH_S",
142
+ "home_url": "https://segmentfault.com/u/lh_s",
143
+ "votes": "2",
144
+ "rank": 16
127
145
  },
128
146
  {
129
147
  "title": "前端必读:如何在 JavaScript 中使用SpreadJS导入和导出 Excel 文件",
@@ -132,16 +150,25 @@
132
150
  "author": "葡萄城技术团队",
133
151
  "home_url": "https://segmentfault.com/u/grapecity",
134
152
  "votes": "1",
135
- "rank": 15
153
+ "rank": 17
136
154
  },
137
155
  {
138
- "title": "「🌟技术探索🌟」借助 CI / CD 实现前端应用的快速回滚",
139
- "description": " 上一轮优化 里, 我们通过优化一些构建工具和流程, 把构建耗时优化到了 4min 左右,整体发布耗时从 15min 优化到了 8 min 左右, 有较大提升, 但是依旧存在提升空间。",
140
- "url": "https://segmentfault.com/a/1190000042531062",
141
- "author": "皮小蛋",
142
- "home_url": "https://segmentfault.com/u/scaukk",
156
+ "title": "从useEffect看React、Vue设计理念的不同",
157
+ "description": "我们知道,React发布Hooks后,带来了业界一波Hooks热。很多框架(比如Vue Composition API、Solid.js)都借鉴了Hooks的模式。",
158
+ "url": "https://segmentfault.com/a/1190000042513683",
159
+ "author": "卡颂",
160
+ "home_url": "https://segmentfault.com/u/kasong",
143
161
  "votes": "2",
144
- "rank": 16
162
+ "rank": 18
163
+ },
164
+ {
165
+ "title": "手写一个mini版本的React状态管理工具",
166
+ "description": "手写一个mini版本的React状态管理工具目前在React中,有很多各式各样的状态管理工具,如:React ReduxMobxHox每一个状态管理工具都有着不尽相同的API和使用方式,而且都有一定的学习成本,而且这些状态管理工具也...",
167
+ "url": "https://segmentfault.com/a/1190000042517443",
168
+ "author": "夕水",
169
+ "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
170
+ "votes": "2",
171
+ "rank": 19
145
172
  },
146
173
  {
147
174
  "title": "共码未来 | 助力实现事半功倍的前端开发体验",
@@ -150,7 +177,7 @@
150
177
  "author": "思否编辑部",
151
178
  "home_url": "https://segmentfault.com/u/writers",
152
179
  "votes": "1",
153
- "rank": 17
180
+ "rank": 20
154
181
  },
155
182
  {
156
183
  "title": "共码未来 | 以科技之新见人文之美",
@@ -159,16 +186,7 @@
159
186
  "author": "思否编辑部",
160
187
  "home_url": "https://segmentfault.com/u/writers",
161
188
  "votes": "1",
162
- "rank": 18
163
- },
164
- {
165
- "title": "基于canvas实现的多功能画板",
166
- "description": "前言最近空闲时间比较多,就想做点小工具玩玩,方案选了好几个,最终决定做一个基于canvas的画板,目前已经完成了第一版,有以下主要功能画笔(动态宽度设置,颜色设置)橡皮擦撤回,反撤回,清除画板,保存画板...",
167
- "url": "https://segmentfault.com/a/1190000042533770",
168
- "author": "LH_S",
169
- "home_url": "https://segmentfault.com/u/lh_s",
170
- "votes": "2",
171
- "rank": 19
189
+ "rank": 21
172
190
  },
173
191
  {
174
192
  "title": "共码未来 | 更全面的开源机器学习生态",
@@ -177,16 +195,7 @@
177
195
  "author": "思否编辑部",
178
196
  "home_url": "https://segmentfault.com/u/writers",
179
197
  "votes": "1",
180
- "rank": 20
181
- },
182
- {
183
- "title": "从useEffect看React、Vue设计理念的不同",
184
- "description": "我们知道,React发布Hooks后,带来了业界一波Hooks热。很多框架(比如Vue Composition API、Solid.js)都借鉴了Hooks的模式。",
185
- "url": "https://segmentfault.com/a/1190000042513683",
186
- "author": "卡颂",
187
- "home_url": "https://segmentfault.com/u/kasong",
188
- "votes": "2",
189
- "rank": 21
198
+ "rank": 22
190
199
  },
191
200
  {
192
201
  "title": "共码未来 | 提供运营数据库工作负载的优越平台",
@@ -195,15 +204,6 @@
195
204
  "author": "思否编辑部",
196
205
  "home_url": "https://segmentfault.com/u/writers",
197
206
  "votes": "1",
198
- "rank": 22
199
- },
200
- {
201
- "title": "手写一个mini版本的React状态管理工具",
202
- "description": "手写一个mini版本的React状态管理工具目前在React中,有很多各式各样的状态管理工具,如:React ReduxMobxHox每一个状态管理工具都有着不尽相同的API和使用方式,而且都有一定的学习成本,而且这些状态管理工具也...",
203
- "url": "https://segmentfault.com/a/1190000042517443",
204
- "author": "夕水",
205
- "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
206
- "votes": "2",
207
207
  "rank": 23
208
208
  },
209
209
  {
@@ -224,15 +224,6 @@
224
224
  "votes": "2",
225
225
  "rank": 25
226
226
  },
227
- {
228
- "title": "Go 内存泄漏,pprof 够用了吗?",
229
- "description": "文|朱德江(GitHub ID:doujiang24)MOSN 项目核心开发者、蚂蚁集团技术专家专注于云原生网关研发的相关工作本文 2651 字 阅读 8 分钟MOSN 是主要使用 Go 语言开发的云原生网络代理平台,在蚂蚁集团有着几十万容...",
230
- "url": "https://segmentfault.com/a/1190000042510437",
231
- "author": "SOFAStack",
232
- "home_url": "https://segmentfault.com/u/sofastack",
233
- "votes": "1",
234
- "rank": 26
235
- },
236
227
  {
237
228
  "title": "SegmentFault 思否技术周刊 — 你还想学 Go 语言吗 ?",
238
229
  "description": "运算符重载其实并不是一个常用的功能;因为会改变运算符的语义,比如明明是加法却在重载函数中写为减法。这会使得代码阅读起来困难,但在某些情况下我们又非常希望语言本身能支持运算符重载。比如在 Go 中常用的...",
@@ -240,16 +231,16 @@
240
231
  "author": "Beverly",
241
232
  "home_url": "https://segmentfault.com/u/beverly0",
242
233
  "votes": "3",
243
- "rank": 27
234
+ "rank": 26
244
235
  },
245
236
  {
246
- "title": "深入浅出 JavaScript 中的 this",
247
- "description": "笔者最近在看 你不知道的JavaScript上卷,里面关于 this 的讲解个人觉得非常精彩。JavaScript 中的 this 算是一个核心的概念,有一些同学会对其有点模糊和小恐惧,究其原因,现在对 this 讨论的文章很多,让我们...",
248
- "url": "https://segmentfault.com/a/1190000042509466",
249
- "author": "Gopal",
250
- "home_url": "https://segmentfault.com/u/fengguangping",
251
- "votes": "2",
252
- "rank": 28
237
+ "title": "Go 内存泄漏,pprof 够用了吗?",
238
+ "description": "文|朱德江(GitHub ID:doujiang24)MOSN 项目核心开发者、蚂蚁集团技术专家专注于云原生网关研发的相关工作本文 2651 阅读 8 分钟MOSN 是主要使用 Go 语言开发的云原生网络代理平台,在蚂蚁集团有着几十万容...",
239
+ "url": "https://segmentfault.com/a/1190000042510437",
240
+ "author": "SOFAStack",
241
+ "home_url": "https://segmentfault.com/u/sofastack",
242
+ "votes": "1",
243
+ "rank": 27
253
244
  },
254
245
  {
255
246
  "title": "通用ORM的设计与实现",
@@ -258,6 +249,15 @@
258
249
  "author": "zhoutk",
259
250
  "home_url": "https://segmentfault.com/u/zhoutk",
260
251
  "votes": "1",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "深入浅出 JavaScript 中的 this",
256
+ "description": "笔者最近在看 你不知道的JavaScript上卷,里面关于 this 的讲解个人觉得非常精彩。JavaScript 中的 this 算是一个核心的概念,有一些同学会对其有点模糊和小恐惧,究其原因,现在对 this 讨论的文章很多,让我们...",
257
+ "url": "https://segmentfault.com/a/1190000042509466",
258
+ "author": "Gopal",
259
+ "home_url": "https://segmentfault.com/u/fengguangping",
260
+ "votes": "2",
261
261
  "rank": 29
262
262
  },
263
263
  {