@wcj/github-rank 22.8.25 → 22.8.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 +17812 -17811
  2. package/dist/sifou-daily.json +31 -40
  3. package/dist/sifou-monthly.json +69 -69
  4. package/dist/sifou-weekly.json +125 -125
  5. package/dist/toutiao-30.json +37 -37
  6. package/dist/toutiao-7.json +90 -90
  7. package/dist/toutiao-90.json +3 -3
  8. package/dist/trending-daily.json +169 -169
  9. package/dist/trending-monthly.json +148 -148
  10. package/dist/trending-weekly.json +154 -154
  11. package/dist/users.china.json +1346 -1346
  12. package/dist/users.json +2053 -2053
  13. package/package.json +1 -1
  14. package/web/data/repos.json +17812 -17811
  15. package/web/data/sifou-daily.json +31 -40
  16. package/web/data/sifou-monthly.json +69 -69
  17. package/web/data/sifou-weekly.json +125 -125
  18. package/web/data/toutiao-30.json +37 -37
  19. package/web/data/toutiao-7.json +90 -90
  20. package/web/data/toutiao-90.json +3 -3
  21. package/web/data/trending-daily.json +169 -169
  22. package/web/data/trending-monthly.json +148 -148
  23. package/web/data/trending-weekly.json +154 -154
  24. package/web/data/users.china.json +1346 -1346
  25. package/web/data/users.json +2053 -2053
  26. package/web/index.html +1128 -1128
  27. package/web/repos.html +2342 -2342
  28. package/web/sifou-daily.html +27 -55
  29. package/web/sifou-monthly.html +114 -114
  30. package/web/sifou-weekly.html +140 -140
  31. package/web/toutiao-30.html +32 -32
  32. package/web/toutiao-7.html +83 -83
  33. package/web/toutiao-90.html +5 -5
  34. package/web/trending-monthly.html +131 -131
  35. package/web/trending-weekly.html +138 -142
  36. package/web/trending.html +142 -150
  37. package/web/users.china.html +716 -716
@@ -1,65 +1,56 @@
1
1
  [
2
2
  {
3
- "title": "理想汽车 x JuiceFS:从 Hadoop 到云原生的演进与思考",
4
- "description": "第一个时期: 2006 年到 2008 年。2008 年左右,Hadoop 成为了 Apache 顶级项目,并正式发布了 1.0 版本,它的基础主要是基于谷歌的三驾马车,GFS、MapReduce、BigTable 去定义的。",
5
- "url": "https://segmentfault.com/a/1190000042370647",
6
- "author": "JuiceFS",
7
- "home_url": "https://segmentfault.com/u/juicefs",
8
- "votes": "3",
3
+ "title": "django + celery + redis 实现定时任务",
4
+ "description": "前段时间,工作中有个要求,是将原本的定时任务,改成使用celery实现。原本项目中的定时任务是使用的apscheduler。但是django与celery做定时的教程,网上比较少,且版本对应不上,最后根据网上的教程+仔仔细细看...",
5
+ "url": "https://segmentfault.com/a/1190000042378638",
6
+ "author": "",
7
+ "home_url": "https://segmentfault.com/u/_61c08dfa324df",
8
+ "votes": "2",
9
9
  "rank": 1
10
10
  },
11
11
  {
12
- "title": "编程语言中索引签名是什么?",
13
- "description": "撰稿:宗喆原文:[链接]KusionStack: [链接]KCLVM: [链接]1. 背景最近在参与 KusionStack 内置的领域语言 —— KCL配置语言编译器 的开发,语言的语法中包括一个“索引签名”的概念,在参与社区讨论的时候发现很多小...",
14
- "url": "https://segmentfault.com/a/1190000042367592",
15
- "author": "chai2010",
16
- "home_url": "https://segmentfault.com/u/chai2010",
12
+ "title": "面试官:HTTP/2 有什么优点?别再说 Server Push 了",
13
+ "description": "2022年8月18日,Chrome 开发团队博客发布了“Removing HTTP/2 Server Push from Chrome”一文,表示 Chrome 106 和之后的版本将默认禁用 HTTP/2 Server Push 特性",
14
+ "url": "https://segmentfault.com/a/1190000042375015",
15
+ "author": "Showonne",
16
+ "home_url": "https://segmentfault.com/u/showonne",
17
17
  "votes": "1",
18
18
  "rank": 2
19
19
  },
20
20
  {
21
- "title": "5个常见的JavaScript内存错误",
22
- "description": "微信搜索 【大迁世界】, 我会第一时间和你分享前端行业趋势,学习途径等等。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
23
- "url": "https://segmentfault.com/a/1190000042366651",
24
- "author": "前端小智",
25
- "home_url": "https://segmentfault.com/u/minnanitkong",
21
+ "title": "解析Vue3patch核心算法patchKeyedChildren",
22
+ "description": "locate:runtime-core > renderer > baseCreateRenderer > patchKeyedChildren",
23
+ "url": "https://segmentfault.com/a/1190000042379622",
24
+ "author": "LH_S",
25
+ "home_url": "https://segmentfault.com/u/lh_s",
26
26
  "votes": "1",
27
27
  "rank": 3
28
28
  },
29
29
  {
30
- "title": "Prometheus+Grafana监控-基于docker-compose搭建",
31
- "description": "Prometheus 是有 SoundCloud 开发的开源监控系统和时序数据库,基于 Go 语言开发。通过基于 HTTP 的 pull 方式采集时序数据,通过服务发现或静态配置去获取要采集的目标服务器,支持多节点工作,支持多种可视化图...",
32
- "url": "https://segmentfault.com/a/1190000042371302",
33
- "author": "MaxFang",
34
- "home_url": "https://segmentfault.com/u/maxfang",
30
+ "title": "vue实现图片裁剪vue-cropper的使用方法",
31
+ "description": "vue-cropper的安装 {代码...} 只需要一个图片地址和一个导出截取后图片的方法,vue-cropper在截取图片后会返回一个图片的base64数据。 {代码...} 预览效果图:常用api属性描述: {代码...}",
32
+ "url": "https://segmentfault.com/a/1190000042377903",
33
+ "author": "其实我喜欢喝咖啡",
34
+ "home_url": "https://segmentfault.com/u/qishiwoxihuanhekafei",
35
35
  "votes": "1",
36
36
  "rank": 4
37
37
  },
38
38
  {
39
- "title": "使用Operator的方式部署Prometheus",
40
- "description": "一、介绍OperatorCoreOS公司开发,用于扩展kubernetes API或特定应用程序的控制器,它用来创建、配置、管理复杂的有状态应用,例如数据库,监控系统。其中Prometheus-Operator就是其中一个重要的项目。其架构图...",
41
- "url": "https://segmentfault.com/a/1190000042370605",
42
- "author": "小源学算法",
43
- "home_url": "https://segmentfault.com/u/vdp7zaz5",
39
+ "title": "关于 React Hooks",
40
+ "description": "React Hooks React 团队在“复用”上最新的探索,在 React Hooks 出现之前,开发者一般通过 mixins,高阶组件(HOC),Render Props 等方式进行逻辑复用,但这些方法都有一些缺点:(❌表示它们没有解决的问题,...",
41
+ "url": "https://segmentfault.com/a/1190000042375003",
42
+ "author": "Showonne",
43
+ "home_url": "https://segmentfault.com/u/showonne",
44
44
  "votes": "1",
45
45
  "rank": 5
46
46
  },
47
47
  {
48
- "title": "带你玩转消息队列和相关选型!",
49
- "description": "导语 | 本文主要介绍Kafka、RabbitMQ、Pulsar、RocketMQ相关的基本原理和选型对比,希望对此方向感兴趣的读者提供一定经验和帮助。",
50
- "url": "https://segmentfault.com/a/1190000042371688",
51
- "author": "腾讯云开发者",
52
- "home_url": "https://segmentfault.com/u/qcloudcommunity",
48
+ "title": "Spring+Vue工程部署在Linux",
49
+ "description": "原文链接代码介绍前端代码:[链接]后端代码:[链接]使用 Spring+Vue 实现 token 登录、退出、访问拦截等功能。1 部署后端1.1 生成 jar 包使用 Idea 的 maven 进行打包。先双击 clean,清除其他的包,然后双击 pac...",
50
+ "url": "https://segmentfault.com/a/1190000042373384",
51
+ "author": "代码的路",
52
+ "home_url": "https://segmentfault.com/u/zbzcdzf",
53
53
  "votes": "1",
54
54
  "rank": 6
55
- },
56
- {
57
- "title": "万物皆可集成系列:低代码对接泛微e-cology",
58
- "description": "近些年来,当谈论到企业信息化的时候,OA作为集团化全员应用,在企业经营管理中使用非常广泛。众所周知,泛微e-cology作为面向大中型企业的平台型协同办公自动化系统,它的标准化功能和软件的易用性,大大的提升...",
59
- "url": "https://segmentfault.com/a/1190000042369220",
60
- "author": "葡萄城技术团队",
61
- "home_url": "https://segmentfault.com/u/grapecity",
62
- "votes": "1",
63
- "rank": 7
64
55
  }
65
56
  ]
@@ -26,15 +26,6 @@
26
26
  "votes": "24",
27
27
  "rank": 3
28
28
  },
29
- {
30
- "title": "圆角大杀器,使用滤镜构建圆角及波浪效果",
31
- "description": "本文,将另辟蹊径,介绍一种使用滤镜去构建圆角的独特方式。首先,我们来看这样一个图形:一个矩形,没什么特别的,代码如下: {代码...} 如果,我们现在需要给这个矩形的两端加上圆角,像是这样,该怎么做呢:So...",
32
- "url": "https://segmentfault.com/a/1190000042217200",
33
- "author": "chokcoco",
34
- "home_url": "https://segmentfault.com/u/chokcoco",
35
- "votes": "26",
36
- "rank": 4
37
- },
38
29
  {
39
30
  "title": "使用 CSS 构建强大且酷炫的粒子动画",
40
31
  "description": "当然,不使用 HTML + CSS 的主要原因在于,粒子动画通常需要较多的粒子,而如果使用 HTML + CSS 的话势必需要过多的 DOM 元素,这也就导致了使用 HTML + CSS 构建的粒子动画在性能上毫无优势。",
@@ -42,7 +33,7 @@
42
33
  "author": "chokcoco",
43
34
  "home_url": "https://segmentfault.com/u/chokcoco",
44
35
  "votes": "23",
45
- "rank": 5
36
+ "rank": 4
46
37
  },
47
38
  {
48
39
  "title": "妙用 CSS 构建花式透视背景效果",
@@ -51,7 +42,7 @@
51
42
  "author": "chokcoco",
52
43
  "home_url": "https://segmentfault.com/u/chokcoco",
53
44
  "votes": "23",
54
- "rank": 6
45
+ "rank": 5
55
46
  },
56
47
  {
57
48
  "title": "社区维基:将你的问答捐赠给社区",
@@ -60,7 +51,7 @@
60
51
  "author": "fenbox",
61
52
  "home_url": "https://segmentfault.com/u/fenbox",
62
53
  "votes": "13",
63
- "rank": 7
54
+ "rank": 6
64
55
  },
65
56
  {
66
57
  "title": "防御式CSS是什么?这几点属性重点防御!",
@@ -69,7 +60,7 @@
69
60
  "author": "前端小智",
70
61
  "home_url": "https://segmentfault.com/u/minnanitkong",
71
62
  "votes": "19",
72
- "rank": 8
63
+ "rank": 7
73
64
  },
74
65
  {
75
66
  "title": "前端构建效率优化之路",
@@ -78,7 +69,7 @@
78
69
  "author": "chokcoco",
79
70
  "home_url": "https://segmentfault.com/u/chokcoco",
80
71
  "votes": "19",
81
- "rank": 9
72
+ "rank": 8
82
73
  },
83
74
  {
84
75
  "title": "可视化拖拽组件库一些技术要点原理分析(四)",
@@ -87,16 +78,7 @@
87
78
  "author": "谭光志",
88
79
  "home_url": "https://segmentfault.com/u/woai3c",
89
80
  "votes": "14",
90
- "rank": 10
91
- },
92
- {
93
- "title": "今҈天҈真҈是҈热҈化҈了҈!",
94
- "description": "欢迎关注我的公众号:前端侦探今天真是太热了,不信你看标题今҈天҈真҈是҈热҈化҈了҈!也可以查看下面截图相信大家最近都能看到这样“热化了”的标题。那么,这是如何实现的呢?CSS 可以实现类似的效果吗?一起看看吧...",
95
- "url": "https://segmentfault.com/a/1190000042217446",
96
- "author": "XboxYan",
97
- "home_url": "https://segmentfault.com/u/xboxyan",
98
- "votes": "16",
99
- "rank": 11
81
+ "rank": 9
100
82
  },
101
83
  {
102
84
  "title": "即日起,ONES 团队版50人以下免费",
@@ -104,8 +86,8 @@
104
86
  "url": "https://segmentfault.com/a/1190000042319176",
105
87
  "author": "万事ONES",
106
88
  "home_url": "https://segmentfault.com/u/wanshiones",
107
- "votes": "11",
108
- "rank": 12
89
+ "votes": "12",
90
+ "rank": 10
109
91
  },
110
92
  {
111
93
  "title": "🎁 「极客观点」上线:全新打卡挑战开启,完成即得限量周边!",
@@ -114,7 +96,16 @@
114
96
  "author": "SegmentFault思否",
115
97
  "home_url": "https://segmentfault.com/u/segmentfault",
116
98
  "votes": "9",
117
- "rank": 13
99
+ "rank": 11
100
+ },
101
+ {
102
+ "title": "markdown 编辑器实现双屏同步滚动",
103
+ "description": "由于一直在使用 markdown 编辑器写技术文章,所以对于编写体验很敏感。我发现各大社区的 markdown 编辑器基本都有同步滚动功能。只不过有些做得好,有些做得马马虎虎。出于好奇,我就打算自己亲自实现一下这个功能。",
104
+ "url": "https://segmentfault.com/a/1190000042290360",
105
+ "author": "谭光志",
106
+ "home_url": "https://segmentfault.com/u/woai3c",
107
+ "votes": "10",
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,16 +141,7 @@
150
141
  "author": "乌柏木",
151
142
  "home_url": "https://segmentfault.com/u/wubomu",
152
143
  "votes": "14",
153
- "rank": 17
154
- },
155
- {
156
- "title": "markdown 编辑器实现双屏同步滚动",
157
- "description": "由于一直在使用 markdown 编辑器写技术文章,所以对于编写体验很敏感。我发现各大社区的 markdown 编辑器基本都有同步滚动功能。只不过有些做得好,有些做得马马虎虎。出于好奇,我就打算自己亲自实现一下这个功能。",
158
- "url": "https://segmentfault.com/a/1190000042290360",
159
- "author": "谭光志",
160
- "home_url": "https://segmentfault.com/u/woai3c",
161
- "votes": "9",
162
- "rank": 18
144
+ "rank": 16
163
145
  },
164
146
  {
165
147
  "title": "详聊immer.js高效复制与冻结\"对象\"的原理于局限性",
@@ -168,7 +150,16 @@
168
150
  "author": "lulu_up",
169
151
  "home_url": "https://segmentfault.com/u/lulu_up",
170
152
  "votes": "12",
171
- "rank": 19
153
+ "rank": 17
154
+ },
155
+ {
156
+ "title": "面向推荐的汽车知识图谱构建",
157
+ "description": "知识图谱的概念,最早由 Google 在2012 年提出, 旨在实现更智能的搜索引擎,并在2013年之后开始在学术界和工业级普及。目前,随着人工智能技术的高速发展,知识图谱已广泛应用于搜索、推荐、广告、风控、智能调...",
158
+ "url": "https://segmentfault.com/a/1190000042287137",
159
+ "author": "之家技术",
160
+ "home_url": "https://segmentfault.com/u/zhijiajishu",
161
+ "votes": "12",
162
+ "rank": 18
172
163
  },
173
164
  {
174
165
  "title": "梳理 Webpack 知识体系与学习资源推荐",
@@ -177,16 +168,7 @@
177
168
  "author": "JackySummer",
178
169
  "home_url": "https://segmentfault.com/u/jackysummer",
179
170
  "votes": "16",
180
- "rank": 20
181
- },
182
- {
183
- "title": "面向推荐的汽车知识图谱构建",
184
- "description": "知识图谱的概念,最早由 Google 在2012 年提出, 旨在实现更智能的搜索引擎,并在2013年之后开始在学术界和工业级普及。目前,随着人工智能技术的高速发展,知识图谱已广泛应用于搜索、推荐、广告、风控、智能调...",
185
- "url": "https://segmentfault.com/a/1190000042287137",
186
- "author": "之家技术",
187
- "home_url": "https://segmentfault.com/u/zhijiajishu",
188
- "votes": "11",
189
- "rank": 21
171
+ "rank": 19
190
172
  },
191
173
  {
192
174
  "title": "前端晋升答辩-性能优化篇范式",
@@ -195,16 +177,16 @@
195
177
  "author": "胡哥有话说",
196
178
  "home_url": "https://segmentfault.com/u/justbecoder",
197
179
  "votes": "7",
198
- "rank": 22
180
+ "rank": 20
199
181
  },
200
182
  {
201
- "title": "使用Three.js实现炫酷的赛博朋克风格3D数字地球大屏 🌐",
202
- "description": "近期工作有涉及到数字大屏的需求,于是利用业余时间,结合 Three.js 和 CSS实现赛博朋克2077风格视觉效果 实现炫酷 3D 数字地球大屏页面。页面使用 React + Three.js + Echarts + stylus 技术栈,本文涉及到的主...",
203
- "url": "https://segmentfault.com/a/1190000042216817",
204
- "author": "dragonir",
205
- "home_url": "https://segmentfault.com/u/dragonir",
183
+ "title": "HPC、AI与云计算:当智能时代三叉戟在亚马逊云科技完美融合",
184
+ "description": "希腊神话中,海神与丰收之神波塞冬手持三叉戟,为航船保驾护航,为农人带来清泉。从此之后,三叉戟经常用来比喻三种事物紧密结合,形成合力,比如足球世界很多球队都有经典的锋线三叉戟。",
185
+ "url": "https://segmentfault.com/a/1190000042338012",
186
+ "author": "六一",
187
+ "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
206
188
  "votes": "6",
207
- "rank": 23
189
+ "rank": 21
208
190
  },
209
191
  {
210
192
  "title": "你的 Tap bar 不够花里胡哨,试试这个!",
@@ -213,7 +195,7 @@
213
195
  "author": "前端小智",
214
196
  "home_url": "https://segmentfault.com/u/minnanitkong",
215
197
  "votes": "8",
216
- "rank": 24
198
+ "rank": 22
217
199
  },
218
200
  {
219
201
  "title": "基于 Next.js实现在线Excel",
@@ -222,7 +204,7 @@
222
204
  "author": "葡萄城技术团队",
223
205
  "home_url": "https://segmentfault.com/u/grapecity",
224
206
  "votes": "5",
225
- "rank": 25
207
+ "rank": 23
226
208
  },
227
209
  {
228
210
  "title": "低代码是开发的未来吗?浅谈低代码平台",
@@ -231,7 +213,7 @@
231
213
  "author": "云叔_又拍云",
232
214
  "home_url": "https://segmentfault.com/u/yunshu_blog",
233
215
  "votes": "11",
234
- "rank": 26
216
+ "rank": 24
235
217
  },
236
218
  {
237
219
  "title": "从 Islands Architecture 看前端有多卷",
@@ -240,7 +222,7 @@
240
222
  "author": "卡颂",
241
223
  "home_url": "https://segmentfault.com/u/kasong",
242
224
  "votes": "8",
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/jiejiaoxiaolin",
251
233
  "votes": "5",
252
- "rank": 28
234
+ "rank": 26
235
+ },
236
+ {
237
+ "title": "整理了这23个开源项,初学者可以拿来练习!",
238
+ "description": "微信搜索 【大迁世界】, 我会第一时间和你分享前端行业趋势,学习途径等等。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
239
+ "url": "https://segmentfault.com/a/1190000042266784",
240
+ "author": "前端小智",
241
+ "home_url": "https://segmentfault.com/u/minnanitkong",
242
+ "votes": "7",
243
+ "rank": 27
253
244
  },
254
245
  {
255
246
  "title": "使用Vue.js编写命令行界面,前端开发CLI的利器",
@@ -258,15 +249,24 @@
258
249
  "author": "null仔",
259
250
  "home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
260
251
  "votes": "4",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "聊聊 npm 的语义化版本(Semver)",
256
+ "description": "现在我们要开发一个项目,我们都知道为了方便项目管理,要写一个版本号,那开发的时候初始的版本号是多少呢?是 1.0.0 还是 0.0.1 开始?",
257
+ "url": "https://segmentfault.com/a/1190000042342124",
258
+ "author": "冴羽",
259
+ "home_url": "https://segmentfault.com/u/yayu",
260
+ "votes": "6",
261
261
  "rank": 29
262
262
  },
263
263
  {
264
- "title": "整理了这23个开源项,初学者可以拿来练习!",
265
- "description": "微信搜索 【大迁世界】, 我会第一时间和你分享前端行业趋势,学习途径等等。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
266
- "url": "https://segmentfault.com/a/1190000042266784",
267
- "author": "前端小智",
268
- "home_url": "https://segmentfault.com/u/minnanitkong",
269
- "votes": "7",
264
+ "title": "记录第一次给开源项目提 PR",
265
+ "description": "本篇文章算是该系列的一个彩蛋篇,记录一下第一次给开源项目提 PR 的过程(之前好像也有过,不过那个非常小的一个改动),希望能够帮助更多的人参与到开源项目中来。",
266
+ "url": "https://segmentfault.com/a/1190000042342284",
267
+ "author": "Gopal",
268
+ "home_url": "https://segmentfault.com/u/fengguangping",
269
+ "votes": "6",
270
270
  "rank": 30
271
271
  }
272
272
  ]