@wcj/github-rank 21.11.15 → 21.11.19
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 +37473 -37460
- package/dist/sifou-daily.json +145 -28
- package/dist/sifou-monthly.json +124 -124
- package/dist/sifou-weekly.json +180 -171
- package/dist/toutiao-30.json +113 -113
- package/dist/toutiao-7.json +160 -160
- package/dist/toutiao-90.json +76 -76
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +164 -164
- package/dist/trending-weekly.json +175 -175
- package/dist/users.china.json +3482 -3482
- package/dist/users.json +4029 -4030
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +37473 -37460
- package/web/data/sifou-daily.json +145 -28
- package/web/data/sifou-monthly.json +124 -124
- package/web/data/sifou-weekly.json +180 -171
- package/web/data/toutiao-30.json +113 -113
- package/web/data/toutiao-7.json +160 -160
- package/web/data/toutiao-90.json +76 -76
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +164 -164
- package/web/data/trending-weekly.json +175 -175
- package/web/data/users.china.json +3482 -3482
- package/web/data/users.json +4029 -4030
- package/web/index.html +2035 -2035
- package/web/repos.html +4392 -4392
- package/web/sifou-daily.html +388 -24
- package/web/sifou-monthly.html +127 -127
- package/web/sifou-weekly.html +172 -144
- package/web/toutiao-30.html +113 -113
- package/web/toutiao-7.html +102 -102
- package/web/toutiao-90.html +81 -81
- package/web/trending-monthly.html +144 -144
- package/web/trending-weekly.html +158 -146
- package/web/trending.html +152 -148
- package/web/users.china.html +1661 -1661
|
@@ -1,263 +1,272 @@
|
|
|
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": "前端架构师神技,三招统一代码风格(一文讲透)",
|
|
4
|
+
"description": "本文从代码规范,代码检查,代码格式化,以及编辑器自动化实现的方向,介绍代码规范统一在我们团队的实践应用。大纲预览本文介绍的内容包括以下方面:认识代码规范制定和统一规范神技一:ESLint神技二:Prettier...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000040948561",
|
|
6
|
+
"author": "杨成功",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
8
|
+
"votes": "34",
|
|
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": "自从 ECMAScript 的 Promise ES2015 和 async/await ES2017 特性发布以后,异步在前端界已经成为特别常见的操作。异步代码和同步代码在处理问题顺序上会存在一些差别,编写异步代码需要拥有跟编写同步代码不同的“...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000040963849",
|
|
15
|
+
"author": "边城",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
17
|
+
"votes": "17",
|
|
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": "这篇文字给大家分享几个有意思的css属性directionunicode-bidiwriting-modetext-orientation按钮或者文本左右顺序置换置换按钮位置常规做法:HTML元素换个位置float:right,那还要居中呢?js置换dom顺序CSS,css可...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000040950850",
|
|
24
|
+
"author": "JenK",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/wangzc996",
|
|
26
|
+
"votes": "11",
|
|
27
27
|
"rank": 3
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"title": "
|
|
31
|
-
"description": "
|
|
32
|
-
"url": "https://segmentfault.com/a/
|
|
33
|
-
"author": "
|
|
34
|
-
"home_url": "https://segmentfault.com/u/
|
|
35
|
-
"votes": "
|
|
30
|
+
"title": "重写数组的方法(改变原数组)",
|
|
31
|
+
"description": "下图是我自我学习模拟数组时总结的一些重新数组的方法:本文我们暂不讨论不改变原数组的方法,只谈改变原数组用到的 6 种方法。改变原数组的方法push()按参数顺序向数组尾部添加元素,返回新数组的长度 {代码...}...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000040969572",
|
|
33
|
+
"author": "云叔_又拍云",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
35
|
+
"votes": "9",
|
|
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": "面试题整理之Vue篇",
|
|
40
|
+
"description": "又快到年底了,有很多小伙伴可能会选择跳槽或者升职或者考核,尤其重要的是面试,在面试过程中面试官总会问一些基础性的内容来考察我们的专业知识的掌握程度,再决定是否录用。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000040971075",
|
|
42
|
+
"author": "Aaron",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/aaronblog",
|
|
44
|
+
"votes": "13",
|
|
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": "大家好!我是来自字节跳动抖音体验团队的卡涛。我的分享主题是抖音短视频网络性能优化实践。接下来,我将介绍短视频应用的弱网瓶颈,以及集成HMS Core无线传输服务后的改变。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000040951193",
|
|
51
|
+
"author": "华为移动服务",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
53
|
+
"votes": "4",
|
|
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": "前进吧,开发者: Google 官方学习资源首发集结",
|
|
58
|
+
"description": "Google 开发者在线课程是由 Google 产品团队打造的免费中文在线课程,包含 80+ 文章、110+ 视频深度解析、170+ 引导式编程练习 (Codelab),覆盖 10+ 项 Google 产品或服务。开发者可以借助循序渐进的课程,按自己...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000040973077",
|
|
60
|
+
"author": "Android开发者",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/androiddevs",
|
|
62
|
+
"votes": "3",
|
|
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/
|
|
71
|
-
"votes": "
|
|
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": "Flutter自定义时间轴timeline",
|
|
76
|
+
"description": "组件在业务开发中经常会使用到timeline时间轴,来记录数据操作记录等,在这本人封装了一个相对较通用的时间轴组件。示例参数参数类型必填说明timelineListList是时间轴数据lineColorColor是时间轴轴线颜色heightd...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000040950099",
|
|
78
|
+
"author": "浅夏晴空",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/qianxiaqingkong",
|
|
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/
|
|
89
|
-
"votes": "
|
|
84
|
+
"title": "右键收藏!2021 Google 开发者大会怎么看?",
|
|
85
|
+
"description": "4,3,2,1 !开发者们相聚一堂的2021 Google 开发者大会即将揭幕!11 月 16 日上午 10 点,与你线上见!点击直达官网,抢先探索大会亮点!18条技术产品线70+场精彩演讲90+ 技术专家更有谷歌首次发布的重磅学习资...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000040963415",
|
|
87
|
+
"author": "思否编辑部",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
89
|
+
"votes": "2",
|
|
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": "Develop as One | 2021 Google 开发者大会主旨演讲精彩回顾",
|
|
94
|
+
"description": "2021 年世界比起过往更需要彼此联结谷歌始终与大家携手共进共创机遇,共谋发展一分钟回顾 2021 Google 开发者大会主旨演讲精彩亮点!涵盖 18 条产品线,超 70 场技术专题演讲从这里出发,继续探索更多精彩前往官网...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000040972907",
|
|
96
|
+
"author": "思否编辑部",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
98
|
+
"votes": "2",
|
|
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": "2021 Google 开发者大会即将登陆:年度盛会,先睹为快!",
|
|
103
|
+
"description": "今年大会以 “Develop as One” 为主题,覆盖 18 条谷歌技术产品线,90 多位技术专家带来 70+ 场精彩演讲,900+ 分钟技术干货线上直击,精彩不断,还有重磅学习资源,即将惊喜发布!",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000040963537",
|
|
105
|
+
"author": "思否编辑部",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
107
|
+
"votes": "2",
|
|
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": "程序员开源新项目“碾压”价值 7.5 亿的官方版,皆因孩子的 “IT 灾难”校务系统太“垃圾”",
|
|
112
|
+
"description": "无处不在的开源,为科技领域带来巨大变革和创新的同时,安全问题也成为全球关注的焦点。最近,来自瑞典斯德哥尔摩市的程序员 Landgren ,就因为看不惯自家孩子学校的 IT 系统(Skolplattform),拉上其他家长一起...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000040960011",
|
|
114
|
+
"author": "MissD",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
116
|
+
"votes": "3",
|
|
117
117
|
"rank": 13
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"title": "
|
|
121
|
-
"description": "
|
|
122
|
-
"url": "https://segmentfault.com/a/
|
|
123
|
-
"author": "
|
|
124
|
-
"home_url": "https://segmentfault.com/u/
|
|
125
|
-
"votes": "
|
|
120
|
+
"title": "在 JavaScript 中如何检查对象为空",
|
|
121
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000040958259",
|
|
123
|
+
"author": "前端小智",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
125
|
+
"votes": "6",
|
|
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": "你不知道的 Node.js Util",
|
|
130
|
+
"description": "从类型判断说起在 JavaScript 中,进行变量的类型校验是一个非常令人头疼的事,如果只是简单的使用 typeof 会到各种各样的问题。举几个简单的🌰: {代码...} 后来,大家发现可以使用 Object.prototype.toString() ...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000040966152",
|
|
132
|
+
"author": "Shenfq",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/shenfq",
|
|
134
134
|
"votes": "4",
|
|
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": "Develop as One | 2021 Google 开发者大会主旨演讲精彩回顾",
|
|
139
|
+
"description": "2021 年世界比起过往更需要彼此联结谷歌始终与大家携手共进共创机遇,共谋发展一分钟 回顾主旨演讲亮点前往官网,了解更多涵盖 18 条产品线,超 70 场技术专题演讲Android / Wear OS by Google / Google Play 卓...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000040971819",
|
|
141
|
+
"author": "Android开发者",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/androiddevs",
|
|
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": "MySQL 性能优化的 9 种姿势,面试再也不怕了!",
|
|
148
|
+
"description": "Mysql是一种关系型数据库,可以很好地支持大数据量的存储,但是一般来说,数据库中的表越小,在它上面执行的查询也就越快。因此,在创建表的时候,为了获得更好的性能,我们可以将表中字段的宽度舍得尽可能小。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000040971263",
|
|
150
|
+
"author": "民工哥",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
152
|
+
"votes": "5",
|
|
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": "巧用滤镜实现高级感拉满的文字快闪切换效果",
|
|
157
|
+
"description": "当然,今天并非是想用 CSS 实现上述的的效果。在尝试的过程中,我发现了另外一类能够使用 CSS 非常轻松实现文字快闪动画,运用了blur() 滤镜和 contrast() 滤镜产生的融合效果,类似于这样:",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000040965698",
|
|
159
|
+
"author": "chokcoco",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
161
|
+
"votes": "6",
|
|
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/
|
|
170
|
-
"votes": "
|
|
165
|
+
"title": "详解电子表格中的json数据:序列化与反序列化",
|
|
166
|
+
"description": "当下应用开发常见的B/S架构之下,我们会遇到很多需要进行前后端数据传输的场景。而在这个传输的过程中,数据通过何种格式传输、方式是否迅速便捷、书写方式是否简单易学,都成为了程序员在开发时要考量的问题。",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000040966055",
|
|
168
|
+
"author": "葡萄城技术团队",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
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": "MySQL事务的多版本并发控制(MVCC)实现原理",
|
|
175
|
+
"description": "多版本并发控制(MVCC) 是通过保存数据在某个时间点的快照来实现并发控制的。也就是说,不管事务执行多长时间,事务内部看到的数据是不受其它事务影响的,根据事务开始的时间不同,每个事务对同一张表,同一时刻...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000040957477",
|
|
177
|
+
"author": "白菜1031",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/baicai1031",
|
|
179
|
+
"votes": "6",
|
|
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": "11 月 11日,海外黑客组织 “AgainstTheWest” (简称ATW)在 raidforums 论坛放猛料,宣称他们窃取了中国服务器的源码,并疯狂将其泄露出来打包售卖。据悉,其攻击目标疑似已涉及到国内阿里、腾讯及字节等科技“大...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000040966993",
|
|
186
|
+
"author": "MissD",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
188
|
+
"votes": "2",
|
|
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": "微软亚洲研究院NLP领域最新研究一览",
|
|
193
|
+
"description": "编者按:EMNLP(Conference on Empirical Methods in Natural Language Processing)是计算语言学和自然语言处理领域的顶级国际学术会议。今年的 EMNLP 大会于11月7日-11日正式在线上召开。在本届大会中,微软亚...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000040953898",
|
|
195
|
+
"author": "微软技术栈",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/mstech",
|
|
197
|
+
"votes": "1",
|
|
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": "前进吧,开发者:Google 官方学习资源首发集结",
|
|
202
|
+
"description": "技术与产品的每一次迭代和更新,都伴随着机遇与挑战。你,或是每一位开发者,从学习开发知识,到掌握一门技术,激发创意灵感,直至亲手打造一个更美好的世界。谷歌希望助你一臂之力,提升个人开发技能,高效创新...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000040972891",
|
|
204
|
+
"author": "思否编辑部",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
206
|
+
"votes": "1",
|
|
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": "Chrome 团队提交补丁:阻止用户「查看网页源代码」",
|
|
211
|
+
"description": "11 月 11日,互联网档案馆(Internet Archive) 的一名员工 Jason Scott 发布推特称,Chrome团队为Chromium项目提交的一个补丁可用于阻止用户使用浏览器的「查看网页源代码」功能。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000040949271",
|
|
213
|
+
"author": "snakesss",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
215
|
+
"votes": "3",
|
|
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/
|
|
219
|
+
"title": "ES6新增API:Object篇",
|
|
220
|
+
"description": "1.Object.is函数类型: {代码...} Object.is(...)函数的比较规则和严格相等===基本相同,但是有两个特殊的值——NaN和-0,需要注意:当进行严格相等的比较时,NaN本身是不相等的,+0和-0是相等的: {代码...} 但是...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000040951872",
|
|
222
|
+
"author": "forceddd",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/forceddd",
|
|
224
224
|
"votes": "1",
|
|
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": "Flutter 页面滚动吸顶详解(NestedScrollView)",
|
|
229
|
+
"description": "在业务开发中我们经常会有滚动吸顶的效果,目前Flutter也有很多种实现方式,这里介绍一下本人在开发中使用到的基于NestedScrollView实现的滚动吸顶组件;以及中间涉及的各种定位的布局操作;",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000040961263",
|
|
231
|
+
"author": "浅夏晴空",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/qianxiaqingkong",
|
|
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": "华为推送新利器,完美契合用户体验",
|
|
238
|
+
"description": "现阶段,HMS Core带来了很多新的能力,而推送服务作为第一批开放的能力,多年来十分感谢大家的支持,今年也会给大家带来新的特性,让大家更好地做推送服务成长。",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000040969341",
|
|
240
|
+
"author": "华为移动服务",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
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": "使用这11个代码,可以大大地简化我们的代码。",
|
|
247
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000040759530",
|
|
249
|
+
"author": "前端小智",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
251
|
+
"votes": "10",
|
|
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": "Flutter使用ScreenUtil获取屏幕宽高初始化报错",
|
|
256
|
+
"description": "我们在布局中使用ScreenUtil().screenWidth获取屏幕宽度是,在初始化未装载视图时,第一次获取时拿不到,会出现如上的崩溃。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000040974016",
|
|
258
|
+
"author": "浅夏晴空",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/qianxiaqingkong",
|
|
260
260
|
"votes": "1",
|
|
261
261
|
"rank": 29
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"title": "CodeGuide 300+文档、100+代码库,一个指导程序员写代码的,Github 仓库开源啦!",
|
|
265
|
+
"description": "作者:小傅哥<br/>博客:[链接]沉淀、分享、成长,让自己和他人都能有所收获!😄一、路怎样走,让你们自己挑B站 视频:[[链接])五年前,香河大厂村,开张大吉。我和弟兄们雄心壮志,坐公交车去面试,谁知道...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000040959107",
|
|
267
|
+
"author": "小傅哥",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
269
|
+
"votes": "4",
|
|
270
|
+
"rank": 30
|
|
262
271
|
}
|
|
263
272
|
]
|