@wcj/github-rank 22.3.12 → 22.3.13
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 +18794 -18794
- package/dist/sifou-daily.json +56 -56
- package/dist/sifou-monthly.json +34 -34
- package/dist/sifou-weekly.json +79 -79
- package/dist/toutiao-30.json +24 -24
- package/dist/toutiao-7.json +82 -82
- package/dist/toutiao-90.json +28 -28
- package/dist/trending-daily.json +168 -168
- package/dist/trending-monthly.json +158 -158
- package/dist/trending-weekly.json +160 -160
- package/dist/users.china.json +1097 -1097
- package/dist/users.json +1725 -1725
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +18794 -18794
- package/web/data/sifou-daily.json +56 -56
- package/web/data/sifou-monthly.json +34 -34
- package/web/data/sifou-weekly.json +79 -79
- package/web/data/toutiao-30.json +24 -24
- package/web/data/toutiao-7.json +82 -82
- package/web/data/toutiao-90.json +28 -28
- package/web/data/trending-daily.json +168 -168
- package/web/data/trending-monthly.json +158 -158
- package/web/data/trending-weekly.json +160 -160
- package/web/data/users.china.json +1097 -1097
- package/web/data/users.json +1725 -1725
- package/web/index.html +1011 -1011
- package/web/repos.html +2393 -2393
- package/web/sifou-daily.html +48 -48
- package/web/sifou-monthly.html +54 -54
- package/web/sifou-weekly.html +94 -94
- package/web/toutiao-30.html +59 -59
- package/web/toutiao-7.html +71 -71
- package/web/toutiao-90.html +21 -21
- package/web/trending-monthly.html +143 -143
- package/web/trending-weekly.html +141 -145
- package/web/trending.html +144 -148
- package/web/users.china.html +574 -574
package/dist/sifou-daily.json
CHANGED
|
@@ -1,91 +1,91 @@
|
|
|
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": "一道面试题牵出12个前端硬核知识点,你能答出几个?",
|
|
4
|
+
"description": "一道面试题囊括多个高频知识点的确实不多,但确实有一个神奇的药引子——浏览器安全能串联起12个前端硬核知识点,一起来瞅瞅!!!一、概述1.1 Web页面安全说到Web页面安全你会想到哪些问题呢?什么是同源、什么是...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041536596",
|
|
6
|
+
"author": "执鸢者",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/zhizhe_5c6eb6478bd93",
|
|
8
|
+
"votes": "4",
|
|
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/
|
|
17
|
-
"votes": "
|
|
12
|
+
"title": "线性代数在前端中的应用(二):实现鼠标拖拽旋转元素、Canvas图形",
|
|
13
|
+
"description": "看到文章标题,很多同学可能会疑惑,实现元素的旋转,只需要求得旋转角度,然后用CSS中的transform:rotate(${旋转的角度}deg)就可以实现旋转的需求,为什么要用到线性代数的知识?",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041536375",
|
|
15
|
+
"author": "而井",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/rioli",
|
|
17
|
+
"votes": "2",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"title": "
|
|
22
|
-
"description": "
|
|
23
|
-
"url": "https://segmentfault.com/a/
|
|
24
|
-
"author": "
|
|
25
|
-
"home_url": "https://segmentfault.com/u/
|
|
26
|
-
"votes": "
|
|
21
|
+
"title": "使用Java实现一个JS脚本引擎",
|
|
22
|
+
"description": "使用Java实现JS脚本引擎项目地址[链接]生成语法树 并输出格式化代码示例代码 {代码...} 输出 {代码...} 运行脚本以下示例为运行快排算法(运行环境线程隔离)js脚本 {代码...} 示例代码 {代码...} 输出 {代码...}",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041536078",
|
|
24
|
+
"author": "辣子鸡",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/laziji",
|
|
26
|
+
"votes": "2",
|
|
27
27
|
"rank": 3
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"title": "
|
|
31
|
-
"description": "
|
|
32
|
-
"url": "https://segmentfault.com/a/
|
|
33
|
-
"author": "
|
|
34
|
-
"home_url": "https://segmentfault.com/u/
|
|
35
|
-
"votes": "
|
|
30
|
+
"title": "风场可视化:绘制轨迹",
|
|
31
|
+
"description": "引子了解绘制粒子之后,接着去看如何绘制粒子轨迹。源库:webgl-windOriginMy GitHub绘制轨迹在原文中提到绘制轨迹的方法是将粒子绘制到纹理中,然后在下一帧上使用该纹理作为背景(稍微变暗),并每一帧交换输入...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041536022",
|
|
33
|
+
"author": "XXHolic",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/xxholic",
|
|
35
|
+
"votes": "2",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"title": "
|
|
40
|
-
"description": "
|
|
41
|
-
"url": "https://segmentfault.com/a/
|
|
42
|
-
"author": "
|
|
43
|
-
"home_url": "https://segmentfault.com/u/
|
|
39
|
+
"title": "LeetCode刷题笔记:数组中重复的数据",
|
|
40
|
+
"description": "给你一个长度为 n 的整数数组 nums ,其中 nums 的所有整数都在范围 [1, n] 内,且每个整数出现 一次 或 两次 。请你找出所有出现 两次 的整数,并以数组形式返回。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041538428",
|
|
42
|
+
"author": "Dushusir",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/dushusir",
|
|
44
44
|
"votes": "1",
|
|
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": "如何在 JavaScript 中实现 Event Bus(事件总线)",
|
|
49
|
+
"description": "Event Bus 事件总线,通常作为多个模块间的通信机制,相当于一个事件管理中心,一个模块发送消息,其它模块接受消息,就达到了通信的作用。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041538256",
|
|
51
|
+
"author": "Dushusir",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/dushusir",
|
|
53
|
+
"votes": "2",
|
|
54
54
|
"rank": 6
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"title": "
|
|
58
|
-
"description": "
|
|
59
|
-
"url": "https://segmentfault.com/a/
|
|
60
|
-
"author": "
|
|
61
|
-
"home_url": "https://segmentfault.com/u/
|
|
62
|
-
"votes": "
|
|
57
|
+
"title": "Gitlab CI/CD教程及npm包构建发布实战",
|
|
58
|
+
"description": "!!!实践过程中请留意文档版本号跟你实际使用Gitlab的版本号👉🏻中文文档-14.8-pre 👉🏻Gitlab版本—12.9前置知识yaml语法,教程👉🏻YAML 入门教程Docker相关知识,教程👉🏻Docker教程linux命令,教程👉🏻Linux 命令大全自定...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041537651",
|
|
60
|
+
"author": "MangoGoing",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/nulidexiaocongmang",
|
|
62
|
+
"votes": "1",
|
|
63
63
|
"rank": 7
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
"title": "
|
|
67
|
-
"description": "
|
|
68
|
-
"url": "https://segmentfault.com/a/
|
|
69
|
-
"author": "
|
|
70
|
-
"home_url": "https://segmentfault.com/u/
|
|
66
|
+
"title": "如何在 SAP BTP 平台上重用另一个已经开发好的 service",
|
|
67
|
+
"description": "假设我们的 SAP Business Technology Platform 平台上已经开发好了一个 products-service 项目:",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041536692",
|
|
69
|
+
"author": "JerryWang_汪子熙",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/jerrywangsap",
|
|
71
71
|
"votes": "1",
|
|
72
72
|
"rank": 8
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
"title": "
|
|
76
|
-
"description": "
|
|
77
|
-
"url": "https://segmentfault.com/a/
|
|
78
|
-
"author": "
|
|
79
|
-
"home_url": "https://segmentfault.com/u/
|
|
75
|
+
"title": "使用 SAP BTP 创建一个 Spring Boot Java 应用",
|
|
76
|
+
"description": "Fullstack 类型的开发空间带有几个开箱即用的扩展,这些扩展被用来开发 CAP 应用程序,比如内置了 CDS 工具。打开一个新的 terminal 窗口:输入命令 cd projects/:运行如下的命令行:mvn -B archetype:generate -...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041536646",
|
|
78
|
+
"author": "JerryWang_汪子熙",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/jerrywangsap",
|
|
80
80
|
"votes": "1",
|
|
81
81
|
"rank": 9
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"title": "
|
|
85
|
-
"description": "
|
|
86
|
-
"url": "https://segmentfault.com/a/
|
|
87
|
-
"author": "
|
|
88
|
-
"home_url": "https://segmentfault.com/u/
|
|
84
|
+
"title": "C 语言写得比 Codex 还要好的 AI 开源了!",
|
|
85
|
+
"description": "近几年来,AI 代码生成器十分流行,从 OpenAI 的 Codex 再到 DeepMind 的AlphaCode。然而,这两个 AI 模型全都没有开源:AlphaCode 只给出了一些测试样例,而 Codex 只开放了 API。",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041536436",
|
|
87
|
+
"author": "六一",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
|
|
89
89
|
"votes": "1",
|
|
90
90
|
"rank": 10
|
|
91
91
|
}
|
package/dist/sifou-monthly.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "https://segmentfault.com/a/1190000041493486",
|
|
6
6
|
"author": "程序员内点事",
|
|
7
7
|
"home_url": "https://segmentfault.com/u/chengxy",
|
|
8
|
-
"votes": "
|
|
8
|
+
"votes": "60",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
@@ -23,18 +23,9 @@
|
|
|
23
23
|
"url": "https://segmentfault.com/a/1190000041405707",
|
|
24
24
|
"author": "wlove",
|
|
25
25
|
"home_url": "https://segmentfault.com/u/xieguoliang",
|
|
26
|
-
"votes": "
|
|
26
|
+
"votes": "35",
|
|
27
27
|
"rank": 3
|
|
28
28
|
},
|
|
29
|
-
{
|
|
30
|
-
"title": "7个杀手级的JS一行代码",
|
|
31
|
-
"description": "这篇文章包含了由无菌手套手工挑选的代码片段,并放置在一个绸缎枕头上。一个由50人组成的团队检查了这些代码,并确保其在发布前处于高度抛光状态。我们来自瑞士的文章发布专家点燃了一支蜡烛,当他将代码输入金...",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041415254",
|
|
33
|
-
"author": "gaoryrt",
|
|
34
|
-
"home_url": "https://segmentfault.com/u/gaoryrt",
|
|
35
|
-
"votes": "32",
|
|
36
|
-
"rank": 4
|
|
37
|
-
},
|
|
38
29
|
{
|
|
39
30
|
"title": "音视频通信加餐 —— WebRTC一肝到底",
|
|
40
31
|
"description": "原因有两点:首先是“点对点通信”非常吸引我们,不需要中间服务器,客户端直连,通信非常方便;再者是 WebRTC 浏览器原生支持,其他客户端支持也很好,不像传统直播用 flv.js 做兼容,可以实现标准统一。",
|
|
@@ -42,6 +33,15 @@
|
|
|
42
33
|
"author": "杨成功",
|
|
43
34
|
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
44
35
|
"votes": "27",
|
|
36
|
+
"rank": 4
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"title": "7个杀手级的JS一行代码",
|
|
40
|
+
"description": "这篇文章包含了由无菌手套手工挑选的代码片段,并放置在一个绸缎枕头上。一个由50人组成的团队检查了这些代码,并确保其在发布前处于高度抛光状态。我们来自瑞士的文章发布专家点燃了一支蜡烛,当他将代码输入金...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041415254",
|
|
42
|
+
"author": "gaoryrt",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/gaoryrt",
|
|
44
|
+
"votes": "32",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
47
|
{
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"url": "https://segmentfault.com/a/1190000041504985",
|
|
87
87
|
"author": "XboxYan",
|
|
88
88
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
89
|
-
"votes": "
|
|
89
|
+
"votes": "26",
|
|
90
90
|
"rank": 10
|
|
91
91
|
},
|
|
92
92
|
{
|
|
@@ -134,15 +134,6 @@
|
|
|
134
134
|
"votes": "15",
|
|
135
135
|
"rank": 15
|
|
136
136
|
},
|
|
137
|
-
{
|
|
138
|
-
"title": "JavaScript 数据处理 - 映射表篇",
|
|
139
|
-
"description": "由于 JavaScript 的动态特性,其对象本身就是一个映射表,对象的「属性名⇒属性值」就是映射表中的「键⇒值」。为了便于把对象当作映射表来使用,JavaScript 甚至允许属性名不是标识符 —— 任意字符串都可以作为属性...",
|
|
140
|
-
"url": "https://segmentfault.com/a/1190000041503556",
|
|
141
|
-
"author": "边城",
|
|
142
|
-
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
143
|
-
"votes": "15",
|
|
144
|
-
"rank": 16
|
|
145
|
-
},
|
|
146
137
|
{
|
|
147
138
|
"title": "别再用 Redis List 实现消息队列了,Stream 专为队列而生",
|
|
148
139
|
"description": "上回说到使用 Redis 的 List 实现消息队列有很多局限性,比如:没有良好的 ACK 机制;没有 ConsumerGroup 消费组概念;消息堆积。List 是线性结构,想要查询指定数据需要遍历整个列表;Stream 是 Redis 5.0 引入...",
|
|
@@ -150,6 +141,15 @@
|
|
|
150
141
|
"author": "码哥字节",
|
|
151
142
|
"home_url": "https://segmentfault.com/u/magebyte",
|
|
152
143
|
"votes": "13",
|
|
144
|
+
"rank": 16
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"title": "JavaScript 数据处理 - 映射表篇",
|
|
148
|
+
"description": "由于 JavaScript 的动态特性,其对象本身就是一个映射表,对象的「属性名⇒属性值」就是映射表中的「键⇒值」。为了便于把对象当作映射表来使用,JavaScript 甚至允许属性名不是标识符 —— 任意字符串都可以作为属性...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041503556",
|
|
150
|
+
"author": "边城",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
152
|
+
"votes": "15",
|
|
153
153
|
"rank": 17
|
|
154
154
|
},
|
|
155
155
|
{
|
|
@@ -215,15 +215,6 @@
|
|
|
215
215
|
"votes": "14",
|
|
216
216
|
"rank": 24
|
|
217
217
|
},
|
|
218
|
-
{
|
|
219
|
-
"title": "10个CSS技巧,极大提升用户体验",
|
|
220
|
-
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
221
|
-
"url": "https://segmentfault.com/a/1190000041361645",
|
|
222
|
-
"author": "前端小智",
|
|
223
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
224
|
-
"votes": "16",
|
|
225
|
-
"rank": 25
|
|
226
|
-
},
|
|
227
218
|
{
|
|
228
219
|
"title": "小程序实现手写签名",
|
|
229
220
|
"description": "在微信小程序上实现手写签名,获取canvascontext新版本和旧版本有点坑,新版本在获取canvas后如果页面有滑动,则签名坐标出现异常(在微信开发者工具上会出现2022-2-17),但是在真机上即使滑动也不会出现异常,为...",
|
|
@@ -231,7 +222,7 @@
|
|
|
231
222
|
"author": "小小蚊子",
|
|
232
223
|
"home_url": "https://segmentfault.com/u/zjw8023",
|
|
233
224
|
"votes": "14",
|
|
234
|
-
"rank":
|
|
225
|
+
"rank": 25
|
|
235
226
|
},
|
|
236
227
|
{
|
|
237
228
|
"title": "23 个非常有用的 NodeJs 库",
|
|
@@ -240,7 +231,7 @@
|
|
|
240
231
|
"author": "前端小智",
|
|
241
232
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
242
233
|
"votes": "17",
|
|
243
|
-
"rank":
|
|
234
|
+
"rank": 26
|
|
244
235
|
},
|
|
245
236
|
{
|
|
246
237
|
"title": "CSS 实现按钮点击动效的套路",
|
|
@@ -249,7 +240,7 @@
|
|
|
249
240
|
"author": "XboxYan",
|
|
250
241
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
251
242
|
"votes": "15",
|
|
252
|
-
"rank":
|
|
243
|
+
"rank": 27
|
|
253
244
|
},
|
|
254
245
|
{
|
|
255
246
|
"title": "urlcat:JavaScript的URL构建器库",
|
|
@@ -258,7 +249,7 @@
|
|
|
258
249
|
"author": "杭州程序员张张",
|
|
259
250
|
"home_url": "https://segmentfault.com/u/dunizb",
|
|
260
251
|
"votes": "11",
|
|
261
|
-
"rank":
|
|
252
|
+
"rank": 28
|
|
262
253
|
},
|
|
263
254
|
{
|
|
264
255
|
"title": "Redis 使用 List 实现消息队列能保证消息可靠么?",
|
|
@@ -267,6 +258,15 @@
|
|
|
267
258
|
"author": "码哥字节",
|
|
268
259
|
"home_url": "https://segmentfault.com/u/magebyte",
|
|
269
260
|
"votes": "13",
|
|
261
|
+
"rank": 29
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"title": "Jenkins+Docker+Gitee+SpringBoot自动化部署",
|
|
265
|
+
"description": "当我们使用传统的开发方式开发后台系统时,每写完一个功能点就需要重新运行一下项目,然后进行测试,如果是项目比较小还可以,但是如果项目比较大的话,由于涉及的人员比较多,这种开发方式就比较麻烦。基于此,...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041473617",
|
|
267
|
+
"author": "xiangzhihong",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
269
|
+
"votes": "13",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|
package/dist/sifou-weekly.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "https://segmentfault.com/a/1190000041504985",
|
|
15
15
|
"author": "XboxYan",
|
|
16
16
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
17
|
-
"votes": "
|
|
17
|
+
"votes": "26",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
"votes": "11",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
|
-
{
|
|
48
|
-
"title": "对不起,今天该发的微软认证推文,我们没写",
|
|
49
|
-
"description": "是的,今天是 3 月 10 日,农历二月初八(距离周五还有一天,距离下个法定节假日“清明节”还有 23 天,摸鱼人,支棱起来!)本来要写的微软认证课程宣传软文早就安排下来了,但在种种因素的作用下(没错,你没想错...",
|
|
50
|
-
"url": "https://segmentfault.com/a/1190000041529352",
|
|
51
|
-
"author": "snakesss",
|
|
52
|
-
"home_url": "https://segmentfault.com/u/snakesss",
|
|
53
|
-
"votes": "4",
|
|
54
|
-
"rank": 6
|
|
55
|
-
},
|
|
56
47
|
{
|
|
57
48
|
"title": "Go 设计哲学:少即是多,哪里来的?",
|
|
58
49
|
"description": "甚至讨论 Go issues 和提案时,都会有人用 “less is more” 来反驳或做为论点支撑,非常的有意思。大家都会很好奇,出处是哪里,是什么意思?",
|
|
59
50
|
"url": "https://segmentfault.com/a/1190000041524988",
|
|
60
51
|
"author": "煎鱼",
|
|
61
52
|
"home_url": "https://segmentfault.com/u/eddycjy",
|
|
62
|
-
"votes": "
|
|
53
|
+
"votes": "9",
|
|
54
|
+
"rank": 6
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"title": "对不起,今天该发的微软认证推文,我们没写",
|
|
58
|
+
"description": "是的,今天是 3 月 10 日,农历二月初八(距离周五还有一天,距离下个法定节假日“清明节”还有 23 天,摸鱼人,支棱起来!)本来要写的微软认证课程宣传软文早就安排下来了,但在种种因素的作用下(没错,你没想错...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041529352",
|
|
60
|
+
"author": "snakesss",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
62
|
+
"votes": "5",
|
|
63
63
|
"rank": 7
|
|
64
64
|
},
|
|
65
65
|
{
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"rank": 10
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
"title": "
|
|
94
|
-
"description": "
|
|
95
|
-
"url": "https://segmentfault.com/a/
|
|
96
|
-
"author": "
|
|
97
|
-
"home_url": "https://segmentfault.com/u/
|
|
98
|
-
"votes": "
|
|
93
|
+
"title": "推荐20个值得收藏的前端开源项目",
|
|
94
|
+
"description": "Proton是一个轻量、灵活的Javascript粒子动画库。使用它可以轻松创建各种炫酷粒子动画效果,该项目在github被近 2k 项目引用。Proton还支持3d粒子版本[链接] 。",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041502262",
|
|
96
|
+
"author": "TNTWEB",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/tnfe",
|
|
98
|
+
"votes": "11",
|
|
99
99
|
"rank": 11
|
|
100
100
|
},
|
|
101
101
|
{
|
|
@@ -108,21 +108,21 @@
|
|
|
108
108
|
"rank": 12
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
"title": "
|
|
112
|
-
"description": "
|
|
113
|
-
"url": "https://segmentfault.com/a/
|
|
114
|
-
"author": "
|
|
115
|
-
"home_url": "https://segmentfault.com/u/
|
|
116
|
-
"votes": "
|
|
111
|
+
"title": "使用Three.js实现神奇的3D文字悬浮效果",
|
|
112
|
+
"description": "在 Three.js Journey 课程示例中,提供了一个使用 Three.js 内置方法实现的 3D 文字悬浮效果的例子,本文使用 React + Three.js 技术栈,参照示例实现类似的效果。本文中涉及到的知识点主要包括:CSS 网格背景、M...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041517240",
|
|
114
|
+
"author": "dragonir",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/dragonir",
|
|
116
|
+
"votes": "7",
|
|
117
117
|
"rank": 13
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"title": "
|
|
121
|
-
"description": "
|
|
122
|
-
"url": "https://segmentfault.com/a/
|
|
123
|
-
"author": "
|
|
124
|
-
"home_url": "https://segmentfault.com/u/
|
|
125
|
-
"votes": "
|
|
120
|
+
"title": "Web 页面优化专项 > Lighthouse > 性能分数优化",
|
|
121
|
+
"description": "Lighthouse 目前已经集成在新版本 Chrome DevTools 中,也可以将其作为一个 Chrome 扩展程序运行,或从命令行运行。",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041524121",
|
|
123
|
+
"author": "linong",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/linong",
|
|
125
|
+
"votes": "8",
|
|
126
126
|
"rank": 14
|
|
127
127
|
},
|
|
128
128
|
{
|
|
@@ -143,15 +143,6 @@
|
|
|
143
143
|
"votes": "5",
|
|
144
144
|
"rank": 16
|
|
145
145
|
},
|
|
146
|
-
{
|
|
147
|
-
"title": "Web 页面优化专项 > Lighthouse > 性能分数优化",
|
|
148
|
-
"description": "Lighthouse 目前已经集成在新版本 Chrome DevTools 中,也可以将其作为一个 Chrome 扩展程序运行,或从命令行运行。",
|
|
149
|
-
"url": "https://segmentfault.com/a/1190000041524121",
|
|
150
|
-
"author": "linong",
|
|
151
|
-
"home_url": "https://segmentfault.com/u/linong",
|
|
152
|
-
"votes": "7",
|
|
153
|
-
"rank": 17
|
|
154
|
-
},
|
|
155
146
|
{
|
|
156
147
|
"title": "面试官居然要我用JS代码计算LocalStorage容量!",
|
|
157
148
|
"description": "localStorage 的容量大家都知道是 5M ,但是却很少人知道怎么去验证,而且某些场景需要计算 localStorage 的剩余容量时,就需要我们掌握计算容量的技能了~~",
|
|
@@ -159,7 +150,7 @@
|
|
|
159
150
|
"author": "Sunshine_Lin",
|
|
160
151
|
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
161
152
|
"votes": "6",
|
|
162
|
-
"rank":
|
|
153
|
+
"rank": 17
|
|
163
154
|
},
|
|
164
155
|
{
|
|
165
156
|
"title": "被盗4900万,互联网巨头竟败给“小学生”",
|
|
@@ -168,7 +159,7 @@
|
|
|
168
159
|
"author": "qinjianxiang",
|
|
169
160
|
"home_url": "https://segmentfault.com/u/qinjianxiang",
|
|
170
161
|
"votes": "4",
|
|
171
|
-
"rank":
|
|
162
|
+
"rank": 18
|
|
172
163
|
},
|
|
173
164
|
{
|
|
174
165
|
"title": "CSS中的混合模式,制作高级特效的必备技巧",
|
|
@@ -177,7 +168,7 @@
|
|
|
177
168
|
"author": "前端小智",
|
|
178
169
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
179
170
|
"votes": "6",
|
|
180
|
-
"rank":
|
|
171
|
+
"rank": 19
|
|
181
172
|
},
|
|
182
173
|
{
|
|
183
174
|
"title": "30 个极大提高开发效率超级实用的 VSCode 插件",
|
|
@@ -186,16 +177,7 @@
|
|
|
186
177
|
"author": "wscats",
|
|
187
178
|
"home_url": "https://segmentfault.com/u/wscats",
|
|
188
179
|
"votes": "5",
|
|
189
|
-
"rank":
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"title": "初识Spring IoC",
|
|
193
|
-
"description": "从第一天开始学习SpringBoot,到现在已经有两年了,两年以来我的搬砖能力不断增强,但理论层面仍然是零基础小白。因此,打破瓶颈的方法,就是像学长们一样,多读书、多看理论知识,然后应用实践。",
|
|
194
|
-
"url": "https://segmentfault.com/a/1190000041508734",
|
|
195
|
-
"author": "LYX6666",
|
|
196
|
-
"home_url": "https://segmentfault.com/u/liuyuxuan6666",
|
|
197
|
-
"votes": "3",
|
|
198
|
-
"rank": 22
|
|
180
|
+
"rank": 20
|
|
199
181
|
},
|
|
200
182
|
{
|
|
201
183
|
"title": "读Flink源码谈设计:FileSystemConnector中的整洁架构",
|
|
@@ -204,16 +186,25 @@
|
|
|
204
186
|
"author": "泊浮目",
|
|
205
187
|
"home_url": "https://segmentfault.com/u/camile",
|
|
206
188
|
"votes": "3",
|
|
207
|
-
"rank":
|
|
189
|
+
"rank": 21
|
|
208
190
|
},
|
|
209
191
|
{
|
|
210
|
-
"title": "
|
|
211
|
-
"description": "
|
|
212
|
-
"url": "https://segmentfault.com/a/
|
|
213
|
-
"author": "
|
|
214
|
-
"home_url": "https://segmentfault.com/u/
|
|
192
|
+
"title": "VuePress 博客之 SEO 优化(四) Open Graph protocol",
|
|
193
|
+
"description": "前言在 《一篇带你用 VuePress + Github Pages 搭建博客》中,我们使用 VuePress 搭建了一个博客,最终的效果查看:TypeScript 中文文档。本篇讲讲 SEO 优化中的 Open Graph protocol。meta 标签如果我们打开思否...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041528595",
|
|
195
|
+
"author": "冴羽",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
197
|
+
"votes": "4",
|
|
198
|
+
"rank": 22
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"title": "初识Spring IoC",
|
|
202
|
+
"description": "从第一天开始学习SpringBoot,到现在已经有两年了,两年以来我的搬砖能力不断增强,但理论层面仍然是零基础小白。因此,打破瓶颈的方法,就是像学长们一样,多读书、多看理论知识,然后应用实践。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041508734",
|
|
204
|
+
"author": "LYX6666",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/liuyuxuan6666",
|
|
215
206
|
"votes": "3",
|
|
216
|
-
"rank":
|
|
207
|
+
"rank": 23
|
|
217
208
|
},
|
|
218
209
|
{
|
|
219
210
|
"title": "浏览器“联盟”!苹果/谷歌/Mozilla/微软合力解决 Web “互操作性”问题",
|
|
@@ -222,7 +213,7 @@
|
|
|
222
213
|
"author": "MissD",
|
|
223
214
|
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
224
215
|
"votes": "3",
|
|
225
|
-
"rank":
|
|
216
|
+
"rank": 24
|
|
226
217
|
},
|
|
227
218
|
{
|
|
228
219
|
"title": "11 个对开发有帮助的 JS 技巧",
|
|
@@ -231,25 +222,25 @@
|
|
|
231
222
|
"author": "前端小智",
|
|
232
223
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
233
224
|
"votes": "6",
|
|
234
|
-
"rank":
|
|
225
|
+
"rank": 25
|
|
235
226
|
},
|
|
236
227
|
{
|
|
237
|
-
"title": "
|
|
238
|
-
"description": "
|
|
239
|
-
"url": "https://segmentfault.com/a/
|
|
240
|
-
"author": "
|
|
241
|
-
"home_url": "https://segmentfault.com/u/
|
|
242
|
-
"votes": "
|
|
243
|
-
"rank":
|
|
228
|
+
"title": "5分钟学会 gRPC",
|
|
229
|
+
"description": "我猜测大部分长期使用 Java 的开发者应该较少会接触 gRPC,毕竟在 Java 圈子里大部分使用的还是 Dubbo/SpringClound 这两类服务框架。",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041528313",
|
|
231
|
+
"author": "crossoverJie",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/crossoverjie",
|
|
233
|
+
"votes": "5",
|
|
234
|
+
"rank": 26
|
|
244
235
|
},
|
|
245
236
|
{
|
|
246
|
-
"title": "
|
|
247
|
-
"description": "
|
|
248
|
-
"url": "https://segmentfault.com/a/
|
|
249
|
-
"author": "
|
|
250
|
-
"home_url": "https://segmentfault.com/u/
|
|
237
|
+
"title": "27个精美的时间线(含源代码)",
|
|
238
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041499499",
|
|
240
|
+
"author": "前端小智",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
251
242
|
"votes": "4",
|
|
252
|
-
"rank":
|
|
243
|
+
"rank": 27
|
|
253
244
|
},
|
|
254
245
|
{
|
|
255
246
|
"title": "AntV X6源码简析",
|
|
@@ -258,15 +249,24 @@
|
|
|
258
249
|
"author": "野林",
|
|
259
250
|
"home_url": "https://segmentfault.com/u/vleedesigntheory",
|
|
260
251
|
"votes": "2",
|
|
252
|
+
"rank": 28
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"title": "实时增量学习在云音乐直播推荐系统中的实践",
|
|
256
|
+
"description": "直播推荐业务是嵌入在云音乐 APP 中各个地方,其中就包括最大的几个场景歌曲播放页的直播模块、混合在评论中的评论页直播以及云音乐首页的首页六卡直播。 如下图所示,图 1.1 即为播放页上的直播模块;图 1.2 是...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041519275",
|
|
258
|
+
"author": "云音乐技术团队",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/musicfe",
|
|
260
|
+
"votes": "3",
|
|
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/
|
|
269
|
-
"votes": "
|
|
264
|
+
"title": "@Async的用法和示例",
|
|
265
|
+
"description": "通常,在Java中的方法调用都是同步调用,比如在A方法中调用了B方法,则在A调用B方法之后,必须等待B方法执行并返回后,A方法才可以继续往下执行。这样容易出现的一个问题就是如果B方法执行时间较长,则可能会导致...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041515367",
|
|
267
|
+
"author": "雄狮虎豹",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
269
|
+
"votes": "4",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|