@wcj/github-rank 21.12.17 → 21.12.21
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 +33448 -33446
- package/dist/sifou-daily.json +143 -62
- package/dist/sifou-monthly.json +110 -110
- package/dist/sifou-weekly.json +174 -174
- package/dist/toutiao-30.json +96 -96
- package/dist/toutiao-7.json +119 -119
- package/dist/toutiao-90.json +10 -10
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +165 -165
- package/dist/users.china.json +2634 -2635
- package/dist/users.json +3670 -3672
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +33448 -33446
- package/web/data/sifou-daily.json +143 -62
- package/web/data/sifou-monthly.json +110 -110
- package/web/data/sifou-weekly.json +174 -174
- package/web/data/toutiao-30.json +96 -96
- package/web/data/toutiao-7.json +119 -119
- package/web/data/toutiao-90.json +10 -10
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +165 -165
- package/web/data/users.china.json +2634 -2635
- package/web/data/users.json +3670 -3672
- package/web/index.html +1843 -1843
- package/web/repos.html +4000 -4000
- package/web/sifou-daily.html +305 -53
- package/web/sifou-monthly.html +111 -111
- package/web/sifou-weekly.html +146 -146
- package/web/toutiao-30.html +120 -120
- package/web/toutiao-7.html +78 -78
- package/web/toutiao-90.html +12 -12
- package/web/trending-monthly.html +137 -141
- package/web/trending-weekly.html +145 -141
- package/web/trending.html +148 -144
- package/web/users.china.html +1432 -1432
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,271 +1,271 @@
|
|
|
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": "100行代码实现React核心调度功能",
|
|
4
|
+
"description": "大家好,我卡颂。想必大家都知道React有一套基于Fiber架构的调度系统。这套调度系统的基本功能包括:更新有不同优先级一次更新可能涉及多个组件的render,这些render可能分配到多个宏任务中执行(即时间切片)高...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041126142",
|
|
6
|
+
"author": "卡颂",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
8
|
+
"votes": "15",
|
|
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": "这是什么选秀节目?数百万人看后想学「机器学习」",
|
|
13
|
+
"description": "“秋名山上行人稀,常有车手较高低。如今无人车当道,全是 AI 老司机。”且问 AI 老司机表现如何?可灵活转弯,控速自如:可行云流水,沿最优路线过弯:更可多次打圈,绕多少下也不在话下:这场竞速赛事,主角确实...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041130996",
|
|
15
|
+
"author": "思否编辑部",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
17
|
+
"votes": "8",
|
|
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": "详解虚拟DOM与Diff算法",
|
|
22
|
+
"description": "最近复习到虚拟DOM与Diff,翻阅了众多资料,特此总结了这篇长文,加深自己对vue的理解。这篇文章比较详细的分析了vue的虚拟DOM,Diff算法,其中一些关键的地方从别处搬运了一些图进行说明(感谢制图的大佬),也包含...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041134103",
|
|
24
|
+
"author": "kerin",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/kerin",
|
|
26
|
+
"votes": "10",
|
|
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": "被寄予厚望的 Serverless,争议和问题都解决了吗?",
|
|
31
|
+
"description": "2009 年,加州大学伯克利分校发布了一篇论文 《The Berkeley View on Cloud Computing》,正确预测了接下来十年的云计算演进和普及。",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041137697",
|
|
33
|
+
"author": "思否编辑部",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
35
|
+
"votes": "6",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"title": "
|
|
40
|
-
"description": "
|
|
41
|
-
"url": "https://segmentfault.com/a/
|
|
39
|
+
"title": "把数据拖进图形界面,AI帮你预测业务,亚马逊云科技新功能亮了",
|
|
40
|
+
"description": "亚马逊云科技 re:Invent 大会可谓是云计算行业的“春晚”,IT 技术领域风向标级活动,连他们自家的西雅图总部大厦也随其更名为大会名,品牌影响之强,可见一斑。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041115055",
|
|
42
42
|
"author": "思否编辑部",
|
|
43
43
|
"home_url": "https://segmentfault.com/u/writers",
|
|
44
|
-
"votes": "
|
|
44
|
+
"votes": "6",
|
|
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": "利用 clip-path 实现动态区域裁剪",
|
|
49
|
+
"description": "背景今天逛 CodePen,看到了这样一个非常有意思的效果:CodePen Demo -- Material Design Menu By Bennett Feely这个效果还是有一些值得探讨学习的点,下面我们一起来看看。如何实现这样一个类似的效果?首先,想...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041126373",
|
|
51
|
+
"author": "chokcoco",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
53
|
+
"votes": "10",
|
|
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": "2021 中国技术先锋年度评选启动,新增新锐技术先锋企业榜",
|
|
58
|
+
"description": "2021 年 3 月 13 日,《中华人民共和国国民经济和社会发展第十四个五年规划和 2035 年远景目标纲要》(以下简称“目标纲要”,点击此处阅读全文)正式发布。“开源” 被首次写入国家 “五年规划”,云计算、大数据、智...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041137736",
|
|
60
|
+
"author": "SegmentFault思否",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
62
|
+
"votes": "4",
|
|
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": "女,30+,已婚,未育的前端打工人2021年终总结",
|
|
67
|
+
"description": "看到标题4个标签的形容词,女,30+,已婚,未育,层层递进,焦虑感是不是油然而生并且越来越大。当这四个形容词组合在一起的时候,不知道猎头和其他公司的 HR 是怎么鼓起勇气给我打的电话,一定是因为我的简历太...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041123903",
|
|
69
|
+
"author": "阳呀呀",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/yangyaya",
|
|
71
|
+
"votes": "7",
|
|
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": "还不会用 GitHub Actions ?看看这篇",
|
|
76
|
+
"description": "在上篇《一篇教你代码同步 GitHub 和 Gitee》中,我们使用 GitHub Actions 解决了 GitHub 代码自动同步 Gitee 的问题,这篇我翻译整理了 GitHub Actions 的官方文档,为大家介绍 GitHub Actions 的同时,并讲解上...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041137746",
|
|
78
|
+
"author": "冴羽",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
80
80
|
"votes": "6",
|
|
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": "彻底搞懂容器技术的基石: namespace (下)",
|
|
85
|
+
"description": "大家好,我是张晋涛。目前我们所提到的容器技术、虚拟化技术(不论何种抽象层次下的虚拟化技术)都能做到资源层面上的隔离和限制。对于容器技术而言,它实现资源层面上的限制和隔离,依赖于 Linux 内核所提供的 c...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041114149",
|
|
87
|
+
"author": "张晋涛",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/moelove",
|
|
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": "原来这才是 Socket !",
|
|
94
|
+
"description": "关于对 Socket 的认识,大致分为下面几个主题,Socket 是什么,Socket 是如何创建的,Socket 是如何连接并收发数据的,Socket 套接字的删除等。",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041119178",
|
|
96
|
+
"author": "程序员cxuan",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/cxuan",
|
|
98
|
+
"votes": "10",
|
|
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": "我画了13张图,用最通俗易懂的话讲HTTPS,拿下!",
|
|
103
|
+
"description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心。相信大家平时肯定经常跟 HTTPS 打交道,比如 请求接口、访问网站 等等。。那我们也会经常思考: HTTPS 是啥?...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041132181",
|
|
105
|
+
"author": "Sunshine_Lin",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
107
|
+
"votes": "12",
|
|
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": "ONES 解码:为何数字化是“超级工程”",
|
|
112
|
+
"description": "试想一下,假如没有互联网,没有快递、外卖,没有游戏、视频,没有社交平台,甚至没有在线健身,我们怎么熬过那些突如其来的居家隔离日子?还有,远程办公、线上教学等的普及让人们可以一再走出工作和学习的现实...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041136217",
|
|
114
|
+
"author": "万事ONES",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/wanshiones",
|
|
116
|
+
"votes": "3",
|
|
117
117
|
"rank": 13
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"title": "
|
|
121
|
-
"description": "
|
|
122
|
-
"url": "https://segmentfault.com/a/
|
|
123
|
-
"author": "
|
|
124
|
-
"home_url": "https://segmentfault.com/u/
|
|
120
|
+
"title": "原创内容屡屡被盗?从源头对资源盗用说NO",
|
|
121
|
+
"description": "在这个信息化的时代,资源被盗用是一件很让人厌恶,但又很常见的事。比如,之前郭敬明的小说《梦里花落知多少》剽窃庄羽小说《圈里圈外》一事,虽然郭敬明通过个人微博向庄羽道歉,并表示“将把《梦里花落知多少》...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041113026",
|
|
123
|
+
"author": "云叔_又拍云",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
125
125
|
"votes": "6",
|
|
126
126
|
"rank": 14
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"title": "
|
|
130
|
-
"description": "
|
|
131
|
-
"url": "https://segmentfault.com/a/
|
|
132
|
-
"author": "
|
|
133
|
-
"home_url": "https://segmentfault.com/u/
|
|
134
|
-
"votes": "
|
|
129
|
+
"title": "快速掌握新版本PHP新功能的技巧",
|
|
130
|
+
"description": "最新PHP版本更新迭代非常快,很多小伙伴都直呼学不动了。又因为文档具有一定的滞后性,看全英文RFC也是有点门槛的事情。所以本文想教大家一种比较快速全面了解新功能的技巧。",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041130373",
|
|
132
|
+
"author": "church",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/church",
|
|
134
|
+
"votes": "3",
|
|
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/
|
|
143
|
-
"votes": "
|
|
138
|
+
"title": "为什麽前端工程越来越爱使用 Monorepo 架构?",
|
|
139
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041105399",
|
|
141
|
+
"author": "前端小智",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
143
|
+
"votes": "7",
|
|
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": "微软亚洲研究院推出时空预测开源工具FOST,应对各行业共性预测需求",
|
|
148
|
+
"description": "编者按:2020年新冠疫情肆虐全球,为了控制疫情蔓延,找到应对措施,美国疾病控制中心公布了大量疫情相关数据,向全世界顶级科研机构救助,希望科学家们可以利用技术能力,提供具有较高参考价值的预测数据,从而...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041121712",
|
|
150
|
+
"author": "微软技术栈",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/mstech",
|
|
152
|
+
"votes": "3",
|
|
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": "2021,沪漂五年考研上岸",
|
|
157
|
+
"description": "2021年,依然是为生活忙碌的一年,考研、考证、换工作......回想起去年此时正在紧张的备战考研,或许是年龄大了心态不如从前了,考试前夕特别焦虑一度失眠。不过过程都不重要了,因为结果还不错,现在已经入学半...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041126859",
|
|
159
|
+
"author": "翻雪",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/fanxue",
|
|
161
|
+
"votes": "4",
|
|
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": "严重危害警告!Log4j 执行漏洞被公开!",
|
|
166
|
+
"description": "Log4j2 是一个基于 Java 的日志记录工具。它重写了 Log4j 框架,引入了大量丰富特性,让用户可以控制日志信息输送的目的地为控制台、文件、GUI 组件等。同时通过定义每一条日志信息的级别,让使用者能够更加细致...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041128048",
|
|
168
|
+
"author": "云叔_又拍云",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
170
|
+
"votes": "1",
|
|
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": "[译]Vue官方成员:Vite生态发展的怎么样了",
|
|
175
|
+
"description": "不幸的是,那时候 Vite 有坑,热更新做的也不如传统 webpack 项目,经常需要改一行代码就刷新一下浏览器。所以我趁项目还没变的很庞大之前改用 vue-cli 重构了该项目。但之后看见许多新出现的开源项目都用的 Vite...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041136400",
|
|
177
|
+
"author": "手撕红黑树",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/rip_red_black_tree",
|
|
179
|
+
"votes": "2",
|
|
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/
|
|
188
|
-
"votes": "
|
|
183
|
+
"title": "FlutterWeb性能优化探索与实践",
|
|
184
|
+
"description": "美团外卖商家端基于 FlutterWeb 的技术探索已久,目前在多个业务中落地了App、PC、H5的多端复用,有效提升了产研的整体效率。在这过程中,性能问题是我们面临的最大挑战,本文结合实际业务场景进行思考,介绍美团...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041148826",
|
|
186
|
+
"author": "美团技术团队",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/meituanjishutuandui",
|
|
188
|
+
"votes": "2",
|
|
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": "华为HMS Core图形引擎服务携手三七游戏打造移动端实时DDGI技术",
|
|
193
|
+
"description": "在2021年HDC大会的主题演讲中提到,华为HMS Core图形引擎服务(Scene Kit)正协同三七游戏一起打造实时DDGI(动态漫反射全局光照:Dynamic Diffuse Global Illumination)技术,该技术已进入验证阶段。",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041133813",
|
|
195
|
+
"author": "HMS_Core",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
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/
|
|
206
|
-
"votes": "
|
|
201
|
+
"title": "掌握 SQL 这些核心知识点,出去吹牛逼再也不担心了",
|
|
202
|
+
"description": "第一章 SQL的介绍1.1、什么是sqlSQL:Structure Query Language。(结构化查询语言),通过sql操作数据库(操作数据库,操作表,操作数据)SQL被美国国家标准局(ANSI)确定为关系型数据库语言的美国标准,后来被国际...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041124651",
|
|
204
|
+
"author": "民工哥",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
206
|
+
"votes": "6",
|
|
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": "为什么加上<log4j2.version>配置就可以更新log4j2的版本?",
|
|
211
|
+
"description": "最近log4j2的核弹级漏洞席卷了大部分互联网公司,升级版本成了这两周的核心任务。对于要升级到什么版本,最新版本2.16.0是最佳选择。那么如何快速升级,之前也给出了Spring Boot项目升级版本的最简方法。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041134937",
|
|
213
|
+
"author": "程序猿DD",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/coderdd",
|
|
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": "降低制作门槛,人人都是3D“模”术师",
|
|
220
|
+
"description": "12月14日,HDD(Huawei Developer Day)深圳站圆满举办。国内3D扫描类开发团队看山击水为大家分享了与HMS Core 3D建模服务的合作之旅,讲述了如何通过3D物体建模能力为其应用GoAct实现在5分钟内自动生成3D高质量...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041125986",
|
|
222
|
+
"author": "HMS_Core",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
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": "一篇教你代码同步 Github 和 Gitee",
|
|
229
|
+
"description": "在上篇《一篇带你用 VuePress + Github Pages 搭建博客》,我们成功的用 VuePress 搭建了博客并部署到 Github Pages,但由于 Github 的访问问题,我们可以选择把仓库部署到 Gitee 一份,利用 Gitee 的 Pages 服务...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041123837",
|
|
231
|
+
"author": "冴羽",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
233
|
+
"votes": "3",
|
|
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": "面试被问TopK问题,可以这样优雅的解答",
|
|
238
|
+
"description": "前言hello,大家好,我是bigsai哥哥,好久不见,甚是想念哇🤩!今天给大家分享一个TOPK问题,不过我这里不考虑特别大分布式的解决方案,普通的一道算法题。首先搞清楚,什么是topK问题?topK问题,就是找出序列中...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041127350",
|
|
240
|
+
"author": "bigsai",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/bigsai",
|
|
242
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/
|
|
251
|
-
"votes": "
|
|
246
|
+
"title": "推荐 10 个好用的 Vue3 的开源项目,开发效率又能提升了👍",
|
|
247
|
+
"description": "大家好,我是你们的 猫哥,那个不喜欢吃鱼、又不喜欢喵 的超级猫又在线营业啦 ~平时如何发现好的开源项目,可以看看这篇文章:GitHub 上能挖矿的神仙技巧 - 如何发现优秀开源项目 1. vueuseVue 2 和 3 的基本 Vue...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041144429",
|
|
249
|
+
"author": "夜尽天明",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/biaochenxuying",
|
|
251
|
+
"votes": "6",
|
|
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": "谷歌 Android 12 Go 正式发布!",
|
|
256
|
+
"description": "12 月 15 日,谷歌发布了适用于小型或廉价智能手机的 Android 12 Go 版本操作系统。全新登场的 Android 12 Go 版本更流畅、更省电、更安全。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041120423",
|
|
258
|
+
"author": "六一",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
|
|
260
|
+
"votes": "4",
|
|
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/
|
|
264
|
+
"title": "2021 年简单回顾一下,从前端开发角色裸辞后转型开始做猎头的我",
|
|
265
|
+
"description": "这个扩展组件是一个在 github 上开源的,作为开源的必定也就无法去做埋点相关的数据统计,最终其实也无法统计到一些数据情况。作为长期维护的项目,但却没有相关有力的数据来依托,做了什么,价值是什么,真说不清。",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041141578",
|
|
267
|
+
"author": "林小志",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/linxz",
|
|
269
269
|
"votes": "3",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|