@wcj/github-rank 22.5.30 → 22.5.31
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 +22768 -22774
- package/dist/sifou-daily.json +168 -6
- package/dist/sifou-monthly.json +57 -57
- package/dist/sifou-weekly.json +136 -136
- package/dist/toutiao-30.json +49 -49
- package/dist/toutiao-7.json +88 -88
- package/dist/toutiao-90.json +57 -57
- package/dist/trending-daily.json +165 -165
- package/dist/trending-monthly.json +150 -150
- package/dist/trending-weekly.json +157 -157
- package/dist/users.china.json +1119 -1119
- package/dist/users.json +2036 -2036
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +22768 -22774
- package/web/data/sifou-daily.json +168 -6
- package/web/data/sifou-monthly.json +57 -57
- package/web/data/sifou-weekly.json +136 -136
- package/web/data/toutiao-30.json +49 -49
- package/web/data/toutiao-7.json +88 -88
- package/web/data/toutiao-90.json +57 -57
- package/web/data/trending-daily.json +165 -165
- package/web/data/trending-monthly.json +150 -150
- package/web/data/trending-weekly.json +157 -157
- package/web/data/users.china.json +1119 -1119
- package/web/data/users.json +2036 -2036
- package/web/index.html +1088 -1088
- package/web/repos.html +3822 -3818
- package/web/sifou-daily.html +510 -6
- package/web/sifou-monthly.html +57 -57
- package/web/sifou-weekly.html +134 -134
- package/web/toutiao-30.html +71 -71
- package/web/toutiao-7.html +68 -68
- package/web/toutiao-90.html +75 -75
- package/web/trending-monthly.html +141 -141
- package/web/trending-weekly.html +141 -137
- package/web/trending.html +146 -142
- package/web/users.china.html +596 -596
package/dist/sifou-weekly.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "https://segmentfault.com/a/1190000041887820",
|
|
6
6
|
"author": "chokcoco",
|
|
7
7
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
8
|
-
"votes": "
|
|
8
|
+
"votes": "19",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
@@ -14,18 +14,9 @@
|
|
|
14
14
|
"url": "https://segmentfault.com/a/1190000041887095",
|
|
15
15
|
"author": "零一",
|
|
16
16
|
"home_url": "https://segmentfault.com/u/zero2one",
|
|
17
|
-
"votes": "
|
|
17
|
+
"votes": "20",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
|
-
{
|
|
21
|
-
"title": "关于代码评审(CodeReview)那些不得不说的事儿",
|
|
22
|
-
"description": "在一个成熟的团队中,CodeReview是整个研发流程中不可或缺的一步,而那些即将走向成熟的团队可能对CodeReview有很多的误解和问题,也不清楚CodeReview该如何去做,本文笔者将结合自己的经验和知识,...",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000041885333",
|
|
24
|
-
"author": "xindoo",
|
|
25
|
-
"home_url": "https://segmentfault.com/u/xindoo",
|
|
26
|
-
"votes": "12",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
20
|
{
|
|
30
21
|
"title": "SegmentFault 思否技术周刊 -- 进击的 React",
|
|
31
22
|
"description": "React 是一个免费的开放源代码前端 JavaScript 工具库, 用于基于 UI 组件构建用户界面。 它由 Meta 和一个由个人开发者和公司组成的社群维护。 React 可用作开发具有 Next.js 等框架的单页、手机或服务器渲染应...",
|
|
@@ -33,16 +24,7 @@
|
|
|
33
24
|
"author": "Beverly",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/beverly0",
|
|
35
26
|
"votes": "8",
|
|
36
|
-
"rank":
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"title": "如何自定义 drag 样式",
|
|
40
|
-
"description": "欢迎关注我的公众号:前端侦探在 web 中,图片默认是可以拖拽的,通常是一个半透明的预览图(下面简称“预览图”),如下这个预览图是系统自动生成的,一般无法进行自定义,但有时候会觉得拖拽的预览图尺寸太大了,...",
|
|
41
|
-
"url": "https://segmentfault.com/a/1190000041881296",
|
|
42
|
-
"author": "XboxYan",
|
|
43
|
-
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
44
|
-
"votes": "10",
|
|
45
|
-
"rank": 5
|
|
27
|
+
"rank": 3
|
|
46
28
|
},
|
|
47
29
|
{
|
|
48
30
|
"title": "Base64 编码知识,一文打尽!",
|
|
@@ -50,8 +32,8 @@
|
|
|
50
32
|
"url": "https://segmentfault.com/a/1190000041894263",
|
|
51
33
|
"author": "云叔_又拍云",
|
|
52
34
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
53
|
-
"votes": "
|
|
54
|
-
"rank":
|
|
35
|
+
"votes": "9",
|
|
36
|
+
"rank": 4
|
|
55
37
|
},
|
|
56
38
|
{
|
|
57
39
|
"title": "云原生时代 PHP/Golang 项目如何实现微服务",
|
|
@@ -59,8 +41,8 @@
|
|
|
59
41
|
"url": "https://segmentfault.com/a/1190000041905055",
|
|
60
42
|
"author": "韩天峰",
|
|
61
43
|
"home_url": "https://segmentfault.com/u/hantianfeng",
|
|
62
|
-
"votes": "
|
|
63
|
-
"rank":
|
|
44
|
+
"votes": "7",
|
|
45
|
+
"rank": 5
|
|
64
46
|
},
|
|
65
47
|
{
|
|
66
48
|
"title": "13 个Typescript 实用类型:开发人员的备忘单",
|
|
@@ -68,8 +50,8 @@
|
|
|
68
50
|
"url": "https://segmentfault.com/a/1190000041782911",
|
|
69
51
|
"author": "前端小智",
|
|
70
52
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
71
|
-
"votes": "
|
|
72
|
-
"rank":
|
|
53
|
+
"votes": "14",
|
|
54
|
+
"rank": 6
|
|
73
55
|
},
|
|
74
56
|
{
|
|
75
57
|
"title": "Change Buffer 只适用于非唯一索引页?错",
|
|
@@ -77,8 +59,8 @@
|
|
|
77
59
|
"url": "https://segmentfault.com/a/1190000041898249",
|
|
78
60
|
"author": "云叔_又拍云",
|
|
79
61
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
80
|
-
"votes": "
|
|
81
|
-
"rank":
|
|
62
|
+
"votes": "6",
|
|
63
|
+
"rank": 7
|
|
82
64
|
},
|
|
83
65
|
{
|
|
84
66
|
"title": "HTTP cookie 完整指南",
|
|
@@ -86,8 +68,8 @@
|
|
|
86
68
|
"url": "https://segmentfault.com/a/1190000041886918",
|
|
87
69
|
"author": "前端小智",
|
|
88
70
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
89
|
-
"votes": "
|
|
90
|
-
"rank":
|
|
71
|
+
"votes": "5",
|
|
72
|
+
"rank": 8
|
|
91
73
|
},
|
|
92
74
|
{
|
|
93
75
|
"title": "我爱上了这个网站!",
|
|
@@ -95,44 +77,8 @@
|
|
|
95
77
|
"url": "https://segmentfault.com/a/1190000041893133",
|
|
96
78
|
"author": "程序员cxuan",
|
|
97
79
|
"home_url": "https://segmentfault.com/u/cxuan",
|
|
98
|
-
"votes": "
|
|
99
|
-
"rank":
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"title": "总结一下最近遇到的问题",
|
|
103
|
-
"description": "这样的话会生成两个中间表即form_item_tasks和task_form-items,并且默认情况下如果你在task端维护formItems的话数据只会自动存到task_form_items表中,反过来在formItem中维护task也会像上面一样——存到form_item_...",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000041884631",
|
|
105
|
-
"author": "李明",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/pluto_612f55567eb8c",
|
|
107
|
-
"votes": "4",
|
|
108
|
-
"rank": 12
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"title": "记录后台遇到的两个小问题",
|
|
112
|
-
"description": "specification查询不起作用写后台的时候需要加一个specification查询,只返回属于该社区的数据。于是我增加了如图红框中的查询,调用了and函数。 {代码...} 但是执行后发现,这条查询没有按照想法获取到查询到数...",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000041884921",
|
|
114
|
-
"author": "weiewiyi",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
116
|
-
"votes": "4",
|
|
117
|
-
"rank": 13
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"title": "【Debug】记录一个ng-autocomplete组件清除数据后没有触发非空验证器的问题",
|
|
121
|
-
"description": "Debug类文章较难写的地方在于,如何让没有接触过这个项目的读者明白当前在做什么,明白这个功能的需求、文中的问题是怎么出现的、以及怎么改掉。因此记录排查过程的文章最后的效果往往不如教程类文章。如果能让没...",
|
|
122
|
-
"url": "https://segmentfault.com/a/1190000041885369",
|
|
123
|
-
"author": "LYX6666",
|
|
124
|
-
"home_url": "https://segmentfault.com/u/liuyuxuan6666",
|
|
125
|
-
"votes": "4",
|
|
126
|
-
"rank": 14
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"title": "angular 多选表单数据绑定",
|
|
130
|
-
"description": "对于绑定多选类型的formControl的value,只会有true或者false。如果你选中就是true,如果不选中就是false。但是我想要的是所有选中对象数组。谷歌搜索得知,可以绑定点击事件,再去增加或删除数组中的对象。",
|
|
131
|
-
"url": "https://segmentfault.com/a/1190000041885779",
|
|
132
|
-
"author": "小强Zzz",
|
|
133
|
-
"home_url": "https://segmentfault.com/u/zhaokaiqiang",
|
|
134
|
-
"votes": "4",
|
|
135
|
-
"rank": 15
|
|
80
|
+
"votes": "3",
|
|
81
|
+
"rank": 9
|
|
136
82
|
},
|
|
137
83
|
{
|
|
138
84
|
"title": "js 生成UUID的几种方法",
|
|
@@ -141,7 +87,16 @@
|
|
|
141
87
|
"author": "墨城",
|
|
142
88
|
"home_url": "https://segmentfault.com/u/xiaomogu_5f2124ad3ad42",
|
|
143
89
|
"votes": "5",
|
|
144
|
-
"rank":
|
|
90
|
+
"rank": 10
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"title": "常见文件MIME对照表",
|
|
94
|
+
"description": "在html的input标签type=file类型时,accept属性可以过滤文件类型。以下是常见文件的MIME对照表 {代码...} 以上梳理,方便后期使用",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041895580",
|
|
96
|
+
"author": "墨城",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/xiaomogu_5f2124ad3ad42",
|
|
98
|
+
"votes": "3",
|
|
99
|
+
"rank": 11
|
|
145
100
|
},
|
|
146
101
|
{
|
|
147
102
|
"title": "程序员告别 996 第一步:1 人搞定一个项目,摆脱“重复造轮子”",
|
|
@@ -149,8 +104,35 @@
|
|
|
149
104
|
"url": "https://segmentfault.com/a/1190000041904203",
|
|
150
105
|
"author": "六一",
|
|
151
106
|
"home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
|
|
152
|
-
"votes": "
|
|
153
|
-
"rank":
|
|
107
|
+
"votes": "2",
|
|
108
|
+
"rank": 12
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"title": "CSS阴影效果三剑客",
|
|
112
|
+
"description": "🍃想要盒子的轮廓产生阴影效果,使用box-shadow🍃想要文本的轮廓产生阴影效果,使用text-shadow🍃想要PNG图片非透明部分的轮廓产生阴影效果,使用fliter: drop-shadow()",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041902360",
|
|
114
|
+
"author": "沉静地闪光",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/007008",
|
|
116
|
+
"votes": "3",
|
|
117
|
+
"rank": 13
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"title": "Three.js 打造缤纷夏日3D梦中情岛 🌊",
|
|
121
|
+
"description": "深居内陆的人们,大概每个人都有过大海之梦吧。夏日傍晚在沙滩漫步奔跑;或是在海上冲浪游泳;或是在海岛游玩探险;亦或静待日出日落……本文使用 React + Three.js 技术栈,实现 3D 海洋和岛屿,主要包含知识点包...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041903331",
|
|
123
|
+
"author": "dragonir",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/dragonir",
|
|
125
|
+
"votes": "3",
|
|
126
|
+
"rank": 14
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"title": "如何使用 Serverless 做架构和项目管理—— 三年全栈经验总结",
|
|
130
|
+
"description": "本文是从项目工程角度来讲解的,技术角度请参看另一个文章《真实项目代码教你四步扔了传统服务器,让你优雅使用Serverless做全栈开发》([链接])",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041890140",
|
|
132
|
+
"author": "腾讯云加社区",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/qcloudcommunity",
|
|
134
|
+
"votes": "2",
|
|
135
|
+
"rank": 15
|
|
154
136
|
},
|
|
155
137
|
{
|
|
156
138
|
"title": "低代码开源, 一键设计稿生成代码,帮您解决生产痛点",
|
|
@@ -159,69 +141,87 @@
|
|
|
159
141
|
"author": "左盐",
|
|
160
142
|
"home_url": "https://segmentfault.com/u/zuoyan",
|
|
161
143
|
"votes": "4",
|
|
144
|
+
"rank": 16
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"title": "冴羽答读者问:怎么平衡工作与生活?",
|
|
148
|
+
"description": "想像人生是一场在空中不停抛接五个球的游戏,这五个球分别是工作、家庭、健康、朋友以及心灵,而你不能让任何一个球落地。 你很快会发现,工作是一个橡皮球,如果它掉下来,会弹回去,而其他四个球是玻璃做的,如...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041906954",
|
|
150
|
+
"author": "冴羽",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
152
|
+
"votes": "3",
|
|
153
|
+
"rank": 17
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"title": "服务启动过程性能波动的分析与解决方案",
|
|
157
|
+
"description": "本文仅分享自己在工作中遇到的问题时的解决方案和思路,以及排查的过程。重点还是分享排查的思路,知识点其实已经挺老了。如有疑问或描述不妥,欢迎赐教。",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041899310",
|
|
159
|
+
"author": "云音乐技术团队",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/musicfe",
|
|
161
|
+
"votes": "3",
|
|
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": "云音乐低代码:基于 CodeSandbox 的沙箱性能优化",
|
|
166
|
+
"description": "距离发布如何私有化部署 CodeSandbox 沙箱的文章《搭建一个属于自己的在线 IDE》 已经过了一年多的时间,最开始是为了在区块复用平台上能够实时构建前端代码并预览效果。不过在去年云音乐内部启动的基于源码的低...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041904219",
|
|
168
|
+
"author": "云音乐技术团队",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/musicfe",
|
|
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": "那些常用的服务器在线PING检测工具整理",
|
|
175
|
+
"description": "WGCLOUD是一款常用的运维监测软件,其中具备PING检测能力它可以定期发起PING指令,并返回主机或服务器的响应时间(毫秒),若发现PING失败或者超时会发送告警通知其实PING检测的目标不一定是主机,只要是IP即可,...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041902005",
|
|
177
|
+
"author": "徐三刀",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/9b3sps2b",
|
|
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": "Vue 之 nextTick 原理",
|
|
184
|
+
"description": "阅读 Vue 源码就是一个很好的学习方式,不仅可以让我们帮助我们更快解决工作中遇到的问题,也能借鉴优秀源码的经验,学习高手发现问题、思考问题、解决问题的思路,学习怎么写出规范又好维护的高质量代码。",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041909871",
|
|
186
|
+
"author": "佩奇烹饪家",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/cloudyttt",
|
|
188
|
+
"votes": "4",
|
|
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": "cjs 是运行是加载(export.module返回的是实际代码,顺序执行,阻塞执行),esm 是编译时输出接口(export 返回的是挂载在 webpack_require.d 上的 key)",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041831737",
|
|
195
|
+
"author": "donggg",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/donggg1942",
|
|
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": "HTML语义化,一图以蔽之",
|
|
202
|
+
"description": "HTML语义化,一图以蔽之图片来源于网络",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041897432",
|
|
204
|
+
"author": "沉静地闪光",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/007008",
|
|
206
|
+
"votes": "3",
|
|
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/
|
|
210
|
+
"title": "JetBrains IDE全新UI预览版来了,要做简洁与强大兼顾的IDE",
|
|
211
|
+
"description": "他们认为目前行业中的用户界面趋势已经发生了演变,很多新用户认为JetBrains IDE的界面过于笨重,而且过时。所以,团队做出了大胆的决定,将以全新的眼光来重新设计IntelliJ IDEA和相关IDE的外观和感觉。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041899090",
|
|
213
|
+
"author": "程序猿DD",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/coderdd",
|
|
215
215
|
"votes": "2",
|
|
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": "骚爆了... Go 错误处理中再套个娃,能解决烦恼不?",
|
|
220
|
+
"description": "大家好,我是煎鱼。在 Go 的编程中,错误处理机制的处理永远是大家在讨论。不过 Go1 没法大动干戈了,那就想办法继续优化吧。今天煎鱼给大家介绍一个五一假期期间学习时看到的一个新提案。背景在现阶段,我们在标...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041888767",
|
|
222
|
+
"author": "煎鱼",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/eddycjy",
|
|
224
|
+
"votes": "2",
|
|
225
225
|
"rank": 25
|
|
226
226
|
},
|
|
227
227
|
{
|
|
@@ -234,38 +234,38 @@
|
|
|
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": "高危!Fastjson反序列化远程代码执行漏洞风险通告,请尽快升级",
|
|
238
|
+
"description": "据国家网络与信息安全信息通报中心监测发现,开源Java开发组件Fastjson存在反序列化远程代码执行漏洞。攻击者可利用上述漏洞实施任意文件写入、服务端请求伪造等攻击行为,造成服务器权限被窃取、敏感信息泄漏等...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041889285",
|
|
240
|
+
"author": "葡萄城技术团队",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
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": "8个酷炫的GitHub技巧,让你看起来像大佬一样!",
|
|
247
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041876308",
|
|
249
|
+
"author": "前端小智",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
251
|
+
"votes": "2",
|
|
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": "Typescript — Type Guard、Narrowing 知多少",
|
|
256
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041903189",
|
|
258
|
+
"author": "前端小智",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
260
|
+
"votes": "2",
|
|
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": "《Mybatis 手撸专栏》第9章:细化XML语句构建器,完善静态SQL解析",
|
|
265
|
+
"description": "如果不是长时间的沉淀、积累和储备,我一定也没有办法用更多的维度和更多的视角来对一个问题进行多方面阐述。就像你我;越过峭壁山川,才知枕席还师的通达平坦。领略过雷声千嶂落,雨色万峰来,才闻到八表流云澄...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041889195",
|
|
267
|
+
"author": "小傅哥",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
269
269
|
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
package/dist/toutiao-30.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
{
|
|
23
23
|
"title": "首个确保缓存与数据库一致性的方案",
|
|
24
24
|
"description": "",
|
|
25
|
-
"votes": "
|
|
25
|
+
"votes": "120",
|
|
26
26
|
"url": "/k/imjqbp3",
|
|
27
27
|
"avatar": "https://img.toutiao.io/subject/45e806cf22ab424b831afe890c225505/thumb",
|
|
28
28
|
"avatarAlt": "叶东富 - 独家号",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
{
|
|
33
33
|
"title": "聊聊接口设计的36个小技巧",
|
|
34
34
|
"description": "",
|
|
35
|
-
"votes": "
|
|
35
|
+
"votes": "116",
|
|
36
36
|
"url": "/k/yqm776v",
|
|
37
37
|
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
38
38
|
"avatarAlt": "进击的程序猿 - 独家号",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
{
|
|
43
43
|
"title": "如何画好一张架构图?",
|
|
44
44
|
"description": "",
|
|
45
|
-
"votes": "
|
|
45
|
+
"votes": "88",
|
|
46
46
|
"url": "/k/bu1pi73",
|
|
47
47
|
"avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
|
|
48
48
|
"avatarAlt": "架构必知必会 - 独家号",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
{
|
|
53
53
|
"title": "ThreadLocal夺命11连问",
|
|
54
54
|
"description": "",
|
|
55
|
-
"votes": "
|
|
55
|
+
"votes": "90",
|
|
56
56
|
"url": "/k/p8lpi5z",
|
|
57
57
|
"avatar": "https://img.toutiao.io/subject/96c1af0d2a0b441ca9740ee13c3e37f3/thumb",
|
|
58
58
|
"avatarAlt": "苏三说技术 - 独家号",
|
|
@@ -72,13 +72,23 @@
|
|
|
72
72
|
{
|
|
73
73
|
"title": "聊聊我们是如何做系统保障方案的",
|
|
74
74
|
"description": "",
|
|
75
|
-
"votes": "
|
|
75
|
+
"votes": "73",
|
|
76
76
|
"url": "/k/i8q3ye4",
|
|
77
77
|
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
78
78
|
"avatarAlt": "Bloomingroses - 独家号",
|
|
79
79
|
"subjectName": "Bloomingroses",
|
|
80
80
|
"homeUrl": "/subjects/98777"
|
|
81
81
|
},
|
|
82
|
+
{
|
|
83
|
+
"title": "阿里10年沉淀|那些技术实战中的架构设计方法",
|
|
84
|
+
"description": "上周我写的一篇文章《关于技术能力的思考和总结》引起了大家的关注,好多读者的评论“以写代想、以想促真、以讲验真”,大家的感受很深刻,基于上次的文章,这篇文章我其实更想跟大家聊聊一些常...",
|
|
85
|
+
"votes": "78",
|
|
86
|
+
"url": "/k/e9vlh55",
|
|
87
|
+
"avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
|
|
88
|
+
"avatarAlt": "架构必知必会 - 独家号",
|
|
89
|
+
"subjectName": "架构必知必会",
|
|
90
|
+
"homeUrl": "/subjects/472073"
|
|
91
|
+
},
|
|
82
92
|
{
|
|
83
93
|
"title": "TCP 重传、滑动窗口、流量控制、拥塞控好难?看完图解就不愁了(重制)",
|
|
84
94
|
"description": "",
|
|
@@ -92,7 +102,7 @@
|
|
|
92
102
|
{
|
|
93
103
|
"title": "关于技术能力的思考和总结",
|
|
94
104
|
"description": "技术人成长的悖论在程序员界有一个悖论持续在困惑着很多技术人:在写代码的人的困惑是一直写代码是不是会丧失竞争力,会不会被后面年轻的更能加班写代码的人汰换。典型代表就是工作5年左右的核...",
|
|
95
|
-
"votes": "
|
|
105
|
+
"votes": "76",
|
|
96
106
|
"url": "/k/jo2jtja",
|
|
97
107
|
"avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
|
|
98
108
|
"avatarAlt": "架构之美 - 独家号",
|
|
@@ -122,23 +132,13 @@
|
|
|
122
132
|
{
|
|
123
133
|
"title": "大厂的优惠券系统是如何设计的?",
|
|
124
134
|
"description": "",
|
|
125
|
-
"votes": "
|
|
135
|
+
"votes": "64",
|
|
126
136
|
"url": "/k/8v764sx",
|
|
127
137
|
"avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
|
|
128
138
|
"avatarAlt": "架构必知必会 - 独家号",
|
|
129
139
|
"subjectName": "架构必知必会",
|
|
130
140
|
"homeUrl": "/subjects/472073"
|
|
131
141
|
},
|
|
132
|
-
{
|
|
133
|
-
"title": "干掉 BeanUtils!这款 Bean 自动映射神器出 Spring 插件了!",
|
|
134
|
-
"description": "",
|
|
135
|
-
"votes": "65",
|
|
136
|
-
"url": "/k/zrz0j1r",
|
|
137
|
-
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
138
|
-
"avatarAlt": "服务架构及中台 - 独家号",
|
|
139
|
-
"subjectName": "服务架构及中台",
|
|
140
|
-
"homeUrl": "/subjects/26578"
|
|
141
|
-
},
|
|
142
142
|
{
|
|
143
143
|
"title": "聊聊并发编程的12种业务场景",
|
|
144
144
|
"description": "",
|
|
@@ -149,6 +149,16 @@
|
|
|
149
149
|
"subjectName": "苏三说技术",
|
|
150
150
|
"homeUrl": "/subjects/453205"
|
|
151
151
|
},
|
|
152
|
+
{
|
|
153
|
+
"title": "不可错过的程序员续命科技",
|
|
154
|
+
"description": "背景 睡眠 原理 实践 饮食 Fasting 的背景 Fasting 的实践 饮食与消化道健康 心态与动力 原理 影响多巴胺的外界因素 维持健康的多巴胺水平 成长型思维 学习与专注...",
|
|
155
|
+
"votes": "60",
|
|
156
|
+
"url": "/k/wooq1pu",
|
|
157
|
+
"avatar": "https://img.toutiao.io/subject/1d87689e784f465d82487cdffbe50a5b/thumb",
|
|
158
|
+
"avatarAlt": "RandomGenerator - 独家号",
|
|
159
|
+
"subjectName": "RandomGenerator",
|
|
160
|
+
"homeUrl": "/subjects/21711"
|
|
161
|
+
},
|
|
152
162
|
{
|
|
153
163
|
"title": "支持300+常用功能的开源GO语言工具函数库",
|
|
154
164
|
"description": "",
|
|
@@ -170,14 +180,14 @@
|
|
|
170
180
|
"homeUrl": "/subjects/472073"
|
|
171
181
|
},
|
|
172
182
|
{
|
|
173
|
-
"title": "
|
|
174
|
-
"description": "
|
|
175
|
-
"votes": "
|
|
176
|
-
"url": "/k/
|
|
177
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
178
|
-
"avatarAlt": "
|
|
179
|
-
"subjectName": "
|
|
180
|
-
"homeUrl": "/subjects/
|
|
183
|
+
"title": "性能提升40倍——线上真实重构案例分享",
|
|
184
|
+
"description": "",
|
|
185
|
+
"votes": "55",
|
|
186
|
+
"url": "/k/izbqpxo",
|
|
187
|
+
"avatar": "https://img.toutiao.io/subject/bd96da5f87da45b8a1b5f3e6715a6482/thumb",
|
|
188
|
+
"avatarAlt": "浅谈架构 - 独家号",
|
|
189
|
+
"subjectName": "浅谈架构",
|
|
190
|
+
"homeUrl": "/subjects/379488"
|
|
181
191
|
},
|
|
182
192
|
{
|
|
183
193
|
"title": "技术人 | “一直写代码会丧失竞争力吗?”",
|
|
@@ -200,14 +210,14 @@
|
|
|
200
210
|
"homeUrl": "/subjects/324911"
|
|
201
211
|
},
|
|
202
212
|
{
|
|
203
|
-
"title": "
|
|
204
|
-
"description": "
|
|
205
|
-
"votes": "
|
|
206
|
-
"url": "/k/
|
|
207
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
208
|
-
"avatarAlt": "
|
|
209
|
-
"subjectName": "
|
|
210
|
-
"homeUrl": "/subjects/
|
|
213
|
+
"title": "搞定这8个Kafka生产级容量评估,每日10亿+请求轻松拿捏!",
|
|
214
|
+
"description": "",
|
|
215
|
+
"votes": "56",
|
|
216
|
+
"url": "/k/9gqhrpj",
|
|
217
|
+
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
218
|
+
"avatarAlt": "进击的程序猿 - 独家号",
|
|
219
|
+
"subjectName": "进击的程序猿",
|
|
220
|
+
"homeUrl": "/subjects/24912"
|
|
211
221
|
},
|
|
212
222
|
{
|
|
213
223
|
"title": "解密支付系统,来看如何构建理想的支付系统架构",
|
|
@@ -230,23 +240,13 @@
|
|
|
230
240
|
"homeUrl": "/subjects/6491"
|
|
231
241
|
},
|
|
232
242
|
{
|
|
233
|
-
"title": "
|
|
234
|
-
"description": "",
|
|
235
|
-
"votes": "53",
|
|
236
|
-
"url": "/k/9gqhrpj",
|
|
237
|
-
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
238
|
-
"avatarAlt": "进击的程序猿 - 独家号",
|
|
239
|
-
"subjectName": "进击的程序猿",
|
|
240
|
-
"homeUrl": "/subjects/24912"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"title": "性能提升40倍——线上真实重构案例分享",
|
|
243
|
+
"title": "淘系用户平台技术团队单元测试建设",
|
|
244
244
|
"description": "",
|
|
245
245
|
"votes": "49",
|
|
246
|
-
"url": "/k/
|
|
247
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
248
|
-
"avatarAlt": "
|
|
249
|
-
"subjectName": "
|
|
250
|
-
"homeUrl": "/subjects/
|
|
246
|
+
"url": "/k/q3icjun",
|
|
247
|
+
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
248
|
+
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
249
|
+
"subjectName": "趣编程的独家号",
|
|
250
|
+
"homeUrl": "/subjects/465623"
|
|
251
251
|
}
|
|
252
252
|
]
|