@wcj/github-rank 22.1.21 → 22.1.22
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 +20773 -20777
- package/dist/sifou-daily.json +60 -78
- package/dist/sifou-monthly.json +63 -63
- package/dist/sifou-weekly.json +118 -118
- package/dist/toutiao-30.json +51 -51
- package/dist/toutiao-7.json +94 -94
- package/dist/toutiao-90.json +21 -21
- package/dist/trending-daily.json +175 -175
- package/dist/trending-monthly.json +155 -155
- package/dist/trending-weekly.json +169 -169
- package/dist/users.china.json +1335 -1335
- package/dist/users.json +2007 -2007
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +20773 -20777
- package/web/data/sifou-daily.json +60 -78
- package/web/data/sifou-monthly.json +63 -63
- package/web/data/sifou-weekly.json +118 -118
- package/web/data/toutiao-30.json +51 -51
- package/web/data/toutiao-7.json +94 -94
- package/web/data/toutiao-90.json +21 -21
- package/web/data/trending-daily.json +175 -175
- package/web/data/trending-monthly.json +155 -155
- package/web/data/trending-weekly.json +169 -169
- package/web/data/users.china.json +1335 -1335
- package/web/data/users.json +2007 -2007
- package/web/index.html +1069 -1069
- package/web/repos.html +2769 -2769
- package/web/sifou-daily.html +51 -107
- package/web/sifou-monthly.html +102 -102
- package/web/sifou-weekly.html +129 -129
- package/web/toutiao-30.html +81 -81
- package/web/toutiao-7.html +66 -66
- package/web/toutiao-90.html +60 -60
- package/web/trending-monthly.html +136 -136
- package/web/trending-weekly.html +149 -149
- package/web/trending.html +150 -154
- package/web/users.china.html +689 -689
package/dist/sifou-daily.json
CHANGED
|
@@ -1,119 +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": "前端开发者也可以懂的基础 System Design",
|
|
4
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041216664",
|
|
6
|
+
"author": "前端小智",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
8
|
+
"votes": "1",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"title": "
|
|
13
|
-
"description": "
|
|
14
|
-
"url": "https://segmentfault.com/a/
|
|
15
|
-
"author": "dragonir",
|
|
16
|
-
"home_url": "https://segmentfault.com/u/dragonir",
|
|
17
|
-
"votes": "2",
|
|
18
|
-
"rank": 2
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"title": "LeetCode-142-环形链表 II",
|
|
22
|
-
"description": "题目描述:给定一个链表,返回链表开始入环的第一个节点。 如果链表无环,则返回 null。为了表示给定链表中的环,我们使用整数 pos 来表示链表尾连接到链表中的位置(索引从 0 开始)。 如果 pos 是 -1,则在该链...",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000041312481",
|
|
12
|
+
"title": "LeetCode-143-重排链表",
|
|
13
|
+
"description": "题目描述:给定一个单链表 L 的头节点 head ,单链表 L 表示为:L0 → L1 → … → Ln-1 → Ln 请将其重新排列后变为:L0 → Ln → L1 → Ln-1 → L2 → Ln-2 → …不能只是单纯的改变节点内部的值,而是需要实际的进行节点交...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041319807",
|
|
24
15
|
"author": "雄狮虎豹",
|
|
25
16
|
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
26
17
|
"votes": "4",
|
|
18
|
+
"rank": 2
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"title": "Spring Boot 3.0.0 发布第一个里程碑版本M1,你的 Java 升到17 了吗?",
|
|
22
|
+
"description": "这个在最早的Spring Boot 3相关预告中就已经知道了,Java 17将成为未来的主流版本。那么问题来了,大家都把Java 17的升级提上日程了吗?如果你对Java 8之后的各种版本的信息不太了解的话,这里有份 4.6 W 字的总...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041319796",
|
|
24
|
+
"author": "程序猿DD",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/coderdd",
|
|
26
|
+
"votes": "3",
|
|
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": "关于 Promise 的执行顺序",
|
|
31
|
+
"description": "最近看到一个 Promise 相关的很有意思的代码: {代码...} 第一次看到这个代码的时候,以为的输出结果会是:1,2,3,4,但是被实际的输出结果打脸 。如图所示,实际的输出结果为:1,2,4,3。代码分析为了搞清楚实际的...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041318362",
|
|
33
|
+
"author": "Shenfq",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/shenfq",
|
|
35
|
+
"votes": "2",
|
|
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": "[译]Vue.js + Astro 比 Vue SPA 更好吗?",
|
|
40
|
+
"description": "在本文中,我将向您展示如何使用 Astro 构建基于 Vue 的应用程序,我们将了解其独特的架构如何带来比单页应用程序 (SPA) 更好的性能。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041323179",
|
|
42
|
+
"author": "杭州程序员张张",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/dunizb",
|
|
44
44
|
"votes": "1",
|
|
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/
|
|
48
|
+
"title": "免费线上讲习班:使用 node.js 开发命令行工具",
|
|
49
|
+
"description": "拜金山办公所赐,近期找工作找得颇有些烦躁。前几天跟老婆回了趟重庆,吃吃喝喝按按摩,很开心,感觉放松了不少。回来的路上,我想这就算提前过年了吧,接下来要多做点事情,正职未卜,先折腾副业吧。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041322756",
|
|
51
|
+
"author": "Meathill",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/meathill",
|
|
53
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": "解析position: sticky;",
|
|
58
|
+
"description": "粘性定位position sticky元素采用正常的文档流布局(static),当其边框(border矩形)相对于最近的滚动祖先元素的内边框(即content矩形)的小于指定阈值时,则position sticky元素相对于该最近的滚动祖先元素固...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041322577",
|
|
60
|
+
"author": "普拉斯强",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/yaofly",
|
|
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": "markdown-it 插件如何写(二)",
|
|
67
|
+
"description": "在搭建博客的过程中,我们出于实际的需求,在《VuePress 博客优化之拓展 Markdown 语法》中讲解了如何写一个 markdown-it插件,又在 《markdown-it 原理解析》中讲解了 markdown-it的执行原理,本篇我们将讲解具...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041322314",
|
|
69
|
+
"author": "冴羽",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
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": "工程师文化:正版软件应该公司买吗",
|
|
76
|
+
"description": "点击一键订阅《云荐大咖》专栏,获取官方推荐精品内容,学技术不迷路!办公需要很多软件,比如 Photoshop、程序员用的 JetBrains IDE,往往价格不菲,那应该公司买还是个人买?如果员工自带电脑上班,却由公司提...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041321192",
|
|
78
|
+
"author": "腾讯云加社区",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/qcloudcommunity",
|
|
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": "还记得西游记里的嫦娥吗?我用10000张图片拼成了儿时女神!",
|
|
85
|
+
"description": "大家好,我是林三心,中秋即将来临,预祝大家中秋快乐!!!我在想,关于中秋,我能写点什么分享给大家呢?这一天,我在看《西游记》,突然想到了我儿时的女神,是谁呢?就是天蓬元帅苦苦追求的嫦娥仙子,那可是...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041318852",
|
|
87
|
+
"author": "Sunshine_Lin",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
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": "官宣:Vue 3 将于 2022 年 2 月 7 日成为新的默认版本!",
|
|
94
|
+
"description": "在其最新提交至 GitHub 的公告信息里显示,“开发者要关注可能需要采取的措施,来确认是否需要在默认版本切换之前做相应改动以避免发生异常。”",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041319130",
|
|
96
|
+
"author": "MissD",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
98
98
|
"votes": "1",
|
|
99
99
|
"rank": 11
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"title": "工商银行实时大数据平台建设历程及展望",
|
|
103
|
-
"description": "本文整理自中国工商银行大数据平台负责人袁一在 Flink Forward Asia 2021 的分享。主要内容包括:工行实时大数据平台建设历程工行实时大数据平台建设思路展望",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000041316750",
|
|
105
|
-
"author": "ApacheFlink",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/ververica",
|
|
107
|
-
"votes": "1",
|
|
108
|
-
"rank": 12
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"title": "如何用Serverless搭建Mock Server?",
|
|
112
|
-
"description": "无服务器Serverless是一种云原生开发模型,可使开发人员专注构建和运行应用,而无需管理服务器。云函数(Serverless Cloud Function,SCF)则是腾讯云提供的无服务器执行环境,可以在无需购买和管理服务器的情况...",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000041312809",
|
|
114
|
-
"author": "腾讯云加社区",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/qcloudcommunity",
|
|
116
|
-
"votes": "1",
|
|
117
|
-
"rank": 13
|
|
118
100
|
}
|
|
119
101
|
]
|
package/dist/sifou-monthly.json
CHANGED
|
@@ -14,18 +14,9 @@
|
|
|
14
14
|
"url": "https://segmentfault.com/a/1190000041275359",
|
|
15
15
|
"author": "chokcoco",
|
|
16
16
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
17
|
-
"votes": "
|
|
17
|
+
"votes": "49",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
|
-
{
|
|
21
|
-
"title": "【建议收藏】11+实战技巧,让你轻松从Vue过渡到React",
|
|
22
|
-
"description": "这篇文章尝试将Vue中一些常见的功能在React中实现一遍,如果你恰巧是Vue转React,或者React转Vue,期待对你有些帮助。如果你是一名熟悉React和Vue的同学跪求轻喷(手动求生)",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000041157904",
|
|
24
|
-
"author": "前端胖头鱼",
|
|
25
|
-
"home_url": "https://segmentfault.com/u/116263",
|
|
26
|
-
"votes": "37",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
20
|
{
|
|
30
21
|
"title": "难搞的偏向锁终于被 Java 移除了",
|
|
31
22
|
"description": "背景在 JDK1.5 之前,面对 Java 并发问题, synchronized 是一招鲜的解决方案:普通同步方法,锁上当前实例对象静态同步方法,锁上当前类 Class 对象同步块,锁上括号里面配置的对象拿同步块来举例: {代码...} 经...",
|
|
@@ -33,7 +24,7 @@
|
|
|
33
24
|
"author": "日拱一兵",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/tanrigongyibing",
|
|
35
26
|
"votes": "37",
|
|
36
|
-
"rank":
|
|
27
|
+
"rank": 3
|
|
37
28
|
},
|
|
38
29
|
{
|
|
39
30
|
"title": "一份简单够用的 Nginx Location 配置讲解",
|
|
@@ -42,7 +33,7 @@
|
|
|
42
33
|
"author": "冴羽",
|
|
43
34
|
"home_url": "https://segmentfault.com/u/yayu",
|
|
44
35
|
"votes": "33",
|
|
45
|
-
"rank":
|
|
36
|
+
"rank": 4
|
|
46
37
|
},
|
|
47
38
|
{
|
|
48
39
|
"title": "冷门又好用的 CSS 特性",
|
|
@@ -50,17 +41,8 @@
|
|
|
50
41
|
"url": "https://segmentfault.com/a/1190000041209570",
|
|
51
42
|
"author": "MudOnTire",
|
|
52
43
|
"home_url": "https://segmentfault.com/u/mudontire",
|
|
53
|
-
"votes": "
|
|
54
|
-
"rank":
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"title": "2022前端必用⭐正则大全, 请🚀提前收好.",
|
|
58
|
-
"description": "你好, 我是any-rule(一个vscode插件)的作者, 感谢大家长期以来对any-rule的喜爱. 经过大家1年多的使用, any-rule后台已经有了10w+的日志记录, 年底了分享下这1年中大家最喜欢的正则有哪些.",
|
|
59
|
-
"url": "https://segmentfault.com/a/1190000041153005",
|
|
60
|
-
"author": "铁皮饭盒",
|
|
61
|
-
"home_url": "https://segmentfault.com/u/russell221",
|
|
62
|
-
"votes": "34",
|
|
63
|
-
"rank": 7
|
|
44
|
+
"votes": "28",
|
|
45
|
+
"rank": 5
|
|
64
46
|
},
|
|
65
47
|
{
|
|
66
48
|
"title": "使用 Nginx 构建前端日志统计服务",
|
|
@@ -69,7 +51,7 @@
|
|
|
69
51
|
"author": "前端森林",
|
|
70
52
|
"home_url": "https://segmentfault.com/u/fengshuan",
|
|
71
53
|
"votes": "21",
|
|
72
|
-
"rank":
|
|
54
|
+
"rank": 6
|
|
73
55
|
},
|
|
74
56
|
{
|
|
75
57
|
"title": "SegmentFault 思否 2021 年度 Top Writer",
|
|
@@ -78,7 +60,7 @@
|
|
|
78
60
|
"author": "SegmentFault思否",
|
|
79
61
|
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
80
62
|
"votes": "14",
|
|
81
|
-
"rank":
|
|
63
|
+
"rank": 7
|
|
82
64
|
},
|
|
83
65
|
{
|
|
84
66
|
"title": "超硬核 Web 前端学霸笔记,学完就去找工作!",
|
|
@@ -87,7 +69,7 @@
|
|
|
87
69
|
"author": "wscats",
|
|
88
70
|
"home_url": "https://segmentfault.com/u/wscats",
|
|
89
71
|
"votes": "24",
|
|
90
|
-
"rank":
|
|
72
|
+
"rank": 8
|
|
91
73
|
},
|
|
92
74
|
{
|
|
93
75
|
"title": "平平淡淡又一年 | 边城在思否的 2021 年总结",
|
|
@@ -96,7 +78,7 @@
|
|
|
96
78
|
"author": "边城",
|
|
97
79
|
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
98
80
|
"votes": "19",
|
|
99
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
100
82
|
},
|
|
101
83
|
{
|
|
102
84
|
"title": "1.2w字 | 从 0 到 1 上手 Web Components 业务组件库开发",
|
|
@@ -105,7 +87,7 @@
|
|
|
105
87
|
"author": "pingan8787",
|
|
106
88
|
"home_url": "https://segmentfault.com/u/pingan8787",
|
|
107
89
|
"votes": "25",
|
|
108
|
-
"rank":
|
|
90
|
+
"rank": 10
|
|
109
91
|
},
|
|
110
92
|
{
|
|
111
93
|
"title": "Amazing!!CSS 也能实现极光?",
|
|
@@ -114,7 +96,7 @@
|
|
|
114
96
|
"author": "chokcoco",
|
|
115
97
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
116
98
|
"votes": "17",
|
|
117
|
-
"rank":
|
|
99
|
+
"rank": 11
|
|
118
100
|
},
|
|
119
101
|
{
|
|
120
102
|
"title": "备战2022春招,这十道题必会!",
|
|
@@ -123,7 +105,7 @@
|
|
|
123
105
|
"author": "bigsai",
|
|
124
106
|
"home_url": "https://segmentfault.com/u/bigsai",
|
|
125
107
|
"votes": "14",
|
|
126
|
-
"rank":
|
|
108
|
+
"rank": 12
|
|
127
109
|
},
|
|
128
110
|
{
|
|
129
111
|
"title": "可视化编码!前端无缝接入代码可视化编辑",
|
|
@@ -132,7 +114,7 @@
|
|
|
132
114
|
"author": "moyuyc",
|
|
133
115
|
"home_url": "https://segmentfault.com/u/moyuyc",
|
|
134
116
|
"votes": "23",
|
|
135
|
-
"rank":
|
|
117
|
+
"rank": 13
|
|
136
118
|
},
|
|
137
119
|
{
|
|
138
120
|
"title": "【获奖名单】2021思否年度有奖征文获奖名单公布,快来领奖啦~",
|
|
@@ -141,7 +123,7 @@
|
|
|
141
123
|
"author": "SegmentFault思否",
|
|
142
124
|
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
143
125
|
"votes": "13",
|
|
144
|
-
"rank":
|
|
126
|
+
"rank": 14
|
|
145
127
|
},
|
|
146
128
|
{
|
|
147
129
|
"title": "一看就懂,一写就懵?搞懂回溯算法,一口气刷了20多道题",
|
|
@@ -150,16 +132,16 @@
|
|
|
150
132
|
"author": "叫我詹躲躲",
|
|
151
133
|
"home_url": "https://segmentfault.com/u/huixiaodeyanjingzhenmei",
|
|
152
134
|
"votes": "19",
|
|
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/
|
|
161
|
-
"votes": "
|
|
162
|
-
"rank":
|
|
138
|
+
"title": "1000粉!使用Three.js制作一个专属3D奖牌🥇",
|
|
139
|
+
"description": "破防了 😭!突然发现 SegmentFault 平台的粉丝数量已经突破 1000 了,它是我的三个博客平台掘金、博客园、SegmentFault中首个粉丝突破 1000 的,于是设计开发这个页面,特此纪念一下。非常感谢大家的关注 🙏,后续...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041311954",
|
|
141
|
+
"author": "dragonir",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/dragonir",
|
|
143
|
+
"votes": "14",
|
|
144
|
+
"rank": 16
|
|
163
145
|
},
|
|
164
146
|
{
|
|
165
147
|
"title": "Three.js 实现虎年春节3D创意页面",
|
|
@@ -168,7 +150,7 @@
|
|
|
168
150
|
"author": "dragonir",
|
|
169
151
|
"home_url": "https://segmentfault.com/u/dragonir",
|
|
170
152
|
"votes": "15",
|
|
171
|
-
"rank":
|
|
153
|
+
"rank": 17
|
|
172
154
|
},
|
|
173
155
|
{
|
|
174
156
|
"title": "Redis 分布式锁的正确实现原理演化历程与 Redission 实战总结",
|
|
@@ -177,7 +159,16 @@
|
|
|
177
159
|
"author": "码哥字节",
|
|
178
160
|
"home_url": "https://segmentfault.com/u/magebyte",
|
|
179
161
|
"votes": "16",
|
|
180
|
-
"rank":
|
|
162
|
+
"rank": 18
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"title": "神器 Nginx 的学习手册 ( 建议收藏 )",
|
|
166
|
+
"description": "无论是运维、开发、测试,Nginx技术栈的学习总是必不可少的,只是不同的岗位掌握的深度与广度不同而已。所以,民工哥利用周末休息时间,将往期推送的Nginx文章给大家重新整理出来,整理出成体系的Nginx知识体系,...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041298011",
|
|
168
|
+
"author": "民工哥",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
170
|
+
"votes": "21",
|
|
171
|
+
"rank": 19
|
|
181
172
|
},
|
|
182
173
|
{
|
|
183
174
|
"title": "我们自研的 Ice 规则引擎开源了",
|
|
@@ -186,7 +177,7 @@
|
|
|
186
177
|
"author": "程序员海军",
|
|
187
178
|
"home_url": "https://segmentfault.com/u/haijun_5e7e16c909f52",
|
|
188
179
|
"votes": "17",
|
|
189
|
-
"rank":
|
|
180
|
+
"rank": 20
|
|
190
181
|
},
|
|
191
182
|
{
|
|
192
183
|
"title": "Amazing!!CSS 也能实现烟雾效果?",
|
|
@@ -195,16 +186,16 @@
|
|
|
195
186
|
"author": "chokcoco",
|
|
196
187
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
197
188
|
"votes": "15",
|
|
198
|
-
"rank":
|
|
189
|
+
"rank": 21
|
|
199
190
|
},
|
|
200
191
|
{
|
|
201
|
-
"title": "
|
|
202
|
-
"description": "
|
|
203
|
-
"url": "https://segmentfault.com/a/
|
|
204
|
-
"author": "
|
|
205
|
-
"home_url": "https://segmentfault.com/u/
|
|
206
|
-
"votes": "
|
|
207
|
-
"rank":
|
|
192
|
+
"title": "Serverless 背景下,一部分“前端工程师”会转变为“应用交付工程师”",
|
|
193
|
+
"description": "这是我的 2022 年第一篇文章。一直在想写些什么比较好,既然是新年,新年新气象,写点技术展望的想法是不是更合适?于是这篇文章的标题,也就是本文的核心思想出来了:",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041294273",
|
|
195
|
+
"author": "杨成功",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
197
|
+
"votes": "16",
|
|
198
|
+
"rank": 22
|
|
208
199
|
},
|
|
209
200
|
{
|
|
210
201
|
"title": "React Native新架构剖析",
|
|
@@ -213,7 +204,7 @@
|
|
|
213
204
|
"author": "xiangzhihong",
|
|
214
205
|
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
215
206
|
"votes": "12",
|
|
216
|
-
"rank":
|
|
207
|
+
"rank": 23
|
|
217
208
|
},
|
|
218
209
|
{
|
|
219
210
|
"title": "林三心画了8张图,最通俗易懂的Vue3响应式核心原理解析",
|
|
@@ -222,7 +213,7 @@
|
|
|
222
213
|
"author": "Sunshine_Lin",
|
|
223
214
|
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
224
215
|
"votes": "14",
|
|
225
|
-
"rank":
|
|
216
|
+
"rank": 24
|
|
226
217
|
},
|
|
227
218
|
{
|
|
228
219
|
"title": "Web3.0是什么,为什么MetaVerse这么火?",
|
|
@@ -231,7 +222,7 @@
|
|
|
231
222
|
"author": "Peter谭老师",
|
|
232
223
|
"home_url": "https://segmentfault.com/u/jerrytanjinjie",
|
|
233
224
|
"votes": "18",
|
|
234
|
-
"rank":
|
|
225
|
+
"rank": 25
|
|
235
226
|
},
|
|
236
227
|
{
|
|
237
228
|
"title": "神奇的滤镜!巧妙实现内凹的平滑圆角",
|
|
@@ -240,8 +231,26 @@
|
|
|
240
231
|
"author": "chokcoco",
|
|
241
232
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
242
233
|
"votes": "16",
|
|
234
|
+
"rank": 26
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"title": "谁再说不熟悉 Linux 命令,就把这个给他扔过去!",
|
|
238
|
+
"description": "虽然平时大部分工作都是和Java相关的开发, 但是每天都会接触Linux系统, 尤其是使用了Mac之后, 每天都是工作在黑色背景的命令行环境中. 自己记忆力不好, 很多有用的Linux命令不能很好的记忆, 现在逐渐总结一下, 以...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041229679",
|
|
240
|
+
"author": "民工哥",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
242
|
+
"votes": "20",
|
|
243
243
|
"rank": 27
|
|
244
244
|
},
|
|
245
|
+
{
|
|
246
|
+
"title": "不会一致性hash算法,劝你简历别写搞过负载均衡",
|
|
247
|
+
"description": "这两天看到技术群里,有小伙伴在讨论一致性hash算法的问题,正愁没啥写的题目就来了,那就简单介绍下它的原理。下边我们以分布式缓存中经典场景举例,面试中也是经常提及的一些话题,看看什么是一致性hash算法以...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041268497",
|
|
249
|
+
"author": "程序员内点事",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/chengxy",
|
|
251
|
+
"votes": "18",
|
|
252
|
+
"rank": 28
|
|
253
|
+
},
|
|
245
254
|
{
|
|
246
255
|
"title": "权威发布丨2021 中国开源先锋 33 人之心尖上的开源人物",
|
|
247
256
|
"description": "在本土,“开源”作为国家战略被首次写入国家“五年规划”,新锐开源商业公司如雨后春笋一般诞生并获得资本青睐,中国首个明确GPL 3.0协议法律效力的判决案例尘埃落定。",
|
|
@@ -249,15 +258,6 @@
|
|
|
249
258
|
"author": "SegmentFault思否",
|
|
250
259
|
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
251
260
|
"votes": "7",
|
|
252
|
-
"rank": 28
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"title": "Serverless 背景下,一部分“前端工程师”会转变为“应用交付工程师”",
|
|
256
|
-
"description": "这是我的 2022 年第一篇文章。一直在想写些什么比较好,既然是新年,新年新气象,写点技术展望的想法是不是更合适?于是这篇文章的标题,也就是本文的核心思想出来了:",
|
|
257
|
-
"url": "https://segmentfault.com/a/1190000041294273",
|
|
258
|
-
"author": "杨成功",
|
|
259
|
-
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
260
|
-
"votes": "15",
|
|
261
261
|
"rank": 29
|
|
262
262
|
},
|
|
263
263
|
{
|