@wcj/github-rank 22.1.23 → 22.1.24
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 +17668 -17668
- package/dist/sifou-daily.json +73 -28
- package/dist/sifou-monthly.json +64 -64
- package/dist/sifou-weekly.json +66 -66
- package/dist/toutiao-30.json +48 -48
- package/dist/toutiao-7.json +88 -88
- package/dist/toutiao-90.json +10 -10
- package/dist/trending-daily.json +170 -170
- package/dist/trending-monthly.json +153 -153
- package/dist/trending-weekly.json +155 -155
- package/dist/users.china.json +1286 -1286
- package/dist/users.json +1677 -1677
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +17668 -17668
- package/web/data/sifou-daily.json +73 -28
- package/web/data/sifou-monthly.json +64 -64
- package/web/data/sifou-weekly.json +66 -66
- package/web/data/toutiao-30.json +48 -48
- package/web/data/toutiao-7.json +88 -88
- package/web/data/toutiao-90.json +10 -10
- package/web/data/trending-daily.json +170 -170
- package/web/data/trending-monthly.json +153 -153
- package/web/data/trending-weekly.json +155 -155
- package/web/data/users.china.json +1286 -1286
- package/web/data/users.json +1677 -1677
- package/web/index.html +956 -956
- package/web/repos.html +2355 -2355
- package/web/sifou-daily.html +164 -24
- package/web/sifou-monthly.html +126 -126
- package/web/sifou-weekly.html +98 -98
- package/web/toutiao-30.html +58 -58
- package/web/toutiao-7.html +67 -67
- package/web/toutiao-90.html +11 -11
- package/web/trending-monthly.html +140 -140
- package/web/trending-weekly.html +136 -136
- package/web/trending.html +150 -146
- package/web/users.china.html +628 -628
package/dist/sifou-daily.json
CHANGED
|
@@ -1,47 +1,92 @@
|
|
|
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": "LeetCode-147-对链表进行插入排序",
|
|
4
|
+
"description": "题目描述:对链表进行插入排序。插入排序的动画演示如上。从第一个元素开始,该链表可以被认为已经部分排序(用黑色表示)。每次迭代时,从输入数据中移除一个元素(用红色表示),并原地将其插入到已排好序的链...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041327364",
|
|
6
|
+
"author": "雄狮虎豹",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
8
|
+
"votes": "4",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"title": "
|
|
13
|
-
"description": "
|
|
14
|
-
"url": "https://segmentfault.com/a/
|
|
15
|
-
"author": "
|
|
16
|
-
"home_url": "https://segmentfault.com/u/
|
|
12
|
+
"title": "原来,嵌入式BI方案的核心差异全在这,教你如何评估!",
|
|
13
|
+
"description": "每个软件企业的产品在功能上都有自己的特点,都有自己的市场定位和价值主张。在大数据时代,为了让产品更具吸引力,很多软件企业已经开始在自己的产品中引入嵌入式BI方案,来满足用户日益增长的数据分析需求。",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041327968",
|
|
15
|
+
"author": "葡萄城技术团队",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
17
17
|
"votes": "2",
|
|
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": "彻底理解Golang Map",
|
|
22
|
+
"description": "本文目录如下,阅读本文后,将一网打尽下面Golang Map相关面试题面试题map的底层实现原理为什么遍历map是无序的?如何实现有序遍历map?为什么Go map是非线程安全的?线程安全的map如何实现?Go sync.map 和原生 m...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041327964",
|
|
24
|
+
"author": "caspar",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/caspar_618f90e55f06c",
|
|
26
|
+
"votes": "2",
|
|
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": "详解Windows 11背后的技术创新",
|
|
31
|
+
"description": "问世30多年来,Windows 已经成为全球亿万人工作、生活、创作时不可或缺的绝佳伙伴。2021年10月5日,微软产品大家庭正式迎来了最新成员 Windows 11。在如今混合办公、远程协作成为新常态的背景下,新一代 Windows ...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041322940",
|
|
33
|
+
"author": "微软技术栈",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/mstech",
|
|
35
35
|
"votes": "1",
|
|
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/
|
|
44
|
-
"votes": "
|
|
39
|
+
"title": "Golang wails2 跨端桌面解决方案",
|
|
40
|
+
"description": "wails2 Golanggithub: [链接]文档: [链接]环境要求Go 1.16npm需是 Windows,MacOS, Linux 操作系统之一gcc安装 {代码...} 输入命令,有如下结果就是安装成功了 {代码...} 初始化 个人信息 {代码...} Hello World...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041328222",
|
|
42
|
+
"author": "小白要生发",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/xiaobaiyaoshengfa",
|
|
44
|
+
"votes": "3",
|
|
45
45
|
"rank": 5
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"title": "大话设计模式:今天你设计了吗?",
|
|
49
|
+
"description": "在开发过程中你是否有遇到过这样的苦恼?产品发来一个需求,没做过,但是看完需求感觉应该处理起来很简单,然后找到对应的业务代码,发现代码像打乱的毛线一样理不清楚,各种逻辑嵌套,各种特殊判断处理,想要拓...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041328550",
|
|
51
|
+
"author": "SFLYQ",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/sflyq",
|
|
53
|
+
"votes": "1",
|
|
54
|
+
"rank": 6
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"title": "后门恶意软件通杀 Win、macOS、Linux 三大系统;Linux 恶意程序数量增长 35% | 思否周刊",
|
|
58
|
+
"description": "40s 新闻速递Google 和 IBM 提议建立关键开源项目清单Firefox 无法上网系程序员搞错大小写前所未见的后门恶意软件,通杀 Win、macOS、Linux 三大系统研究生编代码有偿帮抢 HPV 九价疫苗,被采取刑事强制措施 砍...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041327676",
|
|
60
|
+
"author": "snakesss",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
62
|
+
"votes": "1",
|
|
63
|
+
"rank": 7
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"title": "贪心算法(2):金条切割问题、点灯问题、IPO问题",
|
|
67
|
+
"description": "一块金条切成两半,是需要花费和长度数值一样的铜板的。比如长度为20的金条,不管怎么切,都要花费20个铜板。一群人想整分整块金条,怎么分最省铜板?输入一个数组,返回分割的最小代价。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041327269",
|
|
69
|
+
"author": "周一pro",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/monday_pro",
|
|
71
|
+
"votes": "1",
|
|
72
|
+
"rank": 8
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"title": "Go Quiz: 从Go面试题搞懂slice range遍历的坑",
|
|
76
|
+
"description": "面试题最近Go 101的作者发布了11道Go面试题,非常有趣,打算写一个系列对每道题做详细解析,欢迎大家关注。本题是Go quiz slice系列的第2道题目,这道题非常有迷惑性。通过这道题我们可以知晓对slice做range遍历...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041327456",
|
|
78
|
+
"author": "coding进阶",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/c9eulmav",
|
|
80
|
+
"votes": "1",
|
|
81
|
+
"rank": 9
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"title": "【css灵感】模拟3D地球",
|
|
85
|
+
"description": "在css中有3d变换的方法,一般用它做一些矩形的效果,如果是圆形则比较困难了。这里用一种障眼法的方式实现了3d的效果。点击这里查看无纯净广告版实现方法 {代码...}",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041328381",
|
|
87
|
+
"author": "墨抒颖",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/moshuying",
|
|
89
|
+
"votes": "1",
|
|
90
|
+
"rank": 10
|
|
46
91
|
}
|
|
47
92
|
]
|
package/dist/sifou-monthly.json
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "用一个 flv.js 播放监控的例子,带你深撅直播流技术",
|
|
4
|
-
"description": "本文记录一下在使用 flv.js 播放监控视频时踩过的各种各样的坑。虽然官网给的 Getting Started 只有短短几行代码,跑一个能播视频的 demo 很容易,但是播放时各种各样的异常会搞到你怀疑人生。",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000041163719",
|
|
6
|
-
"author": "杨成功",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
8
|
-
"votes": "54",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "深入浅出 CSS 动画",
|
|
13
4
|
"description": "本文将比较全面细致的梳理一下 CSS 动画的方方面面,针对每个属性用法的讲解及进阶用法的示意,希望能成为一个比较好的从入门到进阶的教程。CSS 动画介绍及语法首先,我们来简单介绍一下 CSS 动画。最新版本的 CS...",
|
|
@@ -15,7 +6,7 @@
|
|
|
15
6
|
"author": "chokcoco",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
17
8
|
"votes": "51",
|
|
18
|
-
"rank":
|
|
9
|
+
"rank": 1
|
|
19
10
|
},
|
|
20
11
|
{
|
|
21
12
|
"title": "难搞的偏向锁终于被 Java 移除了",
|
|
@@ -24,7 +15,7 @@
|
|
|
24
15
|
"author": "日拱一兵",
|
|
25
16
|
"home_url": "https://segmentfault.com/u/tanrigongyibing",
|
|
26
17
|
"votes": "37",
|
|
27
|
-
"rank":
|
|
18
|
+
"rank": 2
|
|
28
19
|
},
|
|
29
20
|
{
|
|
30
21
|
"title": "一份简单够用的 Nginx Location 配置讲解",
|
|
@@ -32,8 +23,8 @@
|
|
|
32
23
|
"url": "https://segmentfault.com/a/1190000041217732",
|
|
33
24
|
"author": "冴羽",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/yayu",
|
|
35
|
-
"votes": "
|
|
36
|
-
"rank":
|
|
26
|
+
"votes": "34",
|
|
27
|
+
"rank": 3
|
|
37
28
|
},
|
|
38
29
|
{
|
|
39
30
|
"title": "冷门又好用的 CSS 特性",
|
|
@@ -42,7 +33,7 @@
|
|
|
42
33
|
"author": "MudOnTire",
|
|
43
34
|
"home_url": "https://segmentfault.com/u/mudontire",
|
|
44
35
|
"votes": "28",
|
|
45
|
-
"rank":
|
|
36
|
+
"rank": 4
|
|
46
37
|
},
|
|
47
38
|
{
|
|
48
39
|
"title": "使用 Nginx 构建前端日志统计服务",
|
|
@@ -51,7 +42,7 @@
|
|
|
51
42
|
"author": "前端森林",
|
|
52
43
|
"home_url": "https://segmentfault.com/u/fengshuan",
|
|
53
44
|
"votes": "21",
|
|
54
|
-
"rank":
|
|
45
|
+
"rank": 5
|
|
55
46
|
},
|
|
56
47
|
{
|
|
57
48
|
"title": "SegmentFault 思否 2021 年度 Top Writer",
|
|
@@ -60,7 +51,7 @@
|
|
|
60
51
|
"author": "SegmentFault思否",
|
|
61
52
|
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
62
53
|
"votes": "14",
|
|
63
|
-
"rank":
|
|
54
|
+
"rank": 6
|
|
64
55
|
},
|
|
65
56
|
{
|
|
66
57
|
"title": "超硬核 Web 前端学霸笔记,学完就去找工作!",
|
|
@@ -69,7 +60,7 @@
|
|
|
69
60
|
"author": "wscats",
|
|
70
61
|
"home_url": "https://segmentfault.com/u/wscats",
|
|
71
62
|
"votes": "24",
|
|
72
|
-
"rank":
|
|
63
|
+
"rank": 7
|
|
73
64
|
},
|
|
74
65
|
{
|
|
75
66
|
"title": "平平淡淡又一年 | 边城在思否的 2021 年总结",
|
|
@@ -78,16 +69,7 @@
|
|
|
78
69
|
"author": "边城",
|
|
79
70
|
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
80
71
|
"votes": "19",
|
|
81
|
-
"rank":
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"title": "1.2w字 | 从 0 到 1 上手 Web Components 业务组件库开发",
|
|
85
|
-
"description": "组件化是前端发展的一个重要方向,它一方面提高开发效率,另一方面降低维护成本。主流的 Vue.js、React 及其延伸的 Ant Design、uniapp、Taro 等都是组件框架。Web Components 是一组 Web 原生 API 的总称,允许...",
|
|
86
|
-
"url": "https://segmentfault.com/a/1190000041170989",
|
|
87
|
-
"author": "pingan8787",
|
|
88
|
-
"home_url": "https://segmentfault.com/u/pingan8787",
|
|
89
|
-
"votes": "25",
|
|
90
|
-
"rank": 10
|
|
72
|
+
"rank": 8
|
|
91
73
|
},
|
|
92
74
|
{
|
|
93
75
|
"title": "1000粉!使用Three.js制作一个专属3D奖牌🥇",
|
|
@@ -95,17 +77,8 @@
|
|
|
95
77
|
"url": "https://segmentfault.com/a/1190000041311954",
|
|
96
78
|
"author": "dragonir",
|
|
97
79
|
"home_url": "https://segmentfault.com/u/dragonir",
|
|
98
|
-
"votes": "16",
|
|
99
|
-
"rank": 11
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"title": "Amazing!!CSS 也能实现极光?",
|
|
103
|
-
"description": "emmm,这有点难为人了。不过,最近我也尝试着去试了下,虽然不可能模拟出那么真实的效果,但是使用 CSS 还是可以作出类似的一些特效的,今天我们就一起来尝试下。",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000041166007",
|
|
105
|
-
"author": "chokcoco",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
107
80
|
"votes": "17",
|
|
108
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
109
82
|
},
|
|
110
83
|
{
|
|
111
84
|
"title": "备战2022春招,这十道题必会!",
|
|
@@ -114,7 +87,7 @@
|
|
|
114
87
|
"author": "bigsai",
|
|
115
88
|
"home_url": "https://segmentfault.com/u/bigsai",
|
|
116
89
|
"votes": "14",
|
|
117
|
-
"rank":
|
|
90
|
+
"rank": 10
|
|
118
91
|
},
|
|
119
92
|
{
|
|
120
93
|
"title": "可视化编码!前端无缝接入代码可视化编辑",
|
|
@@ -123,7 +96,7 @@
|
|
|
123
96
|
"author": "moyuyc",
|
|
124
97
|
"home_url": "https://segmentfault.com/u/moyuyc",
|
|
125
98
|
"votes": "23",
|
|
126
|
-
"rank":
|
|
99
|
+
"rank": 11
|
|
127
100
|
},
|
|
128
101
|
{
|
|
129
102
|
"title": "【获奖名单】2021思否年度有奖征文获奖名单公布,快来领奖啦~",
|
|
@@ -132,16 +105,7 @@
|
|
|
132
105
|
"author": "SegmentFault思否",
|
|
133
106
|
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
134
107
|
"votes": "13",
|
|
135
|
-
"rank":
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"title": "一看就懂,一写就懵?搞懂回溯算法,一口气刷了20多道题",
|
|
139
|
-
"description": "回溯算法实际上一个类似枚举的搜索尝试过程,主要是在搜索尝试过程中寻找问题的解,当发现已不满足求解条件时,就“回溯”返回,尝试别的路径。——摘自《百度百科》",
|
|
140
|
-
"url": "https://segmentfault.com/a/1190000041181667",
|
|
141
|
-
"author": "叫我詹躲躲",
|
|
142
|
-
"home_url": "https://segmentfault.com/u/huixiaodeyanjingzhenmei",
|
|
143
|
-
"votes": "19",
|
|
144
|
-
"rank": 16
|
|
108
|
+
"rank": 12
|
|
145
109
|
},
|
|
146
110
|
{
|
|
147
111
|
"title": "神器 Nginx 的学习手册 ( 建议收藏 )",
|
|
@@ -150,7 +114,16 @@
|
|
|
150
114
|
"author": "民工哥",
|
|
151
115
|
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
152
116
|
"votes": "22",
|
|
153
|
-
"rank":
|
|
117
|
+
"rank": 13
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"title": "一看就懂,一写就懵?搞懂回溯算法,一口气刷了20多道题",
|
|
121
|
+
"description": "回溯算法实际上一个类似枚举的搜索尝试过程,主要是在搜索尝试过程中寻找问题的解,当发现已不满足求解条件时,就“回溯”返回,尝试别的路径。——摘自《百度百科》",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041181667",
|
|
123
|
+
"author": "叫我詹躲躲",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/huixiaodeyanjingzhenmei",
|
|
125
|
+
"votes": "19",
|
|
126
|
+
"rank": 14
|
|
154
127
|
},
|
|
155
128
|
{
|
|
156
129
|
"title": "Three.js 实现虎年春节3D创意页面",
|
|
@@ -159,7 +132,7 @@
|
|
|
159
132
|
"author": "dragonir",
|
|
160
133
|
"home_url": "https://segmentfault.com/u/dragonir",
|
|
161
134
|
"votes": "15",
|
|
162
|
-
"rank":
|
|
135
|
+
"rank": 15
|
|
163
136
|
},
|
|
164
137
|
{
|
|
165
138
|
"title": "Redis 分布式锁的正确实现原理演化历程与 Redission 实战总结",
|
|
@@ -168,7 +141,7 @@
|
|
|
168
141
|
"author": "码哥字节",
|
|
169
142
|
"home_url": "https://segmentfault.com/u/magebyte",
|
|
170
143
|
"votes": "16",
|
|
171
|
-
"rank":
|
|
144
|
+
"rank": 16
|
|
172
145
|
},
|
|
173
146
|
{
|
|
174
147
|
"title": "我们自研的 Ice 规则引擎开源了",
|
|
@@ -177,7 +150,7 @@
|
|
|
177
150
|
"author": "程序员海军",
|
|
178
151
|
"home_url": "https://segmentfault.com/u/haijun_5e7e16c909f52",
|
|
179
152
|
"votes": "17",
|
|
180
|
-
"rank":
|
|
153
|
+
"rank": 17
|
|
181
154
|
},
|
|
182
155
|
{
|
|
183
156
|
"title": "Amazing!!CSS 也能实现烟雾效果?",
|
|
@@ -186,7 +159,7 @@
|
|
|
186
159
|
"author": "chokcoco",
|
|
187
160
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
188
161
|
"votes": "15",
|
|
189
|
-
"rank":
|
|
162
|
+
"rank": 18
|
|
190
163
|
},
|
|
191
164
|
{
|
|
192
165
|
"title": "Serverless 背景下,一部分“前端工程师”会转变为“应用交付工程师”",
|
|
@@ -195,7 +168,7 @@
|
|
|
195
168
|
"author": "杨成功",
|
|
196
169
|
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
197
170
|
"votes": "16",
|
|
198
|
-
"rank":
|
|
171
|
+
"rank": 19
|
|
199
172
|
},
|
|
200
173
|
{
|
|
201
174
|
"title": "神奇的滤镜!巧妙实现内凹的平滑圆角",
|
|
@@ -204,7 +177,7 @@
|
|
|
204
177
|
"author": "chokcoco",
|
|
205
178
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
206
179
|
"votes": "17",
|
|
207
|
-
"rank":
|
|
180
|
+
"rank": 20
|
|
208
181
|
},
|
|
209
182
|
{
|
|
210
183
|
"title": "React Native新架构剖析",
|
|
@@ -213,7 +186,7 @@
|
|
|
213
186
|
"author": "xiangzhihong",
|
|
214
187
|
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
215
188
|
"votes": "12",
|
|
216
|
-
"rank":
|
|
189
|
+
"rank": 21
|
|
217
190
|
},
|
|
218
191
|
{
|
|
219
192
|
"title": "林三心画了8张图,最通俗易懂的Vue3响应式核心原理解析",
|
|
@@ -222,7 +195,7 @@
|
|
|
222
195
|
"author": "Sunshine_Lin",
|
|
223
196
|
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
224
197
|
"votes": "14",
|
|
225
|
-
"rank":
|
|
198
|
+
"rank": 22
|
|
226
199
|
},
|
|
227
200
|
{
|
|
228
201
|
"title": "Web3.0是什么,为什么MetaVerse这么火?",
|
|
@@ -231,7 +204,7 @@
|
|
|
231
204
|
"author": "Peter谭老师",
|
|
232
205
|
"home_url": "https://segmentfault.com/u/jerrytanjinjie",
|
|
233
206
|
"votes": "18",
|
|
234
|
-
"rank":
|
|
207
|
+
"rank": 23
|
|
235
208
|
},
|
|
236
209
|
{
|
|
237
210
|
"title": "PWA 技术落地!让你的站点(Web)秒变APP(应用程序)",
|
|
@@ -239,8 +212,8 @@
|
|
|
239
212
|
"url": "https://segmentfault.com/a/1190000041307924",
|
|
240
213
|
"author": "葡萄城技术团队",
|
|
241
214
|
"home_url": "https://segmentfault.com/u/grapecity",
|
|
242
|
-
"votes": "
|
|
243
|
-
"rank":
|
|
215
|
+
"votes": "13",
|
|
216
|
+
"rank": 24
|
|
244
217
|
},
|
|
245
218
|
{
|
|
246
219
|
"title": "谁再说不熟悉 Linux 命令,就把这个给他扔过去!",
|
|
@@ -249,7 +222,7 @@
|
|
|
249
222
|
"author": "民工哥",
|
|
250
223
|
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
251
224
|
"votes": "20",
|
|
252
|
-
"rank":
|
|
225
|
+
"rank": 25
|
|
253
226
|
},
|
|
254
227
|
{
|
|
255
228
|
"title": "不会一致性hash算法,劝你简历别写搞过负载均衡",
|
|
@@ -257,8 +230,8 @@
|
|
|
257
230
|
"url": "https://segmentfault.com/a/1190000041268497",
|
|
258
231
|
"author": "程序员内点事",
|
|
259
232
|
"home_url": "https://segmentfault.com/u/chengxy",
|
|
260
|
-
"votes": "
|
|
261
|
-
"rank":
|
|
233
|
+
"votes": "19",
|
|
234
|
+
"rank": 26
|
|
262
235
|
},
|
|
263
236
|
{
|
|
264
237
|
"title": "权威发布丨2021 中国开源先锋 33 人之心尖上的开源人物",
|
|
@@ -267,6 +240,33 @@
|
|
|
267
240
|
"author": "SegmentFault思否",
|
|
268
241
|
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
269
242
|
"votes": "7",
|
|
243
|
+
"rank": 27
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"title": "权威发布 | SegmentFault 思否 2021 年度技术团队",
|
|
247
|
+
"description": "日新月异的技术革命,数字经济的新一轮爆发,背后是无数开发者夜以继日的付出。他们信奉技术力量,敢于技术创新,践行技术信仰,他们是技术先锋,探索改变世界的方向。",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041253145",
|
|
249
|
+
"author": "SegmentFault思否",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
251
|
+
"votes": "10",
|
|
252
|
+
"rank": 28
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"title": "一篇从购买服务器到部署博客代码的详细教程",
|
|
256
|
+
"description": "我们在 《一篇带你用 VuePress + Github Pages 搭建博客》实现了 VuePress 搭建个人博客,在 《一篇教你代码同步 Github 和 Gitee》和 《Gitee 如何自动部署 Pages?还是用 GitHub Actions!》实现了代码自动同步...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041231904",
|
|
258
|
+
"author": "冴羽",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
260
|
+
"votes": "13",
|
|
261
|
+
"rank": 29
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"title": "分布式抽奖秒杀系统,DDD架构设计和实现分享",
|
|
265
|
+
"description": "写CRUD、堆API、改屎山⛰,熬多少个996也只是成为重复的螺丝钉。如果你希望捅破现有工作的瓶颈,拉高一下对技术的认知,那么就非常需要一个大项目来贯穿常用技术栈的知识体系。碎片化断层的背八股文,是解决不了这...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041225635",
|
|
267
|
+
"author": "小傅哥",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
269
|
+
"votes": "16",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|