@wcj/github-rank 21.12.18 → 21.12.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 +32108 -32095
- package/dist/sifou-daily.json +209 -92
- package/dist/sifou-monthly.json +106 -106
- package/dist/sifou-weekly.json +175 -175
- package/dist/toutiao-30.json +92 -92
- package/dist/toutiao-7.json +132 -132
- package/dist/toutiao-90.json +15 -15
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +169 -169
- package/dist/trending-weekly.json +173 -173
- package/dist/users.china.json +2528 -2529
- package/dist/users.json +3840 -3842
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +32108 -32095
- package/web/data/sifou-daily.json +209 -92
- package/web/data/sifou-monthly.json +106 -106
- package/web/data/sifou-weekly.json +175 -175
- package/web/data/toutiao-30.json +92 -92
- package/web/data/toutiao-7.json +132 -132
- package/web/data/toutiao-90.json +15 -15
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +169 -169
- package/web/data/trending-weekly.json +173 -173
- package/web/data/users.china.json +2528 -2529
- package/web/data/users.json +3840 -3842
- package/web/index.html +1857 -1857
- package/web/repos.html +4057 -4053
- package/web/sifou-daily.html +441 -77
- package/web/sifou-monthly.html +131 -131
- package/web/sifou-weekly.html +149 -149
- package/web/toutiao-30.html +112 -112
- package/web/toutiao-7.html +86 -86
- package/web/toutiao-90.html +50 -50
- package/web/trending-monthly.html +145 -149
- package/web/trending-weekly.html +152 -148
- package/web/trending.html +150 -150
- package/web/users.china.html +1495 -1495
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,272 +1,272 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "基于 Vite 搭建开发体验超级丝滑的 Vue3 组件库开发框架",
|
|
4
|
-
"description": "说到 Vue 的组件库,大家肯定早已耳熟能详,随随便便就能列举出一大堆。那为什么还需要自己去搭建呢?结合自身的经验,在业务中往往需要高度定制化的组件,无论是 UI 和交互,可能都会跟市面上现有的组件库有着较...",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000041103446",
|
|
6
|
-
"author": "jrainlau",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/jrainlau",
|
|
8
|
-
"votes": "16",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "100行代码实现React核心调度功能",
|
|
13
4
|
"description": "大家好,我卡颂。想必大家都知道React有一套基于Fiber架构的调度系统。这套调度系统的基本功能包括:更新有不同优先级一次更新可能涉及多个组件的render,这些render可能分配到多个宏任务中执行(即时间切片)高...",
|
|
14
5
|
"url": "https://segmentfault.com/a/1190000041126142",
|
|
15
6
|
"author": "卡颂",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/kasong",
|
|
17
|
-
"votes": "
|
|
8
|
+
"votes": "17",
|
|
9
|
+
"rank": 1
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"title": "详解虚拟DOM与Diff算法",
|
|
13
|
+
"description": "最近复习到虚拟DOM与Diff,翻阅了众多资料,特此总结了这篇长文,加深自己对vue的理解。这篇文章比较详细的分析了vue的虚拟DOM,Diff算法,其中一些关键的地方从别处搬运了一些图进行说明(感谢制图的大佬),也包含...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041134103",
|
|
15
|
+
"author": "kerin",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/kerin",
|
|
17
|
+
"votes": "15",
|
|
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": "利用 clip-path 实现动态区域裁剪",
|
|
22
|
+
"description": "背景今天逛 CodePen,看到了这样一个非常有意思的效果:CodePen Demo -- Material Design Menu By Bennett Feely这个效果还是有一些值得探讨学习的点,下面我们一起来看看。如何实现这样一个类似的效果?首先,想...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041126373",
|
|
24
|
+
"author": "chokcoco",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
26
|
+
"votes": "13",
|
|
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": "这是什么选秀节目?数百万人看后想学「机器学习」",
|
|
31
|
+
"description": "“秋名山上行人稀,常有车手较高低。如今无人车当道,全是 AI 老司机。”且问 AI 老司机表现如何?可灵活转弯,控速自如:可行云流水,沿最优路线过弯:更可多次打圈,绕多少下也不在话下:这场竞速赛事,主角确实...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041130996",
|
|
33
|
+
"author": "思否编辑部",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
35
|
+
"votes": "8",
|
|
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": "原来这才是 Socket !",
|
|
40
|
+
"description": "关于对 Socket 的认识,大致分为下面几个主题,Socket 是什么,Socket 是如何创建的,Socket 是如何连接并收发数据的,Socket 套接字的删除等。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041119178",
|
|
42
|
+
"author": "程序员cxuan",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/cxuan",
|
|
44
|
+
"votes": "14",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"title": "
|
|
49
|
-
"description": "
|
|
50
|
-
"url": "https://segmentfault.com/a/
|
|
48
|
+
"title": "被寄予厚望的 Serverless,争议和问题都解决了吗?",
|
|
49
|
+
"description": "2009 年,加州大学伯克利分校发布了一篇论文 《The Berkeley View on Cloud Computing》,正确预测了接下来十年的云计算演进和普及。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041137697",
|
|
51
51
|
"author": "思否编辑部",
|
|
52
52
|
"home_url": "https://segmentfault.com/u/writers",
|
|
53
|
-
"votes": "
|
|
53
|
+
"votes": "6",
|
|
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/
|
|
80
|
-
"votes": "
|
|
75
|
+
"title": "我画了13张图,用最通俗易懂的话讲HTTPS,拿下!",
|
|
76
|
+
"description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心。相信大家平时肯定经常跟 HTTPS 打交道,比如 请求接口、访问网站 等等。。那我们也会经常思考: HTTPS 是啥?...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041132181",
|
|
78
|
+
"author": "Sunshine_Lin",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
80
|
+
"votes": "13",
|
|
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": "还不会用 GitHub Actions ?看看这篇",
|
|
85
|
+
"description": "在上篇《一篇教你代码同步 GitHub 和 Gitee》中,我们使用 GitHub Actions 解决了 GitHub 代码自动同步 Gitee 的问题,这篇我翻译整理了 GitHub Actions 的官方文档,为大家介绍 GitHub Actions 的同时,并讲解上...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041137746",
|
|
87
|
+
"author": "冴羽",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
89
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": "推荐 10 个好用的 Vue3 的开源项目,开发效率又能提升了👍",
|
|
94
|
+
"description": "大家好,我是你们的 猫哥,那个不喜欢吃鱼、又不喜欢喵 的超级猫又在线营业啦 ~平时如何发现好的开源项目,可以看看这篇文章:GitHub 上能挖矿的神仙技巧 - 如何发现优秀开源项目 1. vueuseVue 2 和 3 的基本 Vue...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041144429",
|
|
96
|
+
"author": "夜尽天明",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/biaochenxuying",
|
|
98
|
+
"votes": "8",
|
|
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": "ONES 解码:为何数字化是“超级工程”",
|
|
103
|
+
"description": "试想一下,假如没有互联网,没有快递、外卖,没有游戏、视频,没有社交平台,甚至没有在线健身,我们怎么熬过那些突如其来的居家隔离日子?还有,远程办公、线上教学等的普及让人们可以一再走出工作和学习的现实...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041136217",
|
|
105
|
+
"author": "万事ONES",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/wanshiones",
|
|
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": "快速掌握新版本PHP新功能的技巧",
|
|
112
|
+
"description": "最新PHP版本更新迭代非常快,很多小伙伴都直呼学不动了。又因为文档具有一定的滞后性,看全英文RFC也是有点门槛的事情。所以本文想教大家一种比较快速全面了解新功能的技巧。",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041130373",
|
|
114
|
+
"author": "church",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/church",
|
|
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/
|
|
125
|
-
"votes": "
|
|
120
|
+
"title": "FlutterWeb性能优化探索与实践",
|
|
121
|
+
"description": "美团外卖商家端基于 FlutterWeb 的技术探索已久,目前在多个业务中落地了App、PC、H5的多端复用,有效提升了产研的整体效率。在这过程中,性能问题是我们面临的最大挑战,本文结合实际业务场景进行思考,介绍美团...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041148826",
|
|
123
|
+
"author": "美团技术团队",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/meituanjishutuandui",
|
|
125
|
+
"votes": "2",
|
|
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": "微软亚洲研究院推出时空预测开源工具FOST,应对各行业共性预测需求",
|
|
130
|
+
"description": "编者按:2020年新冠疫情肆虐全球,为了控制疫情蔓延,找到应对措施,美国疾病控制中心公布了大量疫情相关数据,向全世界顶级科研机构救助,希望科学家们可以利用技术能力,提供具有较高参考价值的预测数据,从而...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041121712",
|
|
132
|
+
"author": "微软技术栈",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/mstech",
|
|
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": "回顾 re:Invent 2021:从15年科技创新的脚步看“领导力准则”的脉动",
|
|
139
|
+
"description": "就在今年7月份,亚马逊发布了最新版“领导力准则”,在原有14条的基础上新增了“努力成为最佳雇主”和“能力越大,责任越大”两条,越发凸显了其作为科技行业领军企业的责任与担当。虽然贝索斯选择在亚马逊的辉煌时刻急...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041155731",
|
|
141
|
+
"author": "思否编辑部",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
143
|
+
"votes": "1",
|
|
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": "2021,沪漂五年考研上岸",
|
|
148
|
+
"description": "2021年,依然是为生活忙碌的一年,考研、考证、换工作......回想起去年此时正在紧张的备战考研,或许是年龄大了心态不如从前了,考试前夕特别焦虑一度失眠。不过过程都不重要了,因为结果还不错,现在已经入学半...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041126859",
|
|
150
|
+
"author": "翻雪",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/fanxue",
|
|
152
|
+
"votes": "4",
|
|
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": "数据架构变革进行时:现代化应用需要怎样的数据策略?",
|
|
157
|
+
"description": "随着云计算产业的快速崛起,带动着各行各业开始自己的基于云的业务创新和信息架构现代化,云计算的可靠性、灵活性、按需计费的高性价比等优势已经让很多企业把“云”业务列入到未来发展战略规划中。现代化应用是现...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041150358",
|
|
159
|
+
"author": "SegmentFault思否",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
161
|
+
"votes": "1",
|
|
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": "面试被问TopK问题,可以这样优雅的解答",
|
|
166
|
+
"description": "前言hello,大家好,我是bigsai哥哥,好久不见,甚是想念哇🤩!今天给大家分享一个TOPK问题,不过我这里不考虑特别大分布式的解决方案,普通的一道算法题。首先搞清楚,什么是topK问题?topK问题,就是找出序列中...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041127350",
|
|
168
|
+
"author": "bigsai",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/bigsai",
|
|
170
|
+
"votes": "2",
|
|
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": "严重危害警告!Log4j 执行漏洞被公开!",
|
|
175
|
+
"description": "Log4j2 是一个基于 Java 的日志记录工具。它重写了 Log4j 框架,引入了大量丰富特性,让用户可以控制日志信息输送的目的地为控制台、文件、GUI 组件等。同时通过定义每一条日志信息的级别,让使用者能够更加细致...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041128048",
|
|
177
|
+
"author": "云叔_又拍云",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
179
|
+
"votes": "1",
|
|
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": "[译]Vue官方成员:Vite生态发展的怎么样了",
|
|
184
|
+
"description": "不幸的是,那时候 Vite 有坑,热更新做的也不如传统 webpack 项目,经常需要改一行代码就刷新一下浏览器。所以我趁项目还没变的很庞大之前改用 vue-cli 重构了该项目。但之后看见许多新出现的开源项目都用的 Vite...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041136400",
|
|
186
|
+
"author": "手撕红黑树",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/rip_red_black_tree",
|
|
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": "一篇教你代码同步 Github 和 Gitee",
|
|
193
|
+
"description": "在上篇《一篇带你用 VuePress + Github Pages 搭建博客》,我们成功的用 VuePress 搭建了博客并部署到 Github Pages,但由于 Github 的访问问题,我们可以选择把仓库部署到 Gitee 一份,利用 Gitee 的 Pages 服务...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041123837",
|
|
195
|
+
"author": "冴羽",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
197
|
+
"votes": "4",
|
|
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": "华为HMS Core图形引擎服务携手三七游戏打造移动端实时DDGI技术",
|
|
211
|
+
"description": "在2021年HDC大会的主题演讲中提到,华为HMS Core图形引擎服务(Scene Kit)正协同三七游戏一起打造实时DDGI(动态漫反射全局光照:Dynamic Diffuse Global Illumination)技术,该技术已进入验证阶段。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041133813",
|
|
213
|
+
"author": "HMS_Core",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
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": "程序员编码给自己转账超 21 万元;华为辟谣 20 万月薪 \"工资条\";Go 1.18 Beta 1 可用 | 思否周刊",
|
|
220
|
+
"description": "40s 新闻速递Win10 商店上线摸鱼 App微软 Win10/11 新补丁再次封禁第三方工具:将强制跳转至 Edge 浏览器程序员编码自动给自己微信转账 553 笔 超 21 万元Android 13 曝光:告别疯狂杀后台苹果准备可折叠 iPhone...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041142795",
|
|
222
|
+
"author": "snakesss",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
224
|
+
"votes": "3",
|
|
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": "SIGCOMM 首篇 Multi-path QUIC 论文:阿里自研多路径传输技术XLINK",
|
|
229
|
+
"description": "阿里巴巴淘系技术部与达摩院XG实验室共同研发的XLINK多路传输技术,相关论文「XLINK: QoE-driven multi-path QUIC transport in large-scale video services」已经被顶级学术会议SIGCOMM 2021正式接收, 这也是SI...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041149307",
|
|
231
|
+
"author": "阿里巴巴移动技术",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/alimobile",
|
|
233
|
+
"votes": "1",
|
|
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/
|
|
242
|
-
"votes": "
|
|
237
|
+
"title": "降低制作门槛,人人都是3D“模”术师",
|
|
238
|
+
"description": "12月14日,HDD(Huawei Developer Day)深圳站圆满举办。国内3D扫描类开发团队看山击水为大家分享了与HMS Core 3D建模服务的合作之旅,讲述了如何通过3D物体建模能力为其应用GoAct实现在5分钟内自动生成3D高质量...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041125986",
|
|
240
|
+
"author": "HMS_Core",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
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/
|
|
251
|
-
"votes": "
|
|
246
|
+
"title": "为什么加上<log4j2.version>配置就可以更新log4j2的版本?",
|
|
247
|
+
"description": "最近log4j2的核弹级漏洞席卷了大部分互联网公司,升级版本成了这两周的核心任务。对于要升级到什么版本,最新版本2.16.0是最佳选择。那么如何快速升级,之前也给出了Spring Boot项目升级版本的最简方法。",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041134937",
|
|
249
|
+
"author": "程序猿DD",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/coderdd",
|
|
251
|
+
"votes": "1",
|
|
252
252
|
"rank": 28
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"title": "2021
|
|
256
|
-
"description": "
|
|
257
|
-
"url": "https://segmentfault.com/a/
|
|
258
|
-
"author": "
|
|
259
|
-
"home_url": "https://segmentfault.com/u/
|
|
260
|
-
"votes": "
|
|
255
|
+
"title": "2021 年简单回顾一下,从前端开发角色裸辞后转型开始做猎头的我",
|
|
256
|
+
"description": "这个扩展组件是一个在 github 上开源的,作为开源的必定也就无法去做埋点相关的数据统计,最终其实也无法统计到一些数据情况。作为长期维护的项目,但却没有相关有力的数据来依托,做了什么,价值是什么,真说不清。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041141578",
|
|
258
|
+
"author": "林小志",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/linxz",
|
|
260
|
+
"votes": "3",
|
|
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": "2021 中国开源先锋 33 人评选启动,快来推荐你心尖上的开源先锋吧!",
|
|
265
|
+
"description": "2021 年 3 月 13 日,《中华人民共和国国民经济和社会发展第十四个五年规划和 2035 年远景目标纲要》(以下简称“目标纲要”,点击此处阅读全文)正式发布。“开源” 被首次写入国家 “五年规划”,云计算、大数据、智...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041155503",
|
|
267
|
+
"author": "SegmentFault思否",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
269
|
+
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|