@wcj/github-rank 22.3.17 → 22.3.18

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 (38) hide show
  1. package/dist/repos.json +19262 -19262
  2. package/dist/sifou-daily.json +101 -65
  3. package/dist/sifou-monthly.json +51 -51
  4. package/dist/sifou-weekly.json +136 -136
  5. package/dist/toutiao-30.json +53 -53
  6. package/dist/toutiao-7.json +88 -88
  7. package/dist/toutiao-90.json +38 -38
  8. package/dist/trending-daily.json +165 -165
  9. package/dist/trending-monthly.json +157 -157
  10. package/dist/trending-weekly.json +168 -168
  11. package/dist/users.china.json +1246 -1247
  12. package/dist/users.json +1834 -1834
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +19262 -19262
  16. package/web/data/sifou-daily.json +101 -65
  17. package/web/data/sifou-monthly.json +51 -51
  18. package/web/data/sifou-weekly.json +136 -136
  19. package/web/data/toutiao-30.json +53 -53
  20. package/web/data/toutiao-7.json +88 -88
  21. package/web/data/toutiao-90.json +38 -38
  22. package/web/data/trending-daily.json +165 -165
  23. package/web/data/trending-monthly.json +157 -157
  24. package/web/data/trending-weekly.json +168 -168
  25. package/web/data/users.china.json +1246 -1247
  26. package/web/data/users.json +1834 -1834
  27. package/web/index.html +1032 -1032
  28. package/web/repos.html +2555 -2555
  29. package/web/sifou-daily.html +167 -55
  30. package/web/sifou-monthly.html +90 -90
  31. package/web/sifou-weekly.html +126 -126
  32. package/web/toutiao-30.html +78 -78
  33. package/web/toutiao-7.html +69 -69
  34. package/web/toutiao-90.html +41 -41
  35. package/web/trending-monthly.html +144 -144
  36. package/web/trending-weekly.html +149 -145
  37. package/web/trending.html +144 -144
  38. package/web/users.china.html +651 -651
@@ -1,39 +1,30 @@
1
1
  [
2
+ {
3
+ "title": "css 的 filter属性竟然如此好玩",
4
+ "description": "在此之前我对css里面的filter属性不是很了解, 只知道使用这个属性来改变svg图片的颜色, 最近恰好查了很多相关文档并做了大量实验, 并有了一些启发与想法, 索性就在这里分享出来。",
5
+ "url": "https://segmentfault.com/a/1190000041549883",
6
+ "author": "lulu_up",
7
+ "home_url": "https://segmentfault.com/u/lulu_up",
8
+ "votes": "27",
9
+ "rank": 1
10
+ },
2
11
  {
3
12
  "title": "5种限流算法,7种限流方式,挡住突发流量?",
4
13
  "description": "最近几年,随着微服务的流行,服务和服务之间的依赖越来越强,调用关系越来越复杂,服务和服务之间的稳定性越来越重要。在遇到突发的请求量激增,恶意的用户访问,亦或请求频率过高给下游服务带来较大压力时,我...",
5
14
  "url": "https://segmentfault.com/a/1190000041548601",
6
15
  "author": "程序猿阿朗",
7
16
  "home_url": "https://segmentfault.com/u/niumoo",
8
- "votes": "18",
9
- "rank": 1
10
- },
11
- {
12
- "title": "Go 设计哲学:少即是多,哪里来的?",
13
- "description": "甚至讨论 Go issues 和提案时,都会有人用 “less is more” 来反驳或做为论点支撑,非常的有意思。大家都会很好奇,出处是哪里,是什么意思?",
14
- "url": "https://segmentfault.com/a/1190000041524988",
15
- "author": "煎鱼",
16
- "home_url": "https://segmentfault.com/u/eddycjy",
17
- "votes": "13",
17
+ "votes": "20",
18
18
  "rank": 2
19
19
  },
20
- {
21
- "title": "css 的 filter属性竟然如此好玩",
22
- "description": "在此之前我对css里面的filter属性不是很了解, 只知道使用这个属性来改变svg图片的颜色, 最近恰好查了很多相关文档并做了大量实验, 并有了一些启发与想法, 索性就在这里分享出来。",
23
- "url": "https://segmentfault.com/a/1190000041549883",
24
- "author": "lulu_up",
25
- "home_url": "https://segmentfault.com/u/lulu_up",
26
- "votes": "18",
27
- "rank": 3
28
- },
29
20
  {
30
21
  "title": "Gitlab CI/CD教程及npm包构建发布实战",
31
22
  "description": "!!!实践过程中请留意文档版本号跟你实际使用Gitlab的版本号👉🏻中文文档-14.8-pre 👉🏻Gitlab版本—12.9前置知识yaml语法,教程👉🏻YAML 入门教程Docker相关知识,教程👉🏻Docker教程linux命令,教程👉🏻Linux 命令大全自定...",
32
23
  "url": "https://segmentfault.com/a/1190000041537651",
33
24
  "author": "MangoGoing",
34
25
  "home_url": "https://segmentfault.com/u/nulidexiaocongmang",
35
- "votes": "13",
36
- "rank": 4
26
+ "votes": "15",
27
+ "rank": 3
37
28
  },
38
29
  {
39
30
  "title": "什么是 LRU 算法?",
@@ -41,15 +32,24 @@
41
32
  "url": "https://segmentfault.com/a/1190000041542627",
42
33
  "author": "Shenfq",
43
34
  "home_url": "https://segmentfault.com/u/shenfq",
44
- "votes": "9",
35
+ "votes": "10",
36
+ "rank": 4
37
+ },
38
+ {
39
+ "title": "如何写一份好的前端面试简历?",
40
+ "description": "在写简历之前,我们必须清楚的了解一件事情,那就是简历是什么?它不是人生履历,不是项目清单,也不是技能大放送。简历的存在只有一个目的 —— 帮你约到面试。只要能达到这个目的,简历可以是一段视频,一个开源...",
41
+ "url": "https://segmentfault.com/a/1190000041542431",
42
+ "author": "wscats",
43
+ "home_url": "https://segmentfault.com/u/wscats",
44
+ "votes": "10",
45
45
  "rank": 5
46
46
  },
47
47
  {
48
- "title": "Web 页面优化专项 > Lighthouse > 性能分数优化",
49
- "description": "Lighthouse 目前已经集成在新版本 Chrome DevTools 中,也可以将其作为一个 Chrome 扩展程序运行,或从命令行运行。",
50
- "url": "https://segmentfault.com/a/1190000041524121",
51
- "author": "linong",
52
- "home_url": "https://segmentfault.com/u/linong",
48
+ "title": "神奇的 CSS,让文字智能适配背景颜色",
49
+ "description": "文本在黑色底色上表现为白色,在白色底色上表现为黑色。看似很复杂的一个效果,但是其实在 CSS 中非常好实现,今天就介绍这样一个小技巧,在 CSS 中,利用混合模式 mix-blend-mode: difference,让文字智能适配背...",
50
+ "url": "https://segmentfault.com/a/1190000041556519",
51
+ "author": "chokcoco",
52
+ "home_url": "https://segmentfault.com/u/chokcoco",
53
53
  "votes": "12",
54
54
  "rank": 6
55
55
  },
@@ -71,40 +71,40 @@
71
71
  "votes": "8",
72
72
  "rank": 8
73
73
  },
74
- {
75
- "title": "如何写一份好的前端面试简历?",
76
- "description": "在写简历之前,我们必须清楚的了解一件事情,那就是简历是什么?它不是人生履历,不是项目清单,也不是技能大放送。简历的存在只有一个目的 —— 帮你约到面试。只要能达到这个目的,简历可以是一段视频,一个开源...",
77
- "url": "https://segmentfault.com/a/1190000041542431",
78
- "author": "wscats",
79
- "home_url": "https://segmentfault.com/u/wscats",
80
- "votes": "9",
81
- "rank": 9
82
- },
83
74
  {
84
75
  "title": "观察者模式与发布订阅模式区别 - JS",
85
76
  "description": "在观察者模式中,只有两种主体:目标对象 (Subject) 和 观察者 (Observer)。在观察者模式中,Subject 对象拥有添加、删除和通知一系列 Observer 的方法等,而 Observer 对象拥有 update 更新方法等。在 Subject ...",
86
77
  "url": "https://segmentfault.com/a/1190000041543041",
87
78
  "author": "时倾",
88
79
  "home_url": "https://segmentfault.com/u/shiqing_5e690563e48cc",
89
- "votes": "3",
80
+ "votes": "5",
81
+ "rank": 9
82
+ },
83
+ {
84
+ "title": "招聘季征文活动丨如何“反杀”面试官?",
85
+ "description": "💭💭💭“怎么准备面试?面试官一般会问些什么问题?”“哪些面试经验,让你成功上岸?”“经历过哪些尴尬的面试场面?”“面试准备中有哪些最最最常见的坑?”“如何写好一份面试简历?”",
86
+ "url": "https://segmentfault.com/a/1190000041558580",
87
+ "author": "SegmentFault思否",
88
+ "home_url": "https://segmentfault.com/u/segmentfault",
89
+ "votes": "7",
90
90
  "rank": 10
91
91
  },
92
92
  {
93
- "title": "VuePress 博客之 SEO 优化(四) Open Graph protocol",
94
- "description": "前言在 《一篇带你用 VuePress + Github Pages 搭建博客》中,我们使用 VuePress 搭建了一个博客,最终的效果查看:TypeScript 中文文档。本篇讲讲 SEO 优化中的 Open Graph protocol。meta 标签如果我们打开思否...",
95
- "url": "https://segmentfault.com/a/1190000041528595",
96
- "author": "冴羽",
97
- "home_url": "https://segmentfault.com/u/yayu",
93
+ "title": " Figma 封停大疆,看国产 IDE 如何应对与突围?",
94
+ "description": "3 12 日,UI 设计协作工具软件 Figma 封停大疆,中国企业使用国际软件的不确定性加剧。UI 设计工具的禁用是否只是开端?目前被国际软件和开源工具垄断的 IDE(集成开发环境)是否将成为下一个封停对象?",
95
+ "url": "https://segmentfault.com/a/1190000041555032",
96
+ "author": "Baihai_IDP",
97
+ "home_url": "https://segmentfault.com/u/baihai_idp",
98
98
  "votes": "4",
99
99
  "rank": 11
100
100
  },
101
101
  {
102
- "title": "5分钟学会 gRPC",
103
- "description": "我猜测大部分长期使用 Java 的开发者应该较少会接触 gRPC,毕竟在 Java 圈子里大部分使用的还是 Dubbo/SpringClound 这两类服务框架。",
104
- "url": "https://segmentfault.com/a/1190000041528313",
105
- "author": "crossoverJie",
106
- "home_url": "https://segmentfault.com/u/crossoverjie",
107
- "votes": "5",
102
+ "title": "petite-vue源码剖析-双向绑定`v-model`的工作原理",
103
+ "description": "双向绑定v-model不仅仅是对可编辑HTML元素(select, input, textarea和附带[contenteditable=true])同时附加v-bind和v-on,而且还能利用通过petite-vue附加给元素的_value、_trueValue和_falseValue属性提供存储非...",
104
+ "url": "https://segmentfault.com/a/1190000041545178",
105
+ "author": "肥仔John",
106
+ "home_url": "https://segmentfault.com/u/fsjohnhuang",
107
+ "votes": "4",
108
108
  "rank": 12
109
109
  },
110
110
  {
@@ -113,123 +113,123 @@
113
113
  "url": "https://segmentfault.com/a/1190000041542386",
114
114
  "author": "前端小智",
115
115
  "home_url": "https://segmentfault.com/u/minnanitkong",
116
- "votes": "4",
116
+ "votes": "5",
117
117
  "rank": 13
118
118
  },
119
119
  {
120
- "title": "petite-vue源码剖析-双向绑定`v-model`的工作原理",
121
- "description": "双向绑定v-model不仅仅是对可编辑HTML元素(select, input, textarea和附带[contenteditable=true])同时附加v-bind和v-on,而且还能利用通过petite-vue附加给元素的_value、_trueValue和_falseValue属性提供存储非...",
122
- "url": "https://segmentfault.com/a/1190000041545178",
123
- "author": "肥仔John",
124
- "home_url": "https://segmentfault.com/u/fsjohnhuang",
125
- "votes": "2",
120
+ "title": "(交作业啦!!!)html5学习笔记🐷",
121
+ "description": "由于前段时间比较忙(忙着相亲)所以很久都没有更新文章,也没有认真学习啦!导致我的老师都来质问我,所以今天要做个检讨了😭嘿嘿嘿,是不是有一种上高中的时候被老师催着交作业的感觉!!!",
122
+ "url": "https://segmentfault.com/a/1190000041551724",
123
+ "author": "不会写代码的小白",
124
+ "home_url": "https://segmentfault.com/u/z_61ea63e052dfb",
125
+ "votes": "8",
126
126
  "rank": 14
127
127
  },
128
128
  {
129
- "title": "如何在 JavaScript 中实现 Event Bus(事件总线)",
130
- "description": "Event Bus 事件总线,通常作为多个模块间的通信机制,相当于一个事件管理中心,一个模块发送消息,其它模块接受消息,就达到了通信的作用。",
131
- "url": "https://segmentfault.com/a/1190000041538256",
132
- "author": "Dushusir",
133
- "home_url": "https://segmentfault.com/u/dushusir",
129
+ "title": "从数据集中随机抽取一定数量的数据",
130
+ "description": "今天翻到一个以前回答的问题:从列表中随机抽取一定数量的数据。之前回答是使用 Fisher-Yates 洗牌算法来解决的,但是阅读了评论之后,又有了一些新想法。",
131
+ "url": "https://segmentfault.com/a/1190000041557477",
132
+ "author": "边城",
133
+ "home_url": "https://segmentfault.com/u/jamesfancy",
134
134
  "votes": "4",
135
135
  "rank": 15
136
136
  },
137
137
  {
138
- "title": "(交作业啦!!!)html5学习笔记🐷",
139
- "description": "由于前段时间比较忙(忙着相亲)所以很久都没有更新文章,也没有认真学习啦!导致我的老师都来质问我,所以今天要做个检讨了😭嘿嘿嘿,是不是有一种上高中的时候被老师催着交作业的感觉!!!",
140
- "url": "https://segmentfault.com/a/1190000041551724",
141
- "author": "不会写代码的小白",
142
- "home_url": "https://segmentfault.com/u/z_61ea63e052dfb",
143
- "votes": "7",
138
+ "title": "穷追猛打,阿里二面问了我30分钟从URL输入到渲染...",
139
+ "description": "当面试官问出这个题后,大部分人听到都是内心窃喜:早就背下这篇八股文。但是稍等,下面几个问题你能答出来吗:浏览器对URL为什么要解析?URL参数用的是什么字符编码?那encodeURI和encodeURIComponent有什么区别...",
140
+ "url": "https://segmentfault.com/a/1190000041553527",
141
+ "author": "前端私教年年",
142
+ "home_url": "https://segmentfault.com/u/qiuzhisijiaoniannian",
143
+ "votes": "4",
144
144
  "rank": 16
145
145
  },
146
- {
147
- "title": "走进开源项目 - urlcat 源码分析",
148
- "description": "该项目是在 qs 项目的基础上并使用 typescript 进行开发,其中定义了 2 个类型,有几个不太了解知识点 type 、 Recode 、Partial 和 Pick 。",
149
- "url": "https://segmentfault.com/a/1190000041542058",
150
- "author": "robin",
151
- "home_url": "https://segmentfault.com/u/robin_ren",
152
- "votes": "2",
153
- "rank": 17
154
- },
155
146
  {
156
147
  "title": "巧用 CSS 构建渐变彩色二维码",
157
148
  "description": "很有意思的问题,我们在百度谷歌,搜索 qrcode,能搜到非常多在线制作二维码的工具,它们其中一些也会带有制作渐变二维码的功能。但是它们大部分都是 Canvas 或者其它编程语言实现的。",
158
149
  "url": "https://segmentfault.com/a/1190000041543121",
159
150
  "author": "chokcoco",
160
151
  "home_url": "https://segmentfault.com/u/chokcoco",
152
+ "votes": "4",
153
+ "rank": 17
154
+ },
155
+ {
156
+ "title": "走进开源项目 - urlcat 源码分析",
157
+ "description": "该项目是在 qs 项目的基础上并使用 typescript 进行开发,其中定义了 2 个类型,有几个不太了解知识点 type 、 Recode 、Partial 和 Pick 。",
158
+ "url": "https://segmentfault.com/a/1190000041542058",
159
+ "author": "robin",
160
+ "home_url": "https://segmentfault.com/u/robin_ren",
161
161
  "votes": "3",
162
162
  "rank": 18
163
163
  },
164
164
  {
165
- "title": "你不知道的JavaScript中的5个JSON秘密功能",
166
- "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
167
- "url": "https://segmentfault.com/a/1190000041491918",
168
- "author": "前端小智",
169
- "home_url": "https://segmentfault.com/u/minnanitkong",
165
+ "title": "如何在 JavaScript 中实现 Event Bus(事件总线)",
166
+ "description": "Event Bus 事件总线,通常作为多个模块间的通信机制,相当于一个事件管理中心,一个模块发送消息,其它模块接受消息,就达到了通信的作用。",
167
+ "url": "https://segmentfault.com/a/1190000041538256",
168
+ "author": "Dushusir",
169
+ "home_url": "https://segmentfault.com/u/dushusir",
170
170
  "votes": "4",
171
171
  "rank": 19
172
172
  },
173
173
  {
174
- "title": "React内部的性能优化没有达到极致?",
175
- "description": "大家好,我卡颂。对于如下这个常见交互步骤:点击按钮,触发状态更新组件render视图渲染你觉得哪些步骤有性能优化的空间呢?答案是:1和2。对于步骤1,如果状态更新前后没有变化,则可以略过剩下的步骤。这个优化...",
176
- "url": "https://segmentfault.com/a/1190000041531553",
177
- "author": "卡颂",
178
- "home_url": "https://segmentfault.com/u/kasong",
179
- "votes": "4",
174
+ "title": "浅谈VueUse设计与实现",
175
+ "description": "前言大家好,我是webfansplz.首先跟大家分享一个好消息,我加入VueUse团队啦,感谢@antfu的邀请,很开心成为团队的一员.今天跟大家聊聊VueUse的设计与实现.介绍大家都知道Vue3引入了组合式API,大大提升了逻辑复用能力...",
176
+ "url": "https://segmentfault.com/a/1190000041542396",
177
+ "author": "null仔",
178
+ "home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
179
+ "votes": "3",
180
180
  "rank": 20
181
181
  },
182
182
  {
183
- "title": "扑克牌速算24 -穷举(JavaScript)",
184
- "description": "要求:提交算法思路即可。思路:先分析一下穷举包含多少种情况:1、操作数。由于是给定的4张牌,所以把这个4张牌进行全排列,共有:24种2、运算符。4个数之间有3个运算符,每个运算符有4种选择,共有:64种3、运...",
185
- "url": "https://segmentfault.com/a/1190000041523394",
186
- "author": "叫我詹躲躲",
187
- "home_url": "https://segmentfault.com/u/huixiaodeyanjingzhenmei",
188
- "votes": "2",
183
+ "title": "写给后端开发工程师的H5前端开发知识",
184
+ "description": "web发展到目前为止已经有将近30年的历史,在web兴起的早期,并没有前端这个概念。最初所有的开发工作都是由后端开发工程师完成,随着业务越来越复杂,工作量逐渐的增加,项目中的可视化部分和一部分交互功能的开...",
185
+ "url": "https://segmentfault.com/a/1190000041554419",
186
+ "author": "得物技术",
187
+ "home_url": "https://segmentfault.com/u/dewujishu",
188
+ "votes": "3",
189
189
  "rank": 21
190
190
  },
191
191
  {
192
- "title": "VuePress 博客之 SEO 优化(五)添加 JSON-LD 数据",
193
- "description": "前言在 《一篇带你用 VuePress + Github Pages 搭建博客》中,我们使用 VuePress 搭建了一个博客,最终的效果查看:TypeScript 中文文档。本篇讲 SEO 中的 JSON-LD。JSON-LD如果我们打开掘金任意一篇文章,比如这...",
194
- "url": "https://segmentfault.com/a/1190000041533456",
195
- "author": "冴羽",
196
- "home_url": "https://segmentfault.com/u/yayu",
197
- "votes": "3",
192
+ "title": "React内部的性能优化没有达到极致?",
193
+ "description": "大家好,我卡颂。对于如下这个常见交互步骤:点击按钮,触发状态更新组件render视图渲染你觉得哪些步骤有性能优化的空间呢?答案是:1和2。对于步骤1,如果状态更新前后没有变化,则可以略过剩下的步骤。这个优化...",
194
+ "url": "https://segmentfault.com/a/1190000041531553",
195
+ "author": "卡颂",
196
+ "home_url": "https://segmentfault.com/u/kasong",
197
+ "votes": "4",
198
198
  "rank": 22
199
199
  },
200
200
  {
201
- "title": "静态模型一键动态化,教你如何集成动作捕捉能力",
202
- "description": "华为3D建模服务(3D Modeling Kit)的动作捕捉能力,利用人体检测技术以及模型加速与压缩技术、基于深度学习的单目姿态估计算法,仅需要普通手机的RGB摄像头,就可以捕获人体24个骨骼关键点三维信息,轻松实现静...",
203
- "url": "https://segmentfault.com/a/1190000041526401",
204
- "author": "HMSCore",
205
- "home_url": "https://segmentfault.com/u/hms_core",
206
- "votes": "2",
201
+ "title": "网易云音乐低代码体系建设思考与实践",
202
+ "description": "本文主要谈一谈网易云音乐大前端团队在面向模式化研发场景的低代码体系的建设思考和实践。本文将会从当前我们所面临的业务研发问题出发,谈一谈我们对于构建低代码研发体系的思考,进而介绍我们正在构建的同时支...",
203
+ "url": "https://segmentfault.com/a/1190000041545050",
204
+ "author": "云音乐技术团队",
205
+ "home_url": "https://segmentfault.com/u/musicfe",
206
+ "votes": "4",
207
207
  "rank": 23
208
208
  },
209
209
  {
210
- "title": "网易X工行:云原生日志系统 Loggie 正式开源!",
211
- "description": "近日,由网易和中国工商银行联合发起的云原生日志系统Loggie项目(github.com/loggie-io/loggie/)正式开源。这是网易数帆向云原生日志痛点发起的一次冲锋,也是团队联合合作伙伴践行“架构开放,内核开源”技术理...",
212
- "url": "https://segmentfault.com/a/1190000041527821",
213
- "author": "网易数帆",
214
- "home_url": "https://segmentfault.com/u/163yun",
215
- "votes": "2",
210
+ "title": "CSS 美化滑动输入条 input range",
211
+ "description": "欢迎关注我的公众号:前端侦探关于原生 input range 滑动输入条如何自定义样式一直都是我心里的一道坎,一般情况下,可以很轻易的美化到这个程度为什么很容易呢?因为这些都是有对应的伪元素可以修改的 {代码...}...",
212
+ "url": "https://segmentfault.com/a/1190000041543171",
213
+ "author": "XboxYan",
214
+ "home_url": "https://segmentfault.com/u/xboxyan",
215
+ "votes": "6",
216
216
  "rank": 24
217
217
  },
218
218
  {
219
- "title": "LeetCode刷题笔记:数组中重复的数据",
220
- "description": "给你一个长度为 n 的整数数组 nums ,其中 nums 的所有整数都在范围 [1, n] 内,且每个整数出现 一次 或 两次 。请你找出所有出现 两次 的整数,并以数组形式返回。",
221
- "url": "https://segmentfault.com/a/1190000041538428",
222
- "author": "Dushusir",
223
- "home_url": "https://segmentfault.com/u/dushusir",
224
- "votes": "4",
219
+ "title": "我在 ONES 等你 | 宝藏公司技术招聘",
220
+ "description": "主讲人简介ONES 联合创始人兼 CTO 冯斌曾任职于金山软件网易邮箱、正点科技;CSM、DevOps Master、KMP、PMI-ACP、系统分析师中国信息通信研究院《研发运营一体化(DevOps)能力成熟度模型》 编写专家《研发运营一...",
221
+ "url": "https://segmentfault.com/a/1190000041549758",
222
+ "author": "万事ONES",
223
+ "home_url": "https://segmentfault.com/u/wanshiones",
224
+ "votes": "2",
225
225
  "rank": 25
226
226
  },
227
227
  {
228
- "title": "Sentry搭建流程(前端vue接入)",
229
- "description": "一、背景&&作用异常监控系统收集异常收集日志信息;接口时长信息及时警告;发送邮件展示统计信息code review成本高;有时候只能发现语法或者代码风格问题;对于逻辑业务问题没有过多的时间深读兼容性问题不好测试...",
230
- "url": "https://segmentfault.com/a/1190000041524501",
231
- "author": "songxianling1992",
232
- "home_url": "https://segmentfault.com/u/songxianling1992",
228
+ "title": "VuePress 博客之 SEO 优化(五)添加 JSON-LD 数据",
229
+ "description": "前言在 《一篇带你用 VuePress + Github Pages 搭建博客》中,我们使用 VuePress 搭建了一个博客,最终的效果查看:TypeScript 中文文档。本篇讲 SEO 中的 JSON-LD。JSON-LD如果我们打开掘金任意一篇文章,比如这...",
230
+ "url": "https://segmentfault.com/a/1190000041533456",
231
+ "author": "冴羽",
232
+ "home_url": "https://segmentfault.com/u/yayu",
233
233
  "votes": "3",
234
234
  "rank": 26
235
235
  },
@@ -242,6 +242,15 @@
242
242
  "votes": "4",
243
243
  "rank": 27
244
244
  },
245
+ {
246
+ "title": "LeetCode刷题笔记:数组中重复的数据",
247
+ "description": "给你一个长度为 n 的整数数组 nums ,其中 nums 的所有整数都在范围 [1, n] 内,且每个整数出现 一次 或 两次 。请你找出所有出现 两次 的整数,并以数组形式返回。",
248
+ "url": "https://segmentfault.com/a/1190000041538428",
249
+ "author": "Dushusir",
250
+ "home_url": "https://segmentfault.com/u/dushusir",
251
+ "votes": "4",
252
+ "rank": 28
253
+ },
245
254
  {
246
255
  "title": "使用 Rancher 进行首次金丝雀部署",
247
256
  "description": "过去,可怜的金丝雀会作为试验品,用来测试煤矿中甲烷的含量。用绳子将装有金丝雀的笼子放入矿井一段时间,再拉上来,如果金丝雀还活着,矿井就可以安全开采;如果金丝雀死亡,则不能开采。现在,这种方法早已弃...",
@@ -249,24 +258,15 @@
249
258
  "author": "Rancher",
250
259
  "home_url": "https://segmentfault.com/u/rancher",
251
260
  "votes": "2",
252
- "rank": 28
253
- },
254
- {
255
- "title": "浅谈VueUse设计与实现",
256
- "description": "前言大家好,我是webfansplz.首先跟大家分享一个好消息,我加入VueUse团队啦,感谢@antfu的邀请,很开心成为团队的一员.今天跟大家聊聊VueUse的设计与实现.介绍大家都知道Vue3引入了组合式API,大大提升了逻辑复用能力...",
257
- "url": "https://segmentfault.com/a/1190000041542396",
258
- "author": "null仔",
259
- "home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
260
- "votes": "2",
261
261
  "rank": 29
262
262
  },
263
263
  {
264
- "title": "Event loop",
265
- "description": "Javascript 基于 Event Loop 的运行方式与众不同,microtask queue、task queue 让很多人迷惑代码为什么这样运行。这里就来看一眼 Event Loop。",
266
- "url": "https://segmentfault.com/a/1190000041534937",
267
- "author": "fefe",
268
- "home_url": "https://segmentfault.com/u/fefe_5d0b30d7515e7",
269
- "votes": "2",
264
+ "title": "[live streaming] CG&WebGL&Threejs知识以及学习思维分享。",
265
+ "description": "对于一次直播分享的文字版记录 (建议看视频), 视频云盘链接 全篇主要分为几个方向进行了介绍:Computer Graphics相关WebGL相关Threejs相关Q&A 暂不记录注意下述内容与直播内容可能稍微存在差异。Computer Graphics...",
266
+ "url": "https://segmentfault.com/a/1190000041543599",
267
+ "author": "wlove",
268
+ "home_url": "https://segmentfault.com/u/xieguoliang",
269
+ "votes": "3",
270
270
  "rank": 30
271
271
  }
272
272
  ]
@@ -22,7 +22,7 @@
22
22
  {
23
23
  "title": "Java泛型详解,史上最全图文详解!",
24
24
  "description": "",
25
- "votes": "116",
25
+ "votes": "119",
26
26
  "url": "/k/chtkqxo",
27
27
  "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
28
28
  "avatarAlt": "进击的程序猿 - 独家号",
@@ -32,7 +32,7 @@
32
32
  {
33
33
  "title": "MySQL 团队开发规范",
34
34
  "description": "",
35
- "votes": "105",
35
+ "votes": "106",
36
36
  "url": "/k/qjooigy",
37
37
  "avatar": "https://img.toutiao.io/subject/573a89c273cc42d2a87e753fee03e1a5/thumb",
38
38
  "avatarAlt": "技术干货分享 - 独家号",
@@ -62,13 +62,23 @@
62
62
  {
63
63
  "title": "【超赞】技术架构的战略和战术原则",
64
64
  "description": "",
65
- "votes": "93",
65
+ "votes": "94",
66
66
  "url": "/k/j9872pc",
67
67
  "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
68
68
  "avatarAlt": "进击的程序猿 - 独家号",
69
69
  "subjectName": "进击的程序猿",
70
70
  "homeUrl": "/subjects/24912"
71
71
  },
72
+ {
73
+ "title": "2万字 + 50 张图,细说 JVM 内存分布、内存对齐、压缩指针!",
74
+ "description": "",
75
+ "votes": "77",
76
+ "url": "/k/02whm5c",
77
+ "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
78
+ "avatarAlt": "服务架构及中台 - 独家号",
79
+ "subjectName": "服务架构及中台",
80
+ "homeUrl": "/subjects/26578"
81
+ },
72
82
  {
73
83
  "title": "ClickHouse使用实践与规范",
74
84
  "description": "",
@@ -119,6 +129,16 @@
119
129
  "subjectName": "Bloomingroses",
120
130
  "homeUrl": "/subjects/98777"
121
131
  },
132
+ {
133
+ "title": "我的命令行开发环境 ❤️",
134
+ "description": "常言道,工欲善其事、必先利其器,熟练一套高效且趁手的工具,对开发工作的重要性不言而喻。本文分享我的命令行开发环境,文章较长,配图较多,其中几处详细内容,已将其折叠起来,读者可视兴趣...",
135
+ "votes": "66",
136
+ "url": "/k/hjda293",
137
+ "avatar": "https://img.toutiao.io/user/776a2999bca149088ebe52366451432a/thumb",
138
+ "avatarAlt": "hit9 - 独家号",
139
+ "subjectName": "hit9",
140
+ "homeUrl": "/subjects/420867"
141
+ },
122
142
  {
123
143
  "title": "趣谈IO多路复用的本质",
124
144
  "description": "",
@@ -129,20 +149,10 @@
129
149
  "subjectName": "编程一生",
130
150
  "homeUrl": "/subjects/350352"
131
151
  },
132
- {
133
- "title": "我的命令行开发环境 ❤️",
134
- "description": "常言道,工欲善其事、必先利其器,熟练一套高效且趁手的工具,对开发工作的重要性不言而喻。本文分享我的命令行开发环境,文章较长,配图较多,其中几处详细内容,已将其折叠起来,读者可视兴趣...",
135
- "votes": "65",
136
- "url": "/k/hjda293",
137
- "avatar": "https://img.toutiao.io/user/776a2999bca149088ebe52366451432a/thumb",
138
- "avatarAlt": "hit9 - 独家号",
139
- "subjectName": "hit9",
140
- "homeUrl": "/subjects/420867"
141
- },
142
152
  {
143
153
  "title": "快看我在Redis分布式锁上,栽的8个跟头!",
144
154
  "description": "",
145
- "votes": "65",
155
+ "votes": "67",
146
156
  "url": "/k/pshtt8d",
147
157
  "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
148
158
  "avatarAlt": "Bloomingroses - 独家号",
@@ -152,13 +162,23 @@
152
162
  {
153
163
  "title": "阿里巴巴开源的低代码引擎",
154
164
  "description": "以下内容选自「码农周刊 VIP 会员」圈子,每日更新,精彩不断。低代码引擎是一款为低代码平台开发者提供的,具备强大定制扩展能力的低代码设计器研发框架。低代码引擎的核心是设计器,通过...",
155
- "votes": "57",
165
+ "votes": "60",
156
166
  "url": "/k/gsosp6w",
157
167
  "avatar": "https://img.toutiao.io/subject/d2f421bbe0be47369b6560e316a5153b/thumb",
158
168
  "avatarAlt": "头条精选 - 独家号",
159
169
  "subjectName": "头条精选",
160
170
  "homeUrl": "/subjects/4"
161
171
  },
172
+ {
173
+ "title": "架构师如何选型分布式业务网关",
174
+ "description": "",
175
+ "votes": "55",
176
+ "url": "/k/enmg99d",
177
+ "avatar": "https://img.toutiao.io/subject/79cba8fc8d5a4f8a8e6cf60cfffeb6dc/thumb",
178
+ "avatarAlt": "公众号-35岁程序员那些事 - 独家号",
179
+ "subjectName": "公众号-35岁程序员那些事",
180
+ "homeUrl": "/subjects/266939"
181
+ },
162
182
  {
163
183
  "title": "输入URL开始建立你的前端知识体系",
164
184
  "description": "",
@@ -169,6 +189,16 @@
169
189
  "subjectName": "冷星前端圈",
170
190
  "homeUrl": "/subjects/380054"
171
191
  },
192
+ {
193
+ "title": "最常用的架构模式",
194
+ "description": "观其设计知其人A MAN is KNOWN by the DESIGN he keeps原文:Most Useful Software Architecture Patterns ...",
195
+ "votes": "55",
196
+ "url": "/k/qnfl3t6",
197
+ "avatar": "https://img.toutiao.io/subject/1a197bcacc0346c186be58be1aaf34bd/thumb",
198
+ "avatarAlt": "Java后端技术 - 独家号",
199
+ "subjectName": "Java后端技术",
200
+ "homeUrl": "/subjects/63673"
201
+ },
172
202
  {
173
203
  "title": "快手实时数仓建设实践",
174
204
  "description": "",
@@ -199,16 +229,6 @@
199
229
  "subjectName": "乱点技能树",
200
230
  "homeUrl": "/subjects/194141"
201
231
  },
202
- {
203
- "title": "架构师如何选型分布式业务网关",
204
- "description": "",
205
- "votes": "51",
206
- "url": "/k/enmg99d",
207
- "avatar": "https://img.toutiao.io/subject/79cba8fc8d5a4f8a8e6cf60cfffeb6dc/thumb",
208
- "avatarAlt": "公众号-35岁程序员那些事 - 独家号",
209
- "subjectName": "公众号-35岁程序员那些事",
210
- "homeUrl": "/subjects/266939"
211
- },
212
232
  {
213
233
  "title": "谁让你跪舔了,程序员得这样向上管理",
214
234
  "description": "",
@@ -220,33 +240,13 @@
220
240
  "homeUrl": "/subjects/98777"
221
241
  },
222
242
  {
223
- "title": "最常用的架构模式",
224
- "description": "观其设计知其人A MAN is KNOWN by the DESIGN he keeps原文:Most Useful Software Architecture Patterns ...",
225
- "votes": "53",
226
- "url": "/k/qnfl3t6",
227
- "avatar": "https://img.toutiao.io/subject/1a197bcacc0346c186be58be1aaf34bd/thumb",
228
- "avatarAlt": "Java后端技术 - 独家号",
229
- "subjectName": "Java后端技术",
230
- "homeUrl": "/subjects/63673"
231
- },
232
- {
233
- "title": "外部接口大量超时,把整个系统拖垮,引发雪崩!如何解决?",
234
- "description": "",
235
- "votes": "58",
236
- "url": "/k/w133tux",
237
- "avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
238
- "avatarAlt": "浪客用react,java全栈 - 独家号",
239
- "subjectName": "浪客用react,java全栈",
240
- "homeUrl": "/subjects/132403"
241
- },
242
- {
243
- "title": "领域驱动设计(DDD)中简单易用的10种技巧",
244
- "description": "",
245
- "votes": "50",
246
- "url": "/k/0i01zb6",
247
- "avatar": "https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb",
248
- "avatarAlt": "编程一生 - 独家号",
249
- "subjectName": "编程一生",
250
- "homeUrl": "/subjects/350352"
243
+ "title": "面试官问,Redis 是单线程还是多线程?我懵了",
244
+ "description": "我们平时看到介绍 Redis 的文章,都会说 Redis 是单线程的。但是我们学习的时候,比如 Redis bgsave 命令,它的作用是在后台异步保存当前数据库的数据到磁盘,...",
245
+ "votes": "55",
246
+ "url": "/k/kd3u5dk",
247
+ "avatar": "https://img.toutiao.io/subject/4f9b8a1b9ad34bf3b815671f8461ff25/thumb",
248
+ "avatarAlt": "又拍云 - 独家号",
249
+ "subjectName": "又拍云",
250
+ "homeUrl": "/subjects/182218"
251
251
  }
252
252
  ]