@wcj/github-rank 21.11.14 → 21.11.15
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 +17450 -17450
- package/dist/sifou-daily.json +38 -11
- package/dist/sifou-monthly.json +42 -42
- package/dist/sifou-weekly.json +109 -109
- package/dist/toutiao-30.json +48 -48
- package/dist/toutiao-7.json +67 -67
- package/dist/toutiao-90.json +34 -34
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +147 -147
- package/dist/trending-weekly.json +169 -169
- package/dist/users.china.json +658 -658
- package/dist/users.json +1753 -1753
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +17450 -17450
- package/web/data/sifou-daily.json +38 -11
- package/web/data/sifou-monthly.json +42 -42
- package/web/data/sifou-weekly.json +109 -109
- package/web/data/toutiao-30.json +48 -48
- package/web/data/toutiao-7.json +67 -67
- package/web/data/toutiao-90.json +34 -34
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +147 -147
- package/web/data/trending-weekly.json +169 -169
- package/web/data/users.china.json +658 -658
- package/web/data/users.json +1753 -1753
- package/web/index.html +918 -918
- package/web/repos.html +2299 -2299
- package/web/sifou-daily.html +95 -11
- package/web/sifou-monthly.html +47 -47
- package/web/sifou-weekly.html +126 -126
- package/web/toutiao-30.html +76 -76
- package/web/toutiao-7.html +96 -96
- package/web/toutiao-90.html +78 -78
- package/web/trending-monthly.html +134 -134
- package/web/trending-weekly.html +145 -149
- package/web/trending.html +146 -150
- package/web/users.china.html +365 -365
|
@@ -1,20 +1,47 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"title": "
|
|
4
|
-
"description": "
|
|
5
|
-
"url": "https://segmentfault.com/a/
|
|
6
|
-
"author": "
|
|
7
|
-
"home_url": "https://segmentfault.com/u/
|
|
8
|
-
"votes": "
|
|
3
|
+
"title": "LeetCode-106-从中序与后序遍历序列构造二叉树",
|
|
4
|
+
"description": "题目描述:根据一棵树的中序遍历与后序遍历构造二叉树。注意:你可以假设树中没有重复的元素。示例说明请见LeetCode官网。来源:力扣(LeetCode) 链接:[链接] 著作权归领扣网络所有。商业转载请联系官方授权,非...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000040955883",
|
|
6
|
+
"author": "雄狮虎豹",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
8
|
+
"votes": "2",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"title": "
|
|
13
|
-
"description": "
|
|
14
|
-
"url": "https://segmentfault.com/a/
|
|
15
|
-
"author": "
|
|
16
|
-
"home_url": "https://segmentfault.com/u/
|
|
12
|
+
"title": "无处不在的 Kubernetes,难用的问题解决了吗?",
|
|
13
|
+
"description": "容器本质是一项隔离技术,很好的解决了他的前任 - 虚拟化未解决的问题:运行环境启动速度慢、资源利用率低,而容器技术的两个核心概念,Namespace 和 Cgroup,恰到好处的解决了这两个难题。Namespace 作为看起来...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000040957767",
|
|
15
|
+
"author": "阿里巴巴云原生",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/alixitongruanjianjishu",
|
|
17
17
|
"votes": "1",
|
|
18
18
|
"rank": 2
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"title": "ES6编程风格常用总结",
|
|
22
|
+
"description": "const可以提醒别人,这个变量不应该改变;const符合函数式编程思想,运算不改变值,只新建值;Javascript编译器会对const进行优化,效率更高;",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000040956788",
|
|
24
|
+
"author": "为君持酒劝斜阳",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/guochenglong",
|
|
26
|
+
"votes": "1",
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"title": "css 实现页面区域分栏左右拉伸调整布局",
|
|
31
|
+
"description": "想要实现如下图效果,红色可拉动的线往左边拉右边内容区域变大左边内容区域变小,往右边拉右边内容区域变小左边内容区域变大。我们先来了解一下 css 的resize属性直达w3s,resize: none|both|horizontal|vertical...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000040956745",
|
|
33
|
+
"author": "是yimi呀",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/yimiya",
|
|
35
|
+
"votes": "1",
|
|
36
|
+
"rank": 4
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"title": "如何使用Go语言写出面向对象风格的代码",
|
|
40
|
+
"description": "哈喽,大家好,我是asong。在上一篇文章:小白也能看懂的context包详解:从入门到精通 分析context的源码时,我们看到了一种编程方法,在结构体里内嵌匿名接口,这种写法对于大多数初学Go语言的朋友看起来是懵逼...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000040956053",
|
|
42
|
+
"author": "asong",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/asong_5eeb7a1d0da86",
|
|
44
|
+
"votes": "1",
|
|
45
|
+
"rank": 5
|
|
19
46
|
}
|
|
20
47
|
]
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"url": "https://segmentfault.com/a/1190000040875211",
|
|
33
33
|
"author": "独钓寒江雪",
|
|
34
34
|
"home_url": "https://segmentfault.com/u/king_hcj",
|
|
35
|
-
"votes": "
|
|
35
|
+
"votes": "33",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -62,6 +62,15 @@
|
|
|
62
62
|
"votes": "29",
|
|
63
63
|
"rank": 7
|
|
64
64
|
},
|
|
65
|
+
{
|
|
66
|
+
"title": "前端架构师的 git 功力,你有几成火候?",
|
|
67
|
+
"description": "本文从前端工程,团队协作,生产部署的角度,介绍架构人员需要掌握的 git 实践能力。大纲预览本文介绍的内容包括以下方面:分支管理策略commit 规范与提交验证误操作的撤回方案Tag 与生产环境永久杜绝 443 Timeou...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000040879546",
|
|
69
|
+
"author": "杨成功",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
71
|
+
"votes": "27",
|
|
72
|
+
"rank": 8
|
|
73
|
+
},
|
|
65
74
|
{
|
|
66
75
|
"title": "使用 CSS Scroll Snap 优化滚动,提升用户体验!",
|
|
67
76
|
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
@@ -69,15 +78,6 @@
|
|
|
69
78
|
"author": "前端小智",
|
|
70
79
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
71
80
|
"votes": "27",
|
|
72
|
-
"rank": 8
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"title": "前端架构师的 git 功力,你有几成火候?",
|
|
76
|
-
"description": "本文从前端工程,团队协作,生产部署的角度,介绍架构人员需要掌握的 git 实践能力。大纲预览本文介绍的内容包括以下方面:分支管理策略commit 规范与提交验证误操作的撤回方案Tag 与生产环境永久杜绝 443 Timeou...",
|
|
77
|
-
"url": "https://segmentfault.com/a/1190000040879546",
|
|
78
|
-
"author": "杨成功",
|
|
79
|
-
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
80
|
-
"votes": "26",
|
|
81
81
|
"rank": 9
|
|
82
82
|
},
|
|
83
83
|
{
|
|
@@ -161,6 +161,15 @@
|
|
|
161
161
|
"votes": "25",
|
|
162
162
|
"rank": 18
|
|
163
163
|
},
|
|
164
|
+
{
|
|
165
|
+
"title": "23 个非常有用的 NodeJs 库",
|
|
166
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000040929396",
|
|
168
|
+
"author": "前端小智",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
170
|
+
"votes": "22",
|
|
171
|
+
"rank": 19
|
|
172
|
+
},
|
|
164
173
|
{
|
|
165
174
|
"title": "3D 穿梭效果?使用 CSS 轻松搞定",
|
|
166
175
|
"description": "背景周末在家习惯性登陆 Apex,准备玩几盘。在登陆加速器的过程中,发现加速器到期了。我一直用的腾讯网游加速器,然而点击充值按钮,提示最近客户端升级改造,暂不支持充值(这个操作把我震惊了~)。只能转头下...",
|
|
@@ -168,15 +177,6 @@
|
|
|
168
177
|
"author": "chokcoco",
|
|
169
178
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
170
179
|
"votes": "22",
|
|
171
|
-
"rank": 19
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"title": "23 个非常有用的 NodeJs 库",
|
|
175
|
-
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
176
|
-
"url": "https://segmentfault.com/a/1190000040929396",
|
|
177
|
-
"author": "前端小智",
|
|
178
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
179
|
-
"votes": "21",
|
|
180
180
|
"rank": 20
|
|
181
181
|
},
|
|
182
182
|
{
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
"rank": 21
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
|
-
"title": "
|
|
193
|
-
"description": "
|
|
194
|
-
"url": "https://segmentfault.com/a/
|
|
195
|
-
"author": "
|
|
196
|
-
"home_url": "https://segmentfault.com/u/
|
|
197
|
-
"votes": "
|
|
192
|
+
"title": "这些 JavaScript函数让你的工作更加 So Easy!",
|
|
193
|
+
"description": "作者: YoussefZidan译者:前端小智来源:dev有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000040902611",
|
|
195
|
+
"author": "前端小智",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
197
|
+
"votes": "24",
|
|
198
198
|
"rank": 22
|
|
199
199
|
},
|
|
200
200
|
{
|
|
@@ -203,16 +203,16 @@
|
|
|
203
203
|
"url": "https://segmentfault.com/a/1190000040891379",
|
|
204
204
|
"author": "前端小智",
|
|
205
205
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
206
|
-
"votes": "
|
|
206
|
+
"votes": "19",
|
|
207
207
|
"rank": 23
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
"title": "
|
|
211
|
-
"description": "
|
|
212
|
-
"url": "https://segmentfault.com/a/
|
|
213
|
-
"author": "
|
|
214
|
-
"home_url": "https://segmentfault.com/u/
|
|
215
|
-
"votes": "
|
|
210
|
+
"title": "Go 日常开发常备第三方库和工具",
|
|
211
|
+
"description": "不知不觉写 Go 已经快一年了,上线了大大小小好几个项目;心态也经历了几轮变化。因为我个人大概前五年时间写的是 Java ,中途写过一年多的 Python,所以刚接触到 Go 时的感觉如下图:既没有 Java 的生态,也没有...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000040896809",
|
|
213
|
+
"author": "crossoverJie",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/crossoverjie",
|
|
215
|
+
"votes": "14",
|
|
216
216
|
"rank": 24
|
|
217
217
|
},
|
|
218
218
|
{
|
|
@@ -224,15 +224,6 @@
|
|
|
224
224
|
"votes": "18",
|
|
225
225
|
"rank": 25
|
|
226
226
|
},
|
|
227
|
-
{
|
|
228
|
-
"title": "Go 日常开发常备第三方库和工具",
|
|
229
|
-
"description": "不知不觉写 Go 已经快一年了,上线了大大小小好几个项目;心态也经历了几轮变化。因为我个人大概前五年时间写的是 Java ,中途写过一年多的 Python,所以刚接触到 Go 时的感觉如下图:既没有 Java 的生态,也没有...",
|
|
230
|
-
"url": "https://segmentfault.com/a/1190000040896809",
|
|
231
|
-
"author": "crossoverJie",
|
|
232
|
-
"home_url": "https://segmentfault.com/u/crossoverjie",
|
|
233
|
-
"votes": "13",
|
|
234
|
-
"rank": 26
|
|
235
|
-
},
|
|
236
227
|
{
|
|
237
228
|
"title": "Vue 团队公开快如闪电的全新脚手架工具 create-vue,未来将替代 Vue-CLI,才300余行代码,学它!",
|
|
238
229
|
"description": "想学源码,极力推荐之前我写的《学习源码整体架构系列》 包含jQuery、underscore、lodash、vuex、sentry、axios、redux、koa、vue-devtools、vuex4、koa-compose、vue-next-release、vue-this等十余篇源码文章。",
|
|
@@ -240,7 +231,7 @@
|
|
|
240
231
|
"author": "若川",
|
|
241
232
|
"home_url": "https://segmentfault.com/u/lxchuan12",
|
|
242
233
|
"votes": "16",
|
|
243
|
-
"rank":
|
|
234
|
+
"rank": 26
|
|
244
235
|
},
|
|
245
236
|
{
|
|
246
237
|
"title": "念念不忘,必有echo )))) ——讲述一个Typecho开源博客程序坚持 15 年的故事",
|
|
@@ -249,6 +240,15 @@
|
|
|
249
240
|
"author": "sluke",
|
|
250
241
|
"home_url": "https://segmentfault.com/u/sluke",
|
|
251
242
|
"votes": "11",
|
|
243
|
+
"rank": 27
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"title": "前端架构师神技,三招统一代码风格(一文讲透)",
|
|
247
|
+
"description": "本文从代码规范,代码检查,代码格式化,以及编辑器自动化实现的方向,介绍代码规范统一在我们团队的实践应用。大纲预览本文介绍的内容包括以下方面:认识代码规范制定和统一规范神技一:ESLint神技二:Prettier...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000040948561",
|
|
249
|
+
"author": "杨成功",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
251
|
+
"votes": "12",
|
|
252
252
|
"rank": 28
|
|
253
253
|
},
|
|
254
254
|
{
|
|
@@ -8,6 +8,15 @@
|
|
|
8
8
|
"votes": "26",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
|
+
{
|
|
12
|
+
"title": "23 个非常有用的 NodeJs 库",
|
|
13
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000040929396",
|
|
15
|
+
"author": "前端小智",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
17
|
+
"votes": "22",
|
|
18
|
+
"rank": 2
|
|
19
|
+
},
|
|
11
20
|
{
|
|
12
21
|
"title": "3D 穿梭效果?使用 CSS 轻松搞定",
|
|
13
22
|
"description": "背景周末在家习惯性登陆 Apex,准备玩几盘。在登陆加速器的过程中,发现加速器到期了。我一直用的腾讯网游加速器,然而点击充值按钮,提示最近客户端升级改造,暂不支持充值(这个操作把我震惊了~)。只能转头下...",
|
|
@@ -15,16 +24,16 @@
|
|
|
15
24
|
"author": "chokcoco",
|
|
16
25
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
17
26
|
"votes": "22",
|
|
18
|
-
"rank":
|
|
27
|
+
"rank": 3
|
|
19
28
|
},
|
|
20
29
|
{
|
|
21
|
-
"title": "
|
|
22
|
-
"description": "
|
|
23
|
-
"url": "https://segmentfault.com/a/
|
|
24
|
-
"author": "
|
|
25
|
-
"home_url": "https://segmentfault.com/u/
|
|
26
|
-
"votes": "
|
|
27
|
-
"rank":
|
|
30
|
+
"title": "前端架构师神技,三招统一代码风格(一文讲透)",
|
|
31
|
+
"description": "本文从代码规范,代码检查,代码格式化,以及编辑器自动化实现的方向,介绍代码规范统一在我们团队的实践应用。大纲预览本文介绍的内容包括以下方面:认识代码规范制定和统一规范神技一:ESLint神技二:Prettier...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000040948561",
|
|
33
|
+
"author": "杨成功",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
35
|
+
"votes": "12",
|
|
36
|
+
"rank": 4
|
|
28
37
|
},
|
|
29
38
|
{
|
|
30
39
|
"title": "前端Node.js面试题",
|
|
@@ -33,24 +42,15 @@
|
|
|
33
42
|
"author": "xiangzhihong",
|
|
34
43
|
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
35
44
|
"votes": "12",
|
|
36
|
-
"rank": 4
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"title": "11 个对开发有帮助的 JS 技巧,进收藏夹当小词典吧!",
|
|
40
|
-
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
41
|
-
"url": "https://segmentfault.com/a/1190000040923693",
|
|
42
|
-
"author": "前端小智",
|
|
43
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
44
|
-
"votes": "16",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"title": "
|
|
49
|
-
"description": "
|
|
50
|
-
"url": "https://segmentfault.com/a/
|
|
51
|
-
"author": "
|
|
52
|
-
"home_url": "https://segmentfault.com/u/
|
|
53
|
-
"votes": "
|
|
48
|
+
"title": "这几个高级前端常用的API,你用到了吗?",
|
|
49
|
+
"description": "MutationObserver 是一个可以监听 DOM 结构变化的接口。当 DOM 对象树发生任何变动时,MutationObserver 会得到通知。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000040942225",
|
|
51
|
+
"author": "lzg9527",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/michael_5c03399eed011",
|
|
53
|
+
"votes": "14",
|
|
54
54
|
"rank": 6
|
|
55
55
|
},
|
|
56
56
|
{
|
|
@@ -62,24 +62,6 @@
|
|
|
62
62
|
"votes": "11",
|
|
63
63
|
"rank": 7
|
|
64
64
|
},
|
|
65
|
-
{
|
|
66
|
-
"title": "超过1W字深度剖析JVM常量池(全网最详细最有深度)",
|
|
67
|
-
"description": "面试题:String a = \"ab\"; String b = \"a\" + \"b\"; a == b 是否相等面试考察点考察目的: 考察对JVM基础知识的理解,涉及到常量池、JVM运行时数据区等。考察范围: 工作2到5年。背景知识要回答这个问题,需要搞明...",
|
|
68
|
-
"url": "https://segmentfault.com/a/1190000040922573",
|
|
69
|
-
"author": "跟着Mic学架构",
|
|
70
|
-
"home_url": "https://segmentfault.com/u/fukua_5be8034f8191f",
|
|
71
|
-
"votes": "14",
|
|
72
|
-
"rank": 8
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"title": "这几个高级前端常用的API,你用到了吗?",
|
|
76
|
-
"description": "MutationObserver 是一个可以监听 DOM 结构变化的接口。当 DOM 对象树发生任何变动时,MutationObserver 会得到通知。",
|
|
77
|
-
"url": "https://segmentfault.com/a/1190000040942225",
|
|
78
|
-
"author": "lzg9527",
|
|
79
|
-
"home_url": "https://segmentfault.com/u/michael_5c03399eed011",
|
|
80
|
-
"votes": "10",
|
|
81
|
-
"rank": 9
|
|
82
|
-
},
|
|
83
65
|
{
|
|
84
66
|
"title": "装了这几个IDEA插件,基本上一站式开发了!",
|
|
85
67
|
"description": "作为一个开源作者,每周要code大量的代码,提升日常工作效率是我一直追求的,在众多的IDEA插件中,我独钟爱这几款。这期就整理一些我日常中经常使用的IDEA插件,这些插件有些挺小众,但是的确非常提升效率,推荐...",
|
|
@@ -87,16 +69,7 @@
|
|
|
87
69
|
"author": "铂赛东",
|
|
88
70
|
"home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
|
|
89
71
|
"votes": "8",
|
|
90
|
-
"rank":
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"title": "前端架构师神技,三招统一代码风格(一文讲透)",
|
|
94
|
-
"description": "本文从代码规范,代码检查,代码格式化,以及编辑器自动化实现的方向,介绍代码规范统一在我们团队的实践应用。大纲预览本文介绍的内容包括以下方面:认识代码规范制定和统一规范神技一:ESLint神技二:Prettier...",
|
|
95
|
-
"url": "https://segmentfault.com/a/1190000040948561",
|
|
96
|
-
"author": "杨成功",
|
|
97
|
-
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
98
|
-
"votes": "7",
|
|
99
|
-
"rank": 11
|
|
72
|
+
"rank": 8
|
|
100
73
|
},
|
|
101
74
|
{
|
|
102
75
|
"title": "数据库系列整理-关系型数据库",
|
|
@@ -105,16 +78,7 @@
|
|
|
105
78
|
"author": "JenK",
|
|
106
79
|
"home_url": "https://segmentfault.com/u/wangzc996",
|
|
107
80
|
"votes": "5",
|
|
108
|
-
"rank":
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"title": "gRPC PHP与GO 数据增长性能测试与分析",
|
|
112
|
-
"description": "大家好,我是CrazyCodes,最近调研了下关于PHP通过gRPC请求go,与PHP通过HTTP方式请求,根据数据量不断增长的情况下,平均响应时间会有多大差距。",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000040922184",
|
|
114
|
-
"author": "CrazyCodes",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/crazycodes",
|
|
116
|
-
"votes": "5",
|
|
117
|
-
"rank": 13
|
|
81
|
+
"rank": 9
|
|
118
82
|
},
|
|
119
83
|
{
|
|
120
84
|
"title": "Redis 6.0 新特性篇:深度剖析客户端缓存(Client side caching)原理与性能",
|
|
@@ -123,7 +87,7 @@
|
|
|
123
87
|
"author": "码哥字节",
|
|
124
88
|
"home_url": "https://segmentfault.com/u/magebyte",
|
|
125
89
|
"votes": "5",
|
|
126
|
-
"rank":
|
|
90
|
+
"rank": 10
|
|
127
91
|
},
|
|
128
92
|
{
|
|
129
93
|
"title": "简单、好懂的Svelte实现原理",
|
|
@@ -132,7 +96,7 @@
|
|
|
132
96
|
"author": "卡颂",
|
|
133
97
|
"home_url": "https://segmentfault.com/u/kasong",
|
|
134
98
|
"votes": "7",
|
|
135
|
-
"rank":
|
|
99
|
+
"rank": 11
|
|
136
100
|
},
|
|
137
101
|
{
|
|
138
102
|
"title": "CSS几个有趣的属性分享",
|
|
@@ -141,7 +105,7 @@
|
|
|
141
105
|
"author": "JenK",
|
|
142
106
|
"home_url": "https://segmentfault.com/u/wangzc996",
|
|
143
107
|
"votes": "4",
|
|
144
|
-
"rank":
|
|
108
|
+
"rank": 12
|
|
145
109
|
},
|
|
146
110
|
{
|
|
147
111
|
"title": "热门剧本杀与 SaaS 的不解之缘",
|
|
@@ -150,7 +114,7 @@
|
|
|
150
114
|
"author": "云叔_又拍云",
|
|
151
115
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
152
116
|
"votes": "6",
|
|
153
|
-
"rank":
|
|
117
|
+
"rank": 13
|
|
154
118
|
},
|
|
155
119
|
{
|
|
156
120
|
"title": "用 eslint 和 prettier 让跨 IDE 协作更舒服",
|
|
@@ -159,7 +123,7 @@
|
|
|
159
123
|
"author": "ssshooter",
|
|
160
124
|
"home_url": "https://segmentfault.com/u/ssshooter",
|
|
161
125
|
"votes": "5",
|
|
162
|
-
"rank":
|
|
126
|
+
"rank": 14
|
|
163
127
|
},
|
|
164
128
|
{
|
|
165
129
|
"title": "在IntelliJ IDEA中,开发一个摸鱼看书插件",
|
|
@@ -168,16 +132,7 @@
|
|
|
168
132
|
"author": "小傅哥",
|
|
169
133
|
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
170
134
|
"votes": "4",
|
|
171
|
-
"rank":
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"title": "现代化办公、AI、混合现实、可持续发展,微软进博会全回顾",
|
|
175
|
-
"description": "为期 5 天的“上海· 2021 年中国国际进口博览会”已圆满落幕。作为全球创新机遇的“窗口”,进博会吸引了来自全球各地的知名大厂前来“秀肌肉”,而其中最不容错过的便是 “硬科技” 展区。从 AI 技术加持的数字化转型浪...",
|
|
176
|
-
"url": "https://segmentfault.com/a/1190000040944658",
|
|
177
|
-
"author": "六一",
|
|
178
|
-
"home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
|
|
179
|
-
"votes": "1",
|
|
180
|
-
"rank": 20
|
|
135
|
+
"rank": 15
|
|
181
136
|
},
|
|
182
137
|
{
|
|
183
138
|
"title": "面试官:你说你精通 Docker,那你来详细说说 Dockerfile 吧",
|
|
@@ -185,17 +140,26 @@
|
|
|
185
140
|
"url": "https://segmentfault.com/a/1190000040925914",
|
|
186
141
|
"author": "民工哥",
|
|
187
142
|
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
188
|
-
"votes": "
|
|
189
|
-
"rank":
|
|
143
|
+
"votes": "7",
|
|
144
|
+
"rank": 16
|
|
190
145
|
},
|
|
191
146
|
{
|
|
192
|
-
"title": "
|
|
193
|
-
"description": "
|
|
194
|
-
"url": "https://segmentfault.com/a/
|
|
195
|
-
"author": "
|
|
196
|
-
"home_url": "https://segmentfault.com/u/
|
|
147
|
+
"title": "炸裂,用JS创建一个录屏功能",
|
|
148
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000040913284",
|
|
150
|
+
"author": "前端小智",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
152
|
+
"votes": "8",
|
|
153
|
+
"rank": 17
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"title": "现代化办公、AI、混合现实、可持续发展,微软进博会全回顾",
|
|
157
|
+
"description": "为期 5 天的“上海· 2021 年中国国际进口博览会”已圆满落幕。作为全球创新机遇的“窗口”,进博会吸引了来自全球各地的知名大厂前来“秀肌肉”,而其中最不容错过的便是 “硬科技” 展区。从 AI 技术加持的数字化转型浪...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000040944658",
|
|
159
|
+
"author": "六一",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
|
|
197
161
|
"votes": "1",
|
|
198
|
-
"rank":
|
|
162
|
+
"rank": 18
|
|
199
163
|
},
|
|
200
164
|
{
|
|
201
165
|
"title": "Flutter自定义时间轴timeline",
|
|
@@ -204,7 +168,16 @@
|
|
|
204
168
|
"author": "浅夏晴空",
|
|
205
169
|
"home_url": "https://segmentfault.com/u/qianxiaqingkong",
|
|
206
170
|
"votes": "3",
|
|
207
|
-
"rank":
|
|
171
|
+
"rank": 19
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"title": "“全真互联”时代:腾讯发力数实融合四大引擎",
|
|
175
|
+
"description": "当前,数字经济已经成为“后疫情时代”全球化发展的新引擎,我国也已将“迎接数字时代”提升至国家战略层面。刚刚过去的2021腾讯数字生态大会上,腾讯就邀请了业内众多专业大咖,共同探讨数实融合新趋势与新机遇,同...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000040944907",
|
|
177
|
+
"author": "MissD",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
179
|
+
"votes": "1",
|
|
180
|
+
"rank": 20
|
|
208
181
|
},
|
|
209
182
|
{
|
|
210
183
|
"title": "华为开发者大会主题演讲:全链路网络加速,全场景极速体验",
|
|
@@ -213,16 +186,7 @@
|
|
|
213
186
|
"author": "华为移动服务",
|
|
214
187
|
"home_url": "https://segmentfault.com/u/hms_core",
|
|
215
188
|
"votes": "1",
|
|
216
|
-
"rank":
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"title": "编写\"谷歌扩展\"便捷\"自测\"埋点上报信息是否正确",
|
|
220
|
-
"description": "每次开发完项目的埋点功能后都需要进行埋点自测, 此时我只能通过在控制台的Network上进行筛选, 由于埋点的请求参数是个\"对象类型\", 需要将传参逐一点开并且找到params这个key, 但是params是一个被json序列化...",
|
|
221
|
-
"url": "https://segmentfault.com/a/1190000040922050",
|
|
222
|
-
"author": "lulu_up",
|
|
223
|
-
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
224
|
-
"votes": "5",
|
|
225
|
-
"rank": 25
|
|
189
|
+
"rank": 21
|
|
226
190
|
},
|
|
227
191
|
{
|
|
228
192
|
"title": "地表最强IDE ——Visual Studio 2022正式发布",
|
|
@@ -231,16 +195,16 @@
|
|
|
231
195
|
"author": "葡萄城技术团队",
|
|
232
196
|
"home_url": "https://segmentfault.com/u/grapecity",
|
|
233
197
|
"votes": "3",
|
|
234
|
-
"rank":
|
|
198
|
+
"rank": 22
|
|
235
199
|
},
|
|
236
200
|
{
|
|
237
|
-
"title": "
|
|
238
|
-
"description": "
|
|
239
|
-
"url": "https://segmentfault.com/a/
|
|
240
|
-
"author": "
|
|
241
|
-
"home_url": "https://segmentfault.com/u/
|
|
242
|
-
"votes": "
|
|
243
|
-
"rank":
|
|
201
|
+
"title": "7.8k Star!一个强大的 JS 代码混淆工具",
|
|
202
|
+
"description": "JavaScript Obfuscator 是一款功能强大的免费 JavaScript 混淆器,包含多种功能,能将代码混淆成可读性低的代码,看上去是难以阅读的代码,其实具备和之前代码一样的功能,从而起到保护代码的作用。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000040930890",
|
|
204
|
+
"author": "开源前哨",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/kaiyuanqianshao",
|
|
206
|
+
"votes": "3",
|
|
207
|
+
"rank": 23
|
|
244
208
|
},
|
|
245
209
|
{
|
|
246
210
|
"title": "智能运营新功能,多波次营销全触达",
|
|
@@ -249,15 +213,51 @@
|
|
|
249
213
|
"author": "华为移动服务",
|
|
250
214
|
"home_url": "https://segmentfault.com/u/hms_core",
|
|
251
215
|
"votes": "1",
|
|
252
|
-
"rank":
|
|
216
|
+
"rank": 24
|
|
253
217
|
},
|
|
254
218
|
{
|
|
255
|
-
"title": "
|
|
256
|
-
"description": "
|
|
257
|
-
"url": "https://segmentfault.com/a/
|
|
258
|
-
"author": "
|
|
259
|
-
"home_url": "https://segmentfault.com/u/
|
|
219
|
+
"title": "Discovery直播 | 3D“模”术师,还原立体世界——探秘3D建模服务",
|
|
220
|
+
"description": "3D模型作为物品在数字世界中的孪生体,用户可以自己拍摄、建模并在终端直观感受,甚至与现实环境进行交互体验。以下图片为鞋子的建模过程,其建模效果与真实物体几乎无差,应用在电商行业,是对用户体验方式的升...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000040924570",
|
|
222
|
+
"author": "华为移动服务",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
224
|
+
"votes": "1",
|
|
225
|
+
"rank": 25
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"title": "【SVG】SVG的夺命利器——path",
|
|
229
|
+
"description": "【SVG】SVG的夺命利器——path博客说明文章所涉及的资料来自互联网整理和个人总结,意在于个人学习和经验汇总,如有什么地方侵权,请联系本人删除,谢谢!说明昨天一发布,突然看到有朋友留言,希望看到更多的SVG的...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000040947031",
|
|
231
|
+
"author": "归子莫",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/guizimo",
|
|
233
|
+
"votes": "5",
|
|
234
|
+
"rank": 26
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"title": "尤雨溪推荐神器 ni ,能替代 npm/yarn/pnpm ?简单好用!源码揭秘!",
|
|
238
|
+
"description": "想学源码,极力推荐之前我写的《学习源码整体架构系列》 包含jQuery、underscore、lodash、vuex、sentry、axios、redux、koa、vue-devtools、vuex4、koa-compose、vue-next-release、vue-this、create-vue等十余...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000040937835",
|
|
240
|
+
"author": "若川",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/lxchuan12",
|
|
242
|
+
"votes": "2",
|
|
243
|
+
"rank": 27
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"title": "【SVG】为了前端页面的美丽,我选择学习SVG",
|
|
247
|
+
"description": "SVG在之前自学的过程中,其实一直都是很高深的样子不敢触碰,但是想要理解终究都会走到这一步的。再怎么看起来难的技术都是由简单的知识点累计起来的。",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000040941094",
|
|
249
|
+
"author": "归子莫",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/guizimo",
|
|
260
251
|
"votes": "3",
|
|
252
|
+
"rank": 28
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"title": "ES6新增API:Object篇",
|
|
256
|
+
"description": "1.Object.is函数类型: {代码...} Object.is(...)函数的比较规则和严格相等===基本相同,但是有两个特殊的值——NaN和-0,需要注意:当进行严格相等的比较时,NaN本身是不相等的,+0和-0是相等的: {代码...} 但是...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000040951872",
|
|
258
|
+
"author": "forceddd",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/forceddd",
|
|
260
|
+
"votes": "1",
|
|
261
261
|
"rank": 29
|
|
262
262
|
}
|
|
263
263
|
]
|