@wcj/github-rank 22.3.9 → 22.3.12
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 +33264 -33260
- package/dist/sifou-daily.json +57 -111
- package/dist/sifou-monthly.json +84 -84
- package/dist/sifou-weekly.json +170 -170
- package/dist/toutiao-30.json +81 -81
- package/dist/toutiao-7.json +112 -112
- package/dist/toutiao-90.json +55 -55
- package/dist/trending-daily.json +165 -165
- package/dist/trending-monthly.json +165 -165
- package/dist/trending-weekly.json +167 -167
- package/dist/users.china.json +2805 -2805
- package/dist/users.json +3415 -3416
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +33264 -33260
- package/web/data/sifou-daily.json +57 -111
- package/web/data/sifou-monthly.json +84 -84
- package/web/data/sifou-weekly.json +170 -170
- package/web/data/toutiao-30.json +81 -81
- package/web/data/toutiao-7.json +112 -112
- package/web/data/toutiao-90.json +55 -55
- package/web/data/trending-daily.json +165 -165
- package/web/data/trending-monthly.json +165 -165
- package/web/data/trending-weekly.json +167 -167
- package/web/data/users.china.json +2805 -2805
- package/web/data/users.json +3415 -3416
- package/web/index.html +1830 -1830
- package/web/repos.html +4083 -4083
- package/web/sifou-daily.html +49 -217
- package/web/sifou-monthly.html +100 -100
- package/web/sifou-weekly.html +145 -145
- package/web/toutiao-30.html +108 -108
- package/web/toutiao-7.html +80 -80
- package/web/toutiao-90.html +57 -57
- package/web/trending-monthly.html +149 -145
- package/web/trending-weekly.html +144 -144
- package/web/trending.html +141 -145
- package/web/users.china.html +1426 -1426
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
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": "音视频通信加餐 —— WebRTC一肝到底",
|
|
4
|
+
"description": "原因有两点:首先是“点对点通信”非常吸引我们,不需要中间服务器,客户端直连,通信非常方便;再者是 WebRTC 浏览器原生支持,其他客户端支持也很好,不像传统直播用 flv.js 做兼容,可以实现标准统一。",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041517764",
|
|
6
|
+
"author": "杨成功",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
8
|
+
"votes": "27",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
|
-
{
|
|
12
|
-
"title": "巧用 CSS 实现炫彩三角边框动画",
|
|
13
|
-
"description": "最近有个小伙伴问我,在某个网站看到一个使用 SVG 实现的炫彩三角边框动画,问能否使用 CSS 实现:很有意思的一个动画效果,立马让我想起了我在 CSS 奇思妙想边框动画 一文中介绍的边框动画,非常的类似:其核心...",
|
|
14
|
-
"url": "https://segmentfault.com/a/1190000041487405",
|
|
15
|
-
"author": "chokcoco",
|
|
16
|
-
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
17
|
-
"votes": "20",
|
|
18
|
-
"rank": 2
|
|
19
|
-
},
|
|
20
11
|
{
|
|
21
12
|
"title": "CSS 实现透明方格的 3 种方式",
|
|
22
13
|
"description": "linear-gradient可以说是最早实现这种效果的应用了,当然实现也最为巧妙,也最为复杂。原理是绘制两个直角三角形,然后拼接而成,如下",
|
|
23
14
|
"url": "https://segmentfault.com/a/1190000041504985",
|
|
24
15
|
"author": "XboxYan",
|
|
25
16
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
26
|
-
"votes": "
|
|
17
|
+
"votes": "25",
|
|
18
|
+
"rank": 2
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"title": "革命性创新,动画杀手锏 @scroll-timeline",
|
|
22
|
+
"description": "在 CSS 规范 Scroll-linked Animations 中,推出了一个划时代的 CSS 功能。也就是 -- The @scroll-timeline at-rule,直译过来就是滚动时间线。本文,就将带大家一探究竟,从入门到学会使用 CSS @scroll-timeline...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041505045",
|
|
24
|
+
"author": "chokcoco",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
26
|
+
"votes": "18",
|
|
27
27
|
"rank": 3
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"title": "JavaScript
|
|
31
|
-
"description": "
|
|
32
|
-
"url": "https://segmentfault.com/a/
|
|
33
|
-
"author": "
|
|
34
|
-
"home_url": "https://segmentfault.com/u/
|
|
35
|
-
"votes": "
|
|
30
|
+
"title": "JavaScript 数据处理 - 映射表篇",
|
|
31
|
+
"description": "由于 JavaScript 的动态特性,其对象本身就是一个映射表,对象的「属性名⇒属性值」就是映射表中的「键⇒值」。为了便于把对象当作映射表来使用,JavaScript 甚至允许属性名不是标识符 —— 任意字符串都可以作为属性...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041503556",
|
|
33
|
+
"author": "边城",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
35
|
+
"votes": "15",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -41,90 +41,72 @@
|
|
|
41
41
|
"url": "https://segmentfault.com/a/1190000041501520",
|
|
42
42
|
"author": "白宦成",
|
|
43
43
|
"home_url": "https://segmentfault.com/u/xiqingongzi",
|
|
44
|
-
"votes": "
|
|
44
|
+
"votes": "11",
|
|
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": "是的,今天是 3 月 10 日,农历二月初八(距离周五还有一天,距离下个法定节假日“清明节”还有 23 天,摸鱼人,支棱起来!)本来要写的微软认证课程宣传软文早就安排下来了,但在种种因素的作用下(没错,你没想错...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041529352",
|
|
51
|
+
"author": "snakesss",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
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": "Go 设计哲学:少即是多,哪里来的?",
|
|
58
|
+
"description": "甚至讨论 Go issues 和提案时,都会有人用 “less is more” 来反驳或做为论点支撑,非常的有意思。大家都会很好奇,出处是哪里,是什么意思?",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041524988",
|
|
60
|
+
"author": "煎鱼",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/eddycjy",
|
|
62
|
+
"votes": "8",
|
|
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": "28张图助我学废TS",
|
|
67
|
+
"description": "Ts现在用的越来越多,我感觉是时候总结一波Ts的基础知识点,毕竟与时代脱节不是咱们程序员该做的事,话不多说,直接开整。(注:脑图已经上传至云盘20+脑图系列中)",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041510006",
|
|
69
|
+
"author": "执鸢者",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/zhizhe_5c6eb6478bd93",
|
|
71
|
+
"votes": "12",
|
|
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": "阿里云服务器 ECS 选购指南",
|
|
76
|
+
"description": "在回答这个问题之前,我们先来了解一下这几个参数都是什么意思核就是CPU的核心数(中央处理器(英语:CentralProcessingUnit,缩写:CPU)是计算机的主要设备 之一,功能主要是解释计算机指令以及处理计算机软件中...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041517672",
|
|
78
|
+
"author": "若尘",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/iruochen",
|
|
80
|
+
"votes": "2",
|
|
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": "2022 年用于 Node.js 的顶级 WebSocket 库",
|
|
85
|
+
"description": "在这篇文章中,我们将讨论2022年你应该考虑的八个Node.js WebSocket库。SockJSwsSocket.IOFaye WebSocketSocketClusterSocketteFeathers要开始使用这些库中的任何一个,您需要在本地计算机上安装 npm 和 Node.js...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041507771",
|
|
87
|
+
"author": "杭州程序员张张",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/dunizb",
|
|
89
|
+
"votes": "6",
|
|
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": "使用Three.js实现神奇的3D文字悬浮效果",
|
|
94
|
+
"description": "在 Three.js Journey 课程示例中,提供了一个使用 Three.js 内置方法实现的 3D 文字悬浮效果的例子,本文使用 React + Three.js 技术栈,参照示例实现类似的效果。本文中涉及到的知识点主要包括:CSS 网格背景、M...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041517240",
|
|
96
|
+
"author": "dragonir",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/dragonir",
|
|
98
|
+
"votes": "7",
|
|
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": "Taro cli流程和插件化机制实现原理",
|
|
103
|
+
"description": "自 2.2 开始,Taro 引入了插件化机制,目的是为了让开发者能够通过编写插件的方式来为 Taro 拓展更多功能或为自身业务定制个性化功能。",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041515931",
|
|
105
|
+
"author": "MangoGoing",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/nulidexiaocongmang",
|
|
107
|
+
"votes": "6",
|
|
108
108
|
"rank": 12
|
|
109
109
|
},
|
|
110
|
-
{
|
|
111
|
-
"title": "React内部让人迷惑的性能优化策略",
|
|
112
|
-
"description": "大家好,我卡颂。相比Vue可以基于模版进行编译时性能优化,React作为一个完全运行时的库,只能在运行时谋求性能优化。这些优化对开发者大多是无感知的,但对项目进行性能优化时也常令开发者困惑。比如如下代码: ...",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000041483901",
|
|
114
|
-
"author": "卡颂",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/kasong",
|
|
116
|
-
"votes": "7",
|
|
117
|
-
"rank": 13
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"title": "祝贺姜宁当选 2022 Apache 软件基金会新任董事",
|
|
121
|
-
"description": "在刚刚结束的 ASF Annual Meeting 上,2022 年新任 ASF Member 及董事会成员诞生了。Apache 软件基金会通过官方 blog 向大家公布了新一任董事的选举成果。",
|
|
122
|
-
"url": "https://segmentfault.com/a/1190000041492641",
|
|
123
|
-
"author": "鸣飞",
|
|
124
|
-
"home_url": "https://segmentfault.com/u/mf",
|
|
125
|
-
"votes": "4",
|
|
126
|
-
"rank": 14
|
|
127
|
-
},
|
|
128
110
|
{
|
|
129
111
|
"title": "面向企业级前端应用的开发框架 UI5 的发展简史介绍",
|
|
130
112
|
"description": "在移动应用已经无缝融合到我们日常生活的今日,我们的工作和生活几乎时时刻刻都在和 2C(即 To Customer) 应用打交道。比如手机支付,在线购物,生活缴费,天气和交通线路查询等等。",
|
|
@@ -132,141 +114,159 @@
|
|
|
132
114
|
"author": "JerryWang_汪子熙",
|
|
133
115
|
"home_url": "https://segmentfault.com/u/jerrywangsap",
|
|
134
116
|
"votes": "5",
|
|
117
|
+
"rank": 13
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"title": "推荐20个值得收藏的前端开源项目",
|
|
121
|
+
"description": "Proton是一个轻量、灵活的Javascript粒子动画库。使用它可以轻松创建各种炫酷粒子动画效果,该项目在github被近 2k 项目引用。Proton还支持3d粒子版本[链接] 。",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041502262",
|
|
123
|
+
"author": "TNTWEB",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/tnfe",
|
|
125
|
+
"votes": "10",
|
|
126
|
+
"rank": 14
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"title": "mysql的锁",
|
|
130
|
+
"description": "页面锁:开销和加锁时间界于表锁和行锁之间,会出现死锁,锁定粒度界于表锁和行锁之间,并发度一般。从上述三种锁的特点来看,很难说哪种锁更好,只能就具体应用的特点来说哪种锁更合适。比如,MyISAM和MEMORY引...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041508775",
|
|
132
|
+
"author": "小强Zzz",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/zhaokaiqiang",
|
|
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/
|
|
138
|
+
"title": "Vue 响应式原理",
|
|
139
|
+
"description": "Vue 最独特的特性之一,是非侵入式的响应系统。数据模型仅仅是普通的 JavaScript 对象。而当你修改它们时,视图会进行更新。聊到 Vue 响应式实现原理,众多开发者都知道实现的关键在于利用 Object.defineProperty...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041503070",
|
|
141
|
+
"author": "Zuckjet",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/zuckjet",
|
|
143
143
|
"votes": "5",
|
|
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 页面优化专项 > Lighthouse > 性能分数优化",
|
|
148
|
+
"description": "Lighthouse 目前已经集成在新版本 Chrome DevTools 中,也可以将其作为一个 Chrome 扩展程序运行,或从命令行运行。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041524121",
|
|
150
|
+
"author": "linong",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/linong",
|
|
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/
|
|
161
|
-
"votes": "
|
|
156
|
+
"title": "面试官居然要我用JS代码计算LocalStorage容量!",
|
|
157
|
+
"description": "localStorage 的容量大家都知道是 5M ,但是却很少人知道怎么去验证,而且某些场景需要计算 localStorage 的剩余容量时,就需要我们掌握计算容量的技能了~~",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041504625",
|
|
159
|
+
"author": "Sunshine_Lin",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
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": "被盗4900万,互联网巨头竟败给“小学生”",
|
|
166
|
+
"description": "《那些年,互联网巨头犯过的低级错误》第二集来啦,有请我的同事小亮,一个浙大毕业造无人机的小哥哥,给大家讲讲小学生黑掉百度外卖4900万的故事。",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041522132",
|
|
168
|
+
"author": "qinjianxiang",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/qinjianxiang",
|
|
170
|
+
"votes": "4",
|
|
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": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041510478",
|
|
177
|
+
"author": "前端小智",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
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/
|
|
183
|
+
"title": "30 个极大提高开发效率超级实用的 VSCode 插件",
|
|
184
|
+
"description": "Visual Studio Code 的插件对于在提升编程效率和加快工作速度非常重要。这里有 30 个最受欢迎的 VSCode 插件,它们将使你成为更高效的搬砖摸鱼大师。这些插件主要适用于前端开发人员,但也有一些通用插件也可以适...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041518109",
|
|
186
|
+
"author": "wscats",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/wscats",
|
|
188
188
|
"votes": "5",
|
|
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": "初识Spring IoC",
|
|
193
|
+
"description": "从第一天开始学习SpringBoot,到现在已经有两年了,两年以来我的搬砖能力不断增强,但理论层面仍然是零基础小白。因此,打破瓶颈的方法,就是像学长们一样,多读书、多看理论知识,然后应用实践。",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041508734",
|
|
195
|
+
"author": "LYX6666",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/liuyuxuan6666",
|
|
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": "读Flink源码谈设计:FileSystemConnector中的整洁架构",
|
|
202
|
+
"description": "前阵子在生产上碰到了一个诡异现象:全量作业无法正常进行,日志中充斥着java.util.concurrent.TimeoutException: Heartbeat of TaskManager with id container xxxx(HOSTNAME:PORT) timed out的报错。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041517100",
|
|
204
|
+
"author": "泊浮目",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/camile",
|
|
206
|
+
"votes": "3",
|
|
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": "【Go进阶—并发编程】Context",
|
|
211
|
+
"description": "Context 是 Go 应用开发常用的并发控制技术,它与 WaitGroup 最大的不同点是 Context 对于派生 goroutine 有更强的控制力,它可以控制多级的 goroutine。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041499552",
|
|
213
|
+
"author": "与昊",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/yu_5e842f4043ba6",
|
|
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/
|
|
224
|
-
"votes": "
|
|
219
|
+
"title": "浏览器“联盟”!苹果/谷歌/Mozilla/微软合力解决 Web “互操作性”问题",
|
|
220
|
+
"description": "近日,四大浏览器制造商苹果(Apple)、谷歌(Google)、Mozilla 和微软(Microsoft)以及软件咨询公司博科(Bocoup)和伊加利亚(Igalia),已同意联手合作,致力于改善其网络浏览器的互操作性和用户体验,使 We...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041505804",
|
|
222
|
+
"author": "MissD",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
224
|
+
"votes": "3",
|
|
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": "11 个对开发有帮助的 JS 技巧",
|
|
229
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041504306",
|
|
231
|
+
"author": "前端小智",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
233
|
+
"votes": "6",
|
|
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": "使用Docker方式安装Jenkins",
|
|
238
|
+
"description": "之前自己在阿里云ECS上面安装了Jekins(安装jenkins的文章),最近因为服务器中了挖矿木马于是准备重新安装一下,但是想到每次安装jenkins都要手动安装jdk、maven、docker、kubectl,感觉好麻烦,于是使用官方推荐...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041498807",
|
|
240
|
+
"author": "Awbeci",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/awbeci",
|
|
242
|
+
"votes": "2",
|
|
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": "2022强力之作:一款超精致的图片预览组件",
|
|
247
|
+
"description": "我刚接触前端这个行业的时候就有一个想法,那就是写一个超炫酷的图片预览画廊。还记得当时用美图看看看,那轻快的速度和交互很是令人着迷。该组件在几年前已经发布不完全版,后面断断续续的维护,总感觉差了点什...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041499918",
|
|
249
|
+
"author": "MinJieLiu",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/minjieliu",
|
|
251
251
|
"votes": "4",
|
|
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": "AntV X6源码简析",
|
|
256
|
+
"description": "AntV是蚂蚁金服全新一代数据可视化解决方案,其中X6主要用于解决图编辑领域相关的解决方案,其是一款图编辑引擎,内置了一下编辑器所需的功能及组件等,本文旨在通过简要分析x6源码来对图编辑领域的一些底层引擎...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041503630",
|
|
258
|
+
"author": "野林",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/vleedesigntheory",
|
|
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/
|
|
269
|
-
"votes": "
|
|
264
|
+
"title": "3·8节,一个小视频带你认识下这群才华与美貌兼具的宝藏女孩!",
|
|
265
|
+
"description": "女神节 快乐呀,Girls!在互联网世界,有这样一群宝藏女孩,她们被亲切地称为“程序媛”。她们写得好代码,玩得转美妆,工作上进,学习努力~今天,就带大家认识一下个推的女程序员们,走进#个推程序媛的一天#",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041512808",
|
|
267
|
+
"author": "个推",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/getui",
|
|
269
|
+
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|