@wcj/github-rank 22.7.7 → 22.7.8
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 +21608 -21611
- package/dist/sifou-daily.json +33 -6
- package/dist/sifou-monthly.json +75 -75
- package/dist/sifou-weekly.json +121 -121
- package/dist/toutiao-30.json +42 -42
- package/dist/toutiao-7.json +68 -68
- package/dist/toutiao-90.json +10 -10
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +145 -145
- package/dist/trending-weekly.json +153 -153
- package/dist/users.china.json +1376 -1376
- package/dist/users.json +2092 -2093
- package/package.json +2 -2
- package/web/data/repos.json +21608 -21611
- package/web/data/sifou-daily.json +33 -6
- package/web/data/sifou-monthly.json +75 -75
- package/web/data/sifou-weekly.json +121 -121
- package/web/data/toutiao-30.json +42 -42
- package/web/data/toutiao-7.json +68 -68
- package/web/data/toutiao-90.json +10 -10
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +145 -145
- package/web/data/trending-weekly.json +153 -153
- package/web/data/users.china.json +1376 -1376
- package/web/data/users.json +2092 -2093
- package/web/index.html +1148 -1148
- package/web/repos.html +3042 -3042
- package/web/sifou-daily.html +90 -6
- package/web/sifou-monthly.html +125 -125
- package/web/sifou-weekly.html +140 -140
- package/web/toutiao-30.html +55 -55
- package/web/toutiao-7.html +55 -55
- package/web/toutiao-90.html +9 -9
- package/web/trending-monthly.html +133 -125
- package/web/trending-weekly.html +136 -140
- package/web/trending.html +148 -148
- package/web/users.china.html +694 -694
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"title": "CSS层级小技巧!如何在滚动时自动添加头部阴影?",
|
|
4
|
+
"description": "在网页中,经常会用阴影来突出层级关系,特别是顶部导航,但有时候设计觉得没必要一开始就显示阴影,只有滚动后才出现。比如下面这个例子,注意观察头部阴影",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000042065365",
|
|
6
|
+
"author": "XboxYan",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
8
|
+
"votes": "18",
|
|
9
|
+
"rank": 1
|
|
10
|
+
},
|
|
2
11
|
{
|
|
3
12
|
"title": "使用纯 CSS 实现超酷炫的粘性气泡效果",
|
|
4
13
|
"description": "最近,在 CodePen 上看到这样一个非常有意思的效果:这个效果的核心难点在于气泡的一种特殊融合效果。其源代码在:CodePen Demo -- Goey footer,作者主要使用的是 SVG 滤镜完成的该效果,感兴趣的可以戳源码看看...",
|
|
@@ -6,26 +15,8 @@
|
|
|
6
15
|
"author": "chokcoco",
|
|
7
16
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
8
17
|
"votes": "17",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"title": "switch 有四样写法你知道么",
|
|
13
|
-
"description": "我所知道的 JavaScript 的 switch 语句只有一种写法。但要说到对分支的处理,写法可就多了去了。if 分支写法可以算一种,switch 分支写法可以算第二种,第三种是使用策略模式,如果要把条件运算符也算上的话,嗯...",
|
|
14
|
-
"url": "https://segmentfault.com/a/1190000042055258",
|
|
15
|
-
"author": "边城",
|
|
16
|
-
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
17
|
-
"votes": "14",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
|
-
{
|
|
21
|
-
"title": "CSS层级小技巧!如何在滚动时自动添加头部阴影?",
|
|
22
|
-
"description": "在网页中,经常会用阴影来突出层级关系,特别是顶部导航,但有时候设计觉得没必要一开始就显示阴影,只有滚动后才出现。比如下面这个例子,注意观察头部阴影",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000042065365",
|
|
24
|
-
"author": "XboxYan",
|
|
25
|
-
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
26
|
-
"votes": "16",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
20
|
{
|
|
30
21
|
"title": "叮~您有一封Vue.js挑战邀请函,请查收",
|
|
31
22
|
"description": "大家好,我是webfansplz.今天要跟大家分享的是vuejs-challenges,一个Vue.js在线挑战平台,它提供了一些题库,开发者可以在线进行挑战.通过这些挑战,我们可以进一步了解和熟悉Vue.js,希望它能对想学习Vue.js的同学有...",
|
|
@@ -33,16 +24,7 @@
|
|
|
33
24
|
"author": "null仔",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
|
|
35
26
|
"votes": "10",
|
|
36
|
-
"rank":
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"title": "Skypack:我老早就在布局前端基建了",
|
|
40
|
-
"description": "其中最主要的原因是 —— vite在开发环境基于ESM规范实现的Nobundle模式,节省了代码打包的时间(当然,也有ESBuild的功劳)。",
|
|
41
|
-
"url": "https://segmentfault.com/a/1190000042055196",
|
|
42
|
-
"author": "卡颂",
|
|
43
|
-
"home_url": "https://segmentfault.com/u/kasong",
|
|
44
|
-
"votes": "6",
|
|
45
|
-
"rank": 5
|
|
27
|
+
"rank": 3
|
|
46
28
|
},
|
|
47
29
|
{
|
|
48
30
|
"title": "使用CSS background实现炫酷悬停效果",
|
|
@@ -51,7 +33,7 @@
|
|
|
51
33
|
"author": "南城大前端",
|
|
52
34
|
"home_url": "https://segmentfault.com/u/nanchengfe",
|
|
53
35
|
"votes": "8",
|
|
54
|
-
"rank":
|
|
36
|
+
"rank": 4
|
|
55
37
|
},
|
|
56
38
|
{
|
|
57
39
|
"title": "runc hang 导致 Kubernetes 节点 NotReady",
|
|
@@ -60,7 +42,7 @@
|
|
|
60
42
|
"author": "云叔_又拍云",
|
|
61
43
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
62
44
|
"votes": "4",
|
|
63
|
-
"rank":
|
|
45
|
+
"rank": 5
|
|
64
46
|
},
|
|
65
47
|
{
|
|
66
48
|
"title": "编程语言:类型系统的本质",
|
|
@@ -69,16 +51,7 @@
|
|
|
69
51
|
"author": "陈光剑",
|
|
70
52
|
"home_url": "https://segmentfault.com/u/donghaichenguangjian",
|
|
71
53
|
"votes": "4",
|
|
72
|
-
"rank":
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"title": "开源人物专访:OpenFunction 的独特“处世之道”,开源“实干家精神”从 0 到 1 的突破",
|
|
76
|
-
"description": "采访整理:SegmentFault 思否 | 编辑 朱玲采访嘉宾:霍秉杰 霍秉杰,哈尔滨工业大学计算机科技与技术硕士,曾任职于金山软件从事大数据技术研发,2016年加入青云科技。现为 KubeSphere 云原生 FaaS 项目 OpenFunc...",
|
|
77
|
-
"url": "https://segmentfault.com/a/1190000042053265",
|
|
78
|
-
"author": "MissD",
|
|
79
|
-
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
80
|
-
"votes": "1",
|
|
81
|
-
"rank": 9
|
|
54
|
+
"rank": 6
|
|
82
55
|
},
|
|
83
56
|
{
|
|
84
57
|
"title": "反爬篇 | 手把手教你处理 JS 逆向之图片伪装",
|
|
@@ -87,7 +60,7 @@
|
|
|
87
60
|
"author": "Python技术大本营",
|
|
88
61
|
"home_url": "https://segmentfault.com/u/bianchengdandan",
|
|
89
62
|
"votes": "2",
|
|
90
|
-
"rank":
|
|
63
|
+
"rank": 7
|
|
91
64
|
},
|
|
92
65
|
{
|
|
93
66
|
"title": "这个高颜值的开源第三方网易云音乐播放器你值得拥有",
|
|
@@ -96,7 +69,7 @@
|
|
|
96
69
|
"author": "街角小林",
|
|
97
70
|
"home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
|
|
98
71
|
"votes": "2",
|
|
99
|
-
"rank":
|
|
72
|
+
"rank": 8
|
|
100
73
|
},
|
|
101
74
|
{
|
|
102
75
|
"title": "世界上最快的排序算法-Timsort",
|
|
@@ -105,7 +78,16 @@
|
|
|
105
78
|
"author": "编程码农",
|
|
106
79
|
"home_url": "https://segmentfault.com/u/onlythinking",
|
|
107
80
|
"votes": "2",
|
|
108
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"title": "Nginx 实战核心知识点整理(上)",
|
|
85
|
+
"description": "Nginx 作为一款高性能的代理软件,在工作中常被用做负载均衡器、正向反向代理。最近在看了一个关于 Nginx 的视频,老师讲得很不错。笔者也记录了一下整套课程的一些重点和自己的理解。",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000042070687",
|
|
87
|
+
"author": "Rhythm_2019",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/rhythm_2019",
|
|
89
|
+
"votes": "3",
|
|
90
|
+
"rank": 10
|
|
109
91
|
},
|
|
110
92
|
{
|
|
111
93
|
"title": "6年技术迭代 阿里全球化出海&合规的挑战和探索",
|
|
@@ -114,25 +96,16 @@
|
|
|
114
96
|
"author": "溜达兔",
|
|
115
97
|
"home_url": "https://segmentfault.com/u/liudatu",
|
|
116
98
|
"votes": "2",
|
|
117
|
-
"rank":
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"title": "Ajax 怎么取消?要不要取消?",
|
|
121
|
-
"description": "假如你熟悉 xhr,会知道 Ajax 其实可以前端主动取消,使用的是 XMLHttpRequest.abort()。当然现在也不是刀耕火种的时代,除了面试,可能基本不会手写 xhr,在无人不知的 axios 中有两种取消方法:",
|
|
122
|
-
"url": "https://segmentfault.com/a/1190000042053708",
|
|
123
|
-
"author": "ssshooter",
|
|
124
|
-
"home_url": "https://segmentfault.com/u/ssshooter",
|
|
125
|
-
"votes": "2",
|
|
126
|
-
"rank": 14
|
|
99
|
+
"rank": 11
|
|
127
100
|
},
|
|
128
101
|
{
|
|
129
|
-
"title": "
|
|
130
|
-
"description": "
|
|
131
|
-
"url": "https://segmentfault.com/a/
|
|
132
|
-
"author": "
|
|
133
|
-
"home_url": "https://segmentfault.com/u/
|
|
134
|
-
"votes": "
|
|
135
|
-
"rank":
|
|
102
|
+
"title": "Web 应用实时版本检测,这么做最方便",
|
|
103
|
+
"description": "经常会发生这样的情况: 当用户在浏览器中打开某 web 应用较长时间且未刷新页面, 在应用有新版本更新或问题修复时, 用户会无法及时知晓有新版发布, 导致用户继续使用旧的版本, 影响用户体验和后端数据准确性。",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000042069210",
|
|
105
|
+
"author": "Myou_Aki",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/akimyou",
|
|
107
|
+
"votes": "1",
|
|
108
|
+
"rank": 12
|
|
136
109
|
},
|
|
137
110
|
{
|
|
138
111
|
"title": "苹果自研 5G 芯片或已失败;腾讯 QQ 回应大规模账号被盗;Vim 9.0 发布 | 思否周刊",
|
|
@@ -141,16 +114,7 @@
|
|
|
141
114
|
"author": "snakesss",
|
|
142
115
|
"home_url": "https://segmentfault.com/u/snakesss",
|
|
143
116
|
"votes": "2",
|
|
144
|
-
"rank":
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"title": "Web 应用实时版本检测,这么做最方便",
|
|
148
|
-
"description": "经常会发生这样的情况: 当用户在浏览器中打开某 web 应用较长时间且未刷新页面, 在应用有新版本更新或问题修复时, 用户会无法及时知晓有新版发布, 导致用户继续使用旧的版本, 影响用户体验和后端数据准确性。",
|
|
149
|
-
"url": "https://segmentfault.com/a/1190000042069210",
|
|
150
|
-
"author": "Myou_Aki",
|
|
151
|
-
"home_url": "https://segmentfault.com/u/akimyou",
|
|
152
|
-
"votes": "1",
|
|
153
|
-
"rank": 17
|
|
117
|
+
"rank": 13
|
|
154
118
|
},
|
|
155
119
|
{
|
|
156
120
|
"title": "通过示例了解Vue过渡和动画",
|
|
@@ -159,16 +123,25 @@
|
|
|
159
123
|
"author": "前端小智",
|
|
160
124
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
161
125
|
"votes": "2",
|
|
162
|
-
"rank":
|
|
126
|
+
"rank": 14
|
|
163
127
|
},
|
|
164
128
|
{
|
|
165
|
-
"title": "
|
|
166
|
-
"description": "
|
|
167
|
-
"url": "https://segmentfault.com/a/
|
|
168
|
-
"author": "
|
|
169
|
-
"home_url": "https://segmentfault.com/u/
|
|
170
|
-
"votes": "
|
|
171
|
-
"rank":
|
|
129
|
+
"title": "GitHub 四宗罪“惹众怒”?SFC 发文《Give Up GitHub!》呼吁全网声讨",
|
|
130
|
+
"description": "前几天,一则关于 “GitHub 人工智能编程工具 Copilot 以67 元/月的费用正式上线”的消息引发了开源圈的热议,一时间关于 Copilot 侵犯隐私、抄袭代码、无视许可证以及“开源变付费”等以往争议话题再次被挖出来,且...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000042071322",
|
|
132
|
+
"author": "MissD",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
134
|
+
"votes": "2",
|
|
135
|
+
"rank": 15
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"title": "Android动态更换应用图标",
|
|
139
|
+
"description": "近日,微博官方发布了一项新功能,即可以在App设置中动态更换微博的显示图标样式。根据微博官方的说法,除了最原始的图标外,微博还推出了另外10种不同的样式,既有3D微博、炫彩微博等保留了眼睛造型的新样式,也...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000042059399",
|
|
141
|
+
"author": "xiangzhihong",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
143
|
+
"votes": "2",
|
|
144
|
+
"rank": 16
|
|
172
145
|
},
|
|
173
146
|
{
|
|
174
147
|
"title": "Java 集合常见知识点&面试题总结(上),2022 最新版!",
|
|
@@ -177,7 +150,7 @@
|
|
|
177
150
|
"author": "JavaGuide",
|
|
178
151
|
"home_url": "https://segmentfault.com/u/javaguide",
|
|
179
152
|
"votes": "2",
|
|
180
|
-
"rank":
|
|
153
|
+
"rank": 17
|
|
181
154
|
},
|
|
182
155
|
{
|
|
183
156
|
"title": "Go1.19 那些事:国产芯片、内存模型等新特性,你知道多少?",
|
|
@@ -186,34 +159,7 @@
|
|
|
186
159
|
"author": "煎鱼",
|
|
187
160
|
"home_url": "https://segmentfault.com/u/eddycjy",
|
|
188
161
|
"votes": "1",
|
|
189
|
-
"rank":
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"title": "React Native 中实现动态导入",
|
|
193
|
-
"description": "随着业务的发展,每一个 React Native 应用的代码数量都在不断增加,bundle 体积不断膨胀,对应用性能的负面影响愈发明显。虽然我们可以通过 React Native 官方工具 Metro 进行拆包处理,拆分为一个基础包和一个...",
|
|
194
|
-
"url": "https://segmentfault.com/a/1190000042053905",
|
|
195
|
-
"author": "云音乐技术团队",
|
|
196
|
-
"home_url": "https://segmentfault.com/u/musicfe",
|
|
197
|
-
"votes": "2",
|
|
198
|
-
"rank": 22
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"title": "2022 年编程语言趋势:Swift、Kotlin 热度持续增长,收入最高的 5 种编程语言竟是它们",
|
|
202
|
-
"description": "随着低代码和无代码平台的兴起,2022 年编程语言的世界正在悄然发生着变化。如今,大多数开发人员对最常用的常规编程语言有着透彻的了解,但掌握不常见的编程语言也能帮助开发者获得高薪的工作。特别是如软件开发...",
|
|
203
|
-
"url": "https://segmentfault.com/a/1190000042053038",
|
|
204
|
-
"author": "MissD",
|
|
205
|
-
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
206
|
-
"votes": "2",
|
|
207
|
-
"rank": 23
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"title": "Nginx 实战核心知识点整理(上)",
|
|
211
|
-
"description": "Nginx 作为一款高性能的代理软件,在工作中常被用做负载均衡器、正向反向代理。最近在看了一个关于 Nginx 的视频,老师讲得很不错。笔者也记录了一下整套课程的一些重点和自己的理解。",
|
|
212
|
-
"url": "https://segmentfault.com/a/1190000042070687",
|
|
213
|
-
"author": "Rhythm_2019",
|
|
214
|
-
"home_url": "https://segmentfault.com/u/rhythm_2019",
|
|
215
|
-
"votes": "3",
|
|
216
|
-
"rank": 24
|
|
162
|
+
"rank": 18
|
|
217
163
|
},
|
|
218
164
|
{
|
|
219
165
|
"title": "又一款值得推荐的高颜值的服务器探针——WGCLOUD",
|
|
@@ -222,16 +168,16 @@
|
|
|
222
168
|
"author": "徐三刀",
|
|
223
169
|
"home_url": "https://segmentfault.com/u/9b3sps2b",
|
|
224
170
|
"votes": "1",
|
|
225
|
-
"rank":
|
|
171
|
+
"rank": 19
|
|
226
172
|
},
|
|
227
173
|
{
|
|
228
|
-
"title": "
|
|
229
|
-
"description": "
|
|
230
|
-
"url": "https://segmentfault.com/a/
|
|
231
|
-
"author": "
|
|
232
|
-
"home_url": "https://segmentfault.com/u/
|
|
174
|
+
"title": "你还在为组件文档烦恼吗?",
|
|
175
|
+
"description": "从 0 到 1 搭建一个全新的组件库文档工具不是最优的选择,本人先在网上搜寻一些已有的解决方案。业务项目技术栈是基于 React,UI 库使用的是 Antd,下面是一些方案的汇总和分析:",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000042073725",
|
|
177
|
+
"author": "Samon",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/samonxian",
|
|
233
179
|
"votes": "1",
|
|
234
|
-
"rank":
|
|
180
|
+
"rank": 20
|
|
235
181
|
},
|
|
236
182
|
{
|
|
237
183
|
"title": "全网都在疯传的《老板管理手册》(转)",
|
|
@@ -240,7 +186,7 @@
|
|
|
240
186
|
"author": "Young",
|
|
241
187
|
"home_url": "https://segmentfault.com/u/young_6082714523e64",
|
|
242
188
|
"votes": "1",
|
|
243
|
-
"rank":
|
|
189
|
+
"rank": 21
|
|
244
190
|
},
|
|
245
191
|
{
|
|
246
192
|
"title": "K8S 生态周报| Ingress NGINX 项目暂停接收新功能将专注于稳定性提升",
|
|
@@ -249,7 +195,7 @@
|
|
|
249
195
|
"author": "张晋涛",
|
|
250
196
|
"home_url": "https://segmentfault.com/u/moelove",
|
|
251
197
|
"votes": "1",
|
|
252
|
-
"rank":
|
|
198
|
+
"rank": 22
|
|
253
199
|
},
|
|
254
200
|
{
|
|
255
201
|
"title": "精读《Diff, AnyOf, IsUnion...》",
|
|
@@ -258,14 +204,68 @@
|
|
|
258
204
|
"author": "黄子毅",
|
|
259
205
|
"home_url": "https://segmentfault.com/u/aoyangyudakong",
|
|
260
206
|
"votes": "1",
|
|
207
|
+
"rank": 23
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"title": "PHP后端面试85问",
|
|
211
|
+
"description": "替换原则(the Liskov Substitution Principle LSP) :子类应当可以替换父类并出现在父类能够出现的任何地方。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000042071370",
|
|
213
|
+
"author": "IT小马",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/itxiaoma",
|
|
215
|
+
"votes": "2",
|
|
216
|
+
"rank": 24
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"title": "【Java面试】简单说一下你对序列化和反序列化的理解",
|
|
220
|
+
"description": "Hi,大家好,我是Mic一个工作4年的粉丝,投了很多简历好不容易接到一个互联网公司的面试邀约。在面试第一轮就被干掉了,原因是对主流互联网技术理解太浅了。其中就有一个这样的问题:“简单说一下你对序列化和反序...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000042058707",
|
|
222
|
+
"author": "跟着Mic学架构",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/fukua_5be8034f8191f",
|
|
224
|
+
"votes": "1",
|
|
225
|
+
"rank": 25
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"title": "Fundebug JavaScript插件支持监控HTTP请求数据",
|
|
229
|
+
"description": "Fundebug提供专业的前端异常监控服务,我们的插件可以提供全方位的异常监控,可以帮助开发者第一时间定位各种前端异常,包括但不限于 JavaScript 执行错误以及 HTTP 请求错误。",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000042055989",
|
|
231
|
+
"author": "Fundebug",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/fundebug",
|
|
233
|
+
"votes": "1",
|
|
234
|
+
"rank": 26
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"title": "如何优雅地实现多数据库的发件箱模式",
|
|
238
|
+
"description": "一个微服务可能需要执行“存数据库”和“发送事件”两个步骤。例如发布一篇文章后,需要更新作者的发文统计信息。业务上要求两个操作同时失败,或者同时成功,而不能出现一个成功一个失败。假如最终文章发布了,更新...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000042063425",
|
|
240
|
+
"author": "叶东富",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/yedongfu",
|
|
242
|
+
"votes": "1",
|
|
243
|
+
"rank": 27
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"title": "纯CSS 格子背景",
|
|
247
|
+
"description": "本文简介点赞 + 收藏 + 关注 = 学会了这次会使用css画出一个格子背景。并且一步步分析如何实现~思路直接给答案:通过2个相等的直角三角形拼接,形成一个正方形。三角形可以使用 background-image 的渐变来实现。 ...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000042069574",
|
|
249
|
+
"author": "学习委员",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/k21vin",
|
|
251
|
+
"votes": "1",
|
|
252
|
+
"rank": 28
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"title": "在react中基于ant-design,封装一个中文输入框,提高onchange性能",
|
|
256
|
+
"description": "1 antd中,input组件在触发onChange时,如果是中文输入模式,会频繁被触发,导致页面性能降低。尤其是在onChange时需要实时搜索的情况。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000042068929",
|
|
258
|
+
"author": "jsoncode",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/jsoncode",
|
|
260
|
+
"votes": "1",
|
|
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": "官方答:在React18中请求数据的正确姿势(其他框架也适用)",
|
|
265
|
+
"description": "大家好,我卡颂。一些同学喜欢在useEffect中请求初始数据,类似这样: {代码...} 但React18并不推荐这种方式。这么写有什么问题?如果不推荐这种方式,那么推荐的方式是什么呢?本文来看看Dan在reddit是如何回答...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000042059978",
|
|
267
|
+
"author": "卡颂",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
269
269
|
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
package/web/data/toutiao-30.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{
|
|
3
3
|
"title": "3000帧动画图解MySQL为什么需要binlog、redo log和undo log",
|
|
4
4
|
"description": "全文建立在MySQL的存储引擎为InnoDB的基础上先看一条SQL如何入库的:这是一条很简单的更新SQL,从MySQL服务端接收到SQL到落盘,先后经过了MySQL Server层...",
|
|
5
|
-
"votes": "
|
|
5
|
+
"votes": "180",
|
|
6
6
|
"url": "/k/b0g4460",
|
|
7
7
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
8
8
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
{
|
|
13
13
|
"title": "吐血整理:一份不可多得的架构师图谱!",
|
|
14
14
|
"description": "文章来源:https://c1n.cn/J3wve目录概述微服务消息队列概述“架构师图谱”是一个很宏大的命题,特别是优秀的架构师自身也是“由点到...",
|
|
15
|
-
"votes": "
|
|
15
|
+
"votes": "139",
|
|
16
16
|
"url": "/k/ptp0ru2",
|
|
17
17
|
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
18
18
|
"avatarAlt": "进击的程序猿 - 独家号",
|
|
@@ -49,6 +49,16 @@
|
|
|
49
49
|
"subjectName": "服务架构及中台",
|
|
50
50
|
"homeUrl": "/subjects/26578"
|
|
51
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"title": "团队管理|如何提高技术Leader的思考技巧?",
|
|
54
|
+
"description": "",
|
|
55
|
+
"votes": "73",
|
|
56
|
+
"url": "/k/f3496vg",
|
|
57
|
+
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
58
|
+
"avatarAlt": "Bloomingroses - 独家号",
|
|
59
|
+
"subjectName": "Bloomingroses",
|
|
60
|
+
"homeUrl": "/subjects/98777"
|
|
61
|
+
},
|
|
52
62
|
{
|
|
53
63
|
"title": "高并发下如何防重?",
|
|
54
64
|
"description": "大家好,我是苏三,又跟大家见面了。文末留言送书啦!!!前言最近测试给我提了一个bug,说我之前提供的一个批量复制商品的接口,产生了重复的商品数据。追查原因之后发现,这个事情没想象中...",
|
|
@@ -59,16 +69,6 @@
|
|
|
59
69
|
"subjectName": "苏三说技术",
|
|
60
70
|
"homeUrl": "/subjects/453205"
|
|
61
71
|
},
|
|
62
|
-
{
|
|
63
|
-
"title": "团队管理|如何提高技术Leader的思考技巧?",
|
|
64
|
-
"description": "",
|
|
65
|
-
"votes": "71",
|
|
66
|
-
"url": "/k/f3496vg",
|
|
67
|
-
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
68
|
-
"avatarAlt": "Bloomingroses - 独家号",
|
|
69
|
-
"subjectName": "Bloomingroses",
|
|
70
|
-
"homeUrl": "/subjects/98777"
|
|
71
|
-
},
|
|
72
72
|
{
|
|
73
73
|
"title": "肝了一个月的 DDD,一文带你掌握!",
|
|
74
74
|
"description": "",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
{
|
|
93
93
|
"title": "服务端监控架构设计与实践",
|
|
94
94
|
"description": "作者:vivo互联网服务器团队-Deng Haibo一、业务背景当今时代处在信息大爆发的时代,信息借助互联网的潮流在全球自由的流动,产生了各式各样的平台系统和软件系统,越来越多的业...",
|
|
95
|
-
"votes": "
|
|
95
|
+
"votes": "58",
|
|
96
96
|
"url": "/k/xhwa9mo",
|
|
97
97
|
"avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
|
|
98
98
|
"avatarAlt": "架构之美 - 独家号",
|
|
@@ -102,13 +102,23 @@
|
|
|
102
102
|
{
|
|
103
103
|
"title": "吐血推荐17个提升开发效率的“轮子”",
|
|
104
104
|
"description": "",
|
|
105
|
-
"votes": "
|
|
105
|
+
"votes": "64",
|
|
106
106
|
"url": "/k/10u7n9b",
|
|
107
107
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
108
108
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
109
109
|
"subjectName": "服务架构及中台",
|
|
110
110
|
"homeUrl": "/subjects/26578"
|
|
111
111
|
},
|
|
112
|
+
{
|
|
113
|
+
"title": "月活 12.8 亿的微信,海量请求下是如何防止崩溃的?",
|
|
114
|
+
"description": "",
|
|
115
|
+
"votes": "55",
|
|
116
|
+
"url": "/k/fflgnsh",
|
|
117
|
+
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
118
|
+
"avatarAlt": "进击的程序猿 - 独家号",
|
|
119
|
+
"subjectName": "进击的程序猿",
|
|
120
|
+
"homeUrl": "/subjects/24912"
|
|
121
|
+
},
|
|
112
122
|
{
|
|
113
123
|
"title": "线上真实排队系统重构案例分享——实战篇",
|
|
114
124
|
"description": "写在前面 上篇文章聊了聊 如何设计可落地的重构技术方案——理论篇 这篇文章主要以最近正在做的线上重构项目——乘客排队系统重构为场景,介绍一篇完整的系统重构技术方案。详细技术方案介绍...",
|
|
@@ -120,14 +130,14 @@
|
|
|
120
130
|
"homeUrl": "/subjects/379488"
|
|
121
131
|
},
|
|
122
132
|
{
|
|
123
|
-
"title": "
|
|
133
|
+
"title": "如何学习架构,一个系列帮助你构筑架构知识体系",
|
|
124
134
|
"description": "",
|
|
125
|
-
"votes": "
|
|
126
|
-
"url": "/k/
|
|
127
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
128
|
-
"avatarAlt": "
|
|
129
|
-
"subjectName": "
|
|
130
|
-
"homeUrl": "/subjects/
|
|
135
|
+
"votes": "59",
|
|
136
|
+
"url": "/k/i9clyuy",
|
|
137
|
+
"avatar": "https://img.toutiao.io/subject/bcb663e36b0c406c9533cb76104b3227/thumb",
|
|
138
|
+
"avatarAlt": "Java全栈知识体系 - 独家号",
|
|
139
|
+
"subjectName": "Java全栈知识体系",
|
|
140
|
+
"homeUrl": "/subjects/319391"
|
|
131
141
|
},
|
|
132
142
|
{
|
|
133
143
|
"title": "生产环境Go程序内存泄露,用pprof如何快速定位",
|
|
@@ -149,16 +159,6 @@
|
|
|
149
159
|
"subjectName": "JavaGuide",
|
|
150
160
|
"homeUrl": "/subjects/352853"
|
|
151
161
|
},
|
|
152
|
-
{
|
|
153
|
-
"title": "如何学习架构,一个系列帮助你构筑架构知识体系",
|
|
154
|
-
"description": "",
|
|
155
|
-
"votes": "58",
|
|
156
|
-
"url": "/k/i9clyuy",
|
|
157
|
-
"avatar": "https://img.toutiao.io/subject/bcb663e36b0c406c9533cb76104b3227/thumb",
|
|
158
|
-
"avatarAlt": "Java全栈知识体系 - 独家号",
|
|
159
|
-
"subjectName": "Java全栈知识体系",
|
|
160
|
-
"homeUrl": "/subjects/319391"
|
|
161
|
-
},
|
|
162
162
|
{
|
|
163
163
|
"title": "最牛逼的技术能力,是技术领导力",
|
|
164
164
|
"description": "",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
{
|
|
193
193
|
"title": "产品指标体系如何搭建",
|
|
194
194
|
"description": "",
|
|
195
|
-
"votes": "
|
|
195
|
+
"votes": "44",
|
|
196
196
|
"url": "/k/ipcteru",
|
|
197
197
|
"avatar": "https://img.toutiao.io/subject/6ee3bb205b3248c2b746c1506548181a/thumb",
|
|
198
198
|
"avatarAlt": "大数据生态 - 独家号",
|
|
@@ -209,16 +209,6 @@
|
|
|
209
209
|
"subjectName": "JuiceFS的独家号",
|
|
210
210
|
"homeUrl": "/subjects/464469"
|
|
211
211
|
},
|
|
212
|
-
{
|
|
213
|
-
"title": "这些Shell分析服务器日志命令集锦",
|
|
214
|
-
"description": "",
|
|
215
|
-
"votes": "41",
|
|
216
|
-
"url": "/k/a3rxith",
|
|
217
|
-
"avatar": "https://img.toutiao.io/subject/5677c886e56b479194e85580c577d68a/thumb",
|
|
218
|
-
"avatarAlt": "编程爱好者(网络编程) - 独家号",
|
|
219
|
-
"subjectName": "编程爱好者(网络编程)",
|
|
220
|
-
"homeUrl": "/subjects/134283"
|
|
221
|
-
},
|
|
222
212
|
{
|
|
223
213
|
"title": "商品系统架构设计与实践",
|
|
224
214
|
"description": "",
|
|
@@ -239,6 +229,16 @@
|
|
|
239
229
|
"subjectName": "编程爱好者(网络编程)",
|
|
240
230
|
"homeUrl": "/subjects/134283"
|
|
241
231
|
},
|
|
232
|
+
{
|
|
233
|
+
"title": "刨根问底: Kafka 到底会不会丢数据?",
|
|
234
|
+
"description": "",
|
|
235
|
+
"votes": "38",
|
|
236
|
+
"url": "/k/909ukbu",
|
|
237
|
+
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
238
|
+
"avatarAlt": "进击的程序猿 - 独家号",
|
|
239
|
+
"subjectName": "进击的程序猿",
|
|
240
|
+
"homeUrl": "/subjects/24912"
|
|
241
|
+
},
|
|
242
242
|
{
|
|
243
243
|
"title": "Git存储原理及部分实现",
|
|
244
244
|
"description": "",
|