@wcj/github-rank 22.4.7 → 22.4.8
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 +19516 -19516
- package/dist/sifou-daily.json +90 -45
- package/dist/sifou-monthly.json +32 -32
- package/dist/sifou-weekly.json +138 -138
- package/dist/toutiao-30.json +37 -37
- package/dist/toutiao-7.json +108 -108
- package/dist/toutiao-90.json +11 -11
- package/dist/trending-daily.json +75 -75
- package/dist/trending-monthly.json +77 -77
- package/dist/trending-weekly.json +70 -70
- package/dist/users.china.json +1484 -1484
- package/dist/users.json +1820 -1820
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +19516 -19516
- package/web/data/sifou-daily.json +90 -45
- package/web/data/sifou-monthly.json +32 -32
- package/web/data/sifou-weekly.json +138 -138
- package/web/data/toutiao-30.json +37 -37
- package/web/data/toutiao-7.json +108 -108
- package/web/data/toutiao-90.json +11 -11
- package/web/data/trending-daily.json +75 -75
- package/web/data/trending-monthly.json +77 -77
- package/web/data/trending-weekly.json +70 -70
- package/web/data/users.china.json +1484 -1484
- package/web/data/users.json +1820 -1820
- package/web/index.html +1075 -1075
- package/web/repos.html +2714 -2714
- package/web/sifou-daily.html +178 -38
- package/web/sifou-monthly.html +47 -47
- package/web/sifou-weekly.html +129 -129
- package/web/toutiao-30.html +57 -57
- package/web/toutiao-7.html +83 -83
- package/web/toutiao-90.html +11 -11
- package/web/trending-monthly.html +79 -79
- package/web/trending-weekly.html +72 -72
- package/web/trending.html +77 -77
- package/web/users.china.html +756 -756
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "按照 Promise/A+ 规范逐行注释并实现 Promise",
|
|
4
|
-
"description": "现在前端越来越卷,不会手写 Promise 都不好意思面试了(手动狗头.jpg)。虽然没多少人会在业务中用自己实现的 Promise,但是,实现 Promise 的过程会让你对 Promise 更加了解,出了问题也可以更好地排查。",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000041640722",
|
|
6
|
-
"author": "Asheng",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/ashengtan",
|
|
8
|
-
"votes": "8",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "我们是如何解决偶发性的502错误的",
|
|
13
4
|
"description": "从ingress的监控中心,我们看到,失败率虽然不高,但始终保持在0.05到0.1的水平:我们用这样的条件去查询,发现绝大部分错误是502错误: {代码...} 那么502错误到底是个什么错误呢?百度百科给出的解释是:502 Ba...",
|
|
14
5
|
"url": "https://segmentfault.com/a/1190000041651450",
|
|
15
6
|
"author": "张京",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/fengerzh",
|
|
17
|
-
"votes": "
|
|
8
|
+
"votes": "10",
|
|
9
|
+
"rank": 1
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"title": "卡颂:30岁程序员选择躺平",
|
|
13
|
+
"description": "大家好,我卡颂。遥想曾经面搜狐时,总监已经面完了,看得出他对我很满意,结束面试前他问我:“你有什么想问我的么?”可能当时脑子抽了吧,我问:“我现在有些焦虑,都说程序员35岁危机,您有什么好的解决办法么?...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041642174",
|
|
15
|
+
"author": "卡颂",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
17
|
+
"votes": "14",
|
|
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": "按照 Promise/A+ 规范逐行注释并实现 Promise",
|
|
22
|
+
"description": "现在前端越来越卷,不会手写 Promise 都不好意思面试了(手动狗头.jpg)。虽然没多少人会在业务中用自己实现的 Promise,但是,实现 Promise 的过程会让你对 Promise 更加了解,出了问题也可以更好地排查。",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041640722",
|
|
24
|
+
"author": "Asheng",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/ashengtan",
|
|
26
|
+
"votes": "10",
|
|
27
27
|
"rank": 3
|
|
28
28
|
},
|
|
29
29
|
{
|
|
@@ -32,17 +32,35 @@
|
|
|
32
32
|
"url": "https://segmentfault.com/a/1190000041645889",
|
|
33
33
|
"author": "前端有猫腻",
|
|
34
34
|
"home_url": "https://segmentfault.com/u/maoduolikuaipao",
|
|
35
|
-
"votes": "
|
|
35
|
+
"votes": "13",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"title": "这不是愚人节玩笑,我们回来了:Typecho 1.2.0 发布!",
|
|
40
|
+
"description": "刚刚,Typecho 项目发起人祁宁在官方博客以开发者账号 @joyqi 发文宣布了 Typecho 1.2.0 正式版发布的消息 —— “这不是玩笑,我们回来了!”",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041642224",
|
|
42
|
+
"author": "MissD",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
44
|
+
"votes": "8",
|
|
45
|
+
"rank": 5
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"title": "还在使用定时器吗?CSS 也能实现电子时钟",
|
|
49
|
+
"description": "欢迎关注我的公众号:前端侦探通常要做一个时钟,肯定离不开 JS 定时器。今天换一种思路,用 CSS 来实现一个时钟,如下:你也可以访问这个CSS time (codepen.io)查看实际效果当然借用了一点点 JS 用于初始化时间...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041661094",
|
|
51
|
+
"author": "XboxYan",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
53
|
+
"votes": "8",
|
|
54
|
+
"rank": 6
|
|
55
|
+
},
|
|
38
56
|
{
|
|
39
57
|
"title": "Three.js 实现3D开放世界小游戏:阿狸的多元宇宙 🦊",
|
|
40
58
|
"description": "2545光年之外的开普勒1028星系,有一颗色彩斑斓的宜居星球 🌑,星际移民 👨🚀 必须穿戴基地发放的防辐射服才能生存。阿狸 🦊 驾驶星际飞行器 🚀 降临此地,快帮它在限定时间内使用轮盘移动找到基地获取防辐射服吧!",
|
|
41
59
|
"url": "https://segmentfault.com/a/1190000041640643",
|
|
42
60
|
"author": "dragonir",
|
|
43
61
|
"home_url": "https://segmentfault.com/u/dragonir",
|
|
44
|
-
"votes": "
|
|
45
|
-
"rank":
|
|
62
|
+
"votes": "9",
|
|
63
|
+
"rank": 7
|
|
46
64
|
},
|
|
47
65
|
{
|
|
48
66
|
"title": "30道CSS 面试知识点总结",
|
|
@@ -51,16 +69,7 @@
|
|
|
51
69
|
"author": "前端小智",
|
|
52
70
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
53
71
|
"votes": "7",
|
|
54
|
-
"rank":
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"title": "卡颂:30岁程序员选择躺平",
|
|
58
|
-
"description": "大家好,我卡颂。遥想曾经面搜狐时,总监已经面完了,看得出他对我很满意,结束面试前他问我:“你有什么想问我的么?”可能当时脑子抽了吧,我问:“我现在有些焦虑,都说程序员35岁危机,您有什么好的解决办法么?...",
|
|
59
|
-
"url": "https://segmentfault.com/a/1190000041642174",
|
|
60
|
-
"author": "卡颂",
|
|
61
|
-
"home_url": "https://segmentfault.com/u/kasong",
|
|
62
|
-
"votes": "9",
|
|
63
|
-
"rank": 7
|
|
72
|
+
"rank": 8
|
|
64
73
|
},
|
|
65
74
|
{
|
|
66
75
|
"title": "[🔧]前端开发工具推荐",
|
|
@@ -68,72 +77,72 @@
|
|
|
68
77
|
"url": "https://segmentfault.com/a/1190000041641164",
|
|
69
78
|
"author": "JenK",
|
|
70
79
|
"home_url": "https://segmentfault.com/u/wangzc996",
|
|
71
|
-
"votes": "
|
|
72
|
-
"rank": 8
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"title": "元宇宙探索之路",
|
|
76
|
-
"description": "元宇宙正在如火如荼地发展,大有引领未来潮流之势。对于我们这么专业的(web 前端)团队来说,元宇宙是一个大 (wan) 显 (quan) 身 (bu) 手 (dong) 的领域,因此团队在这方面投入了很多人力进行预研和总结,请随本...",
|
|
77
|
-
"url": "https://segmentfault.com/a/1190000041639037",
|
|
78
|
-
"author": "凹凸实验室",
|
|
79
|
-
"home_url": "https://segmentfault.com/u/o2team",
|
|
80
|
-
"votes": "5",
|
|
80
|
+
"votes": "12",
|
|
81
81
|
"rank": 9
|
|
82
82
|
},
|
|
83
|
-
{
|
|
84
|
-
"title": "通过差异化对比学习法,带你回顾Vue2快速掌握Vue3",
|
|
85
|
-
"description": "Vue3已经发布有一段时间了,同时也得到了各大厂商和社区的支持和众多开发者喜爱,周边生态也正在逐步完善。可谓是一片欣欣向荣的美景。本文意在通过梳理Vue2常用api通过差异化对比Vue3,帮助你快速掌握Vue3",
|
|
86
|
-
"url": "https://segmentfault.com/a/1190000041642685",
|
|
87
|
-
"author": "前端有猫腻",
|
|
88
|
-
"home_url": "https://segmentfault.com/u/maoduolikuaipao",
|
|
89
|
-
"votes": "4",
|
|
90
|
-
"rank": 10
|
|
91
|
-
},
|
|
92
83
|
{
|
|
93
84
|
"title": "Koa2从零到脚手架",
|
|
94
85
|
"description": "由 Express 原班人马打造的新生代 Node.js Web 框架,它的代码很简单,没有像 Express 那样,提供路由、静态服务等等,它是为了解决 Node 问题(简化了 Node 中操作)并取代之,它本身是一个简单的中间件框架,需...",
|
|
95
86
|
"url": "https://segmentfault.com/a/1190000041654130",
|
|
96
87
|
"author": "山头人汉波",
|
|
97
88
|
"home_url": "https://segmentfault.com/u/johanazhu",
|
|
89
|
+
"votes": "5",
|
|
90
|
+
"rank": 10
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"title": "从 Redux 说起,到手写,再到状态管理",
|
|
94
|
+
"description": "单纯的 Redux 只是一个状态机, store 中存放了所有的状态 state,要想改变里面的状态 state,只能 dispatch 一个动作",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041648339",
|
|
96
|
+
"author": "山头人汉波",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/johanazhu",
|
|
98
98
|
"votes": "3",
|
|
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/
|
|
102
|
+
"title": "通过差异化对比学习法,带你回顾Vue2快速掌握Vue3",
|
|
103
|
+
"description": "Vue3已经发布有一段时间了,同时也得到了各大厂商和社区的支持和众多开发者喜爱,周边生态也正在逐步完善。可谓是一片欣欣向荣的美景。本文意在通过梳理Vue2常用api通过差异化对比Vue3,帮助你快速掌握Vue3",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041642685",
|
|
105
|
+
"author": "前端有猫腻",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/maoduolikuaipao",
|
|
107
107
|
"votes": "4",
|
|
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": "10个很棒的 JavaScript 字符串技巧",
|
|
112
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041659427",
|
|
114
|
+
"author": "前端小智",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
116
|
+
"votes": "7",
|
|
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": "面试周连续剧之轻车熟路",
|
|
121
|
+
"description": "接着上一篇文章继续聊面试经历,通过前两天的面试经历,以及不断总结完善自己的知识储备,又系统性的准备了一下前端面试知识点,应对一般的面试已经不成问题,可以说自己已经有了“反客为主”的能力,那么马上开启...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041659228",
|
|
123
|
+
"author": "三掌柜",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/sanzhanggui",
|
|
125
125
|
"votes": "3",
|
|
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": "2022 招聘季 | 面试了一个月,我经历了什么",
|
|
130
|
+
"description": "Hello, 大家好,我是程序员海军,又到了金三银四的招聘季。 本篇文章总结了我去年面试中遇到的坑,以及身边人遇到的面试坑,经过总结分析才出了此篇文章, 送给 金三银四 找工作的你,找工作运气很重要,时机更...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041658543",
|
|
132
|
+
"author": "程序员海军",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/haijun_5e7e16c909f52",
|
|
134
|
+
"votes": "5",
|
|
135
135
|
"rank": 15
|
|
136
136
|
},
|
|
137
|
+
{
|
|
138
|
+
"title": "一键安装团队推荐的 vscode 插件",
|
|
139
|
+
"description": "在前端代码库的根目录下新增 .vscode/extensions.json文件注册插件列表,然后将文件随代码提交到 git 。如果哪位成员发现了好用的插件,直接加在 recommendations 数组中既可。入 git 的好处就是: 有记录、持续...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041661941",
|
|
141
|
+
"author": "亖混子",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/1023",
|
|
143
|
+
"votes": "6",
|
|
144
|
+
"rank": 16
|
|
145
|
+
},
|
|
137
146
|
{
|
|
138
147
|
"title": "面试题:一道关于解构赋值和参数默认值的编程题",
|
|
139
148
|
"description": "在前端俱乐部QQ群中,有朋友发出这样的题目,说最近面试中遇到了,如下所示 {代码...} 问,fun 的参数应该填什么?提示:利用结构赋值和参数默认值经过我一番测试,其结果如下所示: {代码...} 解题思路先看第一...",
|
|
@@ -141,15 +150,6 @@
|
|
|
141
150
|
"author": "山头人汉波",
|
|
142
151
|
"home_url": "https://segmentfault.com/u/johanazhu",
|
|
143
152
|
"votes": "3",
|
|
144
|
-
"rank": 16
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"title": "vue3中什么时候封装成组件? 什么时候封装成指令? 通过实例告诉你(typescript)",
|
|
148
|
-
"description": "一般情况下, 如果要封装的代码中, 包含大量的 HTML,就需要用组件,反之如果仅仅对某一个 DOM/组件的根 DOM 进行操作,那么可以选择封装成指令.",
|
|
149
|
-
"url": "https://segmentfault.com/a/1190000041636103",
|
|
150
|
-
"author": "铁皮饭盒",
|
|
151
|
-
"home_url": "https://segmentfault.com/u/russell221",
|
|
152
|
-
"votes": "3",
|
|
153
153
|
"rank": 17
|
|
154
154
|
},
|
|
155
155
|
{
|
|
@@ -162,14 +162,23 @@
|
|
|
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": "V8是怎么执行JS代码的",
|
|
166
|
+
"description": "2008年V8发布第一个版本,当时的V8架构比较激进,直接将js代码编译为机器码并执行,所以执行速度很快,但是只有Codegen一个编译器,所以对代码的优化很有限。",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041641341",
|
|
168
|
+
"author": "hfhan",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/hfhan",
|
|
170
170
|
"votes": "3",
|
|
171
171
|
"rank": 19
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"title": "面试周连续剧之首战大捷",
|
|
175
|
+
"description": "2022年注定是一个不平凡的一年,因为有着难得一遇的对称日:20220222,即2022年2月22日,农历的正月廿二,也是星期二,总之是一个不平凡的一年。即然不平凡,那就得搞事情,然后就果断的选择找工作,顺便沾沾不平...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041649527",
|
|
177
|
+
"author": "三掌柜",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/sanzhanggui",
|
|
179
|
+
"votes": "2",
|
|
180
|
+
"rank": 20
|
|
181
|
+
},
|
|
173
182
|
{
|
|
174
183
|
"title": "Docker 创始人推出 Dagger,一个新的 DevOps 平台",
|
|
175
184
|
"description": "自 Solomon Hykes 离开以后,Docker 经历了起起落落,包括在 2019 年将其企业业务出售给 Mirantis。但长期以来,作为 Docker 的形象代言人,Hykes 却很少涉足企业内部事务,仅仅是参与了几轮融资。",
|
|
@@ -177,53 +186,17 @@
|
|
|
177
186
|
"author": "snakesss",
|
|
178
187
|
"home_url": "https://segmentfault.com/u/snakesss",
|
|
179
188
|
"votes": "2",
|
|
180
|
-
"rank": 20
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"title": "React讲解 - 父组件调用子组件内容【更新中】",
|
|
184
|
-
"description": "前言本篇文章属于 React通信 > 父子通信 > 父组件调用子组件 的内容。父组件调用子组件的场景:子组件被多个地方使用,需要单独封装子组件逻辑较重,使用完全受控模式成本较高使用父组件调用子组件进行逻辑...",
|
|
185
|
-
"url": "https://segmentfault.com/a/1190000041639103",
|
|
186
|
-
"author": "specialCoder",
|
|
187
|
-
"home_url": "https://segmentfault.com/u/ddup365",
|
|
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": "如何写出高性能代码(二)巧用数据特性",
|
|
193
|
+
"description": "同一份逻辑,不同人的实现的代码性能会出现数量级的差异; 同一份代码,你可能微调几个字符或者某行代码的顺序,就会有数倍的性能提升;同一份代码,也可能在不同处理器上运行也会有几倍的性能差异;十倍程序员 ...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041657908",
|
|
195
|
+
"author": "xindoo",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/xindoo",
|
|
197
|
+
"votes": "3",
|
|
198
198
|
"rank": 22
|
|
199
199
|
},
|
|
200
|
-
{
|
|
201
|
-
"title": "每个人都应该懂点攻防",
|
|
202
|
-
"description": "网络如此发达的今天,攻击无处不在,而每一次攻击的成功往往造成信息的泄漏,严重者甚至带来经济的损失。所以作为技术人员,我们每个人都应该懂一点攻防;这样做虽然无法做到完全保护个人隐私,但对增强个人安全...",
|
|
203
|
-
"url": "https://segmentfault.com/a/1190000041638108",
|
|
204
|
-
"author": "ES2049",
|
|
205
|
-
"home_url": "https://segmentfault.com/u/alisecued",
|
|
206
|
-
"votes": "2",
|
|
207
|
-
"rank": 23
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"title": "面试周连续剧之首战大捷",
|
|
211
|
-
"description": "2022年注定是一个不平凡的一年,因为有着难得一遇的对称日:20220222,即2022年2月22日,农历的正月廿二,也是星期二,总之是一个不平凡的一年。即然不平凡,那就得搞事情,然后就果断的选择找工作,顺便沾沾不平...",
|
|
212
|
-
"url": "https://segmentfault.com/a/1190000041649527",
|
|
213
|
-
"author": "三掌柜",
|
|
214
|
-
"home_url": "https://segmentfault.com/u/sanzhanggui",
|
|
215
|
-
"votes": "2",
|
|
216
|
-
"rank": 24
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"title": "还在使用定时器吗?CSS 也能实现电子时钟",
|
|
220
|
-
"description": "欢迎关注我的公众号:前端侦探通常要做一个时钟,肯定离不开 JS 定时器。今天换一种思路,用 CSS 来实现一个时钟,如下:你也可以访问这个CSS time (codepen.io)查看实际效果当然借用了一点点 JS 用于初始化时间...",
|
|
221
|
-
"url": "https://segmentfault.com/a/1190000041661094",
|
|
222
|
-
"author": "XboxYan",
|
|
223
|
-
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
224
|
-
"votes": "7",
|
|
225
|
-
"rank": 25
|
|
226
|
-
},
|
|
227
200
|
{
|
|
228
201
|
"title": "LeetCode-165-比较版本号",
|
|
229
202
|
"description": "题目描述:给你两个版本号 version1 和 version2 ,请你比较它们。版本号由一个或多个修订号组成,各修订号由一个 '.' 连接。每个修订号由 多位数字 组成,可能包含 前导零 。每个版本号至少包含一个字符。修订号...",
|
|
@@ -231,16 +204,7 @@
|
|
|
231
204
|
"author": "雄狮虎豹",
|
|
232
205
|
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
233
206
|
"votes": "3",
|
|
234
|
-
"rank":
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"title": "让技术创造价值之手把手教你薅羊毛篇",
|
|
238
|
-
"description": "距离上一篇年终总结的文章已经过了3个多月了,在年终总结中写到了利用脚本自动薅羊毛的话题,评论里有不少小伙伴比较感兴趣。so,今天就来给大家详细介绍一下如何让技术创造价值(得给薅羊毛上升一个层次)。本文...",
|
|
239
|
-
"url": "https://segmentfault.com/a/1190000041638236",
|
|
240
|
-
"author": "阳呀呀",
|
|
241
|
-
"home_url": "https://segmentfault.com/u/yangyaya",
|
|
242
|
-
"votes": "1",
|
|
243
|
-
"rank": 27
|
|
207
|
+
"rank": 23
|
|
244
208
|
},
|
|
245
209
|
{
|
|
246
210
|
"title": "Spring Security 一键接入验证码登录和小程序登录",
|
|
@@ -249,7 +213,7 @@
|
|
|
249
213
|
"author": "码农小胖哥",
|
|
250
214
|
"home_url": "https://segmentfault.com/u/10000000",
|
|
251
215
|
"votes": "2",
|
|
252
|
-
"rank":
|
|
216
|
+
"rank": 24
|
|
253
217
|
},
|
|
254
218
|
{
|
|
255
219
|
"title": "Spring 新版本修复远程命令执行漏洞(CVE-2022-22965),墨菲安全开源工具可应急排查",
|
|
@@ -258,7 +222,25 @@
|
|
|
258
222
|
"author": "墨菲安全",
|
|
259
223
|
"home_url": "https://segmentfault.com/u/murphysec",
|
|
260
224
|
"votes": "1",
|
|
261
|
-
"rank":
|
|
225
|
+
"rank": 25
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"title": "2022年的JavaScript开发工具",
|
|
229
|
+
"description": "原文:[链接]在2022年,每一位 JS / TS 开发者都应该知道的最重要的开发工具的分类,包括最相关的权衡,以及一些个人建议。在软件工程的世界中,对所使用的工具有一个明确的了解非常重要。但是 JS 工具总是在快速...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041651441",
|
|
231
|
+
"author": "戎马",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/lashoucuijs",
|
|
233
|
+
"votes": "0",
|
|
234
|
+
"rank": 26
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"title": "聊聊mysql的树形结构存储及查询",
|
|
238
|
+
"description": "序本文主要研究一下mysql的树形结构存储及查询存储parent这种方式就是每个节点存储自己的parent_id信息建表及数据准备 {代码...} 查询 {代码...} 存储及修改上比较方便,就是要在sql里头查询树比较费劲,一般是加...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041654734",
|
|
240
|
+
"author": "codecraft",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/codecraft",
|
|
242
|
+
"votes": "2",
|
|
243
|
+
"rank": 27
|
|
262
244
|
},
|
|
263
245
|
{
|
|
264
246
|
"title": "聊聊mysql的单列多值存储",
|
|
@@ -267,6 +249,24 @@
|
|
|
267
249
|
"author": "codecraft",
|
|
268
250
|
"home_url": "https://segmentfault.com/u/codecraft",
|
|
269
251
|
"votes": "2",
|
|
252
|
+
"rank": 28
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"title": "Three.js Sprite源码解析",
|
|
256
|
+
"description": "本文会讲解一下Three.js(r105)的Sprite,主要包括以下几个方面:简单介绍和使用Sprite的Geometry始终朝向相机原理解析大小不变原理解析简单介绍和使用在项目中,我主要会使用Sprite创建一些三维场景中的标签。下...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041644858",
|
|
258
|
+
"author": "luckness",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/luckness",
|
|
260
|
+
"votes": "1",
|
|
261
|
+
"rank": 29
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"title": "LeetCode-173-二叉搜索树迭代器",
|
|
265
|
+
"description": "题目描述:实现一个二叉搜索树迭代器类BSTIterator ,表示一个按中序遍历二叉搜索树(BST)的迭代器:BSTIterator(TreeNode root) 初始化 BSTIterator 类的一个对象。BST 的根节点 root 会作为构造函数的一部分给...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041650051",
|
|
267
|
+
"author": "雄狮虎豹",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
269
|
+
"votes": "3",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|
package/dist/toutiao-30.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
{
|
|
23
23
|
"title": "最常用的架构模式",
|
|
24
24
|
"description": "观其设计知其人A MAN is KNOWN by the DESIGN he keeps原文:Most Useful Software Architecture Patterns ...",
|
|
25
|
-
"votes": "
|
|
25
|
+
"votes": "86",
|
|
26
26
|
"url": "/k/qnfl3t6",
|
|
27
27
|
"avatar": "https://img.toutiao.io/subject/1a197bcacc0346c186be58be1aaf34bd/thumb",
|
|
28
28
|
"avatarAlt": "Java后端技术 - 独家号",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
{
|
|
33
33
|
"title": "Kafka 面试连环炮, 看看你能撑到哪一步?",
|
|
34
34
|
"description": "",
|
|
35
|
-
"votes": "
|
|
35
|
+
"votes": "86",
|
|
36
36
|
"url": "/k/z30ehzv",
|
|
37
37
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
38
38
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
{
|
|
63
63
|
"title": "阿里巴巴开源的低代码引擎",
|
|
64
64
|
"description": "以下内容选自「码农周刊 VIP 会员」圈子,每日更新,精彩不断。低代码引擎是一款为低代码平台开发者提供的,具备强大定制扩展能力的低代码设计器研发框架。低代码引擎的核心是设计器,通过...",
|
|
65
|
-
"votes": "
|
|
65
|
+
"votes": "75",
|
|
66
66
|
"url": "/k/gsosp6w",
|
|
67
67
|
"avatar": "https://img.toutiao.io/subject/d2f421bbe0be47369b6560e316a5153b/thumb",
|
|
68
68
|
"avatarAlt": "头条精选 - 独家号",
|
|
@@ -79,16 +79,6 @@
|
|
|
79
79
|
"subjectName": "浪客用react,java全栈",
|
|
80
80
|
"homeUrl": "/subjects/132403"
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
"title": "我的命令行开发环境 ❤️",
|
|
84
|
-
"description": "常言道,工欲善其事、必先利其器,熟练一套高效且趁手的工具,对开发工作的重要性不言而喻。本文分享我的命令行开发环境,文章较长,配图较多,其中几处详细内容,已将其折叠起来,读者可视兴趣...",
|
|
85
|
-
"votes": "72",
|
|
86
|
-
"url": "/k/hjda293",
|
|
87
|
-
"avatar": "https://img.toutiao.io/user/776a2999bca149088ebe52366451432a/thumb",
|
|
88
|
-
"avatarAlt": "hit9 - 独家号",
|
|
89
|
-
"subjectName": "hit9",
|
|
90
|
-
"homeUrl": "/subjects/420867"
|
|
91
|
-
},
|
|
92
82
|
{
|
|
93
83
|
"title": "20多个好用的 Vue 组件库,请查收!",
|
|
94
84
|
"description": "",
|
|
@@ -112,13 +102,23 @@
|
|
|
112
102
|
{
|
|
113
103
|
"title": "消息队列经典十连问,你能扛到第几问?",
|
|
114
104
|
"description": "",
|
|
115
|
-
"votes": "
|
|
105
|
+
"votes": "66",
|
|
116
106
|
"url": "/k/8jfl3pp",
|
|
117
107
|
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
118
108
|
"avatarAlt": "Bloomingroses - 独家号",
|
|
119
109
|
"subjectName": "Bloomingroses",
|
|
120
110
|
"homeUrl": "/subjects/98777"
|
|
121
111
|
},
|
|
112
|
+
{
|
|
113
|
+
"title": "盘点 3 月份 yyds 的开源项目",
|
|
114
|
+
"description": "",
|
|
115
|
+
"votes": "67",
|
|
116
|
+
"url": "/k/79431xa",
|
|
117
|
+
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
118
|
+
"avatarAlt": "服务架构及中台 - 独家号",
|
|
119
|
+
"subjectName": "服务架构及中台",
|
|
120
|
+
"homeUrl": "/subjects/26578"
|
|
121
|
+
},
|
|
122
122
|
{
|
|
123
123
|
"title": "错误码设计思考",
|
|
124
124
|
"description": "",
|
|
@@ -139,6 +139,16 @@
|
|
|
139
139
|
"subjectName": "又拍云",
|
|
140
140
|
"homeUrl": "/subjects/182218"
|
|
141
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"title": "写出结构优雅代码的4个技巧",
|
|
144
|
+
"description": "",
|
|
145
|
+
"votes": "63",
|
|
146
|
+
"url": "/k/6cddvzi",
|
|
147
|
+
"avatar": "https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb",
|
|
148
|
+
"avatarAlt": "编程一生 - 独家号",
|
|
149
|
+
"subjectName": "编程一生",
|
|
150
|
+
"homeUrl": "/subjects/350352"
|
|
151
|
+
},
|
|
142
152
|
{
|
|
143
153
|
"title": "Go 高性能编程技法",
|
|
144
154
|
"description": "",
|
|
@@ -150,20 +160,10 @@
|
|
|
150
160
|
"homeUrl": "/subjects/465623"
|
|
151
161
|
},
|
|
152
162
|
{
|
|
153
|
-
"title": "
|
|
154
|
-
"description": "",
|
|
155
|
-
"votes": "64",
|
|
156
|
-
"url": "/k/79431xa",
|
|
157
|
-
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
158
|
-
"avatarAlt": "服务架构及中台 - 独家号",
|
|
159
|
-
"subjectName": "服务架构及中台",
|
|
160
|
-
"homeUrl": "/subjects/26578"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"title": "写出结构优雅代码的4个技巧",
|
|
164
|
-
"description": "",
|
|
163
|
+
"title": "系统架构的11条原则",
|
|
164
|
+
"description": "基本原则原则一:价值为王解析:价值为王的另一种说法叫做YAGNI。YAGNI 是 You aren’t gonna need it 的缩写。该原则的基本含义就是,不应该开发任何当前...",
|
|
165
165
|
"votes": "60",
|
|
166
|
-
"url": "/k/
|
|
166
|
+
"url": "/k/xbwjqgj",
|
|
167
167
|
"avatar": "https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb",
|
|
168
168
|
"avatarAlt": "编程一生 - 独家号",
|
|
169
169
|
"subjectName": "编程一生",
|
|
@@ -189,6 +189,16 @@
|
|
|
189
189
|
"subjectName": "yaya的鸡汤",
|
|
190
190
|
"homeUrl": "/subjects/132121"
|
|
191
191
|
},
|
|
192
|
+
{
|
|
193
|
+
"title": "谷歌工程最佳实践",
|
|
194
|
+
"description": "最近公司同事作了个Code Review的分享,于是乎我系统学习了下《谷歌工程实践》,里面主要讲的是Code Review。写下本文作为笔记。前言术语代码审查者指南Code Rev...",
|
|
195
|
+
"votes": "62",
|
|
196
|
+
"url": "/k/q19mmjh",
|
|
197
|
+
"avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
|
|
198
|
+
"avatarAlt": "GoHackers - 独家号",
|
|
199
|
+
"subjectName": "GoHackers",
|
|
200
|
+
"homeUrl": "/subjects/1385"
|
|
201
|
+
},
|
|
192
202
|
{
|
|
193
203
|
"title": "设计一个靠谱的监控告警平台",
|
|
194
204
|
"description": "",
|
|
@@ -238,15 +248,5 @@
|
|
|
238
248
|
"avatarAlt": "搬砖之友 - 独家号",
|
|
239
249
|
"subjectName": "搬砖之友",
|
|
240
250
|
"homeUrl": "/subjects/110643"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"title": "如何设计良好的技术项目文档结构",
|
|
244
|
-
"description": "",
|
|
245
|
-
"votes": "52",
|
|
246
|
-
"url": "/k/tfyo5nm",
|
|
247
|
-
"avatar": "https://img.toutiao.io/subject/1227f0343a1546ee8e3c535cce14aa4c/thumb",
|
|
248
|
-
"avatarAlt": "工程师的自我修养之路 - 独家号",
|
|
249
|
-
"subjectName": "工程师的自我修养之路",
|
|
250
|
-
"homeUrl": "/subjects/188023"
|
|
251
251
|
}
|
|
252
252
|
]
|