@wcj/github-rank 22.2.15 → 22.2.16
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 +27052 -26886
- package/dist/sifou-daily.json +149 -86
- package/dist/sifou-monthly.json +83 -83
- package/dist/sifou-weekly.json +129 -129
- package/dist/toutiao-30.json +74 -74
- package/dist/toutiao-7.json +90 -90
- package/dist/toutiao-90.json +32 -32
- package/dist/trending-daily.json +164 -164
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +149 -149
- package/dist/users.china.json +1582 -1583
- package/dist/users.json +1987 -1988
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +27052 -26886
- package/web/data/sifou-daily.json +149 -86
- package/web/data/sifou-monthly.json +83 -83
- package/web/data/sifou-weekly.json +129 -129
- package/web/data/toutiao-30.json +74 -74
- package/web/data/toutiao-7.json +90 -90
- package/web/data/toutiao-90.json +32 -32
- package/web/data/trending-daily.json +164 -164
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +149 -149
- package/web/data/users.china.json +1582 -1583
- package/web/data/users.json +1987 -1988
- package/web/index.html +1048 -1048
- package/web/repos.html +2851 -2863
- package/web/sifou-daily.html +268 -72
- package/web/sifou-monthly.html +97 -97
- package/web/sifou-weekly.html +142 -142
- package/web/toutiao-30.html +79 -79
- package/web/toutiao-7.html +77 -77
- package/web/toutiao-90.html +95 -95
- package/web/trending-monthly.html +144 -144
- package/web/trending-weekly.html +130 -134
- package/web/trending.html +131 -151
- package/web/users.china.html +830 -830
|
@@ -1,146 +1,209 @@
|
|
|
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": "【必须知道的JavaScript库】 - 解决95%问题的工具插件/库 - 1",
|
|
4
|
+
"description": "在研发周期紧张的背景下,切记要避免时间开销在无用工作上 (比如造轮子) 如何有效确认是否已有轮子,本篇文章做一个list来帮助大家。只需要记住下面的库就可以解决工作中95%日常问题。",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041405707",
|
|
6
|
+
"author": "wlove",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/xieguoliang",
|
|
8
|
+
"votes": "9",
|
|
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": "JZ-061-序列化二叉树",
|
|
13
|
+
"description": "请实现两个函数,分别用来序列化和反序列化二叉树。二叉树的序列化是指:把一棵二叉树按照某种遍历方式的结果以某种格式保存为字符串,从而使得内存中建立起来的二叉树可以持久保存。序列化可以基于先序、中序、...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041408957",
|
|
15
|
+
"author": "雄狮虎豹",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
17
|
+
"votes": "4",
|
|
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": "🎉 DTM 分布式事务管理器 PHP 协程客户端 v0.1 beta 版本发布!!!",
|
|
22
|
+
"description": "dtm/dtm-client 是分布式事务管理器 DTM 的 PHP 客户端,已支持 TCC模式、Saga、二阶段消息模式的分布式事务模式,并分别实现了与 DTM Server 以 HTTP 协议或 gRPC 协议通讯,该客户端可安全运行于 PHP-FPM 和 Sw...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041406557",
|
|
24
|
+
"author": "huangzhhui",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/huangzhhui",
|
|
26
|
+
"votes": "3",
|
|
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": "既然已经有数组了,为什么还要链表?JS链表(Linked-list)详解",
|
|
31
|
+
"description": "其实链表和数组各有千秋,都在不同的业务场景中发光发热,很多同学对链表可能是既熟悉又陌生。熟悉的是,我们在刷一些八股文的时候经常会看到“链表”这个字眼,陌生的是,我们在平时的开发中并不会太多的使用到链表。",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041400154",
|
|
33
|
+
"author": "前端有猫腻",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/maoduolikuaipao",
|
|
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 题解系列 -- 和为s的连续正数序列(滑动窗口)",
|
|
40
|
+
"description": "题目描述:输入一个正整数 target ,输出所有和为 target 的连续正整数序列(至少含有两个数)。序列内的数字由小到大排列,不同序列按照首个数字从小到大排列。示例 1:输入:target = 9输出:[[2,3,4],[4,5]]",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041410619",
|
|
42
|
+
"author": "安歌",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/linlinma",
|
|
44
44
|
"votes": "2",
|
|
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/
|
|
48
|
+
"title": "带你十天轻松搞定 Go 微服务系列(二)",
|
|
49
|
+
"description": "上篇文章开始,我们通过一个系列文章跟大家详细展示一个 go-zero 微服务示例,整个系列分十篇文章,目录结构如下:环境搭建服务拆分(本文)用户服务产品服务订单服务支付服务RPC 服务 Auth 验证服务监控链路追踪...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041405843",
|
|
51
|
+
"author": "kevinwan",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
53
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": "LPL Ban/Pick 选人阶段的遮罩效果是如何实现的?",
|
|
58
|
+
"description": "最近 S11 LPL 春季赛开赛,在看比赛的过程中,我发现新赛季的 Ban/Pick 选人阶段,出现了一种新的,有意思的遮罩效果,如下图所示:",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041405686",
|
|
60
|
+
"author": "chokcoco",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
62
|
+
"votes": "4",
|
|
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": "技术人聊开源:这并不只是用爱发电",
|
|
67
|
+
"description": "近年来,中国开发者已经成为全球开源体系中的重要力量。据不完全统计,中国的代码在全球开源社区的比重已占 40% 左右,目前全球 6000 多万开发者中,至少有 2000 多万来自中国。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041409314",
|
|
69
|
+
"author": "SOFAStack",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/sofastack",
|
|
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": "搭建 VuePress 博客,你可能会用到的一些插件",
|
|
76
|
+
"description": "前言在 《一篇带你用 VuePress + Github Pages 搭建博客》中,我们使用 VuePress 搭建了一个博客,最终的效果查看:TypeScript 中文文档。为了丰富站点的功能,我们可以直接使用一些现有的插件,本篇我们讲讲一些...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041409173",
|
|
78
|
+
"author": "冴羽",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
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": "解构流存储 — Pravega,与 Flink 构建端到端的大数据流水处理线",
|
|
85
|
+
"description": "本篇内容整理自 Pravega 中国社区创始人、戴尔科技集团软件工程技术总监滕昱在 Flink Forward Asia 2021 主会场的演讲。主要内容包括:存储抽象的现状Pravega 性能架构详解Pravega 流存储数据演示展望未来",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041409129",
|
|
87
|
+
"author": "ApacheFlink",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/ververica",
|
|
89
89
|
"votes": "1",
|
|
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/
|
|
93
|
+
"title": "实现页面水印,到底跟MutationObserver有什么关系?",
|
|
94
|
+
"description": "大家平时在开发中或者在面试中,难免都会遇到一个问题——给页面加水印,其实这并不难,但是也是有一些注意点的,所以说看似简单的功能,要尽力做到:",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041408450",
|
|
96
|
+
"author": "Sunshine_Lin",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
98
98
|
"votes": "1",
|
|
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": "CSS画雪容融~",
|
|
103
|
+
"description": "用CSS画2022冬残奥会吉祥物雪容融,虽迟但到!好像比我画的鹅蛋冰墩墩更可爱点...在线预览源码: {代码...} {代码...}",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041408191",
|
|
105
|
+
"author": "望记",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/wangji_5d01acdfdd139",
|
|
107
|
+
"votes": "3",
|
|
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/
|
|
111
|
+
"title": "HMS Core机器学习服务助力Zaful用户便捷购物",
|
|
112
|
+
"description": "Zaful是近年来发展良好的出海电商平台,主打快时尚。在洞察其用户有购买街头海报、生活中同款衣物的需求后,Zaful联合HMS Core机器学习服务打造拍照购物服务。用户拍照后可在预设的商品图片库中搜索同款商品,在...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041407233",
|
|
114
|
+
"author": "HMSCore",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
116
116
|
"votes": "1",
|
|
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": "Go1.18 新特性:三顾茅庐,被折腾 N 次的 TryLock",
|
|
121
|
+
"description": "大家好,我是煎鱼。还记得我之前写过一篇《Go 为什么不支持可重入锁?》的文章,主要是介绍有其他语言经验的小伙伴,想要 Go 支持可重入锁,被残忍拒绝的历程。大佬总会有拗不过的时候,虽然不是可重入锁。但在 G...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041406598",
|
|
123
|
+
"author": "煎鱼",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/eddycjy",
|
|
125
125
|
"votes": "1",
|
|
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/
|
|
129
|
+
"title": "Go1.18 新特性:引入新的 netip 网络库",
|
|
130
|
+
"description": "写这篇文章时是大年初一,原本想说这个月就要发布 Go1.18 了。但是,好家伙,Go1.18 beta2 发布了,官方告知社区 Go1.18 要拖更到 3 月份了,咕咕咕...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041406576",
|
|
132
|
+
"author": "煎鱼",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/eddycjy",
|
|
134
134
|
"votes": "2",
|
|
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/
|
|
138
|
+
"title": "元宵快乐,这些技术类灯谜,你能猜对多少个?",
|
|
139
|
+
"description": "🎇大家元宵快乐呀!🎇传统佳节,来个传统节目咯,HeapDump性能社区技术猜谜大赛开始啦!📝答题方式: 题目序号和答案(例:0,蓝屏 ),写在留言区就行!如果去社区(heapdump.cn)答题还有小礼品哦!题目来了:👇👇👇...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041406432",
|
|
141
|
+
"author": "HeapDump性能社区",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/perfma",
|
|
143
143
|
"votes": "1",
|
|
144
144
|
"rank": 16
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"title": "vue使用在线mock平台用axios请求示例 不用自己安装mockjs",
|
|
148
|
+
"description": "通常我们mock数据都会安装mockjs:yarn add mockjs但是需要配置很多东西,还要拦截请求等等,对新手不友好,即使是老手也觉得麻烦。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041406220",
|
|
150
|
+
"author": "二维工坊客服",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/erweigongfangkefu",
|
|
152
|
+
"votes": "1",
|
|
153
|
+
"rank": 17
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"title": "带你十天轻松搞定 Go 微服务系列(一)",
|
|
157
|
+
"description": "本文开始,我们会出一个系列文章跟大家详细展示一个 go-zero 微服务示例,整个系列分十篇文章,目录结构如下:环境搭建(本文)服务拆分用户服务产品服务订单服务支付服务RPC 服务 Auth 验证服务监控链路追踪分布...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041405814",
|
|
159
|
+
"author": "kevinwan",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
161
|
+
"votes": "1",
|
|
162
|
+
"rank": 18
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"title": "绿色城市智慧管理:数字孪生地下综合管廊平台",
|
|
166
|
+
"description": "1833 年,世界第一条市政管线综合管廊在法国巴黎建成。1994 年,上海市政府规划建设了大陆第一条规模最大、距离最长的综合管廊——浦东新区张杨路综合管廊。至今,地下综合管廊,已演变为城市功能的 “生命线”,是人...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041405543",
|
|
168
|
+
"author": "hightopo",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/hightopo",
|
|
170
|
+
"votes": "1",
|
|
171
|
+
"rank": 19
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"title": "还在用Feign?推荐一款微服务间调用神器,跟SpringCloud绝配!",
|
|
175
|
+
"description": "在微服务项目中,如果我们想实现服务间调用,一般会选择Feign。之前介绍过一款HTTP客户端工具Retrofit,配合SpringBoot非常好用!其实Retrofit不仅支持普通的HTTP调用,还能支持微服务间的调用,负载均衡和熔断限...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041405006",
|
|
177
|
+
"author": "macrozheng",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/macrozheng",
|
|
179
|
+
"votes": "1",
|
|
180
|
+
"rank": 20
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"title": "Spring Boot 2.x基础教程:使用tinylog记录日志",
|
|
184
|
+
"description": "tinylog,与其他各种tiny开头的东西一样,是一个轻量级的开源日志解决方案。它本身只包含两个JAR文件(一个用于API,另一个用于实现),没有任何外部依赖关系。两个JAR文件的总大小只有178KB。",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041404965",
|
|
186
|
+
"author": "程序猿DD",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/coderdd",
|
|
188
|
+
"votes": "1",
|
|
189
|
+
"rank": 21
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"title": "vue2项目迁移到vite",
|
|
193
|
+
"description": "背景为什么选用vite,其实就是为了解决官网说的2个原因缓慢的服务器启动缓慢的更新风险分析为什么不用vue3?生产环境需要兼容到ie11,很明显vue3不会支持,同时vue2迁移起来成本较小vite对ie11的兼容性支持官网有 ...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041404755",
|
|
195
|
+
"author": "看见了",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/kanjianliao",
|
|
197
|
+
"votes": "1",
|
|
198
|
+
"rank": 22
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"title": "给面试加点硬菜:延迟任务场景,该如何提高吞吐量和时效性!",
|
|
202
|
+
"description": "哈哈哈,说好的不卷了,能凑活用就行了。但每次接到新需求时都手痒,想结合着上一次的架构设计和落地经验,在这一次需求上在迭代更新,或者找到完全颠覆之前的更优方案。卷完代码的那一刻总是神清气爽",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041404709",
|
|
204
|
+
"author": "小傅哥",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
206
|
+
"votes": "2",
|
|
207
|
+
"rank": 23
|
|
145
208
|
}
|
|
146
209
|
]
|
|
@@ -17,15 +17,6 @@
|
|
|
17
17
|
"votes": "25",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
|
-
{
|
|
21
|
-
"title": "60行代码实现React的事件系统",
|
|
22
|
-
"description": "大家好,我卡颂。由于如下原因,React的事件系统代码量很大:需要抹平不同浏览器的差异与内部的优先级机制绑定需要考虑所有浏览器事件但如果抽丝剥茧会发现,事件系统的核心只有两个模块:SyntheticEvent(合成事...",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000041355419",
|
|
24
|
-
"author": "卡颂",
|
|
25
|
-
"home_url": "https://segmentfault.com/u/kasong",
|
|
26
|
-
"votes": "17",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
20
|
{
|
|
30
21
|
"title": "17 个实用 shell 脚本,建议收藏!",
|
|
31
22
|
"description": "1、服务器系统配置初始化 {代码...} 2、批量创建多个用户并设置密码 {代码...} 3、一键查看服务器利用率 {代码...} 4、找出占用CPU 内存过高的进程 {代码...} 5、查看网卡的实时流量 {代码...} 6、监控多台服务器...",
|
|
@@ -33,16 +24,34 @@
|
|
|
33
24
|
"author": "民工哥",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
35
26
|
"votes": "18",
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"title": "展开操作符:一家人就这么被拆散了",
|
|
31
|
+
"description": "大家好,我卡颂。想必大家在业务中应该经常使用展开操作符(Spread syntax),比如展开数组: {代码...} 克隆对象: {代码...} 但你有没有见过如下操作:本文就来聊聊上述情况的成因。欢迎加入人类高质量前端框架...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041399412",
|
|
33
|
+
"author": "卡颂",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
35
|
+
"votes": "15",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"title": "60行代码实现React的事件系统",
|
|
40
|
+
"description": "大家好,我卡颂。由于如下原因,React的事件系统代码量很大:需要抹平不同浏览器的差异与内部的优先级机制绑定需要考虑所有浏览器事件但如果抽丝剥茧会发现,事件系统的核心只有两个模块:SyntheticEvent(合成事...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041355419",
|
|
42
|
+
"author": "卡颂",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
44
|
+
"votes": "17",
|
|
45
|
+
"rank": 5
|
|
46
|
+
},
|
|
38
47
|
{
|
|
39
48
|
"title": "20个 Javascript 技巧,提高我们的摸鱼时间!",
|
|
40
49
|
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
41
50
|
"url": "https://segmentfault.com/a/1190000041367705",
|
|
42
51
|
"author": "前端小智",
|
|
43
52
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
44
|
-
"votes": "
|
|
45
|
-
"rank":
|
|
53
|
+
"votes": "22",
|
|
54
|
+
"rank": 6
|
|
46
55
|
},
|
|
47
56
|
{
|
|
48
57
|
"title": "Suspense对React的意义在哪里?",
|
|
@@ -50,8 +59,8 @@
|
|
|
50
59
|
"url": "https://segmentfault.com/a/1190000041372960",
|
|
51
60
|
"author": "卡颂",
|
|
52
61
|
"home_url": "https://segmentfault.com/u/kasong",
|
|
53
|
-
"votes": "
|
|
54
|
-
"rank":
|
|
62
|
+
"votes": "14",
|
|
63
|
+
"rank": 7
|
|
55
64
|
},
|
|
56
65
|
{
|
|
57
66
|
"title": "两年经验前端:字节跳动系—石墨文档面经",
|
|
@@ -60,7 +69,7 @@
|
|
|
60
69
|
"author": "Sunshine_Lin",
|
|
61
70
|
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
62
71
|
"votes": "17",
|
|
63
|
-
"rank":
|
|
72
|
+
"rank": 8
|
|
64
73
|
},
|
|
65
74
|
{
|
|
66
75
|
"title": "CSS 实现 Ant Design官网Logo彩蛋效果",
|
|
@@ -69,7 +78,7 @@
|
|
|
69
78
|
"author": "XboxYan",
|
|
70
79
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
71
80
|
"votes": "17",
|
|
72
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
73
82
|
},
|
|
74
83
|
{
|
|
75
84
|
"title": "PWA 技术落地!让你的站点(Web)秒变APP(应用程序)",
|
|
@@ -78,15 +87,6 @@
|
|
|
78
87
|
"author": "葡萄城技术团队",
|
|
79
88
|
"home_url": "https://segmentfault.com/u/grapecity",
|
|
80
89
|
"votes": "13",
|
|
81
|
-
"rank": 9
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"title": "什么样的问题应该使用动态规划",
|
|
85
|
-
"description": "说起动态规划,我不知道你有没有这样的困扰,在掌握了一些基础算法和数据结构之后,碰到一些较为复杂的问题还是无从下手,面试时自然也是胆战心惊。如果我说动态规划是个玄幻的问题其实也不为过。究其原因,我觉...",
|
|
86
|
-
"url": "https://segmentfault.com/a/1190000041300090",
|
|
87
|
-
"author": "xiangzhihong",
|
|
88
|
-
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
89
|
-
"votes": "14",
|
|
90
90
|
"rank": 10
|
|
91
91
|
},
|
|
92
92
|
{
|
|
@@ -125,15 +125,6 @@
|
|
|
125
125
|
"votes": "13",
|
|
126
126
|
"rank": 14
|
|
127
127
|
},
|
|
128
|
-
{
|
|
129
|
-
"title": "一元初始 万象融合 - Google Cloud 2022 中国出海数字峰会回顾",
|
|
130
|
-
"description": "1 月 20 日,Google Cloud 2022 中国出海数字峰会顺利举办。近三千位参会嘉宾一起问路未来,锚定技术,聚焦出海领域云端数字化创新,围绕业务场景以及Google Cloud 前沿技术与客户实践,共同探讨了数字出海时代借...",
|
|
131
|
-
"url": "https://segmentfault.com/a/1190000041337916",
|
|
132
|
-
"author": "思否编辑部",
|
|
133
|
-
"home_url": "https://segmentfault.com/u/writers",
|
|
134
|
-
"votes": "15",
|
|
135
|
-
"rank": 15
|
|
136
|
-
},
|
|
137
128
|
{
|
|
138
129
|
"title": "跨域了? 装个插件就够了!",
|
|
139
130
|
"description": "浏览器为了安全引入了同源策略,这直接导致默认情况下前后端域名如果不同,那么则功能会受限。 随着前后端分离的发展,前端和后端职责的分离,前端会有专门的本地开发服务器(local dev server)用于本地开发。这个...",
|
|
@@ -141,6 +132,15 @@
|
|
|
141
132
|
"author": "lucifer",
|
|
142
133
|
"home_url": "https://segmentfault.com/u/shuohaodeyixuene",
|
|
143
134
|
"votes": "11",
|
|
135
|
+
"rank": 15
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"title": "一元初始 万象融合 - Google Cloud 2022 中国出海数字峰会回顾",
|
|
139
|
+
"description": "1 月 20 日,Google Cloud 2022 中国出海数字峰会顺利举办。近三千位参会嘉宾一起问路未来,锚定技术,聚焦出海领域云端数字化创新,围绕业务场景以及Google Cloud 前沿技术与客户实践,共同探讨了数字出海时代借...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041337916",
|
|
141
|
+
"author": "思否编辑部",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
143
|
+
"votes": "15",
|
|
144
144
|
"rank": 16
|
|
145
145
|
},
|
|
146
146
|
{
|
|
@@ -153,12 +153,12 @@
|
|
|
153
153
|
"rank": 17
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
|
-
"title": "
|
|
157
|
-
"description": "
|
|
158
|
-
"url": "https://segmentfault.com/a/
|
|
159
|
-
"author": "
|
|
160
|
-
"home_url": "https://segmentfault.com/u/
|
|
161
|
-
"votes": "
|
|
156
|
+
"title": "10个CSS技巧,极大提升用户体验",
|
|
157
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041361645",
|
|
159
|
+
"author": "前端小智",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
161
|
+
"votes": "14",
|
|
162
162
|
"rank": 18
|
|
163
163
|
},
|
|
164
164
|
{
|
|
@@ -167,16 +167,16 @@
|
|
|
167
167
|
"url": "https://segmentfault.com/a/1190000041324242",
|
|
168
168
|
"author": "Sunshine_Lin",
|
|
169
169
|
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
170
|
-
"votes": "
|
|
170
|
+
"votes": "13",
|
|
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": "CSS画冰墩墩~",
|
|
175
|
+
"description": "抢不上冰墩墩就自己画一个!在线预览代码: {代码...} {代码...}",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041385432",
|
|
177
|
+
"author": "望记",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/wangji_5d01acdfdd139",
|
|
179
|
+
"votes": "14",
|
|
180
180
|
"rank": 20
|
|
181
181
|
},
|
|
182
182
|
{
|
|
@@ -188,22 +188,22 @@
|
|
|
188
188
|
"votes": "10",
|
|
189
189
|
"rank": 21
|
|
190
190
|
},
|
|
191
|
-
{
|
|
192
|
-
"title": "2021 年 JavaScript 明星项目榜:zx、Vite 、Next.js 、React 大受欢迎",
|
|
193
|
-
"description": "近日,risingstars 出炉了“2021 JavaScript Rising Stars”报告。该报告结合过去 12 个月里 GitHub 上新增的 star 数而对 2021 年 JavaScript 领域的优秀项目做了总结。",
|
|
194
|
-
"url": "https://segmentfault.com/a/1190000041373049",
|
|
195
|
-
"author": "MissD",
|
|
196
|
-
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
197
|
-
"votes": "10",
|
|
198
|
-
"rank": 22
|
|
199
|
-
},
|
|
200
191
|
{
|
|
201
192
|
"title": "vue原理相关总结",
|
|
202
193
|
"description": "一、vue2.0的双向绑定是怎么实现的 {代码...} 二、数据不更新的问题 {代码...} 三、computed和watch和methods {代码...} 四、vue-router的模式区别 {代码...} 五、vuex解决了什么问题 {代码...} 六、nextTick是怎...",
|
|
203
194
|
"url": "https://segmentfault.com/a/1190000041374585",
|
|
204
195
|
"author": "雨花石",
|
|
205
196
|
"home_url": "https://segmentfault.com/u/yuhuashi_584a46acea21f",
|
|
206
|
-
"votes": "
|
|
197
|
+
"votes": "13",
|
|
198
|
+
"rank": 22
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"title": "2021 年最受欢迎 JavaScript 明星项目榜:zx、Vite 、Next.js 、React 领衔大热门",
|
|
202
|
+
"description": "近日,risingstars 出炉了“2021 JavaScript Rising Stars”报告。该报告结合过去 12 个月里 GitHub 上新增的 star 数而对 2021 年 JavaScript 领域的优秀项目做了总结。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041373049",
|
|
204
|
+
"author": "MissD",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
206
|
+
"votes": "10",
|
|
207
207
|
"rank": 23
|
|
208
208
|
},
|
|
209
209
|
{
|
|
@@ -215,6 +215,15 @@
|
|
|
215
215
|
"votes": "7",
|
|
216
216
|
"rank": 24
|
|
217
217
|
},
|
|
218
|
+
{
|
|
219
|
+
"title": "8 个 Vue.js UI 组件,下一个项目用得上",
|
|
220
|
+
"description": "在 Web 应用程序开发方面,Vue.js 正迅速成为开发人员的最爱。这个现代、新鲜的 JavaScript 库它在 GitHub 上有超过 123,000 颗星,对于开发人员来说是一个引人注目的选择,因为它很容易集成到现有项目中。它的速...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041381106",
|
|
222
|
+
"author": "杭州程序员张张",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/dunizb",
|
|
224
|
+
"votes": "10",
|
|
225
|
+
"rank": 25
|
|
226
|
+
},
|
|
218
227
|
{
|
|
219
228
|
"title": "eslint-plugin-import 规则之 Import / Order",
|
|
220
229
|
"description": "其中,group 是对导入模块进行分组,pathGroups 是通过路径自定义分组,newlines-between 不同组之间是否进行换行,alphabetize 根据字母顺序对每个组内的顺序进行排序",
|
|
@@ -222,42 +231,33 @@
|
|
|
222
231
|
"author": "robin",
|
|
223
232
|
"home_url": "https://segmentfault.com/u/robin_ren",
|
|
224
233
|
"votes": "8",
|
|
225
|
-
"rank": 25
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"title": "2年经验面试网易灵犀!太注重工程化了!",
|
|
229
|
-
"description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心。今天给大家分享一个大厂的面经——网易灵犀题目一面1、聊项目2、webpack和rollup的区别,打包出来的产物有什么...",
|
|
230
|
-
"url": "https://segmentfault.com/a/1190000041366695",
|
|
231
|
-
"author": "Sunshine_Lin",
|
|
232
|
-
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
233
|
-
"votes": "9",
|
|
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": "Redis 使用 List 实现消息队列能保证消息可靠么?",
|
|
238
|
+
"description": "分布式系统中必备的一个中间件就是消息队列,通过消息队列我们能对服务间进行异步解耦、流量消峰、实现最终一致性。目前市面上已经有 RabbitMQ、RochetMQ、ActiveMQ、Kafka等,有人会问:“Redis 适合做消息队列么...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041384720",
|
|
240
|
+
"author": "码哥字节",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/magebyte",
|
|
242
|
+
"votes": "7",
|
|
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": "还在用HttpUtil?试试这款优雅的HTTP客户端工具吧,跟SpringBoot绝配!",
|
|
247
|
+
"description": "我们平时开发项目时,就算是单体应用,也免不了要调用一下其他服务提供的接口。此时就会用到HTTP客户端工具,之前一直使用的是Hutool中的HttpUtil,虽然容易上手,但用起来颇为麻烦!最近发现一款更好用的HTTP客...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041371806",
|
|
249
|
+
"author": "macrozheng",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/macrozheng",
|
|
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": "2年经验面试网易灵犀!太注重工程化了!",
|
|
256
|
+
"description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心。今天给大家分享一个大厂的面经——网易灵犀题目一面1、聊项目2、webpack和rollup的区别,打包出来的产物有什么...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041366695",
|
|
258
|
+
"author": "Sunshine_Lin",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
260
|
+
"votes": "9",
|
|
261
261
|
"rank": 29
|
|
262
262
|
},
|
|
263
263
|
{
|