@wcj/github-rank 22.3.6 → 22.3.9
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 +30518 -30518
- package/dist/sifou-daily.json +110 -56
- package/dist/sifou-monthly.json +119 -119
- package/dist/sifou-weekly.json +146 -146
- package/dist/toutiao-30.json +73 -73
- package/dist/toutiao-7.json +129 -129
- package/dist/toutiao-90.json +43 -43
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +157 -157
- package/dist/trending-weekly.json +161 -161
- package/dist/users.china.json +2895 -2895
- package/dist/users.json +4005 -4005
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +30518 -30518
- package/web/data/sifou-daily.json +110 -56
- package/web/data/sifou-monthly.json +119 -119
- package/web/data/sifou-weekly.json +146 -146
- package/web/data/toutiao-30.json +73 -73
- package/web/data/toutiao-7.json +129 -129
- package/web/data/toutiao-90.json +43 -43
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +157 -157
- package/web/data/trending-weekly.json +161 -161
- package/web/data/users.china.json +2895 -2895
- package/web/data/users.json +4005 -4005
- package/web/index.html +2127 -2127
- package/web/repos.html +3869 -3869
- package/web/sifou-daily.html +216 -48
- package/web/sifou-monthly.html +136 -136
- package/web/sifou-weekly.html +132 -132
- package/web/toutiao-30.html +71 -71
- package/web/toutiao-7.html +79 -79
- package/web/toutiao-90.html +47 -47
- package/web/trending-monthly.html +136 -140
- package/web/trending-weekly.html +144 -136
- package/web/trending.html +140 -152
- package/web/users.china.html +1414 -1414
|
@@ -1,92 +1,146 @@
|
|
|
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": "@Async的用法和示例",
|
|
4
|
+
"description": "通常,在Java中的方法调用都是同步调用,比如在A方法中调用了B方法,则在A调用B方法之后,必须等待B方法执行并返回后,A方法才可以继续往下执行。这样容易出现的一个问题就是如果B方法执行时间较长,则可能会导致...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041515367",
|
|
6
|
+
"author": "雄狮虎豹",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
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": "VuePress 博客之 SEO 优化(二)之重定向",
|
|
13
|
+
"description": "前言在 《一篇带你用 VuePress + Github Pages 搭建博客》中,我们使用 VuePress 搭建了一个博客,最终的效果查看:TypeScript 中文文档。本篇讲讲 SEO 与重定向。问题最一开始我使用 GitHub Pages 服务建立了站...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041515588",
|
|
15
|
+
"author": "冴羽",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
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": "大数斐波那契数列的算法",
|
|
22
|
+
"description": "斐波那契数列简单版: {代码...} n小于10,性能尚可。n取大数,使用时间飙升。优化一下,空间换时间,已经计算出结果的存在数组里,复用。 {代码...} 现在性能是够了,但是如果n取的数特别大,超出整型或浮点型的...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041511863",
|
|
24
|
+
"author": "church",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/church",
|
|
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": "JS引擎->V8, 2021最新执行流程分析",
|
|
31
|
+
"description": "什么是V8?V8整体执行流程V8流程细节分析什么是V8?V8 是 Google 的开源高性能 JavaScript 和 WebAssembly 引擎,用 C++ 编写。它用于 Chrome 和 Node.js 等。它实现了ECMAScript和WebAssembly,并在 Windows 7 或...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041511338",
|
|
33
|
+
"author": "wlove",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/xieguoliang",
|
|
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/
|
|
44
|
-
"votes": "
|
|
39
|
+
"title": "Dubbo服务如何优雅的校验参数",
|
|
40
|
+
"description": "服务端在向外提供接口服务时,不管是对前端提供HTTP接口,还是面向内部其他服务端提供的RPC接口,常常会面对这样一个问题,就是如何优雅的解决各种接口参数校验问题?",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041510904",
|
|
42
|
+
"author": "vivo互联网技术",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/vivo_tech",
|
|
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/
|
|
53
|
-
"votes": "
|
|
48
|
+
"title": "注解打印日志和数据链路追踪",
|
|
49
|
+
"description": "今天来聊些大家都用得上的东西:数据链路追踪。之前引入了系统的监控来快速定位应用操作系统上的问题,而业务问题呢?在这篇文章中你可以看到用注解的方式打印日志,也能看到简易版的全链路追踪是怎么实现的。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041510557",
|
|
51
|
+
"author": "Java3y",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/java_3y",
|
|
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/
|
|
57
|
+
"title": "云音乐曙光埋点:还原数据理想国",
|
|
58
|
+
"description": "进入移动互联网的下半场,以用户行为数据分析驱动的算法个性化推荐和人工精细化运营已成为各个产品必不可缺的配置,数据成为各产品的核心竞争力之一,各厂均开始致力于建设自己的数据仓库和数据中台。其中埋点作...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041513918",
|
|
60
|
+
"author": "云音乐技术团队",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/musicfe",
|
|
62
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": "Flutter 设计模式|工厂模式家族",
|
|
67
|
+
"description": "在围绕设计模式的话题中,工厂这个词频繁出现,从 简单工厂 模式到 工厂方法 模式,再到 抽象工厂 模式。工厂名称含义是制造产品的工业场所,应用在面向对象中,顺理成章的成为了比较典型的创建型模式。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041513524",
|
|
69
|
+
"author": "Flutter",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/flutter",
|
|
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": "petite-vue源码剖析-属性绑定`v-bind`的工作原理",
|
|
76
|
+
"description": "指令(directive)其实就是一个接受参数类型为DirectiveContext并且返回cleanup函数或啥都不返回的函数。那么DirectiveContext有是如何的呢?",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041514607",
|
|
78
|
+
"author": "肥仔John",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/fsjohnhuang",
|
|
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": "element-table 无数据的时候,把“暂无数据” 改成其他文字或图片",
|
|
85
|
+
"description": "在el-table 里面插入 {代码...} {代码...}",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041512911",
|
|
87
|
+
"author": "墨城",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/xiaomogu_5f2124ad3ad42",
|
|
89
89
|
"votes": "1",
|
|
90
90
|
"rank": 10
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"title": "Flink 流处理在中信建投证券的实践与应用",
|
|
94
|
+
"description": "摘要:本篇内容整理自中信建投证券金融实时数仓项目负责人刘成龙、金融资讯数据研发工程师蔡跃在 Flink Forward Asia 2021 行业实践专场的演讲。主要内容包括:中信建投证券 Flink 框架Flink 流处理场景金融资讯...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041512852",
|
|
96
|
+
"author": "ApacheFlink",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/ververica",
|
|
98
|
+
"votes": "1",
|
|
99
|
+
"rank": 11
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"title": "3·8节,一个小视频带你认识下这群才华与美貌兼具的宝藏女孩!",
|
|
103
|
+
"description": "女神节 快乐呀,Girls!在互联网世界,有这样一群宝藏女孩,她们被亲切地称为“程序媛”。她们写得好代码,玩得转美妆,工作上进,学习努力~今天,就带大家认识一下个推的女程序员们,走进#个推程序媛的一天#",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041512808",
|
|
105
|
+
"author": "个推",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/getui",
|
|
107
|
+
"votes": "1",
|
|
108
|
+
"rank": 12
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"title": "2022 年 3 月数据库排行榜:Snowflake 和 PostgreSQL 涨势迅猛",
|
|
112
|
+
"description": "本次榜单共涵盖 340 多个数据库系统,其中在榜单第 1-10 位里,前五位排名并未发生变化,且前三位依旧是霸榜多年的 Oracle、MySQL 和 Microsoft SQL Server 。",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041512194",
|
|
114
|
+
"author": "MissD",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
116
|
+
"votes": "1",
|
|
117
|
+
"rank": 13
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"title": "面对科技公司的制裁,俄罗斯放出封印7年的神兽:RuTracker",
|
|
121
|
+
"description": "最近俄乌冲突引发的科技公司站队,Oracle、微软、三星等全球知名科技公司都开始对俄罗斯实施制裁与封锁。就连崇尚自由的开源社区GitHub也发文会严格限制俄罗斯获得维持其咄咄逼人的军事能力所需的技术。",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041512114",
|
|
123
|
+
"author": "程序猿DD",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/coderdd",
|
|
125
|
+
"votes": "1",
|
|
126
|
+
"rank": 14
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"title": "爬虫:动态网页的弹窗数据(文字+图片)",
|
|
130
|
+
"description": "举例来说,在网页界面,如果使用鼠标进行悬停、点击某处等操作,可以 “唤出” 额外的内容(如一个弹窗,其中包含文字和图片信息),此时这些额外内容的 HTML 源码从隐藏变为可见,但网页的 URL 却未改变。",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041513303",
|
|
132
|
+
"author": "去码头整点薯条",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/friesonthepier",
|
|
134
|
+
"votes": "1",
|
|
135
|
+
"rank": 15
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"title": "使用umi.js 3.0搭建React开发框架",
|
|
139
|
+
"description": "本文适合学习React开发的初学者,通过此框架的使用以利于后期使用antd Pro框架开发更复杂的前端页面Step 1:搭建umi基本框架umi.js脚手架基本搭建搭建完成后可以得到如下图所示的项目运行yarn start指令可以在浏览...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041512122",
|
|
141
|
+
"author": "老谢",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/laoxie_59b8a26ad8c18",
|
|
143
|
+
"votes": "1",
|
|
144
|
+
"rank": 16
|
|
91
145
|
}
|
|
92
146
|
]
|
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"title": "45个 GIT 经典操作场景,专治不会合代码",
|
|
4
|
+
"description": "git对于大家应该都不太陌生,熟练使用git已经成为程序员的一项基本技能,尽管在工作中有诸如 Sourcetree这样牛X的客户端工具,使得合并代码变的很方便。但找工作面试和一些需彰显个人实力的场景,仍然需要我们掌...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041493486",
|
|
6
|
+
"author": "程序员内点事",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/chengxy",
|
|
8
|
+
"votes": "45",
|
|
9
|
+
"rank": 1
|
|
10
|
+
},
|
|
2
11
|
{
|
|
3
12
|
"title": "Web 中的“选区”和“光标”",
|
|
4
13
|
"description": "在 web 开发中,有时不可避免会和“选区”与“光标”打交道,比如选中高亮、选中出现工具栏、手动控制光标位置等。选区就是用鼠标选中的那一部分,通常是蓝色",
|
|
5
14
|
"url": "https://segmentfault.com/a/1190000041457245",
|
|
6
15
|
"author": "XboxYan",
|
|
7
16
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
8
|
-
"votes": "
|
|
9
|
-
"rank":
|
|
17
|
+
"votes": "37",
|
|
18
|
+
"rank": 2
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"title": "【必须知道的JavaScript库】 - 解决95%问题的工具插件/库 - 1",
|
|
@@ -14,8 +23,8 @@
|
|
|
14
23
|
"url": "https://segmentfault.com/a/1190000041405707",
|
|
15
24
|
"author": "wlove",
|
|
16
25
|
"home_url": "https://segmentfault.com/u/xieguoliang",
|
|
17
|
-
"votes": "
|
|
18
|
-
"rank":
|
|
26
|
+
"votes": "33",
|
|
27
|
+
"rank": 3
|
|
19
28
|
},
|
|
20
29
|
{
|
|
21
30
|
"title": "7个杀手级的JS一行代码",
|
|
@@ -24,15 +33,6 @@
|
|
|
24
33
|
"author": "gaoryrt",
|
|
25
34
|
"home_url": "https://segmentfault.com/u/gaoryrt",
|
|
26
35
|
"votes": "32",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"title": "17 个实用 shell 脚本,建议收藏!",
|
|
31
|
-
"description": "1、服务器系统配置初始化 {代码...} 2、批量创建多个用户并设置密码 {代码...} 3、一键查看服务器利用率 {代码...} 4、找出占用CPU 内存过高的进程 {代码...} 5、查看网卡的实时流量 {代码...} 6、监控多台服务器...",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041370811",
|
|
33
|
-
"author": "民工哥",
|
|
34
|
-
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
35
|
-
"votes": "28",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -41,17 +41,26 @@
|
|
|
41
41
|
"url": "https://segmentfault.com/a/1190000041437117",
|
|
42
42
|
"author": "wuwhs",
|
|
43
43
|
"home_url": "https://segmentfault.com/u/wuwhs",
|
|
44
|
-
"votes": "
|
|
44
|
+
"votes": "31",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
|
+
{
|
|
48
|
+
"title": "17 个实用 shell 脚本,建议收藏!",
|
|
49
|
+
"description": "1、服务器系统配置初始化 {代码...} 2、批量创建多个用户并设置密码 {代码...} 3、一键查看服务器利用率 {代码...} 4、找出占用CPU 内存过高的进程 {代码...} 5、查看网卡的实时流量 {代码...} 6、监控多台服务器...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041370811",
|
|
51
|
+
"author": "民工哥",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
53
|
+
"votes": "28",
|
|
54
|
+
"rank": 6
|
|
55
|
+
},
|
|
47
56
|
{
|
|
48
57
|
"title": "Redis 忽然变慢了如何排查并解决?",
|
|
49
58
|
"description": "Redis 通常是我们业务系统中一个重要的组件,比如:缓存、账号登录信息、排行榜等。一旦 Redis 请求延迟增加,可能就会导致业务系统“雪崩”。我在单身红娘婚恋类型互联网公司工作,在双十一推出下单就送女朋友的活...",
|
|
50
59
|
"url": "https://segmentfault.com/a/1190000041446607",
|
|
51
60
|
"author": "码哥字节",
|
|
52
61
|
"home_url": "https://segmentfault.com/u/magebyte",
|
|
53
|
-
"votes": "
|
|
54
|
-
"rank":
|
|
62
|
+
"votes": "27",
|
|
63
|
+
"rank": 7
|
|
55
64
|
},
|
|
56
65
|
{
|
|
57
66
|
"title": "20个 Javascript 技巧,提高我们的摸鱼时间!",
|
|
@@ -60,7 +69,7 @@
|
|
|
60
69
|
"author": "前端小智",
|
|
61
70
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
62
71
|
"votes": "28",
|
|
63
|
-
"rank":
|
|
72
|
+
"rank": 8
|
|
64
73
|
},
|
|
65
74
|
{
|
|
66
75
|
"title": "谁动了我的代码!(协同仓库该有的规范)🔥",
|
|
@@ -69,7 +78,7 @@
|
|
|
69
78
|
"author": "荣顶",
|
|
70
79
|
"home_url": "https://segmentfault.com/u/wangrongding",
|
|
71
80
|
"votes": "23",
|
|
72
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
73
82
|
},
|
|
74
83
|
{
|
|
75
84
|
"title": "展开操作符:一家人就这么被拆散了",
|
|
@@ -78,7 +87,7 @@
|
|
|
78
87
|
"author": "卡颂",
|
|
79
88
|
"home_url": "https://segmentfault.com/u/kasong",
|
|
80
89
|
"votes": "20",
|
|
81
|
-
"rank":
|
|
90
|
+
"rank": 10
|
|
82
91
|
},
|
|
83
92
|
{
|
|
84
93
|
"title": "前端生成PDF,让后端刮目相看",
|
|
@@ -87,7 +96,7 @@
|
|
|
87
96
|
"author": "葡萄城技术团队",
|
|
88
97
|
"home_url": "https://segmentfault.com/u/grapecity",
|
|
89
98
|
"votes": "21",
|
|
90
|
-
"rank":
|
|
99
|
+
"rank": 11
|
|
91
100
|
},
|
|
92
101
|
{
|
|
93
102
|
"title": "Suspense对React的意义在哪里?",
|
|
@@ -95,8 +104,17 @@
|
|
|
95
104
|
"url": "https://segmentfault.com/a/1190000041372960",
|
|
96
105
|
"author": "卡颂",
|
|
97
106
|
"home_url": "https://segmentfault.com/u/kasong",
|
|
98
|
-
"votes": "
|
|
99
|
-
"rank":
|
|
107
|
+
"votes": "16",
|
|
108
|
+
"rank": 12
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"title": "巧用 CSS 实现炫彩三角边框动画",
|
|
112
|
+
"description": "最近有个小伙伴问我,在某个网站看到一个使用 SVG 实现的炫彩三角边框动画,问能否使用 CSS 实现:很有意思的一个动画效果,立马让我想起了我在 CSS 奇思妙想边框动画 一文中介绍的边框动画,非常的类似:其核心...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041487405",
|
|
114
|
+
"author": "chokcoco",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
116
|
+
"votes": "20",
|
|
117
|
+
"rank": 13
|
|
100
118
|
},
|
|
101
119
|
{
|
|
102
120
|
"title": "手把手教你写一个简易的微前端框架",
|
|
@@ -104,17 +122,8 @@
|
|
|
104
122
|
"url": "https://segmentfault.com/a/1190000041467802",
|
|
105
123
|
"author": "谭光志",
|
|
106
124
|
"home_url": "https://segmentfault.com/u/woai3c",
|
|
107
|
-
"votes": "
|
|
108
|
-
"rank":
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"title": "45个 GIT 经典操作场景,专治不会合代码",
|
|
112
|
-
"description": "git对于大家应该都不太陌生,熟练使用git已经成为程序员的一项基本技能,尽管在工作中有诸如 Sourcetree这样牛X的客户端工具,使得合并代码变的很方便。但找工作面试和一些需彰显个人实力的场景,仍然需要我们掌...",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000041493486",
|
|
114
|
-
"author": "程序员内点事",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/chengxy",
|
|
116
|
-
"votes": "20",
|
|
117
|
-
"rank": 13
|
|
125
|
+
"votes": "18",
|
|
126
|
+
"rank": 14
|
|
118
127
|
},
|
|
119
128
|
{
|
|
120
129
|
"title": "线性代数在前端中的应用(一):实现鼠标滚轮缩放元素、Canvas图片和拖拽",
|
|
@@ -122,8 +131,26 @@
|
|
|
122
131
|
"url": "https://segmentfault.com/a/1190000041443525",
|
|
123
132
|
"author": "而井",
|
|
124
133
|
"home_url": "https://segmentfault.com/u/rioli",
|
|
125
|
-
"votes": "
|
|
126
|
-
"rank":
|
|
134
|
+
"votes": "15",
|
|
135
|
+
"rank": 15
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"title": "CSS 实现透明方格的 3 种方式",
|
|
139
|
+
"description": "linear-gradient可以说是最早实现这种效果的应用了,当然实现也最为巧妙,也最为复杂。原理是绘制两个直角三角形,然后拼接而成,如下",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041504985",
|
|
141
|
+
"author": "XboxYan",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
143
|
+
"votes": "20",
|
|
144
|
+
"rank": 16
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"title": "[性能优化] 使用 esbuild 为你的构建提速 🚀",
|
|
148
|
+
"description": "于是这两天抽空对项目做了一次构建优化,线上(多国家)构建时间, 从 10分钟 优化到 4分钟, 本地单次构建时间, 从 300秒 优化到 90秒, 效果还不错。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041455457",
|
|
150
|
+
"author": "皮小蛋",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/scaukk",
|
|
152
|
+
"votes": "14",
|
|
153
|
+
"rank": 17
|
|
127
154
|
},
|
|
128
155
|
{
|
|
129
156
|
"title": "吐血整理的webpack入门知识及常用loader和plugin",
|
|
@@ -132,7 +159,7 @@
|
|
|
132
159
|
"author": "TNTWEB",
|
|
133
160
|
"home_url": "https://segmentfault.com/u/tnfe",
|
|
134
161
|
"votes": "13",
|
|
135
|
-
"rank":
|
|
162
|
+
"rank": 18
|
|
136
163
|
},
|
|
137
164
|
{
|
|
138
165
|
"title": "CSS画冰墩墩~",
|
|
@@ -141,25 +168,7 @@
|
|
|
141
168
|
"author": "望记",
|
|
142
169
|
"home_url": "https://segmentfault.com/u/wangji_5d01acdfdd139",
|
|
143
170
|
"votes": "20",
|
|
144
|
-
"rank":
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"title": "10个CSS技巧,极大提升用户体验",
|
|
148
|
-
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
149
|
-
"url": "https://segmentfault.com/a/1190000041361645",
|
|
150
|
-
"author": "前端小智",
|
|
151
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
152
|
-
"votes": "16",
|
|
153
|
-
"rank": 17
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"title": "巧用 CSS 实现炫彩三角边框动画",
|
|
157
|
-
"description": "最近有个小伙伴问我,在某个网站看到一个使用 SVG 实现的炫彩三角边框动画,问能否使用 CSS 实现:很有意思的一个动画效果,立马让我想起了我在 CSS 奇思妙想边框动画 一文中介绍的边框动画,非常的类似:其核心...",
|
|
158
|
-
"url": "https://segmentfault.com/a/1190000041487405",
|
|
159
|
-
"author": "chokcoco",
|
|
160
|
-
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
161
|
-
"votes": "16",
|
|
162
|
-
"rank": 18
|
|
171
|
+
"rank": 19
|
|
163
172
|
},
|
|
164
173
|
{
|
|
165
174
|
"title": "网络编程懒人入门(十四):到底什么是Socket?一文即懂!",
|
|
@@ -167,16 +176,7 @@
|
|
|
167
176
|
"url": "https://segmentfault.com/a/1190000041413541",
|
|
168
177
|
"author": "JackJiang",
|
|
169
178
|
"home_url": "https://segmentfault.com/u/jackjiang",
|
|
170
|
-
"votes": "
|
|
171
|
-
"rank": 19
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"title": "[性能优化] 使用 esbuild 为你的构建提速 🚀",
|
|
175
|
-
"description": "于是这两天抽空对项目做了一次构建优化,线上(多国家)构建时间, 从 10分钟 优化到 4分钟, 本地单次构建时间, 从 300秒 优化到 90秒, 效果还不错。",
|
|
176
|
-
"url": "https://segmentfault.com/a/1190000041455457",
|
|
177
|
-
"author": "皮小蛋",
|
|
178
|
-
"home_url": "https://segmentfault.com/u/scaukk",
|
|
179
|
-
"votes": "13",
|
|
179
|
+
"votes": "16",
|
|
180
180
|
"rank": 20
|
|
181
181
|
},
|
|
182
182
|
{
|
|
@@ -185,88 +185,88 @@
|
|
|
185
185
|
"url": "https://segmentfault.com/a/1190000041470128",
|
|
186
186
|
"author": "chokcoco",
|
|
187
187
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
188
|
-
"votes": "
|
|
188
|
+
"votes": "14",
|
|
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": "10个CSS技巧,极大提升用户体验",
|
|
193
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041361645",
|
|
195
|
+
"author": "前端小智",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
197
|
+
"votes": "16",
|
|
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": "JavaScript 中 JSON 的 5 个小技巧🤯",
|
|
202
|
+
"description": "关于 JavaScript的JSON的一些小技巧1. 格式化默认的字符串化器还会缩小 JSON,看起来很难看 {代码...} JSON.stringify也有一个内置的格式化程序! {代码...} (如果你想知道那个 null 是什么,我们稍后会谈到)在...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041488147",
|
|
204
|
+
"author": "JenK",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/wangzc996",
|
|
206
|
+
"votes": "10",
|
|
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": "从头梳理,看看中国的 ICP 备案制度",
|
|
211
|
+
"description": "对于生活在中国互联网环境中的开发者来说,ICP备案(后称「备案」)是一个很难绕过去的话题,但凡你需要正经的建设一个网站,那么备案就是一个必须要做的事情,不然可能会出现各种奇奇怪怪的问题。但,你是否思考...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041501520",
|
|
213
|
+
"author": "白宦成",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/xiqingongzi",
|
|
215
|
+
"votes": "9",
|
|
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": "别再用 Redis List 实现消息队列了,Stream 专为队列而生",
|
|
220
|
+
"description": "上回说到使用 Redis 的 List 实现消息队列有很多局限性,比如:没有良好的 ACK 机制;没有 ConsumerGroup 消费组概念;消息堆积。List 是线性结构,想要查询指定数据需要遍历整个列表;Stream 是 Redis 5.0 引入...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041489058",
|
|
222
|
+
"author": "码哥字节",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/magebyte",
|
|
224
|
+
"votes": "12",
|
|
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": "在微信小程序上实现手写签名,获取canvascontext新版本和旧版本有点坑,新版本在获取canvas后如果页面有滑动,则签名坐标出现异常(在微信开发者工具上会出现2022-2-17),但是在真机上即使滑动也不会出现异常,为...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041421576",
|
|
231
|
+
"author": "小小蚊子",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/zjw8023",
|
|
233
|
+
"votes": "14",
|
|
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": "断点调试之压缩引发的血案",
|
|
238
|
+
"description": "事情的起因是前几天线上突然收到一个报警,错误内容是 TypeError: C.fn is not a function。相关同学尝试排查无果后又回滚了最近上线的变更也没有排查到问题。虽然最终确认了复现路径,但是在本地却无法复现。",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041370583",
|
|
240
|
+
"author": "公子",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/lizheming",
|
|
242
|
+
"votes": "13",
|
|
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": "CSS 实现按钮点击动效的套路",
|
|
247
|
+
"description": "在 Web 中,大部分按钮可能都是平平无奇的,有时候为了强调品牌特殊或者满足特殊功能,可能需要给按钮添加一点点击动效。比如,用过 Ant Design 的小伙伴应该都能发现,在点击按钮的时候会有一个很微妙的水波动画",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041400360",
|
|
249
|
+
"author": "XboxYan",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
251
|
+
"votes": "15",
|
|
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/
|
|
255
|
+
"title": "urlcat:JavaScript的URL构建器库",
|
|
256
|
+
"description": "urlcat 是一个小型的 JavaScript 库,它使构建 URL 非常方便并防止常见错误。特性:友好的 API无依赖压缩后0.8KB大小提供TypeScript类型为什么用?在调用 HTTP API 时,通常需要在 URL 中添加动态参数: {代码......",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041417062",
|
|
258
|
+
"author": "杭州程序员张张",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/dunizb",
|
|
260
260
|
"votes": "11",
|
|
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": "革命性创新,动画杀手锏 @scroll-timeline",
|
|
265
|
+
"description": "在 CSS 规范 Scroll-linked Animations 中,推出了一个划时代的 CSS 功能。也就是 -- The @scroll-timeline at-rule,直译过来就是滚动时间线。本文,就将带大家一探究竟,从入门到学会使用 CSS @scroll-timeline...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041505045",
|
|
267
|
+
"author": "chokcoco",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
269
|
+
"votes": "15",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|