@wcj/github-rank 22.9.29 → 22.10.1
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 +33804 -33719
- package/dist/sifou-daily.json +23 -41
- package/dist/sifou-monthly.json +86 -86
- package/dist/sifou-weekly.json +171 -171
- package/dist/toutiao-30.json +76 -76
- package/dist/toutiao-7.json +87 -87
- package/dist/toutiao-90.json +20 -20
- package/dist/trending-daily.json +163 -163
- package/dist/trending-monthly.json +155 -155
- package/dist/trending-weekly.json +160 -160
- package/dist/users.china.json +1538 -1538
- package/dist/users.json +3171 -3171
- package/package.json +1 -1
- package/web/data/repos.json +33804 -33719
- package/web/data/sifou-daily.json +23 -41
- package/web/data/sifou-monthly.json +86 -86
- package/web/data/sifou-weekly.json +171 -171
- package/web/data/toutiao-30.json +76 -76
- package/web/data/toutiao-7.json +87 -87
- package/web/data/toutiao-90.json +20 -20
- package/web/data/trending-daily.json +163 -163
- package/web/data/trending-monthly.json +155 -155
- package/web/data/trending-weekly.json +160 -160
- package/web/data/users.china.json +1538 -1538
- package/web/data/users.json +3171 -3171
- package/web/index.html +1753 -1753
- package/web/repos.html +3638 -3646
- package/web/sifou-daily.html +20 -76
- package/web/sifou-monthly.html +104 -104
- package/web/sifou-weekly.html +145 -145
- package/web/toutiao-30.html +81 -81
- package/web/toutiao-7.html +79 -79
- package/web/toutiao-90.html +41 -41
- package/web/trending-monthly.html +140 -136
- package/web/trending-weekly.html +136 -144
- package/web/trending.html +142 -142
- package/web/users.china.html +796 -796
|
@@ -1,271 +1,271 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "前端性能优化(图文并茂,通俗易懂)",
|
|
4
|
-
"description": "默认情况下,我们静态导入的所有模块都会添加到初始捆绑包中。使用默认 ES2015 导入语法 导入的模块将静态导入。import module from 'module'",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000042529771",
|
|
6
|
-
"author": "寒水寺一禅",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/xiaolizideyitian",
|
|
8
|
-
"votes": "13",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "CSS transition 小技巧!如何保留 hover 的状态?",
|
|
13
4
|
"description": "欢迎关注我的公众号:前端侦探通常情况下,hover 是无法保存状态的。鼠标移入触发额外样式,一旦移出就还原了 {代码...} 这就意味着,如果需要保留hover的状态,可能就不得不借助JS了,比如下面是某某书院的首页...",
|
|
14
5
|
"url": "https://segmentfault.com/a/1190000042547772",
|
|
15
6
|
"author": "XboxYan",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
17
|
-
"votes": "
|
|
8
|
+
"votes": "16",
|
|
9
|
+
"rank": 1
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"title": "漫画 | Serverless + Data,让后端告别搬砖!",
|
|
13
|
+
"description": "文章来源:码农翻身上古时期,软件系统都比较简单。随着时代的发展,系统越来越复杂。移动互联网时代来临,流量越来越大,尤其是搞促销活动的时候。促销活动过后,领导到机房视察。很快, 云计算时代来临了!又到...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000042554569",
|
|
15
|
+
"author": "六一",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
|
|
17
|
+
"votes": "10",
|
|
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": "今天在论坛,有看到这样一道非常有意思的题目,简单的代码如下: {代码...} 样式如下: {代码...} 试问,标签 <p> 内的文字的颜色,是 green 还是 blue 呢?有趣的是,这里的最终结果是蓝色,也就是 color:...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000042550192",
|
|
24
|
+
"author": "chokcoco",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
26
|
+
"votes": "7",
|
|
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/
|
|
30
|
+
"title": "Dev Together 🥳 2022 开发者生态峰会正式启动,议题征集启动!",
|
|
31
|
+
"description": "Dev Together 中国开发者生态峰会是由 SegmentFault 思否发起的,面向 to D Marketing、开发者运营、开发者关系从业者的交流活动。我们希望打破日常工作中来自不同厂商背景给大家带来的交流屏障,在一个中立的平...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000042560534",
|
|
33
|
+
"author": "波波Nadia",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/bobonadia",
|
|
35
35
|
"votes": "4",
|
|
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": "别整一坨 CSS 代码了,试试这几个实用函数",
|
|
40
|
+
"description": "本文首发于微信公众号:大迁世界, 我的微信:qq449245884,我会第一时间和你分享前端行业趋势,学习途径等等。更多开源作品请看 GitHub [链接] ,包含一线大厂面试完整考点、资料以及我的系列文章。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000042540445",
|
|
42
|
+
"author": "前端小智",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
44
44
|
"votes": "5",
|
|
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": "面试说:聊聊JavaScript中的数据类型",
|
|
49
|
+
"description": "答:Javascript 中的数据类型包括原始类型和引用类型。其中原始类型包括 null、undefined、boolean、string、symbol、bigInt、number。引用类型指的是 Object。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000042539876",
|
|
51
|
+
"author": "Gopal",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/fengguangping",
|
|
53
|
+
"votes": "5",
|
|
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": "一个新视角:前端框架们都卷错方向了?",
|
|
58
|
+
"description": "大家好,我卡颂。近几年,前端领域出现了很多新框架,比如Svelte、 Solid.js、Astro、Qwik等。伴随他们出现的,还有很多高大上的新概念 —— 运行时/编译时框架、Islands架构、Selective Hydration......这些概念的...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000042549062",
|
|
60
|
+
"author": "卡颂",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
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": "SegmentFault 2022 年社区周报 Vol.9",
|
|
67
|
+
"description": "hello,本喵又回来啦,距离国庆假期只剩 3 个工作日啦,想想都很激动,我承认我是有点提前兴奋了,回归主题,来给大家来汇报一下社区近期发生的事儿~",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000042552230",
|
|
69
|
+
"author": "SegmentFault思否",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
71
|
+
"votes": "3",
|
|
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": "现代 JavaScript 库打包指南",
|
|
76
|
+
"description": "本文首发于微信公众号:大迁世界, 我的微信:qq449245884,我会第一时间和你分享前端行业趋势,学习途径等等。更多开源作品请看 GitHub [链接] ,包含一线大厂面试完整考点、资料以及我的系列文章。",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000042529806",
|
|
78
|
+
"author": "前端小智",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
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": "Eoapi x Tapdata 插件上线:让数据真正的流动起来,API 管理更方便!",
|
|
85
|
+
"description": "本月,Eolink 旗下专注做开源 API 管理工具的 Eoapi 联合实时数据服务平台的 Tapdata 发布首款合作插件——导入 Tapdata 数据插件,大家一定很好奇 Tapdata 和 Eoapi 如何实现联动呢?",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000042557390",
|
|
87
|
+
"author": "eoapi",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/jiangdaoyidechahu",
|
|
89
|
+
"votes": "3",
|
|
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": "在 Vue 中,使用 $attrs 构建高级组件",
|
|
94
|
+
"description": "本文首发于微信公众号:大迁世界, 我的微信:qq449245884,我会第一时间和你分享前端行业趋势,学习途径等等。更多开源作品请看 GitHub [链接] ,包含一线大厂面试完整考点、资料以及我的系列文章。",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000042472592",
|
|
96
|
+
"author": "前端小智",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
98
|
+
"votes": "3",
|
|
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/
|
|
102
|
+
"title": "PHP实现单用户登录",
|
|
103
|
+
"description": "2、在验证用户是否登录的模块中,若用户已登录,将用户数据库中的token取出,并且制作一个最新的token,两者判断是否相等,若不相等,用户下线;",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000042540322",
|
|
105
|
+
"author": "阿山",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/a_shan",
|
|
107
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": "angular 附件上传 以及深拷贝",
|
|
112
|
+
"description": "ts里的深拷贝本来想着点击取消,恢复数据后,能取消掉实体的改动。比如如下图, 恢复数据后,A 能恢复到 a 数据的状态。 但是,经过测试发现,并没有。测试的代码, 可以看到。 带星号的代码1.ngOnInit()的时候复...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000042558152",
|
|
114
|
+
"author": "weiewiyi",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
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": "Go 为什么能火?归功于这 5 个方面",
|
|
121
|
+
"description": "在国外的播客节目 Go Time #100 中,Rob Pike 和 Robert Griesemer(Go 的两位创始人)和主持人 Jerod Santo 讨论了 Go 语言的成功缘由和一些思考。",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000042555900",
|
|
123
|
+
"author": "煎鱼",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/eddycjy",
|
|
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/
|
|
134
|
-
"votes": "
|
|
129
|
+
"title": "angular 指令",
|
|
130
|
+
"description": "首先就是如何在组件中使用指令,也就是我们所熟悉的selector,这里的selector规则与组件不同,组件在使用是是直接作为标签来使用如:",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000042558126",
|
|
132
|
+
"author": "李明",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/crister_612f55567eb8c",
|
|
134
|
+
"votes": "3",
|
|
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": "Python项目管理: Poetry",
|
|
139
|
+
"description": "Poetry 是Python 中用于依赖管理和打包的工具。它允许您声明项目所依赖的库,并将为您管理(安装/更新)它们。Poetry 提供了一个锁定文件以确保可重复安装,并且可以构建您的项目以进行分发。",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000042542063",
|
|
141
|
+
"author": "冷冻工厂",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/gone_63231de16383b",
|
|
143
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": "前端web实现(@、At、艾特)选人或引用数据",
|
|
148
|
+
"description": "1、在输入框中输入 @ ,弹出浮窗,然后可以选择浮窗中相关的数据;2、在输入框中输入 # ,弹出浮窗,然后可以选择浮窗中相关的数据;3、@ 和 # 引用的数据要包含名称和id等,最终要传给后端;4、删除 @ 和 # 引用...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000042563289",
|
|
150
|
+
"author": "xmanlin",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/dxpang",
|
|
152
|
+
"votes": "2",
|
|
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": "Vue.js设计与实现(电子版)源码学习",
|
|
157
|
+
"description": "KeepAlive 的本质是缓存管理,再加上特殊的挂载/卸载逻辑。 首先,KeepAlive 组件的实现需要渲染器层面的支持。这是因为被 KeepAlive 的组件在卸载时,我们不能真的将其卸载,否则就无法维持组件的当前状态了...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000042552352",
|
|
159
|
+
"author": "寒水寺一禅",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/xiaolizideyitian",
|
|
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/
|
|
170
|
-
"votes": "
|
|
165
|
+
"title": "5 种瀑布流场景的实现原理解析",
|
|
166
|
+
"description": "一、背景本文介绍 5 种瀑布流场景的实现,大家可以根据自身的需求场景进行选择。5 种场景分别是:瀑布流特点纵向+高度排序纯 CSS 多列实现,是最简单的瀑布流写法纵向+高度排序+根据宽度自适应列数通过 JS 根据屏...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000042562451",
|
|
168
|
+
"author": "凹凸实验室",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/o2team",
|
|
170
|
+
"votes": "2",
|
|
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": "彻底掌握Makeifle(三)",
|
|
175
|
+
"description": "彻底掌握Makeifle(三)前言在前面的文章彻底掌握Makefile(一)和彻底掌握Makefile(二)当中,我们简要的介绍了一些常见的makefile使用方法,在本篇文章当中我们将继续介绍一些makefile当中的常见用法。Makefil...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000042542159",
|
|
177
|
+
"author": "一无是处的研究僧",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/chang_lehung",
|
|
179
|
+
"votes": "1",
|
|
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": "撸了一款 Vue 生态缺失的 CMD+K 类库",
|
|
184
|
+
"description": "9月底,新轮子又来了,Vue Command Palette 是一个为 Vue 而生的快速、无样式、可组合的 Command Palette(CMDK)组件库。",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000042559544",
|
|
186
|
+
"author": "xiaoluoboding",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/xlbd",
|
|
188
|
+
"votes": "1",
|
|
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/
|
|
192
|
+
"title": "深入理解JavaScript-this关键字",
|
|
193
|
+
"description": "在讲 Function、作用域 时,我们都讲到了 this,因为 JavaScript 中的作用域是词法作用域,在哪里定义,就在哪里形成作用域。而与词法作用域相对应的还有一个作用域叫动态作用域,调用时去寻找它所处的位置。那个...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000042552418",
|
|
195
|
+
"author": "山头人汉波",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/johanazhu",
|
|
197
197
|
"votes": "2",
|
|
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/
|
|
201
|
+
"title": "手写编程语言-递归函数是如何实现的?",
|
|
202
|
+
"description": "前言本篇文章主要是记录一下在 GScript 中实现递归调用时所遇到的坑,类似的问题在中文互联网上我几乎没有找到相关的内容,所以还是很有必要记录一下。在开始之前还是简单介绍下本次更新的 GScript v0.0.9 所包含...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000042548565",
|
|
204
|
+
"author": "crossoverJie",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/crossoverjie",
|
|
206
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": "项目篇:高并发内存池",
|
|
211
|
+
"description": "所谓池化技术,就是程序先向系统申请过量的资源,然后自己管理,当程序中需要申请内存时,不是直接向操作系统申请,而是直接从内存池中获取,释放内存时也不是将内存返回给操作系统,而是返回内存池中。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000042558168",
|
|
213
|
+
"author": "夜枫微凉",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/yefengweiliang",
|
|
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": "HTTP - TLS1.3 初次解读",
|
|
220
|
+
"description": "在HTTP - HTTPS(TLS1.2)中,笔者介绍了目前世界主流的TLS1.2协议的相关知识点,文中从HTTP的缺陷、SSL的历史、信息加密的主要手段、数字证书、以及最为关键的TLS1.2交互过程介绍了现今HTTPS的关键部分内容。",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000042543825",
|
|
222
|
+
"author": "Xander",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/lazytimes",
|
|
224
|
+
"votes": "2",
|
|
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": "SegmentFault 思否技术周刊 — 学 Java 能做什么?",
|
|
229
|
+
"description": "今天我们继续来聊聊流程实例。部署之后的流程,这个还不能直接运行,例如我们部署了一个请假流程,现在 zhangsan 想要请假,他就需要开启一个请假流程,lisi 想请假,他也需要开启一个请假流程,这一个一个开启的...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000042549802",
|
|
231
|
+
"author": "Beverly",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/beverly0",
|
|
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/
|
|
242
|
-
"votes": "
|
|
237
|
+
"title": "前端动效讲解与实战",
|
|
238
|
+
"description": "作者:vivo 互联网前端团队- ZhaoJie本文将从各个角度来对动画整个体系进行分类,并且介绍各种前端动画的实现方法,最后我们将总结在实际开发中的各个场景的动画选择方案。一、背景前端动画场景需求多对众多动画...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000042530739",
|
|
240
|
+
"author": "vivo互联网技术",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/vivo_tech",
|
|
242
|
+
"votes": "3",
|
|
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": "Monaco Editor 中的 Keybinding 机制",
|
|
247
|
+
"description": "前段时间碰到了一个 Keybinding 相关的问题,于是探究了一番,首先大家可能会有两个问题:Monaco Editor 是啥?Keybinding 又是啥?",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000042562942",
|
|
249
|
+
"author": "袋鼠云数栈UED",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/daishuyunshuzhanqianduan",
|
|
251
|
+
"votes": "2",
|
|
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": "今天不聊具体的技术问题,聊一聊个人成长的问题,大家可能对一万小时定律耳熟能详了, 作家格拉德威尔在《异类》一书中说道:“人们眼中的天才之所以卓越非凡,并非天资超人一等,而是付出了持续不断...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000042545387",
|
|
258
|
+
"author": "xindoo",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/xindoo",
|
|
260
|
+
"votes": "2",
|
|
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/
|
|
264
|
+
"title": "用这招监听 Vue 的插槽变化",
|
|
265
|
+
"description": "本文首发于微信公众号:大迁世界, 我的微信:qq449245884,我会第一时间和你分享前端行业趋势,学习途径等等。更多开源作品请看 GitHub [链接] ,包含一线大厂面试完整考点、资料以及我的系列文章。",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000042554193",
|
|
267
|
+
"author": "前端小智",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
269
269
|
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|