@wcj/github-rank 22.8.6 → 22.8.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 +36578 -36556
- package/dist/sifou-daily.json +68 -23
- package/dist/sifou-monthly.json +92 -92
- package/dist/sifou-weekly.json +151 -151
- package/dist/toutiao-30.json +73 -73
- package/dist/toutiao-7.json +124 -124
- package/dist/toutiao-90.json +57 -57
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +164 -164
- package/dist/trending-weekly.json +167 -167
- package/dist/users.china.json +2166 -2166
- package/dist/users.json +3335 -3335
- package/package.json +1 -1
- package/web/data/repos.json +36578 -36556
- package/web/data/sifou-daily.json +68 -23
- package/web/data/sifou-monthly.json +92 -92
- package/web/data/sifou-weekly.json +151 -151
- package/web/data/toutiao-30.json +73 -73
- package/web/data/toutiao-7.json +124 -124
- package/web/data/toutiao-90.json +57 -57
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +164 -164
- package/web/data/trending-weekly.json +167 -167
- package/web/data/users.china.json +2166 -2166
- package/web/data/users.json +3335 -3335
- package/web/index.html +1742 -1742
- package/web/repos.html +4000 -4008
- package/web/sifou-daily.html +161 -21
- package/web/sifou-monthly.html +116 -116
- package/web/sifou-weekly.html +133 -133
- package/web/toutiao-30.html +83 -83
- package/web/toutiao-7.html +84 -84
- package/web/toutiao-90.html +88 -88
- package/web/trending-monthly.html +153 -145
- package/web/trending-weekly.html +145 -145
- package/web/trending.html +146 -150
- package/web/users.china.html +1260 -1260
|
@@ -1,30 +1,21 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "提升web输入体验!JS 如何自动配对标点符号?",
|
|
4
|
-
"description": "欢迎关注微信公众号前端侦探温馨提示:在阅读本文之前,可以先回顾这篇文章:Web 中的“选区”和“光标”,有很多你可能不太知道的原生 API,以下内容是对该内容的实践运用在写作编辑中,有很多需要成对出现的标点符...",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000042251637",
|
|
6
|
-
"author": "XboxYan",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
8
|
-
"votes": "16",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"title": "Wuzzle,不 eject 也能定制 create-react-app 创建的 React 应用",
|
|
13
|
-
"description": "作为 React 官方维护的命令行工具,create-react-app(简称 CRA)能够极其轻松地创建配置完备的 React 应用,帮助使用者快速进入 React 开发。它的最大缺憾是创建的应用不能随心所欲地定制配置。想要定制,只能 e...",
|
|
14
|
-
"url": "https://segmentfault.com/a/1190000042244854",
|
|
15
|
-
"author": "乌柏木",
|
|
16
|
-
"home_url": "https://segmentfault.com/u/wubomu",
|
|
17
|
-
"votes": "14",
|
|
18
|
-
"rank": 2
|
|
19
|
-
},
|
|
20
2
|
{
|
|
21
3
|
"title": "妙用 CSS 构建花式透视背景效果",
|
|
22
4
|
"description": "本文将介绍一种巧用 background 配合 backdrop- filter 来构建有趣的透视背景效果的方式。本技巧源自于一名群友的提问,如何构建如 ElementUI 文档的一种顶栏背景特效,看看效果:仔细看,在页面的的滚动过程中,...",
|
|
23
5
|
"url": "https://segmentfault.com/a/1190000042267425",
|
|
24
6
|
"author": "chokcoco",
|
|
25
7
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
26
|
-
"votes": "
|
|
27
|
-
"rank":
|
|
8
|
+
"votes": "15",
|
|
9
|
+
"rank": 1
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"title": "防御式CSS是什么?这几点属性重点防御!",
|
|
13
|
+
"description": "微信搜索 【大迁世界】, 我会第一时间和你分享前端行业趋势,学习途径等等。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000042272755",
|
|
15
|
+
"author": "前端小智",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
17
|
+
"votes": "14",
|
|
18
|
+
"rank": 2
|
|
28
19
|
},
|
|
29
20
|
{
|
|
30
21
|
"title": "前端构建效率优化之路",
|
|
@@ -32,8 +23,8 @@
|
|
|
32
23
|
"url": "https://segmentfault.com/a/1190000042256837",
|
|
33
24
|
"author": "chokcoco",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
35
|
-
"votes": "
|
|
36
|
-
"rank":
|
|
26
|
+
"votes": "12",
|
|
27
|
+
"rank": 3
|
|
37
28
|
},
|
|
38
29
|
{
|
|
39
30
|
"title": "使用前端技术实现静态图片局部流动效果 🌊",
|
|
@@ -41,8 +32,8 @@
|
|
|
41
32
|
"url": "https://segmentfault.com/a/1190000042261453",
|
|
42
33
|
"author": "dragonir",
|
|
43
34
|
"home_url": "https://segmentfault.com/u/dragonir",
|
|
44
|
-
"votes": "
|
|
45
|
-
"rank":
|
|
35
|
+
"votes": "9",
|
|
36
|
+
"rank": 4
|
|
46
37
|
},
|
|
47
38
|
{
|
|
48
39
|
"title": "基于 Next.js实现在线Excel",
|
|
@@ -51,16 +42,7 @@
|
|
|
51
42
|
"author": "葡萄城技术团队",
|
|
52
43
|
"home_url": "https://segmentfault.com/u/grapecity",
|
|
53
44
|
"votes": "4",
|
|
54
|
-
"rank":
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"title": "Qwik.js框架是如何追求极致性能的?!",
|
|
58
|
-
"description": "Qwik是一款语法\"接近\"react的前端ssr框架, 前段时间看了两篇Qwik相关的文章, 对这个框架有了些兴趣, 但是去网上搜了一下, 发现相关的中文文章几乎没有了, 所以决定对其好好研究一番, 并且写一...",
|
|
59
|
-
"url": "https://segmentfault.com/a/1190000042250628",
|
|
60
|
-
"author": "lulu_up",
|
|
61
|
-
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
62
|
-
"votes": "8",
|
|
63
|
-
"rank": 7
|
|
45
|
+
"rank": 5
|
|
64
46
|
},
|
|
65
47
|
{
|
|
66
48
|
"title": "SegmentFault 思否技术周刊 -- Amazing!CSS 也能实现炫酷特效",
|
|
@@ -69,16 +51,7 @@
|
|
|
69
51
|
"author": "Beverly",
|
|
70
52
|
"home_url": "https://segmentfault.com/u/beverly0",
|
|
71
53
|
"votes": "4",
|
|
72
|
-
"rank":
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"title": "vue3开发拒绝cv, 快使用curd",
|
|
76
|
-
"description": "开发管理后台基本是企业的日常需求, 基本每个前台项目都必有一个后台项目跟着, 虽然是必需品, 但是大家好像有不是那么在意他, 毕竟只有管理员用, 今天我们讲一下\"增删改查\"组件:v-curd.",
|
|
77
|
-
"url": "https://segmentfault.com/a/1190000042258739",
|
|
78
|
-
"author": "铁皮饭盒",
|
|
79
|
-
"home_url": "https://segmentfault.com/u/russell221",
|
|
80
|
-
"votes": "3",
|
|
81
|
-
"rank": 9
|
|
54
|
+
"rank": 6
|
|
82
55
|
},
|
|
83
56
|
{
|
|
84
57
|
"title": "前端晋升答辩-性能优化篇范式",
|
|
@@ -86,187 +59,214 @@
|
|
|
86
59
|
"url": "https://segmentfault.com/a/1190000042264240",
|
|
87
60
|
"author": "胡哥有话说",
|
|
88
61
|
"home_url": "https://segmentfault.com/u/justbecoder",
|
|
62
|
+
"votes": "5",
|
|
63
|
+
"rank": 7
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"title": "React Fiber架构原理剖析",
|
|
67
|
+
"description": "在 React 16 之前,VirtualDOM 的更新采用的是Stack架构实现的,也就是循环递归方式。不过,这种对比方式有明显的缺陷,就是一旦任务开始进行就无法中断,如果遇到应用中组件数量比较庞大,那么VirtualDOM 的层级...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000042271919",
|
|
69
|
+
"author": "xiangzhihong",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
71
|
+
"votes": "5",
|
|
72
|
+
"rank": 8
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"title": "整理了这23个开源项,初学者可以拿来练习!",
|
|
76
|
+
"description": "微信搜索 【大迁世界】, 我会第一时间和你分享前端行业趋势,学习途径等等。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000042266784",
|
|
78
|
+
"author": "前端小智",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
80
|
+
"votes": "5",
|
|
81
|
+
"rank": 9
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"title": "vue3开发拒绝cv, 快使用crud",
|
|
85
|
+
"description": "开发管理后台基本是企业的日常需求, 基本每个前台项目都必有一个后台项目跟着, 虽然是必需品, 但是大家好像有不是那么在意他, 毕竟只有管理员用, 今天我们讲一下\"增删改查\"组件:crud-vue.",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000042258739",
|
|
87
|
+
"author": "铁皮饭盒",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/russell221",
|
|
89
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/
|
|
93
|
+
"title": "React组件应用于Spring MVC工程",
|
|
94
|
+
"description": "公司前端工程还处于React+Mobx与Spring MVC(freemarker+jQuery)技术栈共存的阶段,两种技术栈页面难免会存在一些相同的业务功能点,如果分别开发和维护,就需要双倍的人力成本,因此,我们尝试将React业务组件...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000042272426",
|
|
96
|
+
"author": "记得要微笑",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/tosmile",
|
|
98
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": "我做了一个在线白板(二)",
|
|
103
|
+
"description": "上一篇我做了一个在线白板!给大家介绍了一下矩形的绘制、选中、拖动、旋转、伸缩,以及放大缩小、网格模式、导出图片等功能,本文继续为各位介绍一下箭头的绘制、自由书写、文字的绘制,以及如何按比例缩放文字...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000042281991",
|
|
105
|
+
"author": "街角小林",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
|
|
107
|
+
"votes": "3",
|
|
108
108
|
"rank": 12
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
"title": "
|
|
111
|
+
"title": "type=\"module\" 你了解,但 type=\"importmap\" 你知道吗",
|
|
112
112
|
"description": "微信搜索 【大迁世界】, 我会第一时间和你分享前端行业趋势,学习途径等等。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
113
|
-
"url": "https://segmentfault.com/a/
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000042261401",
|
|
114
114
|
"author": "前端小智",
|
|
115
115
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
116
116
|
"votes": "4",
|
|
117
117
|
"rank": 13
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"title": "6
|
|
121
|
-
"description": "
|
|
122
|
-
"url": "https://segmentfault.com/a/
|
|
120
|
+
"title": "6 个你必须明白 Vue3 的 ref 和 reactive 问题(入门篇)",
|
|
121
|
+
"description": "Vue3 为开发者提供 ref和 reactive两个 API 来实现响应式数据,这也是我们使用 Vue3 开发项目中经常用到的两个 API。",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000042266418",
|
|
123
123
|
"author": "pingan8787",
|
|
124
124
|
"home_url": "https://segmentfault.com/u/pingan8787",
|
|
125
|
-
"votes": "
|
|
125
|
+
"votes": "2",
|
|
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": "OpenInfra Days China 2022 启幕在即,SegmentFault 思否战略支持",
|
|
130
|
+
"description": "OpenInfra Days China 是由 OpenInfra 基金会(前身 OpenStack 基金会)授权,由全球各个地区的社区志愿者团队共同筹划组织的一次年度的开源基础设施技术与行业盛会。自 2016 年中国社区的志愿者们第一次筹办面向...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000042267659",
|
|
132
|
+
"author": "MissD",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
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/
|
|
143
|
-
"votes": "
|
|
138
|
+
"title": "如何查看所有测试历史?进来学习下",
|
|
139
|
+
"description": "当然,在现版本(V 1.3.0)之前也有查看测试历史功能,但彼时测试历史跟随 API 信息,每个 API 有自己的测试历史,这样就会遇到两个方面的问题:",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000042265021",
|
|
141
|
+
"author": "eoapi",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/jiangdaoyidechahu",
|
|
143
|
+
"votes": "3",
|
|
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": "详解 SSL(一):网址栏的小绿锁有什么意义?",
|
|
148
|
+
"description": "随着互联网的飞速发展,用户信息泄漏、数据泄露等安全问题的事件频繁发生。这一切不一定是网站的问题,有时候可能是自己不经意间泄露了自己的信息。例如钓鱼网站就是日常生活中比较常见的,钓鱼网站和真实网站差...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000042273426",
|
|
150
|
+
"author": "云叔_又拍云",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
152
|
+
"votes": "7",
|
|
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": "图扑软件数字孪生油气管道站,搭建油气运输管控平台",
|
|
157
|
+
"description": "从国家管网集团获悉,西气东输管道系统 2021 年已累计输送天然气超 1000 亿立方米,这是西气东输年输气量首次突破千亿立方米。为了应对复杂多变的供气环境,保障全国人民的天然气使用,加快管道智能化是赋能油气...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000042263453",
|
|
159
|
+
"author": "hightopo",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/hightopo",
|
|
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/
|
|
170
|
-
"votes": "
|
|
165
|
+
"title": "JavaScript WebGL 三维相关概念",
|
|
166
|
+
"description": "三维坐标理论上三个分量就够了,但在看相关程序的时候,发现会出现 4 个分量,这种表示方式称为齐次坐标,它将一个原本 n 维向量用一个 n+1 维向量表示。比如向量 (x, y, z) 的齐次坐标可表示为 (x, y, z, w)。这...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000042256231",
|
|
168
|
+
"author": "XXHolic",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/xxholic",
|
|
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": "使用 CSS 构建强大且酷炫的粒子动画",
|
|
175
|
+
"description": "当然,不使用 HTML + CSS 的主要原因在于,粒子动画通常需要较多的粒子,而如果使用 HTML + CSS 的话势必需要过多的 DOM 元素,这也就导致了使用 HTML + CSS 构建的粒子动画在性能上毫无优势。",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000042283578",
|
|
177
|
+
"author": "chokcoco",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
179
|
+
"votes": "9",
|
|
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": "Go String 解析",
|
|
184
|
+
"description": "String 类型在Go语言内存模型中其实是一个“描述符”,用一个2字节的数据结构表示,它本身并不真正存储字符串数据,而仅是由一个指向底层存储的指针和字符串的长度字段组成的。",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000042267345",
|
|
186
|
+
"author": "白菜1031",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/baicai1031",
|
|
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/
|
|
197
|
-
"votes": "
|
|
192
|
+
"title": "【Java面试】讲下线程池的线程回收",
|
|
193
|
+
"description": "大家好,我是Mic,一个工作了14年的Java程序员。最近很多小伙伴私信我,让我说一些线程池相关的问题。线程池这个方向考察的点还挺多的,如果只是靠刷面试题面试官很容易就能识别出来,我随便举几个。线程池是如何...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000042274807",
|
|
195
|
+
"author": "跟着Mic学架构",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/fukua_5be8034f8191f",
|
|
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": "算法复杂度",
|
|
202
|
+
"description": "评估一个算法的性能主要依据其时间复杂度和空间复杂度来确定。时间复杂度是指该算法运行的时间长短。空间复杂度是指该算法运行占用的内存大小。复杂度越低越好,越短小越好。时间比空间更重要。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000042277209",
|
|
204
|
+
"author": "冰封百度",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/bingfengbaidu",
|
|
206
|
+
"votes": "2",
|
|
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": "Day 86/100 《图解HTTP》读书笔记(四)——HTTP报文头信息",
|
|
211
|
+
"description": "HTTP 通信过程包括从客户端发往服务器端的请求及从服务器端返回 客户端的响应。1、HTTP 报文用于 HTTP 协议交互的信息被称为 HTTP 报文。请求端(客户端)的 HTTP 报文叫做请求报文,响应端(服务器端)的叫做响应报...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000042265802",
|
|
213
|
+
"author": "SnowWolfArden",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/snowwolfarden",
|
|
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": "Driver.js - 开源无依赖的 web 新手交互引导工具库,功能强大、高度可定制",
|
|
220
|
+
"description": "Driver.js 是一个可以轻松实现新手指引交互的 javascript 工具库,主要的作用是为刚接触应用的新手用户快速了解产品,帮助用户把注意力聚焦到某项功能,从而快速熟悉我们的开发的产品,截止发文 star 已经高达 13...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000042261924",
|
|
222
|
+
"author": "搬不要钱的砖",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/thosefree",
|
|
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/
|
|
228
|
+
"title": "从汇编看golang可变参数函数底层如何处理",
|
|
229
|
+
"description": "引出问题网上看到一个问题,如下代码最后输出是什么,答案是选择是 A. 18。但解释只有一句,知识点:可变参数函数,觉得不够啊. {代码...} 从汇编解读 {代码...} 第10行: i := []int{5, 6, 7}第11行: hello(i.....",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000042261276",
|
|
231
|
+
"author": "夜游神",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/mi2nagemao",
|
|
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": "张乐:研发效能的黄金三角及需求与敏捷协作领域的实践|直播回顾",
|
|
238
|
+
"description": "7月27日,ONES 研发管理大师课第一期课程正式开课啦。本期邀请的大咖讲师是腾讯DevOps 与研发效能资深技术专家张乐老师,分享主题为《研发效能的黄金三角及需求与敏捷协作领域的实践》。通过「黄金三角」这一框架...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000042262905",
|
|
240
|
+
"author": "万事ONES",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/wanshiones",
|
|
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/
|
|
246
|
+
"title": "通过小程序实现微信扫码登录,个人网站接入微信扫码登录功能",
|
|
247
|
+
"description": "网站如果想要实现微信扫码登录其实有很多种方案,常见的方案就是微信开放平台和微信公众号服务号。前者是目前大部分网站并且是微信认可的一种方式,后者是开发者发现服务号具备扫码关注后即可获取用户基本信息的...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000042279451",
|
|
249
|
+
"author": "TANKING",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/tanking",
|
|
251
251
|
"votes": "1",
|
|
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": "CED 2022 | 第二届 1024 中国工程师文化日正式启动",
|
|
256
|
+
"description": "近几年,随着全球数字化转型的飞速进展,工程师文化在国内越来越被重视甚至普及。自去年“第一届 1024 中国工程师文化日 CCF CED ”举办以来,激发工程师潜力的活动便备受业界关注。今年,我们即将于 10 月 23 日在...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000042262134",
|
|
258
|
+
"author": "MissD",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
260
260
|
"votes": "1",
|
|
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": "PHP如何提高高并发能力",
|
|
265
|
+
"description": "用于生产环境中的PHP需要对其进行优化,让PHP自身发挥更好的性能,除了写好PHP代码,还要配置好php-fpm以及php.ini调优。本文从内存、OPcache、上传、会话以及安全等方面讲解php.ini的配置调优。",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000042280585",
|
|
267
|
+
"author": "7small7",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/7small7",
|
|
269
|
+
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|