@wcj/github-rank 22.8.30 → 22.9.2
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 +34453 -34438
- package/dist/sifou-daily.json +26 -44
- package/dist/sifou-monthly.json +100 -100
- package/dist/sifou-weekly.json +154 -154
- package/dist/toutiao-30.json +63 -63
- package/dist/toutiao-7.json +128 -128
- package/dist/toutiao-90.json +37 -37
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +157 -157
- package/dist/trending-weekly.json +169 -169
- package/dist/users.china.json +2297 -2297
- package/dist/users.json +3909 -3910
- package/package.json +1 -1
- package/web/data/repos.json +34453 -34438
- package/web/data/sifou-daily.json +26 -44
- package/web/data/sifou-monthly.json +100 -100
- package/web/data/sifou-weekly.json +154 -154
- package/web/data/toutiao-30.json +63 -63
- package/web/data/toutiao-7.json +128 -128
- package/web/data/toutiao-90.json +37 -37
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +157 -157
- package/web/data/trending-weekly.json +169 -169
- package/web/data/users.china.json +2297 -2297
- package/web/data/users.json +3909 -3910
- package/web/index.html +2010 -2010
- package/web/repos.html +4008 -4008
- package/web/sifou-daily.html +23 -79
- package/web/sifou-monthly.html +131 -131
- package/web/sifou-weekly.html +137 -137
- package/web/toutiao-30.html +73 -73
- package/web/toutiao-7.html +90 -90
- package/web/toutiao-90.html +42 -42
- package/web/trending-monthly.html +138 -138
- package/web/trending-weekly.html +149 -145
- package/web/trending.html +142 -158
- package/web/users.china.html +1162 -1162
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "妙啊!纯 CSS 实现拼图游戏",
|
|
4
|
-
"description": "本文,将向大家介绍一种将多个 CSS 技巧运用到极致的技巧,利用纯 CSS 实现拼图游戏。本技巧源自于 Temani Afif 的 CodePen CSS Only Puzzle game。一款完全由 CSS 实现的拼图游戏。我们要做的,就是将散落的图片...",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000042361223",
|
|
6
|
-
"author": "chokcoco",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
8
|
-
"votes": "14",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "组员老是忘记打卡,我开发了一款小工具,让全组三个月全勤!",
|
|
13
4
|
"description": "开始的时候我们都设置了一个打卡闹铃,下班后准时提醒,但有的时候加班,加完班回家又忘记打卡了。还有的时候迷之自信的以为自己打卡了,第二天看考勤记录发现没打卡。",
|
|
14
5
|
"url": "https://segmentfault.com/a/1190000042386997",
|
|
15
6
|
"author": "杨成功",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
17
|
-
"votes": "
|
|
18
|
-
"rank":
|
|
8
|
+
"votes": "10",
|
|
9
|
+
"rank": 1
|
|
19
10
|
},
|
|
20
11
|
{
|
|
21
|
-
"title": "
|
|
22
|
-
"description": "
|
|
23
|
-
"url": "https://segmentfault.com/a/
|
|
12
|
+
"title": "如何让CSS计数器支持小数的动态变化?",
|
|
13
|
+
"description": "最近在几篇文章中都用到了 CSS 计数器,可以将 CSS 变量通过伪元素content动态展示出来,还可以做出很多有趣的动画。有兴趣的可以先回顾一下之前的这几篇文章:",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000042397184",
|
|
24
15
|
"author": "XboxYan",
|
|
25
16
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
26
|
-
"votes": "
|
|
17
|
+
"votes": "7",
|
|
18
|
+
"rank": 2
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"title": "巧用 transition 实现短视频 APP 点赞动画",
|
|
22
|
+
"description": "那么,这么有趣的点赞动画,有没有可能使用纯 CSS 实现呢?那当然是必须的,本文,就将巧妙的借助 transition,仅仅使用 CSS 完成这么一个点赞动画。",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000042398943",
|
|
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/
|
|
35
|
-
"votes": "
|
|
30
|
+
"title": "盘点一些好用的 JS 单行代码",
|
|
31
|
+
"description": "微信搜索 【大迁世界】, 我会第一时间和你分享前端行业趋势,学习途径等等。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000042391998",
|
|
33
|
+
"author": "前端小智",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
35
|
+
"votes": "7",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -44,24 +44,6 @@
|
|
|
44
44
|
"votes": "3",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
|
-
{
|
|
48
|
-
"title": "怎么防止同事用 Evil.js 的代码投毒",
|
|
49
|
-
"description": "视频移步B站[链接]最近Evil.js被讨论的很多,项目介绍如下项目被发布到npm上后,引起了激烈的讨论,最终因为安全问题被npm官方移除,代码也闭源了作为一个前端老司机,我肯定是反对这种行为,泄私愤有很多种方式...",
|
|
50
|
-
"url": "https://segmentfault.com/a/1190000042360645",
|
|
51
|
-
"author": "前端小菜鸟",
|
|
52
|
-
"home_url": "https://segmentfault.com/u/qianduanxiaocainiao_5c612df9514ba",
|
|
53
|
-
"votes": "5",
|
|
54
|
-
"rank": 6
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"title": "数字化转型“角力战”,这款低代码平台助力企业火力全开",
|
|
58
|
-
"description": "最近几年,我们经常会听到“低代码”这个词,特别是对于科技圈的朋友来说,大家聚在一起都会谈论关于低代码相关的技术话题。我们知道,如今全球数字化进程的推进,企业数字化转型需求也在不断升级,特别是多技术栈...",
|
|
59
|
-
"url": "https://segmentfault.com/a/1190000042362522",
|
|
60
|
-
"author": "MissD",
|
|
61
|
-
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
62
|
-
"votes": "4",
|
|
63
|
-
"rank": 7
|
|
64
|
-
},
|
|
65
47
|
{
|
|
66
48
|
"title": "有意思的方向裁切 overflow: clip",
|
|
67
49
|
"description": "本文将介绍一个新特性,从 Chrome 90 开始,overflow 新增的一个新特性 -- overflow: clip,使用它,轻松的对溢出方向进行控制。",
|
|
@@ -69,16 +51,25 @@
|
|
|
69
51
|
"author": "chokcoco",
|
|
70
52
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
71
53
|
"votes": "4",
|
|
72
|
-
"rank":
|
|
54
|
+
"rank": 6
|
|
73
55
|
},
|
|
74
56
|
{
|
|
75
|
-
"title": "
|
|
76
|
-
"description": "
|
|
77
|
-
"url": "https://segmentfault.com/a/
|
|
78
|
-
"author": "
|
|
79
|
-
"home_url": "https://segmentfault.com/u/
|
|
80
|
-
"votes": "
|
|
81
|
-
"rank":
|
|
57
|
+
"title": "CodeForBetter_Hackathon,唤醒代码的力量",
|
|
58
|
+
"description": "黑客马拉松(Hackathon)最初诞生于 1999 年,由黑客(hack)和马拉松(marathon)两个单词合并而成。黑客马拉松将马拉松的精神用长时间的持续编码表达出来,是开发者们一起分享经验、交流技术和迸发灵感的盛会;...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000042416590",
|
|
60
|
+
"author": "SegmentFault思否",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
62
|
+
"votes": "2",
|
|
63
|
+
"rank": 7
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"title": "【三维地图】开发攻略 —— 详解“GeoJSON”技术和应用场景",
|
|
67
|
+
"description": "GeoJSON ,一个用于存储地理信息的数据格式。GoeJSON对象可以表示几何、特征或特征集合,支持:点、线、面、多点、多线、多面和几何集合。在基于平面地图,三维地图中都需要用到的一种数据类型。由于这种格式在三...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000042394346",
|
|
69
|
+
"author": "葡萄城技术团队",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
71
|
+
"votes": "3",
|
|
72
|
+
"rank": 8
|
|
82
73
|
},
|
|
83
74
|
{
|
|
84
75
|
"title": "人工智能、云原生、边缘计算趋势洞察|“2022 智能云边开源峰会”圆满举办",
|
|
@@ -87,44 +78,44 @@
|
|
|
87
78
|
"author": "六一",
|
|
88
79
|
"home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
|
|
89
80
|
"votes": "1",
|
|
81
|
+
"rank": 9
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"title": "BI如何实现用户身份集成自定义安全程序开发",
|
|
85
|
+
"description": "统一身份认证是整个 IT 架构的最基本的组成部分,而账号则是实现统一身份认证的基础。做好账号的规划和设计直接决定着企业整个信息系统建设的便利与难易程度,决定着系统能否足够敏捷和快速赋能,也决定了在数字...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000042417390",
|
|
87
|
+
"author": "葡萄城技术团队",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
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/
|
|
98
|
-
"votes": "
|
|
93
|
+
"title": "Flutter 3.3 正式发布",
|
|
94
|
+
"description": "Flutter 3 是我们正式为全平台提供支持的一个重量级里程碑,距离它的发布仅过去了三个月,今天让我们有请 Flutter 3.3 正式版!近三个月我们并没有放慢更新迭代的速度——自 Flutter 3 发布以来,我们已经为 Flutte...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000042407155",
|
|
96
|
+
"author": "Flutter",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/flutter",
|
|
98
|
+
"votes": "4",
|
|
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": "精读《SolidJS》",
|
|
103
|
+
"description": "SolidJS 是一个语法像 React Function Component,内核像 Vue 的前端框架,本周我们通过阅读 Introduction to SolidJS 这篇文章来理解理解其核心概念。",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000042392152",
|
|
105
|
+
"author": "黄子毅",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/aoyangyudakong",
|
|
107
|
+
"votes": "3",
|
|
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": "换了vue3+alova后,老板被我整笑了",
|
|
112
|
+
"description": "老板又来了BT的需求😳我们公司最近开发一款todo管理产品,vue3+axios,事情是这样的。老板:我们的产品测试版我试用了,整体实现的不错,不过……我:😨😨😨老板:体验上有待优化一下,比如……todo列表页翻页的时候能不...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000042387248",
|
|
114
|
+
"author": "JOU_amjs",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/jou_icejs",
|
|
116
|
+
"votes": "4",
|
|
117
117
|
"rank": 13
|
|
118
118
|
},
|
|
119
|
-
{
|
|
120
|
-
"title": "spring接口多实现类,该依赖注入哪一个?",
|
|
121
|
-
"description": "一、问题的描述在实际的系统应用开发中我经常会遇到这样的一类需求,相信大家在工作中也会经常遇到:同一个系统在多个省份部署。一个业务在北京是一种实现方式,是基于北京用户的需求。同样的业务在上海是另外一...",
|
|
122
|
-
"url": "https://segmentfault.com/a/1190000042366375",
|
|
123
|
-
"author": "字母哥博客",
|
|
124
|
-
"home_url": "https://segmentfault.com/u/zimug",
|
|
125
|
-
"votes": "3",
|
|
126
|
-
"rank": 14
|
|
127
|
-
},
|
|
128
119
|
{
|
|
129
120
|
"title": "检查原生 JavaScript 函数是否被覆盖",
|
|
130
121
|
"description": "在JavaScript中,原生函数指的是其源代码已经被编译进原生机器码的函数。原生函数可以在JavaScript 标准内置对象(比如说eval(), parseInt()等等),以及浏览器Web API(比如说fetch(), localStorage.getItem()等...",
|
|
@@ -132,16 +123,7 @@
|
|
|
132
123
|
"author": "chuck",
|
|
133
124
|
"home_url": "https://segmentfault.com/u/chuckqu",
|
|
134
125
|
"votes": "2",
|
|
135
|
-
"rank":
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"title": "你不应该依赖CSS 100vh,这就是原因!",
|
|
139
|
-
"description": "微信搜索 【大迁世界】, 我会第一时间和你分享前端行业趋势,学习途径等等。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
140
|
-
"url": "https://segmentfault.com/a/1190000042343159",
|
|
141
|
-
"author": "前端小智",
|
|
142
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
143
|
-
"votes": "4",
|
|
144
|
-
"rank": 16
|
|
126
|
+
"rank": 14
|
|
145
127
|
},
|
|
146
128
|
{
|
|
147
129
|
"title": "常见的 Monorepo 框架大比较",
|
|
@@ -150,123 +132,141 @@
|
|
|
150
132
|
"author": "前端小智",
|
|
151
133
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
152
134
|
"votes": "2",
|
|
153
|
-
"rank":
|
|
135
|
+
"rank": 15
|
|
154
136
|
},
|
|
155
137
|
{
|
|
156
|
-
"title": "
|
|
157
|
-
"description": "
|
|
158
|
-
"url": "https://segmentfault.com/a/
|
|
159
|
-
"author": "
|
|
160
|
-
"home_url": "https://segmentfault.com/u/
|
|
138
|
+
"title": "SegmentFault 思否技术周刊—关于 JavaScript 给你看点有用的!",
|
|
139
|
+
"description": "最近收到需求,需要开发一些针对业务特定公共逻辑部分使用的 JavaScript 函数(类似于开发一个公共 SDK),统一维护,同时供各业务部门的前端开发人员进行复用。为了满足公共库开发调试简单、易用性与健壮性等需...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000042398762",
|
|
141
|
+
"author": "Beverly",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/beverly0",
|
|
161
143
|
"votes": "1",
|
|
162
|
-
"rank":
|
|
144
|
+
"rank": 16
|
|
163
145
|
},
|
|
164
146
|
{
|
|
165
|
-
"title": "
|
|
166
|
-
"description": "
|
|
167
|
-
"url": "https://segmentfault.com/a/
|
|
168
|
-
"author": "
|
|
169
|
-
"home_url": "https://segmentfault.com/u/
|
|
147
|
+
"title": "免费线上讲习班:使用 vue3 开发扫雷游戏",
|
|
148
|
+
"description": "好了伤疤忘了痛,我又想搞 Workshop 了。这次想做一次 Vue3 相关的,考虑了一下,觉得扫雷游戏比较合适:界面简单,操作简单覆盖全面,布局、JS、交互都有需求不需要前后端数据交互,控制学习范围和难度本身有一...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000042414694",
|
|
150
|
+
"author": "Meathill",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/meathill",
|
|
152
|
+
"votes": "5",
|
|
153
|
+
"rank": 17
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"title": "实体关系图 (ERD)",
|
|
157
|
+
"description": "ERD, 即 entity Relationship diagram, 实体关系图。使用一组定义的符号,如矩形、菱形、椭圆和连接线来描述实体、关系及其属性的相互联系。",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000042396742",
|
|
159
|
+
"author": "weiewiyi",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
170
161
|
"votes": "2",
|
|
162
|
+
"rank": 18
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"title": "深入理解JavaScript-Object.create",
|
|
166
|
+
"description": "2006年,Douglas Grockford 写了一篇文章:《JavaScript 中的原型式继承》(”Prototypal Inheritance in JavaScript“)。这篇文章介绍了一种不涉及严格意义上构造函数的继承方法。他的出发点是即使不自定义类型也...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000042404696",
|
|
168
|
+
"author": "山头人汉波",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/johanazhu",
|
|
170
|
+
"votes": "3",
|
|
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/
|
|
174
|
+
"title": "【译】20个实用的JavaScript技巧",
|
|
175
|
+
"description": "JavaScript不断发展壮大,因为它是最容易上手的语言之一,因此为市场上的新“成为技术怪才”打开了大门。(真假的啊?)的确,JavaScript可以做很多出色的事情!还有很多东西要学习。而且,无论您是JavaScript的新...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000042399644",
|
|
177
|
+
"author": "九旬",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/ansonznl",
|
|
179
179
|
"votes": "3",
|
|
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": "渗透攻防Web篇-深入浅出SQL注入",
|
|
184
|
+
"description": "京东SRC(Security Response Center)收录大量外部白帽子提交的sql注入漏洞,漏洞发生的原因多为sql语句拼接和Mybatis使用不当导致。",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000042379218",
|
|
186
|
+
"author": "京东云开发者",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/jdcdevloper",
|
|
188
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": "Docker网络模型以及容器通信",
|
|
193
|
+
"description": "本篇接着上篇:【Docker0网络及原理探究】,继续深入探究容器网络通信原理,通过学习Docker网路驱动模型,更好地解决容器间的通信问题🎉🎉",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000042396908",
|
|
195
|
+
"author": "甜点cc",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/xiaojt",
|
|
197
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/
|
|
201
|
+
"title": "使用 Webpack 构建 JavaScript 工具库",
|
|
202
|
+
"description": "最近收到需求,需要开发一些针对业务特定公共逻辑部分使用的 JavaScript 函数(类似于开发一个公共 SDK),统一维护,同时供各业务部门的前端开发人员进行复用。为了满足公共库开发调试简单、易用性与健壮性等需...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000042386526",
|
|
204
|
+
"author": "hwjfqr",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/hwjfqr",
|
|
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/
|
|
210
|
+
"title": "一次SSL握手异常,我发现JDK还有发行版区别",
|
|
211
|
+
"description": "原创:扣钉日记(微信公众号ID:codelogs),欢迎分享,转载请保留出处。简介最近,我们一个多机房部署的服务,调用方反馈有问题,在调用新加坡机房时正常,而调用印度机房则报SSL握手异常。 排查花了一些时间,...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000042391138",
|
|
213
|
+
"author": "打码日志",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/codelogs",
|
|
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": "我是咖啡师,在软件公司上班|ONES 人物",
|
|
220
|
+
"description": "了解一座城市的最佳方法就是从咖啡开始。你可以找一家好的咖啡馆,买点喝的,然后与咖啡师闲聊几句,他甚至会为你量身定制你的去处。聊天中,你会发现,他们可能为这座城市最好的厨师、调酒师、店主和画廊老板煮...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000042385702",
|
|
222
|
+
"author": "万事ONES",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/wanshiones",
|
|
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": "前端高频面试题(附答案)",
|
|
229
|
+
"description": "流量控制、传输可靠性功能:QUIC在UDP的基础上增加了一层来保证数据传输可靠性,它提供了数据包重传、拥塞控制、以及其他一些TCP中的特性。",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000042397147",
|
|
231
|
+
"author": "hello_world_1024",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/zhishiyuanbodexiaoyanyao",
|
|
233
|
+
"votes": "0",
|
|
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": "关于思否的笔记功能,前几天有幸和几位官方私信沟通过,考虑到提的几个建议过于零散(容易有遗忘),加上最近两天的体验,打算通过提问的方式,在一个博客里列举。",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000042388579",
|
|
240
|
+
"author": "瞿小凯",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/keen_626105e1ef632",
|
|
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/1190000042398799",
|
|
249
|
+
"author": "百度Geek说",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/baidujiagoushi",
|
|
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": "聊聊如何利用管道模式来进行业务编排(上篇)",
|
|
256
|
+
"description": "管道模式不属于我们常说的23种设计模式中的一种,它可以看成是责任链模式的一种变体。所谓的管道模式用技术话来说,就是把数据传递给一个任务队列,由任务队列按次序依次对数据进行加工处理。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000042398701",
|
|
258
|
+
"author": "linyb极客之路",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/linybjikezhilu",
|
|
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": "2022年的前端面试都问些什么?",
|
|
265
|
+
"description": "自从离职后,除了稍微放松一下,休息了几天,准备面试也成了日常中的一环,距离上一次面试已经有超过五年的时间了,所以系统性的准备还是有必要的,这阵子也陆陆续续投了不少的简历,参加了不少面试,如今的面试...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000042388235",
|
|
267
|
+
"author": "Showonne",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/showonne",
|
|
269
|
+
"votes": "4",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|