@wcj/github-rank 21.11.20 → 21.11.24
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 +35752 -35731
- package/dist/sifou-daily.json +232 -52
- package/dist/sifou-monthly.json +100 -100
- package/dist/sifou-weekly.json +164 -164
- package/dist/toutiao-30.json +116 -116
- package/dist/toutiao-7.json +140 -140
- package/dist/toutiao-90.json +44 -44
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +173 -173
- package/dist/users.china.json +2980 -2981
- package/dist/users.json +3798 -3798
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +35752 -35731
- package/web/data/sifou-daily.json +232 -52
- package/web/data/sifou-monthly.json +100 -100
- package/web/data/sifou-weekly.json +164 -164
- package/web/data/toutiao-30.json +116 -116
- package/web/data/toutiao-7.json +140 -140
- package/web/data/toutiao-90.json +44 -44
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +173 -173
- package/web/data/users.china.json +2980 -2981
- package/web/data/users.json +3798 -3798
- package/web/index.html +1992 -1992
- package/web/repos.html +4331 -4331
- package/web/sifou-daily.html +605 -45
- package/web/sifou-monthly.html +113 -113
- package/web/sifou-weekly.html +145 -145
- package/web/toutiao-30.html +106 -106
- package/web/toutiao-7.html +94 -94
- package/web/toutiao-90.html +86 -86
- package/web/trending-monthly.html +145 -145
- package/web/trending-weekly.html +150 -150
- package/web/trending.html +152 -148
- package/web/users.china.html +1642 -1642
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,48 +1,30 @@
|
|
|
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": "CSS mask 实现鼠标跟随镂空效果",
|
|
4
|
+
"description": "偶然在某思看到这样一个问题,如何使一个div的部分区域变透明而其他部分模糊掉?,最后实现效果是这样的进一步,还能实现任意形状的镂空效果鼠标经过的地方清晰可见,其他地方则是模糊的。可能一开始无从下手,不...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000040996523",
|
|
6
|
+
"author": "XboxYan",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
8
|
+
"votes": "20",
|
|
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": "一文讲透自适应熔断的原理和实现",
|
|
13
|
+
"description": "微服务集群中,每个应用基本都会依赖一定数量的外部服务。有可能随时都会遇到网络连接缓慢,超时,依赖服务过载,服务不可用的情况,在高并发场景下如果此时调用方不做任何处理,继续持续请求故障服务的话很容易引...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000040978572",
|
|
15
|
+
"author": "kevinwan",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
17
|
+
"votes": "17",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
|
-
{
|
|
21
|
-
"title": "重写数组的方法(改变原数组)",
|
|
22
|
-
"description": "下图是我自我学习模拟数组时总结的一些重新数组的方法:本文我们暂不讨论不改变原数组的方法,只谈改变原数组用到的 6 种方法。改变原数组的方法push()按参数顺序向数组尾部添加元素,返回新数组的长度 {代码...}...",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000040969572",
|
|
24
|
-
"author": "云叔_又拍云",
|
|
25
|
-
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
26
|
-
"votes": "9",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
20
|
{
|
|
30
21
|
"title": "一篇搞懂容器技术的基石: cgroup",
|
|
31
22
|
"description": "大家好,我是张晋涛。目前我们所提到的容器技术、虚拟化技术(不论何种抽象层次下的虚拟化技术)都能做到资源层面上的隔离和限制。对于容器技术而言,它实现资源层面上的限制和隔离,依赖于 Linux 内核所提供的 c...",
|
|
32
23
|
"url": "https://segmentfault.com/a/1190000040980305",
|
|
33
24
|
"author": "张晋涛",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/moelove",
|
|
35
|
-
"votes": "
|
|
36
|
-
"rank":
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"title": "一文讲透自适应熔断的原理和实现",
|
|
40
|
-
"description": "微服务集群中,每个应用基本都会依赖一定数量的外部服务。有可能随时都会遇到网络连接缓慢,超时,依赖服务过载,服务不可用的情况,在高并发场景下如果此时调用方不做任何处理,继续持续请求故障服务的话很容易引...",
|
|
41
|
-
"url": "https://segmentfault.com/a/1190000040978572",
|
|
42
|
-
"author": "kevinwan",
|
|
43
|
-
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
44
|
-
"votes": "8",
|
|
45
|
-
"rank": 5
|
|
26
|
+
"votes": "10",
|
|
27
|
+
"rank": 3
|
|
46
28
|
},
|
|
47
29
|
{
|
|
48
30
|
"title": "使用这11个代码,可以大大地简化我们的代码。",
|
|
@@ -50,9 +32,36 @@
|
|
|
50
32
|
"url": "https://segmentfault.com/a/1190000040759530",
|
|
51
33
|
"author": "前端小智",
|
|
52
34
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
53
|
-
"votes": "
|
|
35
|
+
"votes": "16",
|
|
36
|
+
"rank": 4
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"title": "安排几款实用的内网穿透工具+教程",
|
|
40
|
+
"description": "nps是一款轻量级、高性能、功能强大的内网穿透代理服务器。目前支持tcp、udp流量转发,可支持任何tcp、udp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析等等……),此外还支持内网ht...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000040979218",
|
|
42
|
+
"author": "民工哥",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
44
|
+
"votes": "10",
|
|
45
|
+
"rank": 5
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"title": "2021 GitHub 报告解读:中国开发者数量全球第 2 | JavaScript 最受欢迎",
|
|
49
|
+
"description": "该报告数据显示,目前在 GitHub 上的全球开发者用户共有 7300 万+,其中来自中国的开发者用户已达 755 万,位居全球第二,而 JavaScript 则成为最受开发者欢迎的编程语言。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000040980449",
|
|
51
|
+
"author": "MissD",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
53
|
+
"votes": "5",
|
|
54
54
|
"rank": 6
|
|
55
55
|
},
|
|
56
|
+
{
|
|
57
|
+
"title": "有了这25个正则表达式,代码效率提高80%",
|
|
58
|
+
"description": "大家好,我是林三心,在日常开发中,正则表达式是非常有用的,正则表达式在每个语言中都是可以使用的,他就跟JSON一样,是通用的。在日常开发中,了解一些常用的正则表达式,能大大提高你的工作效率,例如",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000040984840",
|
|
60
|
+
"author": "Sunshine_Lin",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
62
|
+
"votes": "10",
|
|
63
|
+
"rank": 7
|
|
64
|
+
},
|
|
56
65
|
{
|
|
57
66
|
"title": "前进吧,开发者: Google 官方学习资源首发集结",
|
|
58
67
|
"description": "Google 开发者在线课程是由 Google 产品团队打造的免费中文在线课程,包含 80+ 文章、110+ 视频深度解析、170+ 引导式编程练习 (Codelab),覆盖 10+ 项 Google 产品或服务。开发者可以借助循序渐进的课程,按自己...",
|
|
@@ -60,44 +69,26 @@
|
|
|
60
69
|
"author": "Android开发者",
|
|
61
70
|
"home_url": "https://segmentfault.com/u/androiddevs",
|
|
62
71
|
"votes": "3",
|
|
63
|
-
"rank": 7
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"title": "可以中断的异步操作",
|
|
67
|
-
"description": "前面我们聊到了可能超时的异步操作,其中提到对 fetch() 异步操作的“中断”处理。这次我们就来聊一聊“中断”异步操作。由于 JavaScript 的单线程特性,能在 JavaScript 中进行的异步场景其实不多,大概有如下一些:...",
|
|
68
|
-
"url": "https://segmentfault.com/a/1190000040972018",
|
|
69
|
-
"author": "边城",
|
|
70
|
-
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
71
|
-
"votes": "6",
|
|
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": "首先看一下我们服务的对象,据世界部门组织调查,当前有4.6亿听障群体,而我国至少有2700万听障群体,并且每年国家也有将近2.3万的听障儿童出生,但是仅有不到5%的听障群体使用助听器等辅助设备。因此由于信息的...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000040982065",
|
|
78
|
+
"author": "华为移动服务",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
80
|
+
"votes": "3",
|
|
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": "数字化时代,纯前端表格控件或将成为协同办公的解决方案",
|
|
85
|
+
"description": "毫无疑问,人类社会的发展进程已经步入到数字化时代,数字化变革成为了各行各业的关注焦点。据IDC发布的《未来企业效率白皮书》,到2022年,全球GDP的60%以上都将是数字化,每个行业的增长都将由数字化增强的产品...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041003686",
|
|
87
|
+
"author": "snakesss",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
89
89
|
"votes": "2",
|
|
90
90
|
"rank": 10
|
|
91
91
|
},
|
|
92
|
-
{
|
|
93
|
-
"title": "安排几款实用的内网穿透工具+教程",
|
|
94
|
-
"description": "nps是一款轻量级、高性能、功能强大的内网穿透代理服务器。目前支持tcp、udp流量转发,可支持任何tcp、udp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析等等……),此外还支持内网ht...",
|
|
95
|
-
"url": "https://segmentfault.com/a/1190000040979218",
|
|
96
|
-
"author": "民工哥",
|
|
97
|
-
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
98
|
-
"votes": "8",
|
|
99
|
-
"rank": 11
|
|
100
|
-
},
|
|
101
92
|
{
|
|
102
93
|
"title": "Develop as One | 2021 Google 开发者大会主旨演讲精彩回顾",
|
|
103
94
|
"description": "2021 年世界比起过往更需要彼此联结谷歌始终与大家携手共进共创机遇,共谋发展一分钟回顾 2021 Google 开发者大会主旨演讲精彩亮点!涵盖 18 条产品线,超 70 场技术专题演讲从这里出发,继续探索更多精彩前往官网...",
|
|
@@ -105,168 +96,177 @@
|
|
|
105
96
|
"author": "思否编辑部",
|
|
106
97
|
"home_url": "https://segmentfault.com/u/writers",
|
|
107
98
|
"votes": "2",
|
|
108
|
-
"rank":
|
|
99
|
+
"rank": 11
|
|
109
100
|
},
|
|
110
101
|
{
|
|
111
|
-
"title": "
|
|
112
|
-
"description": "
|
|
113
|
-
"url": "https://segmentfault.com/a/
|
|
114
|
-
"author": "
|
|
115
|
-
"home_url": "https://segmentfault.com/u/
|
|
102
|
+
"title": "ES6新增API:Number篇",
|
|
103
|
+
"description": "Number.EPSILONNumber.EPSILON(2-52)代表任意两个数值之间的最小差值,换句话说,如果a与b的差值的绝对值小于Number.EPSILON,那么我们就可以认为这两个值是相等的。即:$$ |a-b|<Number.EPSILON \\ \\ \\} \\Lo...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000040982015",
|
|
105
|
+
"author": "forceddd",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/forceddd",
|
|
116
107
|
"votes": "2",
|
|
117
|
-
"rank":
|
|
108
|
+
"rank": 12
|
|
118
109
|
},
|
|
119
110
|
{
|
|
120
|
-
"title": "
|
|
121
|
-
"description": "
|
|
122
|
-
"url": "https://segmentfault.com/a/
|
|
123
|
-
"author": "
|
|
124
|
-
"home_url": "https://segmentfault.com/u/
|
|
125
|
-
"votes": "
|
|
126
|
-
"rank":
|
|
111
|
+
"title": "正则表达式实例搜集,通过实例来学习正则表达式。",
|
|
112
|
+
"description": "正则表达式实例搜集,通过实例来学习正则表达式。本仓库实例搜集整理来自于《一些正则表达式随记》,通过一个单独仓库专门整理这些正则实例,提供一个实例网站,方便正则实例验证和查询。也方便添加新的正则实例...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000040984140",
|
|
114
|
+
"author": "小弟调调",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/ichu",
|
|
116
|
+
"votes": "6",
|
|
117
|
+
"rank": 13
|
|
127
118
|
},
|
|
128
119
|
{
|
|
129
|
-
"title": "
|
|
120
|
+
"title": "14 张有趣深动图解 FlexBox,好家伙,还不快进收藏夹吃灰!",
|
|
130
121
|
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
131
|
-
"url": "https://segmentfault.com/a/
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041000841",
|
|
132
123
|
"author": "前端小智",
|
|
133
124
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
134
|
-
"votes": "
|
|
125
|
+
"votes": "11",
|
|
126
|
+
"rank": 14
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"title": "前进吧,开发者:Google 官方学习资源首发集结",
|
|
130
|
+
"description": "技术与产品的每一次迭代和更新,都伴随着机遇与挑战。你,或是每一位开发者,从学习开发知识,到掌握一门技术,激发创意灵感,直至亲手打造一个更美好的世界。谷歌希望助你一臂之力,提升个人开发技能,高效创新...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000040972891",
|
|
132
|
+
"author": "思否编辑部",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
134
|
+
"votes": "1",
|
|
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": "2021 Google 开发者大会 | 更简洁、更高效,创造更流畅的移动端用户体验",
|
|
139
|
+
"description": "随着大会开幕,这次大会为开发者们带来多样高效开发工具,助力开发者在技术舞台上大放异彩。一起来看看 Android、Google Play 和 Wear OS by Google 有哪些更新吧!点击直达官网,探索更多移动端开发干货本次 And...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000040982762",
|
|
141
|
+
"author": "思否编辑部",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
143
|
+
"votes": "1",
|
|
144
144
|
"rank": 16
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
|
-
"title": "
|
|
148
|
-
"description": "
|
|
149
|
-
"url": "https://segmentfault.com/a/
|
|
150
|
-
"author": "
|
|
151
|
-
"home_url": "https://segmentfault.com/u/
|
|
152
|
-
"votes": "
|
|
147
|
+
"title": "2021 Google 开发者大会进行时:汇聚开发者合力,共建全球技术生态",
|
|
148
|
+
"description": "一年一度的科技盛会2021 Google 开发者大会昨日已如约与各位线上相见。以“Develop as One”为主题,重磅主旨演讲和超 900 分钟技术干货现已倾囊献上。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000040982835",
|
|
150
|
+
"author": "思否编辑部",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
152
|
+
"votes": "1",
|
|
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/
|
|
156
|
+
"title": "2021 Google 开发者大会丨 助力优质应用构建,多维度提升开发效率",
|
|
157
|
+
"description": "Google 赋能开发者高效开发助力开发者不断创新构建更优质的产品以提升用户体验一起来看看这次 Google 开发者大会前端开发技术亮点Flutter、Web、Chrome OS、Material Design点击直达官网,探索更多前端开发干货!...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000040988628",
|
|
159
|
+
"author": "思否编辑部",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
161
161
|
"votes": "1",
|
|
162
162
|
"rank": 18
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"title": "
|
|
166
|
-
"description": "
|
|
167
|
-
"url": "https://segmentfault.com/a/
|
|
168
|
-
"author": "
|
|
169
|
-
"home_url": "https://segmentfault.com/u/
|
|
165
|
+
"title": "2021 Google 开发者大会丨构建高效机器学习生态",
|
|
166
|
+
"description": "Google 致力于构建先进的机器学习生态,带来高效开发体验,并助力开发者将机器学习应用到多个领域。从科学研究、商业变革到公益事业,解决现实生活中的各种问题。准备好了吗?一起来了解 2021 Google 开发者大会...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000040989287",
|
|
168
|
+
"author": "思否编辑部",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
170
170
|
"votes": "1",
|
|
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": "手把手实现一个web代码模板快速生成CLI工具",
|
|
175
|
+
"description": "在上一篇文章中,我们实现了一个web工程通用脚手架工具,目的是快速搭建项目。在实际开发中,特别是后台管理系统,有很多相似的代码实现。于是乎,我们可以继续实现一个快速生成web代码模板的工具,告别复制/粘贴。",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000040978030",
|
|
177
|
+
"author": "xmanlin",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/dxpang",
|
|
179
|
+
"votes": "4",
|
|
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": "代码写得好,Reduce 方法少不了,我用这10例子来加深学习!",
|
|
184
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000040727275",
|
|
186
|
+
"author": "前端小智",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
188
|
+
"votes": "4",
|
|
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": "“公开处刑”| curl 创始人发文“质问”苹果:靠开源年赚数十亿,却把开发者当免费\"工具人\"",
|
|
193
|
+
"description": "据悉,本次事件的原因,是一位名为 @Michael Rieder 的用户在推特上向苹果官方账号 @AppleSupport 寻求帮助,但苹果却只是附上了curl 的页面地址让该用户自行联系 curl。",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000040986202",
|
|
195
|
+
"author": "MissD",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
197
|
+
"votes": "3",
|
|
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": "「万字总结」熬夜总结50个JS的高级知识点,全都会你就是神!!!",
|
|
202
|
+
"description": "大家好,我是林三心,基础是进阶的前提,上一篇,我给大家分享了我这一年来平时记录的工作中碰到的50个JS基础知识点,今天就给大家分享一下,我这一年来,工作中遇到的50个JS高级知识点吧!!!",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000040996585",
|
|
204
|
+
"author": "Sunshine_Lin",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
206
|
+
"votes": "14",
|
|
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/
|
|
210
|
+
"title": "2021 Google 开发者大会丨 共建全球技术生态",
|
|
211
|
+
"description": "今年 Google 开发者大会上移动应用全球化、Firebase、Google Cloud、Google Maps Platform 带来全球趋势洞见分享与众多技术更新,从各个维度为开发者提供综合支持与服务助力成长共建全球技术生态 —— Develop as O...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041001355",
|
|
213
|
+
"author": "思否编辑部",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
215
215
|
"votes": "1",
|
|
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集群?",
|
|
220
|
+
"description": "面试官:聊下Redis的分片集群,先聊 Redis Cluster好咯?面试官:Redis Cluser是Redis 3.x才有的官方集群方案,这块你了解多少?候选者:嗯,要不还是从基础讲起呗?候选者:在前面聊Redis的时候,提到的Redis都...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000040984629",
|
|
222
|
+
"author": "Java3y",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/java_3y",
|
|
224
|
+
"votes": "6",
|
|
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/
|
|
228
|
+
"title": "2021 Google 开发者大会丨解锁奇遇,启发灵感创意",
|
|
229
|
+
"description": "2021 Google 开发者大会不仅技术干货满满,更为大家展现了技术加持之下,创意灵感迸发的无限可能。增强现实超酷体验、艺术零距离互动、智能家居让生活更轻松。一篇带你回顾 ARCore by Google、谷歌艺术与文化、Go...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041001473",
|
|
231
|
+
"author": "思否编辑部",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
233
233
|
"votes": "1",
|
|
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/
|
|
237
|
+
"title": "Flutter使用ScreenUtil获取屏幕宽高初始化报错",
|
|
238
|
+
"description": "我们在布局中使用ScreenUtil().screenWidth获取屏幕宽度是,在初始化未装载视图时,第一次获取时拿不到,会出现如上的崩溃。",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000040974016",
|
|
240
|
+
"author": "浅夏晴空",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/qianxiaqingkong",
|
|
242
242
|
"votes": "1",
|
|
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": "考虑时区了吗?",
|
|
247
|
+
"description": "前端工程师们,在拿到一个日期/时间数据的时候,你是怎么处理的呢?有没有考虑时区的问题呢?也许你会说:嗯,没怎么关注时区,不过我测过,没问题。我能怎么说呢?可能你还没遇到国外的用户吧!被偷走的一天如果...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000040990370",
|
|
249
|
+
"author": "边城",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
251
|
+
"votes": "5",
|
|
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": "自动化生成骨架屏的技术方案设计与落地",
|
|
256
|
+
"description": "性能优化,减少页面加载等待时间一直是前端领域永恒的话题。如今大部分业务合作模式都是前后端分离方案,便利性的同时也带来了非常多的弊端,比如 FCP 时间显著增加(多了更多的 HTTP 请求往返的时间消耗),这也...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000040985203",
|
|
258
|
+
"author": "isNealyang",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/nealyang231",
|
|
260
|
+
"votes": "5",
|
|
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": "TypeScript 之 Object Types",
|
|
265
|
+
"description": "在 JavaScript 中,最基本的将数据成组和分发的方式就是通过对象。在 TypeScript 中,我们通过对象类型(object types)来描述对象。",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000040978943",
|
|
267
|
+
"author": "冴羽",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
269
|
+
"votes": "2",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|