@wcj/github-rank 21.12.2 → 21.12.3
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 +20006 -20005
- package/dist/sifou-daily.json +62 -71
- package/dist/sifou-monthly.json +62 -62
- package/dist/sifou-weekly.json +113 -113
- package/dist/toutiao-30.json +40 -40
- package/dist/toutiao-7.json +98 -98
- package/dist/toutiao-90.json +50 -50
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +157 -157
- package/dist/trending-weekly.json +170 -170
- package/dist/users.china.json +1825 -1825
- package/dist/users.json +2196 -2196
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +20006 -20005
- package/web/data/sifou-daily.json +62 -71
- package/web/data/sifou-monthly.json +62 -62
- package/web/data/sifou-weekly.json +113 -113
- package/web/data/toutiao-30.json +40 -40
- package/web/data/toutiao-7.json +98 -98
- package/web/data/toutiao-90.json +50 -50
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +157 -157
- package/web/data/trending-weekly.json +170 -170
- package/web/data/users.china.json +1825 -1825
- package/web/data/users.json +2196 -2196
- package/web/index.html +1151 -1151
- package/web/repos.html +2678 -2674
- package/web/sifou-daily.html +53 -81
- package/web/sifou-monthly.html +115 -115
- package/web/sifou-weekly.html +111 -111
- package/web/toutiao-30.html +59 -59
- package/web/toutiao-7.html +90 -90
- package/web/toutiao-90.html +57 -57
- package/web/trending-monthly.html +137 -141
- package/web/trending-weekly.html +150 -150
- package/web/trending.html +154 -138
- package/web/users.china.html +957 -957
|
@@ -1,110 +1,101 @@
|
|
|
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": "进击的 Ansible(二):如何快速搞定生产环境 Ansible 项目布局?",
|
|
4
|
+
"description": "Tips:与前文 《进击的 Ansible(一):Ansible 快速入门》 一样,本文使用的 Ansible 版本 2.5.4,项目演示环境 MacOS。由于 Ansible 项目开发活跃版本更新快,很多 API 接口不向后兼容,所以对照本文实践时请确...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041053036",
|
|
6
|
+
"author": "云叔_又拍云",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
8
|
+
"votes": "5",
|
|
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/grapecity",
|
|
17
|
-
"votes": "1",
|
|
18
|
-
"rank": 2
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"title": "JZ-012-数值的整数次方",
|
|
22
|
-
"description": "给定一个double类型的浮点数base和int类型的整数exponent。求base的exponent次方。保证base和exponent不同时为0。题目链接: 数值的整数次方",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000041044268",
|
|
12
|
+
"title": "JZ-013-调整数组顺序使奇数位于偶数前面",
|
|
13
|
+
"description": "输入一个整数数组,实现一个函数来调整该数组中数字的顺序,使得所有的奇数位于数组的前半部分,所有的偶数位于数组的后半部分,并保证奇数和奇数,偶数和偶数之间的相对位置不变。题目链接: 调整数组顺序使奇数...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041050620",
|
|
24
15
|
"author": "雄狮虎豹",
|
|
25
16
|
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
26
17
|
"votes": "4",
|
|
18
|
+
"rank": 2
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"title": "架构团队如何重构内部系统",
|
|
22
|
+
"description": "前端团队难免需要维护一些内部系统,有些内部系统由于开始的架构设计不合理,随着业务复杂度的增加,“坏味道”代码也越来越多,从而导致认知和沟通成本上升,甚至问题频出,此时,重构就自然成了一个选择。但重构...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041052165",
|
|
24
|
+
"author": "智联大前端",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/zpfe",
|
|
26
|
+
"votes": "1",
|
|
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": "运维监控场景下,如何从 OpenTSDB 迁移到 TDengine",
|
|
31
|
+
"description": "OpenTSDB是一个经典的时序数据库系统,它没有开发自己的存储引擎,而是基于HBase,对于已经有HBase基础服务的企业而言,降低了门槛。而且得益于其先发优势,OpenTSDB在运维监控领域有不少应用。不过也因为要依赖H...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041052157",
|
|
33
|
+
"author": "涛思数据",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/taosishuju",
|
|
35
|
+
"votes": "1",
|
|
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": "Redis 很屌,不懂使用规范就糟蹋了",
|
|
40
|
+
"description": "这可能是最中肯的 Redis 使用规范了码哥,昨天我被公司 Leader 批评了。我在单身红娘婚恋类型互联网公司工作,在双十一推出下单就送女朋友的活动。谁曾想,凌晨 12 点之后,用户量暴增,出现了一个技术故障,用户...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041054020",
|
|
42
|
+
"author": "码哥字节",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/magebyte",
|
|
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": "1、定义当使用 构造函数 创造正则对象时,需要常规的字符转义规则(在前面加反斜杠 \\) {代码...} 2、修饰符用于执行区分大小写和全局匹配 {代码...} 3、方括号用于查找某个范围内的字符: {代码...} 4、元字符是...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041053144",
|
|
51
|
+
"author": "墨城",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/xiaomogu_5f2124ad3ad42",
|
|
53
|
+
"votes": "1",
|
|
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": "vue 组件递归调用",
|
|
58
|
+
"description": "实际项目中,除了基本的树结构,有时还需扩展。如下图层级关系的递归调用,红框中的部分为完全递归组件。父级:template {代码...} js: {代码...} 子级: {代码...} 一些重要的废话放到最后:1:子组件,即需要递...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041052726",
|
|
60
|
+
"author": "charlotteeeeeee",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/charlotteeeeeee",
|
|
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/
|
|
71
|
-
"votes": "
|
|
66
|
+
"title": "Windows 11 Edge 弹窗警告!劝阻用户下载 Chrome | 一场关于浏览器的“Battle“仍在继续",
|
|
67
|
+
"description": "近日,微软又被外媒发现他们试图通过 Windows 11 Edge 弹窗来“劝阻”用户下载 Chrome 浏览器,这一做法也再次激怒了不少用户。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041052085",
|
|
69
|
+
"author": "MissD",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
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": "vue 大屏适配",
|
|
76
|
+
"description": "flex.js {代码...} import 'flex.js'",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041050484",
|
|
78
|
+
"author": "日出",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/richu_6196fd3316321",
|
|
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": "Cookie的Secure属性",
|
|
85
|
+
"description": "基于安全的考虑,需要给cookie加上Secure和HttpOnly属性,HttpOnly比较好理解,设置HttpOnly=true的cookie不能被js获取到,无法用document.cookie打出cookie的内容。",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041050212",
|
|
87
|
+
"author": "PeChen",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/pechen",
|
|
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": "保姆级服务,一键 Git Worktree,这样满意吗?",
|
|
94
|
+
"description": "上一篇文章Git Worktree 高级使用 整体反应不错,这完全是日常开发中可以用到的奇淫技巧。微服务环境下,通常我们都会有多个 repo,高级用法好归好,但每个 repo 都按照高级用法进行配置,还是比较麻烦的,你看这...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041050146",
|
|
96
|
+
"author": "日拱一兵",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/tanrigongyibing",
|
|
98
98
|
"votes": "1",
|
|
99
99
|
"rank": 11
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"title": "Spring Boot 2.6.1 重磅发布!",
|
|
103
|
-
"description": "11 月 29 日,Spring Boot 2.6.1 正式发布,此版本包括 8 个错误修复和 3 个文档改进。错误修复 模式分析 PatternParseException 的操作消息中的 matching-strategy 属性的名称不正确 #28839修复 ErrorPageSecuri...",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000041045294",
|
|
105
|
-
"author": "六一",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
|
|
107
|
-
"votes": "1",
|
|
108
|
-
"rank": 12
|
|
109
100
|
}
|
|
110
101
|
]
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "https://segmentfault.com/a/1190000040942225",
|
|
15
15
|
"author": "lzg9527",
|
|
16
16
|
"home_url": "https://segmentfault.com/u/michael_5c03399eed011",
|
|
17
|
-
"votes": "
|
|
17
|
+
"votes": "52",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -62,15 +62,6 @@
|
|
|
62
62
|
"votes": "38",
|
|
63
63
|
"rank": 7
|
|
64
64
|
},
|
|
65
|
-
{
|
|
66
|
-
"title": "尤雨溪几年前开发的“玩具 vite”,才100多行代码,却十分有助于理解 vite 原理",
|
|
67
|
-
"description": "想学源码,极力推荐之前我写的《学习源码整体架构系列》 包含jQuery、underscore、lodash、vuex、sentry、axios、redux、koa、vue-devtools、vuex4、koa-compose、vue-next-release、vue-this、create-vue等十余...",
|
|
68
|
-
"url": "https://segmentfault.com/a/1190000040893750",
|
|
69
|
-
"author": "若川",
|
|
70
|
-
"home_url": "https://segmentfault.com/u/lxchuan12",
|
|
71
|
-
"votes": "33",
|
|
72
|
-
"rank": 8
|
|
73
|
-
},
|
|
74
65
|
{
|
|
75
66
|
"title": "【建议收藏】面试官贼喜欢问的 32+ vue 修饰符,你掌握几种啦?",
|
|
76
67
|
"description": "vue简洁好用体现在很多个地方,比如其内置了32+修饰符,可以很方便我们阻止冒泡、阻止默认事件、鼠标事件处理、系统键盘事件等等,让我们可以快速搞定业务,简直不要太方便噢!!!",
|
|
@@ -78,7 +69,7 @@
|
|
|
78
69
|
"author": "前端胖头鱼",
|
|
79
70
|
"home_url": "https://segmentfault.com/u/116263",
|
|
80
71
|
"votes": "28",
|
|
81
|
-
"rank":
|
|
72
|
+
"rank": 8
|
|
82
73
|
},
|
|
83
74
|
{
|
|
84
75
|
"title": "N 种仅仅使用 HTML/CSS 实现各类进度条的方式",
|
|
@@ -87,7 +78,7 @@
|
|
|
87
78
|
"author": "chokcoco",
|
|
88
79
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
89
80
|
"votes": "25",
|
|
90
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
91
82
|
},
|
|
92
83
|
{
|
|
93
84
|
"title": "10个可视化 CSS 工具, 快速生成 CSS 片段,渣男,又想抛弃我!!",
|
|
@@ -96,7 +87,7 @@
|
|
|
96
87
|
"author": "前端小智",
|
|
97
88
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
98
89
|
"votes": "32",
|
|
99
|
-
"rank":
|
|
90
|
+
"rank": 10
|
|
100
91
|
},
|
|
101
92
|
{
|
|
102
93
|
"title": "23 个非常有用的 NodeJs 库",
|
|
@@ -104,17 +95,8 @@
|
|
|
104
95
|
"url": "https://segmentfault.com/a/1190000040929396",
|
|
105
96
|
"author": "前端小智",
|
|
106
97
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
107
|
-
"votes": "
|
|
108
|
-
"rank":
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"title": "Go 日常开发常备第三方库和工具",
|
|
112
|
-
"description": "不知不觉写 Go 已经快一年了,上线了大大小小好几个项目;心态也经历了几轮变化。因为我个人大概前五年时间写的是 Java ,中途写过一年多的 Python,所以刚接触到 Go 时的感觉如下图:既没有 Java 的生态,也没有...",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000040896809",
|
|
114
|
-
"author": "crossoverJie",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/crossoverjie",
|
|
116
|
-
"votes": "22",
|
|
117
|
-
"rank": 13
|
|
98
|
+
"votes": "26",
|
|
99
|
+
"rank": 11
|
|
118
100
|
},
|
|
119
101
|
{
|
|
120
102
|
"title": "处理可能超时的异步操作",
|
|
@@ -123,7 +105,7 @@
|
|
|
123
105
|
"author": "边城",
|
|
124
106
|
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
125
107
|
"votes": "18",
|
|
126
|
-
"rank":
|
|
108
|
+
"rank": 12
|
|
127
109
|
},
|
|
128
110
|
{
|
|
129
111
|
"title": "前端Node.js面试题",
|
|
@@ -132,16 +114,7 @@
|
|
|
132
114
|
"author": "xiangzhihong",
|
|
133
115
|
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
134
116
|
"votes": "19",
|
|
135
|
-
"rank":
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"title": "一文讲透自适应熔断的原理和实现",
|
|
139
|
-
"description": "微服务集群中,每个应用基本都会依赖一定数量的外部服务。有可能随时都会遇到网络连接缓慢,超时,依赖服务过载,服务不可用的情况,在高并发场景下如果此时调用方不做任何处理,继续持续请求故障服务的话很容易引...",
|
|
140
|
-
"url": "https://segmentfault.com/a/1190000040978572",
|
|
141
|
-
"author": "kevinwan",
|
|
142
|
-
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
143
|
-
"votes": "21",
|
|
144
|
-
"rank": 16
|
|
117
|
+
"rank": 13
|
|
145
118
|
},
|
|
146
119
|
{
|
|
147
120
|
"title": "以 Vuex 为引,一窥状态管理全貌",
|
|
@@ -150,16 +123,16 @@
|
|
|
150
123
|
"author": "杨成功",
|
|
151
124
|
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
152
125
|
"votes": "24",
|
|
153
|
-
"rank":
|
|
126
|
+
"rank": 14
|
|
154
127
|
},
|
|
155
128
|
{
|
|
156
|
-
"title": "
|
|
157
|
-
"description": "
|
|
158
|
-
"url": "https://segmentfault.com/a/
|
|
159
|
-
"author": "
|
|
160
|
-
"home_url": "https://segmentfault.com/u/
|
|
161
|
-
"votes": "
|
|
162
|
-
"rank":
|
|
129
|
+
"title": "一文讲透自适应熔断的原理和实现",
|
|
130
|
+
"description": "微服务集群中,每个应用基本都会依赖一定数量的外部服务。有可能随时都会遇到网络连接缓慢,超时,依赖服务过载,服务不可用的情况,在高并发场景下如果此时调用方不做任何处理,继续持续请求故障服务的话很容易引...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000040978572",
|
|
132
|
+
"author": "kevinwan",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
134
|
+
"votes": "21",
|
|
135
|
+
"rank": 15
|
|
163
136
|
},
|
|
164
137
|
{
|
|
165
138
|
"title": "面试题整理之Vue篇",
|
|
@@ -168,7 +141,7 @@
|
|
|
168
141
|
"author": "Aaron",
|
|
169
142
|
"home_url": "https://segmentfault.com/u/aaronblog",
|
|
170
143
|
"votes": "25",
|
|
171
|
-
"rank":
|
|
144
|
+
"rank": 16
|
|
172
145
|
},
|
|
173
146
|
{
|
|
174
147
|
"title": "git进阶(撤销pull、撤销merge、撤销add)",
|
|
@@ -177,7 +150,7 @@
|
|
|
177
150
|
"author": "浅夏晴空",
|
|
178
151
|
"home_url": "https://segmentfault.com/u/qianxiaqingkong",
|
|
179
152
|
"votes": "14",
|
|
180
|
-
"rank":
|
|
153
|
+
"rank": 17
|
|
181
154
|
},
|
|
182
155
|
{
|
|
183
156
|
"title": "这些 JavaScript函数让你的工作更加 So Easy!",
|
|
@@ -186,7 +159,7 @@
|
|
|
186
159
|
"author": "前端小智",
|
|
187
160
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
188
161
|
"votes": "25",
|
|
189
|
-
"rank":
|
|
162
|
+
"rank": 18
|
|
190
163
|
},
|
|
191
164
|
{
|
|
192
165
|
"title": "纯 Git 实现前端 CI/CD",
|
|
@@ -195,7 +168,7 @@
|
|
|
195
168
|
"author": "杨成功",
|
|
196
169
|
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
197
170
|
"votes": "19",
|
|
198
|
-
"rank":
|
|
171
|
+
"rank": 19
|
|
199
172
|
},
|
|
200
173
|
{
|
|
201
174
|
"title": "「万字总结」熬夜总结50个JS的高级知识点,全都会你就是神!!!",
|
|
@@ -204,7 +177,16 @@
|
|
|
204
177
|
"author": "Sunshine_Lin",
|
|
205
178
|
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
206
179
|
"votes": "21",
|
|
207
|
-
"rank":
|
|
180
|
+
"rank": 20
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"title": "良苦用心啊!我把7大跨域解决方法原理画成10张图,做成图解!",
|
|
184
|
+
"description": "咱们做前端的,平时跟后端对接接口那是必须的事情,但是可能很多同学忽略了一个对接过程中可能会发生的问题——跨域,那跨域到底是啥呢?为什么会跨域呢?又怎么才能解决呢?",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041032091",
|
|
186
|
+
"author": "Sunshine_Lin",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
188
|
+
"votes": "18",
|
|
189
|
+
"rank": 21
|
|
208
190
|
},
|
|
209
191
|
{
|
|
210
192
|
"title": "14 张有趣深动图解 FlexBox,好家伙,还不快进收藏夹吃灰!",
|
|
@@ -213,7 +195,16 @@
|
|
|
213
195
|
"author": "前端小智",
|
|
214
196
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
215
197
|
"votes": "16",
|
|
216
|
-
"rank":
|
|
198
|
+
"rank": 22
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"title": "超硬核 Web 前端学霸笔记,学完就去找工作!",
|
|
202
|
+
"description": "文章和教程Vue 学习笔记Node 学习笔记React 学习笔记Angular 学习笔记RequireJS 学习笔记Webpack 学习笔记Gulp 学习笔记Python 学习笔记Egret 引擎学习笔记流处理,TCP 和 UDP,WebRTC 和 Blob 学习笔记博客前端...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041031214",
|
|
204
|
+
"author": "wscats",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/wscats",
|
|
206
|
+
"votes": "19",
|
|
207
|
+
"rank": 23
|
|
217
208
|
},
|
|
218
209
|
{
|
|
219
210
|
"title": "一篇搞懂容器技术的基石: cgroup",
|
|
@@ -222,7 +213,7 @@
|
|
|
222
213
|
"author": "张晋涛",
|
|
223
214
|
"home_url": "https://segmentfault.com/u/moelove",
|
|
224
215
|
"votes": "11",
|
|
225
|
-
"rank":
|
|
216
|
+
"rank": 24
|
|
226
217
|
},
|
|
227
218
|
{
|
|
228
219
|
"title": "使用这11个代码,可以大大地简化我们的代码。",
|
|
@@ -231,16 +222,7 @@
|
|
|
231
222
|
"author": "前端小智",
|
|
232
223
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
233
224
|
"votes": "18",
|
|
234
|
-
"rank":
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"title": "超硬核 Web 前端学霸笔记,学完就去找工作!",
|
|
238
|
-
"description": "文章和教程Vue 学习笔记Node 学习笔记React 学习笔记Angular 学习笔记RequireJS 学习笔记Webpack 学习笔记Gulp 学习笔记Python 学习笔记Egret 引擎学习笔记流处理,TCP 和 UDP,WebRTC 和 Blob 学习笔记博客前端...",
|
|
239
|
-
"url": "https://segmentfault.com/a/1190000041031214",
|
|
240
|
-
"author": "wscats",
|
|
241
|
-
"home_url": "https://segmentfault.com/u/wscats",
|
|
242
|
-
"votes": "17",
|
|
243
|
-
"rank": 27
|
|
225
|
+
"rank": 25
|
|
244
226
|
},
|
|
245
227
|
{
|
|
246
228
|
"title": "用CSS来撸一只神经猫",
|
|
@@ -249,7 +231,7 @@
|
|
|
249
231
|
"author": "linshuai",
|
|
250
232
|
"home_url": "https://segmentfault.com/u/linshuai",
|
|
251
233
|
"votes": "13",
|
|
252
|
-
"rank":
|
|
234
|
+
"rank": 26
|
|
253
235
|
},
|
|
254
236
|
{
|
|
255
237
|
"title": "CSS几个有趣的属性分享",
|
|
@@ -258,7 +240,7 @@
|
|
|
258
240
|
"author": "JenK",
|
|
259
241
|
"home_url": "https://segmentfault.com/u/wangzc996",
|
|
260
242
|
"votes": "11",
|
|
261
|
-
"rank":
|
|
243
|
+
"rank": 27
|
|
262
244
|
},
|
|
263
245
|
{
|
|
264
246
|
"title": "PHP 基金会,是个好事 (PHP Foundation)",
|
|
@@ -267,6 +249,24 @@
|
|
|
267
249
|
"author": "summerblue",
|
|
268
250
|
"home_url": "https://segmentfault.com/u/summerblue",
|
|
269
251
|
"votes": "13",
|
|
252
|
+
"rank": 28
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"title": "超过1W字深度剖析JVM常量池(全网最详细最有深度)",
|
|
256
|
+
"description": "面试题:String a = \"ab\"; String b = \"a\" + \"b\"; a == b 是否相等面试考察点考察目的: 考察对JVM基础知识的理解,涉及到常量池、JVM运行时数据区等。考察范围: 工作2到5年。背景知识要回答这个问题,需要搞明...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000040922573",
|
|
258
|
+
"author": "跟着Mic学架构",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/fukua_5be8034f8191f",
|
|
260
|
+
"votes": "22",
|
|
261
|
+
"rank": 29
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"title": "可以中断的异步操作",
|
|
265
|
+
"description": "前面我们聊到了可能超时的异步操作,其中提到对 fetch() 异步操作的“中断”处理。这次我们就来聊一聊“中断”异步操作。由于 JavaScript 的单线程特性,能在 JavaScript 中进行的异步场景其实不多,大概有如下一些:...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000040972018",
|
|
267
|
+
"author": "边城",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
269
|
+
"votes": "10",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|