@wcj/github-rank 22.1.20 → 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 +35165 -35161
- package/dist/sifou-daily.json +57 -84
- package/dist/sifou-monthly.json +98 -98
- package/dist/sifou-weekly.json +158 -158
- package/dist/toutiao-30.json +82 -82
- package/dist/toutiao-7.json +125 -125
- package/dist/toutiao-90.json +35 -35
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +167 -167
- package/dist/trending-weekly.json +167 -167
- package/dist/users.china.json +2852 -2852
- package/dist/users.json +3671 -3671
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +35165 -35161
- package/web/data/sifou-daily.json +57 -84
- package/web/data/sifou-monthly.json +98 -98
- package/web/data/sifou-weekly.json +158 -158
- package/web/data/toutiao-30.json +82 -82
- package/web/data/toutiao-7.json +125 -125
- package/web/data/toutiao-90.json +35 -35
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +167 -167
- package/web/data/trending-weekly.json +167 -167
- package/web/data/users.china.json +2852 -2852
- package/web/data/users.json +3671 -3671
- package/web/index.html +1830 -1830
- package/web/repos.html +4371 -4371
- package/web/sifou-daily.html +49 -133
- package/web/sifou-monthly.html +147 -147
- package/web/sifou-weekly.html +133 -133
- package/web/toutiao-30.html +89 -89
- package/web/toutiao-7.html +81 -81
- package/web/toutiao-90.html +86 -86
- package/web/trending-monthly.html +143 -147
- package/web/trending-weekly.html +144 -144
- package/web/trending.html +152 -140
- package/web/users.china.html +1379 -1379
|
@@ -1,119 +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/
|
|
17
|
-
"votes": "
|
|
12
|
+
"title": "原来,嵌入式BI方案的核心差异全在这,教你如何评估!",
|
|
13
|
+
"description": "每个软件企业的产品在功能上都有自己的特点,都有自己的市场定位和价值主张。在大数据时代,为了让产品更具吸引力,很多软件企业已经开始在自己的产品中引入嵌入式BI方案,来满足用户日益增长的数据分析需求。",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041327968",
|
|
15
|
+
"author": "葡萄城技术团队",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
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/
|
|
35
|
-
"votes": "
|
|
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
|
+
"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
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": "在开发过程中你是否有遇到过这样的苦恼?产品发来一个需求,没做过,但是看完需求感觉应该处理起来很简单,然后找到对应的业务代码,发现代码像打乱的毛线一样理不清楚,各种逻辑嵌套,各种特殊判断处理,想要拓...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041328550",
|
|
51
|
+
"author": "SFLYQ",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/sflyq",
|
|
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": "后门恶意软件通杀 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
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": "贪心算法(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
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": "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
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": "【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
89
|
"votes": "1",
|
|
90
90
|
"rank": 10
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"title": "Markdown-it 原理解析",
|
|
94
|
-
"description": "在搭建博客的过程中,我们出于实际的需求,在《VuePress 博客优化之拓展 Markdown 语法》中讲解了如何写一个 markdown-it插件,本篇我们将深入markdown-it的源码,讲解 markdown-it的执行原理,旨在让大家对 mark...",
|
|
95
|
-
"url": "https://segmentfault.com/a/1190000041310810",
|
|
96
|
-
"author": "冴羽",
|
|
97
|
-
"home_url": "https://segmentfault.com/u/yayu",
|
|
98
|
-
"votes": "1",
|
|
99
|
-
"rank": 11
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"title": "gpushare.com_基于去噪Transformer的无监督句子编码【EMNLP 2021】",
|
|
103
|
-
"description": "这几天忙里偷闲去社区看了看各位版主一开始发的文章。重点找了我最喜欢的版主Mathor的文章,仔细一查,竟然已经发了90多篇,不愧是社区大佬本佬了!",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000041308991",
|
|
105
|
-
"author": "恒源云",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/gpushare",
|
|
107
|
-
"votes": "1",
|
|
108
|
-
"rank": 12
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"title": "为了让你们进阶Canvas,我花7小时写了3个有趣的小游戏!!!",
|
|
112
|
-
"description": "大家好,我是林三心,相信大家看了我前一篇canvas入门文章为了让她10分钟入门canvas,我熬夜写了3个小项目和这篇文章,对canvas已经有了入门级的了解。今天,我又用canvas写了三个有趣的小游戏,来哄你们开心,没...",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000041305970",
|
|
114
|
-
"author": "Sunshine_Lin",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
116
|
-
"votes": "2",
|
|
117
|
-
"rank": 13
|
|
118
91
|
}
|
|
119
92
|
]
|
|
@@ -1,30 +1,12 @@
|
|
|
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": "53",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "深入浅出 CSS 动画",
|
|
13
4
|
"description": "本文将比较全面细致的梳理一下 CSS 动画的方方面面,针对每个属性用法的讲解及进阶用法的示意,希望能成为一个比较好的从入门到进阶的教程。CSS 动画介绍及语法首先,我们来简单介绍一下 CSS 动画。最新版本的 CS...",
|
|
14
5
|
"url": "https://segmentfault.com/a/1190000041275359",
|
|
15
6
|
"author": "chokcoco",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
17
|
-
"votes": "
|
|
18
|
-
"rank":
|
|
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
|
|
8
|
+
"votes": "51",
|
|
9
|
+
"rank": 1
|
|
28
10
|
},
|
|
29
11
|
{
|
|
30
12
|
"title": "难搞的偏向锁终于被 Java 移除了",
|
|
@@ -33,7 +15,7 @@
|
|
|
33
15
|
"author": "日拱一兵",
|
|
34
16
|
"home_url": "https://segmentfault.com/u/tanrigongyibing",
|
|
35
17
|
"votes": "37",
|
|
36
|
-
"rank":
|
|
18
|
+
"rank": 2
|
|
37
19
|
},
|
|
38
20
|
{
|
|
39
21
|
"title": "一份简单够用的 Nginx Location 配置讲解",
|
|
@@ -41,8 +23,8 @@
|
|
|
41
23
|
"url": "https://segmentfault.com/a/1190000041217732",
|
|
42
24
|
"author": "冴羽",
|
|
43
25
|
"home_url": "https://segmentfault.com/u/yayu",
|
|
44
|
-
"votes": "
|
|
45
|
-
"rank":
|
|
26
|
+
"votes": "34",
|
|
27
|
+
"rank": 3
|
|
46
28
|
},
|
|
47
29
|
{
|
|
48
30
|
"title": "冷门又好用的 CSS 特性",
|
|
@@ -50,17 +32,8 @@
|
|
|
50
32
|
"url": "https://segmentfault.com/a/1190000041209570",
|
|
51
33
|
"author": "MudOnTire",
|
|
52
34
|
"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
|
|
35
|
+
"votes": "28",
|
|
36
|
+
"rank": 4
|
|
64
37
|
},
|
|
65
38
|
{
|
|
66
39
|
"title": "使用 Nginx 构建前端日志统计服务",
|
|
@@ -69,7 +42,7 @@
|
|
|
69
42
|
"author": "前端森林",
|
|
70
43
|
"home_url": "https://segmentfault.com/u/fengshuan",
|
|
71
44
|
"votes": "21",
|
|
72
|
-
"rank":
|
|
45
|
+
"rank": 5
|
|
73
46
|
},
|
|
74
47
|
{
|
|
75
48
|
"title": "SegmentFault 思否 2021 年度 Top Writer",
|
|
@@ -78,7 +51,7 @@
|
|
|
78
51
|
"author": "SegmentFault思否",
|
|
79
52
|
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
80
53
|
"votes": "14",
|
|
81
|
-
"rank":
|
|
54
|
+
"rank": 6
|
|
82
55
|
},
|
|
83
56
|
{
|
|
84
57
|
"title": "超硬核 Web 前端学霸笔记,学完就去找工作!",
|
|
@@ -87,7 +60,7 @@
|
|
|
87
60
|
"author": "wscats",
|
|
88
61
|
"home_url": "https://segmentfault.com/u/wscats",
|
|
89
62
|
"votes": "24",
|
|
90
|
-
"rank":
|
|
63
|
+
"rank": 7
|
|
91
64
|
},
|
|
92
65
|
{
|
|
93
66
|
"title": "平平淡淡又一年 | 边城在思否的 2021 年总结",
|
|
@@ -96,25 +69,16 @@
|
|
|
96
69
|
"author": "边城",
|
|
97
70
|
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
98
71
|
"votes": "19",
|
|
99
|
-
"rank":
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"title": "1.2w字 | 从 0 到 1 上手 Web Components 业务组件库开发",
|
|
103
|
-
"description": "组件化是前端发展的一个重要方向,它一方面提高开发效率,另一方面降低维护成本。主流的 Vue.js、React 及其延伸的 Ant Design、uniapp、Taro 等都是组件框架。Web Components 是一组 Web 原生 API 的总称,允许...",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000041170989",
|
|
105
|
-
"author": "pingan8787",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/pingan8787",
|
|
107
|
-
"votes": "25",
|
|
108
|
-
"rank": 12
|
|
72
|
+
"rank": 8
|
|
109
73
|
},
|
|
110
74
|
{
|
|
111
|
-
"title": "
|
|
112
|
-
"description": "
|
|
113
|
-
"url": "https://segmentfault.com/a/
|
|
114
|
-
"author": "
|
|
115
|
-
"home_url": "https://segmentfault.com/u/
|
|
75
|
+
"title": "1000粉!使用Three.js制作一个专属3D奖牌🥇",
|
|
76
|
+
"description": "破防了 😭!突然发现 SegmentFault 平台的粉丝数量已经突破 1000 了,它是我的三个博客平台掘金、博客园、SegmentFault中首个粉丝突破 1000 的,于是设计开发这个页面,特此纪念一下。非常感谢大家的关注 🙏,后续...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041311954",
|
|
78
|
+
"author": "dragonir",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/dragonir",
|
|
116
80
|
"votes": "17",
|
|
117
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
118
82
|
},
|
|
119
83
|
{
|
|
120
84
|
"title": "备战2022春招,这十道题必会!",
|
|
@@ -123,7 +87,7 @@
|
|
|
123
87
|
"author": "bigsai",
|
|
124
88
|
"home_url": "https://segmentfault.com/u/bigsai",
|
|
125
89
|
"votes": "14",
|
|
126
|
-
"rank":
|
|
90
|
+
"rank": 10
|
|
127
91
|
},
|
|
128
92
|
{
|
|
129
93
|
"title": "可视化编码!前端无缝接入代码可视化编辑",
|
|
@@ -132,7 +96,7 @@
|
|
|
132
96
|
"author": "moyuyc",
|
|
133
97
|
"home_url": "https://segmentfault.com/u/moyuyc",
|
|
134
98
|
"votes": "23",
|
|
135
|
-
"rank":
|
|
99
|
+
"rank": 11
|
|
136
100
|
},
|
|
137
101
|
{
|
|
138
102
|
"title": "【获奖名单】2021思否年度有奖征文获奖名单公布,快来领奖啦~",
|
|
@@ -141,7 +105,16 @@
|
|
|
141
105
|
"author": "SegmentFault思否",
|
|
142
106
|
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
143
107
|
"votes": "13",
|
|
144
|
-
"rank":
|
|
108
|
+
"rank": 12
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"title": "神器 Nginx 的学习手册 ( 建议收藏 )",
|
|
112
|
+
"description": "无论是运维、开发、测试,Nginx技术栈的学习总是必不可少的,只是不同的岗位掌握的深度与广度不同而已。所以,民工哥利用周末休息时间,将往期推送的Nginx文章给大家重新整理出来,整理出成体系的Nginx知识体系,...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041298011",
|
|
114
|
+
"author": "民工哥",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
116
|
+
"votes": "22",
|
|
117
|
+
"rank": 13
|
|
145
118
|
},
|
|
146
119
|
{
|
|
147
120
|
"title": "一看就懂,一写就懵?搞懂回溯算法,一口气刷了20多道题",
|
|
@@ -150,16 +123,16 @@
|
|
|
150
123
|
"author": "叫我詹躲躲",
|
|
151
124
|
"home_url": "https://segmentfault.com/u/huixiaodeyanjingzhenmei",
|
|
152
125
|
"votes": "19",
|
|
153
|
-
"rank":
|
|
126
|
+
"rank": 14
|
|
154
127
|
},
|
|
155
128
|
{
|
|
156
|
-
"title": "
|
|
157
|
-
"description": "
|
|
158
|
-
"url": "https://segmentfault.com/a/
|
|
159
|
-
"author": "
|
|
160
|
-
"home_url": "https://segmentfault.com/u/
|
|
161
|
-
"votes": "
|
|
162
|
-
"rank":
|
|
129
|
+
"title": "Three.js 实现虎年春节3D创意页面",
|
|
130
|
+
"description": "虎年 🐅 春节将至,本文使用 React + Three.js 技术栈,实现趣味 3D 创意页面。本文包含的知识点主要包括:ShadowMaterial、 MeshPhongMaterial 两种基本材质的使用、使用 LoadingManager 展示模型加载进度、Orbit...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041261707",
|
|
132
|
+
"author": "dragonir",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/dragonir",
|
|
134
|
+
"votes": "15",
|
|
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,16 +159,25 @@
|
|
|
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
|
-
"title": "
|
|
193
|
-
"description": "
|
|
194
|
-
"url": "https://segmentfault.com/a/
|
|
195
|
-
"author": "
|
|
196
|
-
"home_url": "https://segmentfault.com/u/
|
|
197
|
-
"votes": "
|
|
198
|
-
"rank":
|
|
165
|
+
"title": "Serverless 背景下,一部分“前端工程师”会转变为“应用交付工程师”",
|
|
166
|
+
"description": "这是我的 2022 年第一篇文章。一直在想写些什么比较好,既然是新年,新年新气象,写点技术展望的想法是不是更合适?于是这篇文章的标题,也就是本文的核心思想出来了:",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041294273",
|
|
168
|
+
"author": "杨成功",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
170
|
+
"votes": "16",
|
|
171
|
+
"rank": 19
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"title": "神奇的滤镜!巧妙实现内凹的平滑圆角",
|
|
175
|
+
"description": "背景某日,群友们在群里抛出这样一个问题,如何使用 CSS 实现如下的布局:在 CSS 世界中,如果只是下述这种效果,还是非常容易实现的:一旦涉及到圆角或者波浪效果,难度就会提升很多。实现这种连续平滑的曲线其...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041240388",
|
|
177
|
+
"author": "chokcoco",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
179
|
+
"votes": "17",
|
|
180
|
+
"rank": 20
|
|
199
181
|
},
|
|
200
182
|
{
|
|
201
183
|
"title": "React Native新架构剖析",
|
|
@@ -204,7 +186,16 @@
|
|
|
204
186
|
"author": "xiangzhihong",
|
|
205
187
|
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
206
188
|
"votes": "12",
|
|
207
|
-
"rank":
|
|
189
|
+
"rank": 21
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"title": "林三心画了8张图,最通俗易懂的Vue3响应式核心原理解析",
|
|
193
|
+
"description": "基础是进阶的前提其实Vue3已经出来很久了,可能大部分公司都用上了,但是,Vue3究竟比Vue2好在哪里?其实很多人都不知道。今天我就先给大家讲一讲Vue3的响应式原理吧,顺便说一说Vue3的响应式到底比Vue2的响应式...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041207010",
|
|
195
|
+
"author": "Sunshine_Lin",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
197
|
+
"votes": "14",
|
|
198
|
+
"rank": 22
|
|
208
199
|
},
|
|
209
200
|
{
|
|
210
201
|
"title": "Web3.0是什么,为什么MetaVerse这么火?",
|
|
@@ -213,17 +204,35 @@
|
|
|
213
204
|
"author": "Peter谭老师",
|
|
214
205
|
"home_url": "https://segmentfault.com/u/jerrytanjinjie",
|
|
215
206
|
"votes": "18",
|
|
207
|
+
"rank": 23
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"title": "PWA 技术落地!让你的站点(Web)秒变APP(应用程序)",
|
|
211
|
+
"description": "Web应用方兴未艾,我们已经十分习惯习惯了在电脑上进行以自己的工作,而随着众多功能强大的在线网站,我们的Windows的桌面也不再拥挤着各种快捷方式;不光是PC端,在移动端我们也不再在浩如烟海的应用市场安装各...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041307924",
|
|
213
|
+
"author": "葡萄城技术团队",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
215
|
+
"votes": "13",
|
|
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": "谁再说不熟悉 Linux 命令,就把这个给他扔过去!",
|
|
220
|
+
"description": "虽然平时大部分工作都是和Java相关的开发, 但是每天都会接触Linux系统, 尤其是使用了Mac之后, 每天都是工作在黑色背景的命令行环境中. 自己记忆力不好, 很多有用的Linux命令不能很好的记忆, 现在逐渐总结一下, 以...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041229679",
|
|
222
|
+
"author": "民工哥",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
224
|
+
"votes": "20",
|
|
225
225
|
"rank": 25
|
|
226
226
|
},
|
|
227
|
+
{
|
|
228
|
+
"title": "不会一致性hash算法,劝你简历别写搞过负载均衡",
|
|
229
|
+
"description": "这两天看到技术群里,有小伙伴在讨论一致性hash算法的问题,正愁没啥写的题目就来了,那就简单介绍下它的原理。下边我们以分布式缓存中经典场景举例,面试中也是经常提及的一些话题,看看什么是一致性hash算法以...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041268497",
|
|
231
|
+
"author": "程序员内点事",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/chengxy",
|
|
233
|
+
"votes": "19",
|
|
234
|
+
"rank": 26
|
|
235
|
+
},
|
|
227
236
|
{
|
|
228
237
|
"title": "权威发布丨2021 中国开源先锋 33 人之心尖上的开源人物",
|
|
229
238
|
"description": "在本土,“开源”作为国家战略被首次写入国家“五年规划”,新锐开源商业公司如雨后春笋一般诞生并获得资本青睐,中国首个明确GPL 3.0协议法律效力的判决案例尘埃落定。",
|
|
@@ -231,7 +240,7 @@
|
|
|
231
240
|
"author": "SegmentFault思否",
|
|
232
241
|
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
233
242
|
"votes": "7",
|
|
234
|
-
"rank":
|
|
243
|
+
"rank": 27
|
|
235
244
|
},
|
|
236
245
|
{
|
|
237
246
|
"title": "权威发布 | SegmentFault 思否 2021 年度技术团队",
|
|
@@ -240,7 +249,7 @@
|
|
|
240
249
|
"author": "SegmentFault思否",
|
|
241
250
|
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
242
251
|
"votes": "10",
|
|
243
|
-
"rank":
|
|
252
|
+
"rank": 28
|
|
244
253
|
},
|
|
245
254
|
{
|
|
246
255
|
"title": "一篇从购买服务器到部署博客代码的详细教程",
|
|
@@ -249,24 +258,15 @@
|
|
|
249
258
|
"author": "冴羽",
|
|
250
259
|
"home_url": "https://segmentfault.com/u/yayu",
|
|
251
260
|
"votes": "13",
|
|
252
|
-
"rank": 28
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"title": "神器 Nginx 的学习手册 ( 建议收藏 )",
|
|
256
|
-
"description": "无论是运维、开发、测试,Nginx技术栈的学习总是必不可少的,只是不同的岗位掌握的深度与广度不同而已。所以,民工哥利用周末休息时间,将往期推送的Nginx文章给大家重新整理出来,整理出成体系的Nginx知识体系,...",
|
|
257
|
-
"url": "https://segmentfault.com/a/1190000041298011",
|
|
258
|
-
"author": "民工哥",
|
|
259
|
-
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
260
|
-
"votes": "18",
|
|
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": "分布式抽奖秒杀系统,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
|
]
|