@wcj/github-rank 22.3.3 → 22.3.6
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 +30723 -30719
- package/dist/sifou-daily.json +55 -73
- package/dist/sifou-monthly.json +122 -122
- package/dist/sifou-weekly.json +165 -165
- package/dist/toutiao-30.json +89 -89
- package/dist/toutiao-7.json +105 -105
- package/dist/toutiao-90.json +75 -75
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +163 -163
- package/dist/trending-weekly.json +169 -169
- package/dist/users.china.json +2797 -2797
- package/dist/users.json +4195 -4196
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +30723 -30719
- package/web/data/sifou-daily.json +55 -73
- package/web/data/sifou-monthly.json +122 -122
- package/web/data/sifou-weekly.json +165 -165
- package/web/data/toutiao-30.json +89 -89
- package/web/data/toutiao-7.json +105 -105
- package/web/data/toutiao-90.json +75 -75
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +163 -163
- package/web/data/trending-weekly.json +169 -169
- package/web/data/users.china.json +2797 -2797
- package/web/data/users.json +4195 -4196
- package/web/index.html +2074 -2074
- package/web/repos.html +3788 -3788
- package/web/sifou-daily.html +47 -103
- package/web/sifou-monthly.html +130 -130
- package/web/sifou-weekly.html +146 -146
- package/web/toutiao-30.html +87 -87
- package/web/toutiao-7.html +71 -71
- package/web/toutiao-90.html +73 -73
- package/web/trending-monthly.html +145 -141
- package/web/trending-weekly.html +139 -155
- package/web/trending.html +152 -144
- package/web/users.china.html +1639 -1639
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "Web 中的“选区”和“光标”",
|
|
4
|
-
"description": "在 web 开发中,有时不可避免会和“选区”与“光标”打交道,比如选中高亮、选中出现工具栏、手动控制光标位置等。选区就是用鼠标选中的那一部分,通常是蓝色",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000041457245",
|
|
6
|
-
"author": "XboxYan",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
8
|
-
"votes": "32",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "手把手教你写一个简易的微前端框架",
|
|
13
4
|
"description": "最近看了几个微前端框架的源码(single-spa、qiankun、micro-app),感觉收获良多。所以打算造一个迷你版的轮子,来加深自己对所学知识的了解。这个轮子将分为五个版本,逐步的实现一个最小可用的微前端框架:支...",
|
|
14
5
|
"url": "https://segmentfault.com/a/1190000041467802",
|
|
15
6
|
"author": "谭光志",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/woai3c",
|
|
17
|
-
"votes": "
|
|
8
|
+
"votes": "16",
|
|
9
|
+
"rank": 1
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"title": "45个 GIT 经典操作场景,专治不会合代码",
|
|
13
|
+
"description": "git对于大家应该都不太陌生,熟练使用git已经成为程序员的一项基本技能,尽管在工作中有诸如 Sourcetree这样牛X的客户端工具,使得合并代码变的很方便。但找工作面试和一些需彰显个人实力的场景,仍然需要我们掌...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041493486",
|
|
15
|
+
"author": "程序员内点事",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/chengxy",
|
|
17
|
+
"votes": "20",
|
|
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": "巧用 CSS 实现炫彩三角边框动画",
|
|
22
|
+
"description": "最近有个小伙伴问我,在某个网站看到一个使用 SVG 实现的炫彩三角边框动画,问能否使用 CSS 实现:很有意思的一个动画效果,立马让我想起了我在 CSS 奇思妙想边框动画 一文中介绍的边框动画,非常的类似:其核心...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041487405",
|
|
24
|
+
"author": "chokcoco",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
26
|
+
"votes": "16",
|
|
27
27
|
"rank": 3
|
|
28
28
|
},
|
|
29
29
|
{
|
|
@@ -32,17 +32,8 @@
|
|
|
32
32
|
"url": "https://segmentfault.com/a/1190000041470128",
|
|
33
33
|
"author": "chokcoco",
|
|
34
34
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
35
|
-
"votes": "11",
|
|
36
|
-
"rank": 4
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"title": "23 个非常有用的 NodeJs 库",
|
|
40
|
-
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
41
|
-
"url": "https://segmentfault.com/a/1190000041458272",
|
|
42
|
-
"author": "前端小智",
|
|
43
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
44
35
|
"votes": "13",
|
|
45
|
-
"rank":
|
|
36
|
+
"rank": 4
|
|
46
37
|
},
|
|
47
38
|
{
|
|
48
39
|
"title": "Jenkins+Docker+Gitee+SpringBoot自动化部署",
|
|
@@ -50,17 +41,8 @@
|
|
|
50
41
|
"url": "https://segmentfault.com/a/1190000041473617",
|
|
51
42
|
"author": "xiangzhihong",
|
|
52
43
|
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
53
|
-
"votes": "
|
|
54
|
-
"rank":
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"title": "扫盲贴:2021 CSS 最冷门特性都是些啥?",
|
|
58
|
-
"description": "最近几年 CSS 界的大事之一是每年年底的 《State Of CSS》,也就是 CSS 现状调查,去年年底发布了《State Of CSS 2021》。其中关于特性这一章,会列出一些比较新的 CSS 特性在当年的使用情况概览:",
|
|
59
|
-
"url": "https://segmentfault.com/a/1190000041452414",
|
|
60
|
-
"author": "chokcoco",
|
|
61
|
-
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
62
|
-
"votes": "10",
|
|
63
|
-
"rank": 7
|
|
44
|
+
"votes": "13",
|
|
45
|
+
"rank": 5
|
|
64
46
|
},
|
|
65
47
|
{
|
|
66
48
|
"title": "走进开源项目 - urlcat",
|
|
@@ -68,205 +50,223 @@
|
|
|
68
50
|
"url": "https://segmentfault.com/a/1190000041474553",
|
|
69
51
|
"author": "robin",
|
|
70
52
|
"home_url": "https://segmentfault.com/u/robin_ren",
|
|
71
|
-
"votes": "
|
|
53
|
+
"votes": "13",
|
|
54
|
+
"rank": 6
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"title": "JavaScript 中 JSON 的 5 个小技巧🤯",
|
|
58
|
+
"description": "关于 JavaScript的JSON的一些小技巧1. 格式化默认的字符串化器还会缩小 JSON,看起来很难看 {代码...} JSON.stringify也有一个内置的格式化程序! {代码...} (如果你想知道那个 null 是什么,我们稍后会谈到)在...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041488147",
|
|
60
|
+
"author": "JenK",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/wangzc996",
|
|
62
|
+
"votes": "7",
|
|
63
|
+
"rank": 7
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"title": "别再用 Redis List 实现消息队列了,Stream 专为队列而生",
|
|
67
|
+
"description": "上回说到使用 Redis 的 List 实现消息队列有很多局限性,比如:没有良好的 ACK 机制;没有 ConsumerGroup 消费组概念;消息堆积。List 是线性结构,想要查询指定数据需要遍历整个列表;Stream 是 Redis 5.0 引入...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041489058",
|
|
69
|
+
"author": "码哥字节",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/magebyte",
|
|
71
|
+
"votes": "8",
|
|
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/
|
|
80
|
-
"votes": "
|
|
75
|
+
"title": "不会写代码的播音生不是个好运营😁",
|
|
76
|
+
"description": "我想很多毕业生在大四的时候都会遇到一个问题,就是很难找到与自己专业对口的工作。媒体上也经常出现诸如大学生回乡卖猪,卖鸡蛋之类的新闻,专业与职业的矛盾在这种强烈的对比下被激化了。如果我们审视一下我们...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041488303",
|
|
78
|
+
"author": "不会写代码的小白",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/z_61ea63e052dfb",
|
|
80
|
+
"votes": "20",
|
|
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/
|
|
89
|
-
"votes": "
|
|
84
|
+
"title": "保险柜钥匙插门上,大学生单枪匹马盗取淘宝11亿用户手机号",
|
|
85
|
+
"description": "Hello,大家好,我是民间发明家,覃健祥。我申请了20多项发明专利,听到这个数字,有的朋友觉得好厉害但又不明白这些发明和我们的日常生活有什么关系,有的甚至问我是不是为了资助奖励申请了一堆凑数的专利。其实...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041478431",
|
|
87
|
+
"author": "qinjianxiang",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/qinjianxiang",
|
|
89
|
+
"votes": "8",
|
|
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": "收藏吃灰,12 个炫酷背景特效库",
|
|
94
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041469344",
|
|
96
|
+
"author": "前端小智",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
98
|
+
"votes": "8",
|
|
99
99
|
"rank": 11
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"title": "
|
|
103
|
-
"description": "
|
|
104
|
-
"url": "https://segmentfault.com/a/
|
|
105
|
-
"author": "
|
|
106
|
-
"home_url": "https://segmentfault.com/u/
|
|
107
|
-
"votes": "
|
|
102
|
+
"title": "姜宁 ASF 董事竞选宣言:我希望能够帮助 ASF 打破地域、文化、语言的障碍",
|
|
103
|
+
"description": "在刚刚结束的 ASF Annual Meeting 上,2022 年新任 ASF Member 及董事会成员诞生了。Apache 软件基金会通过官方 blog 向大家公布了新一任董事的选举成果。Apache 软件基金会孵化器导师,ALC Beijing 发起人,华为...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041493202",
|
|
105
|
+
"author": "鸣飞",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/mf",
|
|
107
|
+
"votes": "4",
|
|
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": "React内部让人迷惑的性能优化策略",
|
|
112
|
+
"description": "大家好,我卡颂。相比Vue可以基于模版进行编译时性能优化,React作为一个完全运行时的库,只能在运行时谋求性能优化。这些优化对开发者大多是无感知的,但对项目进行性能优化时也常令开发者困惑。比如如下代码: ...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041483901",
|
|
114
|
+
"author": "卡颂",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
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/
|
|
120
|
+
"title": "祝贺姜宁当选 2022 Apache 软件基金会新任董事",
|
|
121
|
+
"description": "在刚刚结束的 ASF Annual Meeting 上,2022 年新任 ASF Member 及董事会成员诞生了。Apache 软件基金会通过官方 blog 向大家公布了新一任董事的选举成果。",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041492641",
|
|
123
|
+
"author": "鸣飞",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/mf",
|
|
125
125
|
"votes": "4",
|
|
126
126
|
"rank": 14
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"title": "
|
|
130
|
-
"description": "
|
|
131
|
-
"url": "https://segmentfault.com/a/
|
|
132
|
-
"author": "
|
|
133
|
-
"home_url": "https://segmentfault.com/u/
|
|
134
|
-
"votes": "
|
|
129
|
+
"title": "如何处理大体积 XLSX/CSV/TXT 文件?",
|
|
130
|
+
"description": "在开发过程中,可能会遇到这样的需求,我们需要从本地的 Excel 或 CSV 等文件中解析出信息,这些信息可能是考勤打卡记录,可能是日历信息,也可能是近期账单流水。但是它们共同的特点是数据多且繁杂,人工录入的...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041489765",
|
|
132
|
+
"author": "云叔_又拍云",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
134
|
+
"votes": "8",
|
|
135
135
|
"rank": 15
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
|
-
"title": "
|
|
139
|
-
"description": "
|
|
140
|
-
"url": "https://segmentfault.com/a/
|
|
141
|
-
"author": "
|
|
142
|
-
"home_url": "https://segmentfault.com/u/
|
|
143
|
-
"votes": "
|
|
138
|
+
"title": "国外排名前 15 的 Vue 后台管理模板",
|
|
139
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041480883",
|
|
141
|
+
"author": "前端小智",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
143
|
+
"votes": "6",
|
|
144
144
|
"rank": 16
|
|
145
145
|
},
|
|
146
|
-
{
|
|
147
|
-
"title": "马斯克:我是 Rust 粉丝,但为了性能会选择 C",
|
|
148
|
-
"description": "作为一位几乎时刻处于风口浪尖上的“网络红人”,特斯拉 CEO 埃隆·马斯克(Elon Musk)被外界评价为“致力于从人工智能手中拯救人类”的钢铁侠。近期,这位大佬又因不少“出格”言论而在社交媒体上引发热议 —— 在一家 AI ...",
|
|
149
|
-
"url": "https://segmentfault.com/a/1190000041453850",
|
|
150
|
-
"author": "MissD",
|
|
151
|
-
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
152
|
-
"votes": "5",
|
|
153
|
-
"rank": 17
|
|
154
|
-
},
|
|
155
146
|
{
|
|
156
147
|
"title": "如何在 ThreeJS 中实现辉光效果",
|
|
157
148
|
"description": "在游戏中,我们经常可以见到外发光的效果。典型的比如室内场景下的吊灯、电子设备屏幕、室外夜晚的路灯、车灯等等。这些场景的共性是他们提供了亮度和气氛的强烈视觉信息。在实际生活中,这些辉光是由于光线在大...",
|
|
158
149
|
"url": "https://segmentfault.com/a/1190000041473819",
|
|
159
150
|
"author": "ES2049",
|
|
160
151
|
"home_url": "https://segmentfault.com/u/alisecued",
|
|
161
|
-
"votes": "
|
|
162
|
-
"rank":
|
|
152
|
+
"votes": "8",
|
|
153
|
+
"rank": 17
|
|
163
154
|
},
|
|
164
155
|
{
|
|
165
|
-
"title": "
|
|
156
|
+
"title": "想摸鱼吗?先掌握这 19 个 css 技巧!",
|
|
166
157
|
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
167
|
-
"url": "https://segmentfault.com/a/
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041458790",
|
|
168
159
|
"author": "前端小智",
|
|
169
160
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
170
|
-
"votes": "
|
|
161
|
+
"votes": "8",
|
|
162
|
+
"rank": 18
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"title": "从业务组件库看前端工程化",
|
|
166
|
+
"description": "本文不是一篇教学文章,仅是对近半年一部分工作的流水账式的总结,也作为自己的一份备忘录,并且因为是公司内部资产很多地方不能贴源码和截图,如果有对其中内容感兴趣的欢迎一起讨论。",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041480003",
|
|
168
|
+
"author": "玩弄心里的鬼",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/lizongyuan",
|
|
170
|
+
"votes": "6",
|
|
171
171
|
"rank": 19
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
|
-
"title": "
|
|
175
|
-
"description": "
|
|
176
|
-
"url": "https://segmentfault.com/a/
|
|
177
|
-
"author": "
|
|
178
|
-
"home_url": "https://segmentfault.com/u/
|
|
179
|
-
"votes": "
|
|
174
|
+
"title": "黑炫酷的监控界面,实际上是用了什么开源工具?",
|
|
175
|
+
"description": "我是3y,一年CRUD经验用十年的markdown程序员👨🏻💻常年被誉为职业八股文选手今天austin项目来给大家整点不一样的:花点时间跟着文章做完,屏幕壁纸就可以有了,我来上个图,大家就懂了。每当同事一瞄你的电脑,发...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041480904",
|
|
177
|
+
"author": "Java3y",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/java_3y",
|
|
179
|
+
"votes": "5",
|
|
180
180
|
"rank": 20
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
|
-
"title": "
|
|
184
|
-
"description": "
|
|
185
|
-
"url": "https://segmentfault.com/a/
|
|
186
|
-
"author": "
|
|
187
|
-
"home_url": "https://segmentfault.com/u/
|
|
188
|
-
"votes": "
|
|
183
|
+
"title": "来自开源世界的超级码丽,中国开源码力榜权威发布!",
|
|
184
|
+
"description": "2022 年 1 月 13 日,SegmentFault 思否联合长期耕耘与推广开源文化的开源社共同推出了《2021 中国开源先锋 33 人》榜单,一众开源先锋上榜,一时间引发了行业的广泛关注与讨论。他们当中有贡献代码的开发者、开...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041478447",
|
|
186
|
+
"author": "SegmentFault思否",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
188
|
+
"votes": "7",
|
|
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": "谈一谈组件化",
|
|
193
|
+
"description": "今天前端生态里面,React、Angular和Vue三分天下。虽然这三个框架的定位各有不同,但是它们有一个核心的共同点,那就是提供了组件化的能力。W3C也有Web Component的相关草案,也是为了提供组件化能力。今天我们就...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041469213",
|
|
195
|
+
"author": "记得要微笑",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/tosmile",
|
|
197
|
+
"votes": "5",
|
|
198
198
|
"rank": 22
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"title": "
|
|
202
|
-
"description": "
|
|
203
|
-
"url": "https://segmentfault.com/a/
|
|
204
|
-
"author": "
|
|
205
|
-
"home_url": "https://segmentfault.com/u/
|
|
206
|
-
"votes": "
|
|
201
|
+
"title": "自媒体时代的贤内助——AI 视频云",
|
|
202
|
+
"description": "视频,通常是一段由活动画面组成的传递信息的内容。在如今这个信息爆炸的时代,我们每天都要在浩瀚的内容海洋中寻找需求的信息。一个视频是否吸引人内容固然是最重要的,但是播放是否流畅,画质是否清晰的影响力...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041481731",
|
|
204
|
+
"author": "云叔_又拍云",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
206
|
+
"votes": "5",
|
|
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": "所以,e.target 和 e.currentTarget 到底有啥区别呢?",
|
|
211
|
+
"description": "大家开发中经常会跟DOM的事件打交道,也会经常用到 e.target 和 e.currentTarget 这两个对象,但是却有很多人根本就不知道这两个有什么区别~~~",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041469717",
|
|
213
|
+
"author": "Sunshine_Lin",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
215
|
+
"votes": "6",
|
|
216
216
|
"rank": 24
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
"title": "
|
|
220
|
-
"description": "
|
|
221
|
-
"url": "https://segmentfault.com/a/
|
|
222
|
-
"author": "
|
|
223
|
-
"home_url": "https://segmentfault.com/u/
|
|
224
|
-
"votes": "
|
|
219
|
+
"title": "CSS & SVG foreignObject 实现文字镂空波浪动画",
|
|
220
|
+
"description": "为什么要用到混合模式呢?因为这是文本,文本内部不可能放入 HTML 节点,所以下面介绍将另一种方式,在 HTML 完全受限的情况下,借助 SVG foreignObject 也能很轻松的实现这一效果,而且会有更好的效果,一起看看吧",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041470851",
|
|
222
|
+
"author": "XboxYan",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
224
|
+
"votes": "4",
|
|
225
225
|
"rank": 25
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
"title": "
|
|
229
|
-
"description": "
|
|
230
|
-
"url": "https://segmentfault.com/a/
|
|
231
|
-
"author": "
|
|
232
|
-
"home_url": "https://segmentfault.com/u/
|
|
233
|
-
"votes": "
|
|
228
|
+
"title": "适合做外包项目的开源后台管理系统",
|
|
229
|
+
"description": "梳理:1.D2admin开源地址:[链接]文档地址:[链接]效果预览:[链接]开源协议:MIT2.vue-element-admin开源地址:[链接]文档地址:[链接]效果预览:[链接]开源协议:MIT3.JEECG-BOOT开源地址:[链接]文档地址:[链...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041470755",
|
|
231
|
+
"author": "墨城",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/xiaomogu_5f2124ad3ad42",
|
|
233
|
+
"votes": "3",
|
|
234
234
|
"rank": 26
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
|
-
"title": "
|
|
238
|
-
"description": "
|
|
239
|
-
"url": "https://segmentfault.com/a/
|
|
240
|
-
"author": "
|
|
241
|
-
"home_url": "https://segmentfault.com/u/
|
|
242
|
-
"votes": "
|
|
237
|
+
"title": "阿里云智能编码插件,更Cosy的开发体验",
|
|
238
|
+
"description": "Cosy集合了代码补全和代码搜索两大开发辅助功能,不仅能通过深度学习模型和程序分析技术,精准智能地帮助我们减少 击剑🤺 击键次数,还能基于海量代码片段和社区问答数据,让我们可以哪里不会搜哪里,沉浸在IDE内...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041477912",
|
|
240
|
+
"author": "云效DevOps平台",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/yunxiao0816",
|
|
242
|
+
"votes": "4",
|
|
243
243
|
"rank": 27
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
|
-
"title": "
|
|
247
|
-
"description": "
|
|
248
|
-
"url": "https://segmentfault.com/a/
|
|
249
|
-
"author": "
|
|
250
|
-
"home_url": "https://segmentfault.com/u/
|
|
251
|
-
"votes": "
|
|
246
|
+
"title": "都2022 年了,你总不能还只会 npm i 吧? 🔥",
|
|
247
|
+
"description": "在键帽与字符上横跳,于代码和程序中穿梭。一起面向快乐编程!大家好,我是荣顶,马上金三银四啦 ~ 这次给大家带来一篇 npm 命令相关的文章。目的在于查缺补漏,提升效率。npm 作为 node 包管理器,内置了非常多...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041474448",
|
|
249
|
+
"author": "荣顶",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/wangrongding",
|
|
251
|
+
"votes": "8",
|
|
252
252
|
"rank": 28
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"title": "
|
|
256
|
-
"description": "
|
|
257
|
-
"url": "https://segmentfault.com/a/
|
|
258
|
-
"author": "
|
|
259
|
-
"home_url": "https://segmentfault.com/u/
|
|
260
|
-
"votes": "
|
|
255
|
+
"title": "GitHub CEO发文:严格限制俄罗斯获取侵略性军事能力所需要的技术",
|
|
256
|
+
"description": "前几天,在微信群里就有小伙伴发了一些关于GitHub将限制俄罗斯开发人员使用开源软件的消息,引起程序员圈子的热烈讨论。就在不久前,GitHub CEO在GitHub官方博客发文阐述了对乌克兰战争的回应。Thomas Dohmke表示...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041488377",
|
|
258
|
+
"author": "程序猿DD",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/coderdd",
|
|
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": "try..catch 不能捕获的错误有哪些?注意事项又有哪些?",
|
|
265
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041486636",
|
|
267
|
+
"author": "前端小智",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
269
|
+
"votes": "7",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|