@wcj/github-rank 21.12.19 → 21.12.23
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 +34488 -34479
- package/dist/sifou-daily.json +154 -28
- package/dist/sifou-monthly.json +105 -105
- package/dist/sifou-weekly.json +168 -168
- package/dist/toutiao-30.json +99 -99
- package/dist/toutiao-7.json +129 -129
- package/dist/toutiao-90.json +24 -24
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +169 -169
- package/dist/users.china.json +2967 -2968
- package/dist/users.json +3865 -3867
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +34488 -34479
- package/web/data/sifou-daily.json +154 -28
- package/web/data/sifou-monthly.json +105 -105
- package/web/data/sifou-weekly.json +168 -168
- package/web/data/toutiao-30.json +99 -99
- package/web/data/toutiao-7.json +129 -129
- package/web/data/toutiao-90.json +24 -24
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +169 -169
- package/web/data/users.china.json +2967 -2968
- package/web/data/users.json +3865 -3867
- package/web/index.html +1907 -1907
- package/web/repos.html +4250 -4246
- package/web/sifou-daily.html +416 -24
- package/web/sifou-monthly.html +133 -133
- package/web/sifou-weekly.html +147 -147
- package/web/toutiao-30.html +111 -111
- package/web/toutiao-7.html +84 -84
- package/web/toutiao-90.html +81 -81
- package/web/trending-monthly.html +138 -142
- package/web/trending-weekly.html +148 -144
- package/web/trending.html +146 -142
- package/web/users.china.html +1646 -1646
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,48 +1,39 @@
|
|
|
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": "17",
|
|
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": "14",
|
|
18
|
-
"rank": 2
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"title": "现代配置指南——YAML 比 JSON 高级在哪?",
|
|
22
|
-
"description": "一直以来,前端工程中的配置大多都是 .js 文件或者 .json 文件,最常见的比如:package.jsonbabel.config.jswebpack.config.js这些配置对前端非常友好,因为都是我们熟悉的 JS 对象结构。一般静态化的配置会选择 ...",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000041108051",
|
|
24
|
-
"author": "杨成功",
|
|
25
|
-
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
26
8
|
"votes": "19",
|
|
27
|
-
"rank":
|
|
9
|
+
"rank": 1
|
|
28
10
|
},
|
|
29
11
|
{
|
|
30
|
-
"title": "
|
|
31
|
-
"description": "
|
|
32
|
-
"url": "https://segmentfault.com/a/
|
|
33
|
-
"author": "
|
|
34
|
-
"home_url": "https://segmentfault.com/u/
|
|
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",
|
|
35
17
|
"votes": "17",
|
|
36
|
-
"rank":
|
|
18
|
+
"rank": 2
|
|
37
19
|
},
|
|
38
20
|
{
|
|
39
|
-
"title": "
|
|
40
|
-
"description": "
|
|
41
|
-
"url": "https://segmentfault.com/a/
|
|
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
|
+
"rank": 3
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"title": "机器学习岗位年薪50万+,现在有个提供免费学习实操的入门平台,你不了解下?",
|
|
31
|
+
"description": "前有编写「动手学深度学习」,成就圈内入门经典,后又在B站免费讲斯坦福 AI 课,一则艰深硬核讲论文的视频播放量36万,不少课题组从导师到见习本科生都在追番。",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041156066",
|
|
42
33
|
"author": "思否编辑部",
|
|
43
34
|
"home_url": "https://segmentfault.com/u/writers",
|
|
44
|
-
"votes": "
|
|
45
|
-
"rank":
|
|
35
|
+
"votes": "10",
|
|
36
|
+
"rank": 4
|
|
46
37
|
},
|
|
47
38
|
{
|
|
48
39
|
"title": "这是什么选秀节目?数百万人看后想学「机器学习」",
|
|
@@ -51,25 +42,16 @@
|
|
|
51
42
|
"author": "思否编辑部",
|
|
52
43
|
"home_url": "https://segmentfault.com/u/writers",
|
|
53
44
|
"votes": "8",
|
|
54
|
-
"rank":
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"title": "火线安全:Log4j2 史诗级漏洞波及全球6万+开源软件",
|
|
58
|
-
"description": "近日,Log4j2 被爆出现史诗级利用成本极低危害极大的漏洞,黑客可通过发送一条指令即可控制目标设备。Log4j2 作为基础日志组件被大量基础服务在底层使用,据统计,该漏洞影响6万+流行开源软件,影响70%以上的企业...",
|
|
59
|
-
"url": "https://segmentfault.com/a/1190000041105568",
|
|
60
|
-
"author": "火线安全",
|
|
61
|
-
"home_url": "https://segmentfault.com/u/huoxian",
|
|
62
|
-
"votes": "9",
|
|
63
|
-
"rank": 7
|
|
45
|
+
"rank": 5
|
|
64
46
|
},
|
|
65
47
|
{
|
|
66
|
-
"title": "
|
|
67
|
-
"description": "
|
|
68
|
-
"url": "https://segmentfault.com/a/
|
|
69
|
-
"author": "
|
|
70
|
-
"home_url": "https://segmentfault.com/u/
|
|
71
|
-
"votes": "
|
|
72
|
-
"rank":
|
|
48
|
+
"title": "2022前端必用⭐正则大全, 请🚀提前收好.",
|
|
49
|
+
"description": "你好, 我是any-rule(一个vscode插件)的作者, 感谢大家长期以来对any-rule的喜爱. 经过大家1年多的使用, any-rule后台已经有了10w+的日志记录, 年底了分享下这1年中大家最喜欢的正则有哪些.",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041153005",
|
|
51
|
+
"author": "铁皮饭盒",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/russell221",
|
|
53
|
+
"votes": "15",
|
|
54
|
+
"rank": 6
|
|
73
55
|
},
|
|
74
56
|
{
|
|
75
57
|
"title": "被寄予厚望的 Serverless,争议和问题都解决了吗?",
|
|
@@ -78,52 +60,52 @@
|
|
|
78
60
|
"author": "思否编辑部",
|
|
79
61
|
"home_url": "https://segmentfault.com/u/writers",
|
|
80
62
|
"votes": "6",
|
|
81
|
-
"rank":
|
|
63
|
+
"rank": 7
|
|
82
64
|
},
|
|
83
65
|
{
|
|
84
|
-
"title": "
|
|
85
|
-
"description": "
|
|
86
|
-
"url": "https://segmentfault.com/a/
|
|
87
|
-
"author": "
|
|
88
|
-
"home_url": "https://segmentfault.com/u/
|
|
66
|
+
"title": "数据架构变革进行时:现代化应用需要怎样的数据策略?",
|
|
67
|
+
"description": "随着云计算产业的快速崛起,带动着各行各业开始自己的基于云的业务创新和信息架构现代化,云计算的可靠性、灵活性、按需计费的高性价比等优势已经让很多企业把“云”业务列入到未来发展战略规划中。现代化应用是现...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041150358",
|
|
69
|
+
"author": "SegmentFault思否",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
89
71
|
"votes": "6",
|
|
90
|
-
"rank":
|
|
72
|
+
"rank": 8
|
|
91
73
|
},
|
|
92
74
|
{
|
|
93
|
-
"title": "
|
|
94
|
-
"description": "
|
|
95
|
-
"url": "https://segmentfault.com/a/
|
|
96
|
-
"author": "
|
|
97
|
-
"home_url": "https://segmentfault.com/u/
|
|
98
|
-
"votes": "
|
|
99
|
-
"rank":
|
|
75
|
+
"title": "2021 中国技术先锋年度评选启动,新增新锐技术先锋企业榜",
|
|
76
|
+
"description": "2021 年 3 月 13 日,《中华人民共和国国民经济和社会发展第十四个五年规划和 2035 年远景目标纲要》(以下简称“目标纲要”,点击此处阅读全文)正式发布。“开源” 被首次写入国家 “五年规划”,云计算、大数据、智...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041137736",
|
|
78
|
+
"author": "SegmentFault思否",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
80
|
+
"votes": "4",
|
|
81
|
+
"rank": 9
|
|
100
82
|
},
|
|
101
83
|
{
|
|
102
|
-
"title": "
|
|
103
|
-
"description": "
|
|
104
|
-
"url": "https://segmentfault.com/a/
|
|
105
|
-
"author": "
|
|
106
|
-
"home_url": "https://segmentfault.com/u/
|
|
107
|
-
"votes": "
|
|
108
|
-
"rank":
|
|
84
|
+
"title": "我画了13张图,用最通俗易懂的话讲HTTPS,拿下!",
|
|
85
|
+
"description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心。相信大家平时肯定经常跟 HTTPS 打交道,比如 请求接口、访问网站 等等。。那我们也会经常思考: HTTPS 是啥?...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041132181",
|
|
87
|
+
"author": "Sunshine_Lin",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
89
|
+
"votes": "14",
|
|
90
|
+
"rank": 10
|
|
109
91
|
},
|
|
110
92
|
{
|
|
111
|
-
"title": "
|
|
112
|
-
"description": "
|
|
113
|
-
"url": "https://segmentfault.com/a/
|
|
114
|
-
"author": "
|
|
115
|
-
"home_url": "https://segmentfault.com/u/
|
|
116
|
-
"votes": "
|
|
117
|
-
"rank":
|
|
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": "10",
|
|
99
|
+
"rank": 11
|
|
118
100
|
},
|
|
119
101
|
{
|
|
120
|
-
"title": "
|
|
121
|
-
"description": "
|
|
122
|
-
"url": "https://segmentfault.com/a/
|
|
102
|
+
"title": "还不会用 GitHub Actions ?看看这篇",
|
|
103
|
+
"description": "在上篇《一篇教你代码同步 GitHub 和 Gitee》中,我们使用 GitHub Actions 解决了 GitHub 代码自动同步 Gitee 的问题,这篇我翻译整理了 GitHub Actions 的官方文档,为大家介绍 GitHub Actions 的同时,并讲解上...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041137746",
|
|
123
105
|
"author": "冴羽",
|
|
124
106
|
"home_url": "https://segmentfault.com/u/yayu",
|
|
125
|
-
"votes": "
|
|
126
|
-
"rank":
|
|
107
|
+
"votes": "7",
|
|
108
|
+
"rank": 12
|
|
127
109
|
},
|
|
128
110
|
{
|
|
129
111
|
"title": "ONES 解码:为何数字化是“超级工程”",
|
|
@@ -132,141 +114,159 @@
|
|
|
132
114
|
"author": "万事ONES",
|
|
133
115
|
"home_url": "https://segmentfault.com/u/wanshiones",
|
|
134
116
|
"votes": "3",
|
|
117
|
+
"rank": 13
|
|
118
|
+
},
|
|
119
|
+
{
|
|
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
|
+
"rank": 14
|
|
127
|
+
},
|
|
128
|
+
{
|
|
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": "微软亚洲研究院推出时空预测开源工具FOST,应对各行业共性预测需求",
|
|
139
|
+
"description": "编者按:2020年新冠疫情肆虐全球,为了控制疫情蔓延,找到应对措施,美国疾病控制中心公布了大量疫情相关数据,向全世界顶级科研机构救助,希望科学家们可以利用技术能力,提供具有较高参考价值的预测数据,从而...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041121712",
|
|
141
|
+
"author": "微软技术栈",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/mstech",
|
|
143
|
+
"votes": "3",
|
|
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": "回顾 re:Invent 2021:从15年科技创新的脚步看“领导力准则”的脉动",
|
|
148
|
+
"description": "就在今年7月份,亚马逊发布了最新版“领导力准则”,在原有14条的基础上新增了“努力成为最佳雇主”和“能力越大,责任越大”两条,越发凸显了其作为科技行业领军企业的责任与担当。虽然贝索斯选择在亚马逊的辉煌时刻急...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041155731",
|
|
150
|
+
"author": "思否编辑部",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
152
|
+
"votes": "1",
|
|
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/
|
|
165
|
+
"title": "2021 中国开源先锋 33 人评选启动,快来推荐你心尖上的开源先锋吧!",
|
|
166
|
+
"description": "2021 年 3 月 13 日,《中华人民共和国国民经济和社会发展第十四个五年规划和 2035 年远景目标纲要》(以下简称“目标纲要”,点击此处阅读全文)正式发布。“开源” 被首次写入国家 “五年规划”,云计算、大数据、智...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041155503",
|
|
168
|
+
"author": "SegmentFault思否",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
170
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": "面试被问TopK问题,可以这样优雅的解答",
|
|
175
|
+
"description": "前言hello,大家好,我是bigsai哥哥,好久不见,甚是想念哇🤩!今天给大家分享一个TOPK问题,不过我这里不考虑特别大分布式的解决方案,普通的一道算法题。首先搞清楚,什么是topK问题?topK问题,就是找出序列中...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041127350",
|
|
177
|
+
"author": "bigsai",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/bigsai",
|
|
179
|
+
"votes": "3",
|
|
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": "严重危害警告!Log4j 执行漏洞被公开!",
|
|
184
|
+
"description": "Log4j2 是一个基于 Java 的日志记录工具。它重写了 Log4j 框架,引入了大量丰富特性,让用户可以控制日志信息输送的目的地为控制台、文件、GUI 组件等。同时通过定义每一条日志信息的级别,让使用者能够更加细致...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041128048",
|
|
186
|
+
"author": "云叔_又拍云",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
188
|
+
"votes": "1",
|
|
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/
|
|
192
|
+
"title": "[译]Vue官方成员:Vite生态发展的怎么样了",
|
|
193
|
+
"description": "不幸的是,那时候 Vite 有坑,热更新做的也不如传统 webpack 项目,经常需要改一行代码就刷新一下浏览器。所以我趁项目还没变的很庞大之前改用 vue-cli 重构了该项目。但之后看见许多新出现的开源项目都用的 Vite...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041136400",
|
|
195
|
+
"author": "手撕红黑树",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/rip_red_black_tree",
|
|
197
197
|
"votes": "2",
|
|
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": "写了15w字,55篇文章的前端程序员,不认命的一年!",
|
|
202
|
+
"description": "就在今年年初,我成为了一名作者,我的昵称是「Sunshine_Lin」,这是因为这个英文名跟我「林三心」的发音很像。他们都叫我「三心哥」,虽然我是个菜鸟,但是他们都叫我哥,还有,用最通俗的话讲最难的知识点是我...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041138652",
|
|
204
|
+
"author": "Sunshine_Lin",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
206
|
+
"votes": "8",
|
|
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": "程序员编码给自己转账超 21 万元;华为辟谣 20 万月薪 \"工资条\";Go 1.18 Beta 1 可用 | 思否周刊",
|
|
211
|
+
"description": "40s 新闻速递Win10 商店上线摸鱼 App微软 Win10/11 新补丁再次封禁第三方工具:将强制跳转至 Edge 浏览器程序员编码自动给自己微信转账 553 笔 超 21 万元Android 13 曝光:告别疯狂杀后台苹果准备可折叠 iPhone...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041142795",
|
|
213
|
+
"author": "snakesss",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
215
|
+
"votes": "3",
|
|
216
216
|
"rank": 24
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
"title": "
|
|
220
|
-
"description": "2021
|
|
221
|
-
"url": "https://segmentfault.com/a/
|
|
222
|
-
"author": "
|
|
223
|
-
"home_url": "https://segmentfault.com/u/
|
|
224
|
-
"votes": "
|
|
219
|
+
"title": "华为HMS Core图形引擎服务携手三七游戏打造移动端实时DDGI技术",
|
|
220
|
+
"description": "在2021年HDC大会的主题演讲中提到,华为HMS Core图形引擎服务(Scene Kit)正协同三七游戏一起打造实时DDGI(动态漫反射全局光照:Dynamic Diffuse Global Illumination)技术,该技术已进入验证阶段。",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041133813",
|
|
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": "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": "2021 年简单回顾一下,从前端开发角色裸辞后转型开始做猎头的我",
|
|
247
|
+
"description": "这个扩展组件是一个在 github 上开源的,作为开源的必定也就无法去做埋点相关的数据统计,最终其实也无法统计到一些数据情况。作为长期维护的项目,但却没有相关有力的数据来依托,做了什么,价值是什么,真说不清。",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041141578",
|
|
249
|
+
"author": "林小志",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/linxz",
|
|
251
|
+
"votes": "3",
|
|
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": "为什么加上<log4j2.version>配置就可以更新log4j2的版本?",
|
|
256
|
+
"description": "最近log4j2的核弹级漏洞席卷了大部分互联网公司,升级版本成了这两周的核心任务。对于要升级到什么版本,最新版本2.16.0是最佳选择。那么如何快速升级,之前也给出了Spring Boot项目升级版本的最简方法。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041134937",
|
|
258
|
+
"author": "程序猿DD",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/coderdd",
|
|
260
|
+
"votes": "1",
|
|
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": "Gitee 如何自动部署 Pages?还是用 GitHub Actions!",
|
|
265
|
+
"description": "在上篇《一篇教你代码同步 GitHub 和 Gitee》中,我们使用 GitHub Actions 解决了 GitHub 代码自动同步 Gitee 的问题,但我们的博客仓库代码同步到 Gitee 后,并不能像 GitHub 一样自动部署 Pages,如果不使用付...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041149717",
|
|
267
|
+
"author": "冴羽",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
269
|
+
"votes": "4",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|