@wcj/github-rank 22.6.16 → 22.6.17
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 +17551 -17551
- package/dist/sifou-daily.json +96 -42
- package/dist/sifou-monthly.json +58 -58
- package/dist/sifou-weekly.json +119 -119
- package/dist/toutiao-30.json +48 -48
- package/dist/toutiao-7.json +87 -87
- package/dist/toutiao-90.json +22 -22
- package/dist/trending-daily.json +165 -165
- package/dist/trending-monthly.json +138 -138
- package/dist/trending-weekly.json +153 -153
- package/dist/users.china.json +1570 -1570
- package/dist/users.json +1922 -1922
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +17551 -17551
- package/web/data/sifou-daily.json +96 -42
- package/web/data/sifou-monthly.json +58 -58
- package/web/data/sifou-weekly.json +119 -119
- package/web/data/toutiao-30.json +48 -48
- package/web/data/toutiao-7.json +87 -87
- package/web/data/toutiao-90.json +22 -22
- package/web/data/trending-daily.json +165 -165
- package/web/data/trending-monthly.json +138 -138
- package/web/data/trending-weekly.json +153 -153
- package/web/data/users.china.json +1570 -1570
- package/web/data/users.json +1922 -1922
- package/web/index.html +1079 -1079
- package/web/repos.html +2307 -2307
- package/web/sifou-daily.html +204 -36
- package/web/sifou-monthly.html +87 -87
- package/web/sifou-weekly.html +114 -114
- package/web/toutiao-30.html +94 -94
- package/web/toutiao-7.html +75 -75
- package/web/toutiao-90.html +20 -20
- package/web/trending-monthly.html +125 -125
- package/web/trending-weekly.html +138 -134
- package/web/trending.html +139 -147
- package/web/users.china.html +779 -779
|
@@ -14,9 +14,18 @@
|
|
|
14
14
|
"url": "https://segmentfault.com/a/1190000041962607",
|
|
15
15
|
"author": "杨成功",
|
|
16
16
|
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
17
|
-
"votes": "
|
|
17
|
+
"votes": "17",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"title": "React Suspense 尝鲜,处理前后端IO异步操作",
|
|
22
|
+
"description": "Suspense主要用来解决网络IO问题,它早在2018年的React 16.6.0版本中就已发布。它的相关用法有些已经比较成熟,有的相对不太稳定,甚至经历了重命名、删除:",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041992773",
|
|
24
|
+
"author": "葡萄城技术团队",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
26
|
+
"votes": "7",
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
20
29
|
{
|
|
21
30
|
"title": "让拖拽更加人性化?如何自定义dragover样式",
|
|
22
31
|
"description": "欢迎关注微信公众号: 前端侦探在 web 开发中,经常会碰到需要拖拽的场景。为了更好的体验,拖拽区域需要有一定的变化提示,告诉用户:\"现在可以放在这里了~\",例如这样的之前在这篇文章讲述了如何自定义 drag 样...",
|
|
@@ -24,33 +33,24 @@
|
|
|
24
33
|
"author": "XboxYan",
|
|
25
34
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
26
35
|
"votes": "10",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"title": "干货合集│最好用的 python 库都在这",
|
|
31
|
-
"description": "一、分词 - jieba优秀的中文分词库,依靠中文词库,利用词库确定汉子之间关联的概率,形成分词结果 {代码...} 二、词云库 - wordcloud对数据中出现频率较高的 关键词 生成的一幅图像,予以视觉上的突出 {代码...}...",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041962217",
|
|
33
|
-
"author": "极客飞兔",
|
|
34
|
-
"home_url": "https://segmentfault.com/u/autofelix",
|
|
35
|
-
"votes": "7",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
|
-
{
|
|
39
|
-
"title": "构建基于React18的电子表格程序",
|
|
40
|
-
"description": "2022年3月29日,React正式发布18.0.0。本次升级内容包括开箱即用的改进,如自动批处理、新的API(如startTransition)和支持Suspense 的流式服务器端渲染。关于此次发布新增的功能可以参考官方文档。",
|
|
41
|
-
"url": "https://segmentfault.com/a/1190000041959594",
|
|
42
|
-
"author": "葡萄城技术团队",
|
|
43
|
-
"home_url": "https://segmentfault.com/u/grapecity",
|
|
44
|
-
"votes": "4",
|
|
45
|
-
"rank": 5
|
|
46
|
-
},
|
|
47
38
|
{
|
|
48
39
|
"title": "JS实现将文本或JSON内容下载到文件中",
|
|
49
40
|
"description": "有时候在前端开发过程中,可能遇到这样的需求场景:需要将页面上的文本内容下载到文件中,内容可能是某个大的文本字段,比如博客文章,也可能是后端接口返回的 JSON 数据。",
|
|
50
41
|
"url": "https://segmentfault.com/a/1190000041965165",
|
|
51
42
|
"author": "十方",
|
|
52
43
|
"home_url": "https://segmentfault.com/u/shifang_5b2b70d160932",
|
|
53
|
-
"votes": "
|
|
44
|
+
"votes": "7",
|
|
45
|
+
"rank": 5
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"title": "为什么Hook没有ErrorBoundary?",
|
|
49
|
+
"description": "在很多全面使用Hooks开发的团队,唯一使用ClassComponent的场景就是使用ClassComponent创建ErrorBoundary。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041974765",
|
|
51
|
+
"author": "卡颂",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
53
|
+
"votes": "4",
|
|
54
54
|
"rank": 6
|
|
55
55
|
},
|
|
56
56
|
{
|
|
@@ -71,15 +71,6 @@
|
|
|
71
71
|
"votes": "5",
|
|
72
72
|
"rank": 8
|
|
73
73
|
},
|
|
74
|
-
{
|
|
75
|
-
"title": "为什么Hook没有ErrorBoundary?",
|
|
76
|
-
"description": "在很多全面使用Hooks开发的团队,唯一使用ClassComponent的场景就是使用ClassComponent创建ErrorBoundary。",
|
|
77
|
-
"url": "https://segmentfault.com/a/1190000041974765",
|
|
78
|
-
"author": "卡颂",
|
|
79
|
-
"home_url": "https://segmentfault.com/u/kasong",
|
|
80
|
-
"votes": "3",
|
|
81
|
-
"rank": 9
|
|
82
|
-
},
|
|
83
74
|
{
|
|
84
75
|
"title": "【实操干货】做好这 16 项优化,你的 Linux 操作系统焕然一新",
|
|
85
76
|
"description": "大家好,这次跟大家谈谈又拍云的操作系统优化方案。往简单地说,我们使用的 Linux 操作系统主要都是基于 CentOS6/7 的精简和优化。往复杂地说,则是我们有两套系统,业务上使用的定制 Linux 系统和数据中心使用的...",
|
|
@@ -87,43 +78,25 @@
|
|
|
87
78
|
"author": "云叔_又拍云",
|
|
88
79
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
89
80
|
"votes": "6",
|
|
90
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
91
82
|
},
|
|
92
83
|
{
|
|
93
|
-
"title": "
|
|
94
|
-
"description": "
|
|
95
|
-
"url": "https://segmentfault.com/a/
|
|
96
|
-
"author": "
|
|
97
|
-
"home_url": "https://segmentfault.com/u/
|
|
84
|
+
"title": "Redis都有哪些使用场景",
|
|
85
|
+
"description": "Redis作为一种内存型的非关系型的数据库,不管在互联网大厂,小厂,大项目和小项目中,几乎都会被使用。为什么Redis会受到如此青睐呢?关于这个问题,可能很多的程序员只是看着别人用而用,缺乏对Redis一个全面的...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041985101",
|
|
87
|
+
"author": "7small7",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/7small7",
|
|
98
89
|
"votes": "4",
|
|
99
|
-
"rank":
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"title": "「BUIDLCON2022」“Web3 开发者峰会”线上报名火热开启!",
|
|
103
|
-
"description": "随着区块链技术的成熟落地以及创新开发团队的涌现,行业开始催生出了新一代互联网技术 —— 去年以来,伴随元宇宙后火起来的 Web3 热度一度风靡全球,且被看作是是互联网的未来。",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000041961319",
|
|
105
|
-
"author": "MissD",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
107
|
-
"votes": "1",
|
|
108
|
-
"rank": 12
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"title": "react-router-middleware-plus开源啦 | 基于react-router v6的零成本式路由权限解决方案",
|
|
112
|
-
"description": "一、你的苦恼~~你还在为react-router的路由权限控制而烦恼吗?你还在翻遍了社区react路由权限相关文章发现都是V4、V5版本的而烦恼吗?你还在为自行适配react-router v6版本的权限步骤繁杂,多重鉴权逻辑嵌套而烦...",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000041958877",
|
|
114
|
-
"author": "胡哥有话说",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/justbecoder",
|
|
116
|
-
"votes": "3",
|
|
117
|
-
"rank": 13
|
|
90
|
+
"rank": 10
|
|
118
91
|
},
|
|
119
92
|
{
|
|
120
|
-
"title": "
|
|
121
|
-
"description": "
|
|
122
|
-
"url": "https://segmentfault.com/a/
|
|
123
|
-
"author": "
|
|
124
|
-
"home_url": "https://segmentfault.com/u/
|
|
125
|
-
"votes": "
|
|
126
|
-
"rank":
|
|
93
|
+
"title": "什么是走索引?",
|
|
94
|
+
"description": "索引是一种利用某种规则的数据结构与实际数据的关系加快数据查找的功能。我们的数据库中存储有大量的内容,而索引能够通过数据节点,根据特定的规则和算法快速查找到节点对应的实际文件的位置。简单来说索引就像...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041986392",
|
|
96
|
+
"author": "云叔_又拍云",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
98
|
+
"votes": "4",
|
|
99
|
+
"rank": 11
|
|
127
100
|
},
|
|
128
101
|
{
|
|
129
102
|
"title": "2022中国信通院安全运营发展论坛成功召开",
|
|
@@ -132,16 +105,16 @@
|
|
|
132
105
|
"author": "snakesss",
|
|
133
106
|
"home_url": "https://segmentfault.com/u/snakesss",
|
|
134
107
|
"votes": "1",
|
|
135
|
-
"rank":
|
|
108
|
+
"rank": 12
|
|
136
109
|
},
|
|
137
110
|
{
|
|
138
|
-
"title": "
|
|
139
|
-
"description": "
|
|
140
|
-
"url": "https://segmentfault.com/a/
|
|
141
|
-
"author": "
|
|
142
|
-
"home_url": "https://segmentfault.com/u/
|
|
143
|
-
"votes": "
|
|
144
|
-
"rank":
|
|
111
|
+
"title": "喜提JDK的BUG一枚!多线程的情况下请谨慎使用这个类的stream遍历。",
|
|
112
|
+
"description": "前段时间在 RocketMQ 的 ISSUE 里面冲浪的时候,看到一个 pr,虽说是在 RocketMQ 的地盘上发现的,但是这个玩意吧,其实和 RocketMQ 没有任何关系。",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041975524",
|
|
114
|
+
"author": "why技术",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/whyjishu",
|
|
116
|
+
"votes": "2",
|
|
117
|
+
"rank": 13
|
|
145
118
|
},
|
|
146
119
|
{
|
|
147
120
|
"title": "JS实现JSON对象与URL参数的相互转换",
|
|
@@ -150,16 +123,16 @@
|
|
|
150
123
|
"author": "十方",
|
|
151
124
|
"home_url": "https://segmentfault.com/u/shifang_5b2b70d160932",
|
|
152
125
|
"votes": "3",
|
|
153
|
-
"rank":
|
|
126
|
+
"rank": 14
|
|
154
127
|
},
|
|
155
128
|
{
|
|
156
|
-
"title": "
|
|
157
|
-
"description": "
|
|
158
|
-
"url": "https://segmentfault.com/a/
|
|
159
|
-
"author": "
|
|
160
|
-
"home_url": "https://segmentfault.com/u/
|
|
161
|
-
"votes": "
|
|
162
|
-
"rank":
|
|
129
|
+
"title": "SegmentFault 思否技术周刊 — 想玩转 Python?简直 So Easy!",
|
|
130
|
+
"description": "Python,是一种面向对象、直译式电脑编程语言,也是一种功能强大的通用型语言,已经具有近二十年的发展历史,成熟且稳定。它包含了一组完善而且容易理解的标准库,能够轻松完成很多常见的任务。它的语法非常简捷...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041986657",
|
|
132
|
+
"author": "Beverly",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/beverly0",
|
|
134
|
+
"votes": "3",
|
|
135
|
+
"rank": 15
|
|
163
136
|
},
|
|
164
137
|
{
|
|
165
138
|
"title": "项目中关于解构的常用用法",
|
|
@@ -168,16 +141,16 @@
|
|
|
168
141
|
"author": "前端小智",
|
|
169
142
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
170
143
|
"votes": "4",
|
|
171
|
-
"rank":
|
|
144
|
+
"rank": 16
|
|
172
145
|
},
|
|
173
146
|
{
|
|
174
|
-
"title": "
|
|
175
|
-
"description": "
|
|
176
|
-
"url": "https://segmentfault.com/a/
|
|
177
|
-
"author": "
|
|
178
|
-
"home_url": "https://segmentfault.com/u/
|
|
179
|
-
"votes": "
|
|
180
|
-
"rank":
|
|
147
|
+
"title": "实战模拟│企业微信机器人实时报错预警",
|
|
148
|
+
"description": "一、创建机器人选择群 ► 右键 ► 管理聊天信息 ► 添加群机器人完善机器人基本信息,包括头像、名称等二、机器人配置说明创建好的机器人都有一个唯一的 webhook 地址一定要保护好自己的 webhook 地址,如果一旦泄露...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041974376",
|
|
150
|
+
"author": "极客飞兔",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/autofelix",
|
|
152
|
+
"votes": "1",
|
|
153
|
+
"rank": 17
|
|
181
154
|
},
|
|
182
155
|
{
|
|
183
156
|
"title": "微软 GitHub 宣布将“淘汰” Atom 代码编辑器!未来重点转向 VS Code",
|
|
@@ -186,24 +159,51 @@
|
|
|
186
159
|
"author": "MissD",
|
|
187
160
|
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
188
161
|
"votes": "2",
|
|
189
|
-
"rank":
|
|
162
|
+
"rank": 18
|
|
190
163
|
},
|
|
191
164
|
{
|
|
192
|
-
"title": "
|
|
193
|
-
"description": "
|
|
194
|
-
"url": "https://segmentfault.com/a/
|
|
165
|
+
"title": "还在用Navicat?这款开源的数据库管理工具界面更炫酷!",
|
|
166
|
+
"description": "数据库管理工具,是后端程序员使用频率非常高的的工具。Navicat、DataGrip虽然很好用,但都是收费的。最近在逛Github的时候,无意间发现了一款开源的数据库管理工具Beekeeper Studio,界面非常炫酷推荐给大家!",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041979445",
|
|
195
168
|
"author": "macrozheng",
|
|
196
169
|
"home_url": "https://segmentfault.com/u/macrozheng",
|
|
197
|
-
"votes": "
|
|
170
|
+
"votes": "1",
|
|
171
|
+
"rank": 19
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"title": "如何使用 GitHub 讨论作为您博客的聊天系统",
|
|
175
|
+
"description": "在GitHub Discussions(讨论区)的帮助下,你可以把你的博客的评论提升到一个新的水平。在这篇文章中,我将解释如何将GitHub讨论整合到你的博客中并充分利用它。",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041976390",
|
|
177
|
+
"author": "杭州程序员张张",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/dunizb",
|
|
179
|
+
"votes": "1",
|
|
180
|
+
"rank": 20
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"title": "全球 77.5% 的网站都在用 PHP;百度一程序员删库被判 9 个月;OpenCV 4.6 发布 | 思否周刊",
|
|
184
|
+
"description": "40s 新闻速递百度一程序员 “删库” 被判刑 9 个月欧盟 2024 年起统一使用 Type-C 接口,苹果或于明年底发布 Type-C iPhone全球 77.5% 的网站都在用 php马斯克为收购 Twitter 筹集新资金的工作由于不确定性而暂停苹...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041970976",
|
|
186
|
+
"author": "snakesss",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
188
|
+
"votes": "1",
|
|
189
|
+
"rank": 21
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"title": "HTML DOM querySelectorAll() 代替 jquery的 $('') CSS选择器",
|
|
193
|
+
"description": "querySelectorAll()方法返回文档中匹配指定CSS选择器的所有元素,其效果与jquery的$('')选择器一样,不同的就是querySelectorAll()方法是Js原生方法,无需引入jquery.min.js库。",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041984588",
|
|
195
|
+
"author": "TANKING",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/tanking",
|
|
197
|
+
"votes": "1",
|
|
198
198
|
"rank": 22
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"title": "
|
|
202
|
-
"description": "
|
|
203
|
-
"url": "https://segmentfault.com/a/
|
|
201
|
+
"title": "前端性能监测,Runtime Performance Debug 技巧",
|
|
202
|
+
"description": "提到 Web 前端的效能优化,有许多的技巧是聚焦在如何减少页面的“载入时间 Loading Time”,例如 Code Splitting 透过减少需要载入的 Bundle Size 来加快载入效能。也有些技巧是针对执行时期 (Runtime) 的优化与调...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041990709",
|
|
204
204
|
"author": "前端小智",
|
|
205
205
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
206
|
-
"votes": "
|
|
206
|
+
"votes": "7",
|
|
207
207
|
"rank": 23
|
|
208
208
|
},
|
|
209
209
|
{
|
|
@@ -225,14 +225,32 @@
|
|
|
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": "微服务效率工具 goctl 深度解析(上)",
|
|
229
|
+
"description": "goctl 的最早功能是为了解决 GRPC 内网调试问题,大约是在 2019 年,在我们的生产环境中,rpc 是内网隔离的,不可通过外网访问,为了快速去 mock 一些线上 RPC client 的请求,就简单的实现了第一版本的代码生成...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041963346",
|
|
231
|
+
"author": "kevinwan",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
233
|
+
"votes": "1",
|
|
234
234
|
"rank": 26
|
|
235
235
|
},
|
|
236
|
+
{
|
|
237
|
+
"title": "Cube 技术解读 | Cube 渲染设计的前世今生",
|
|
238
|
+
"description": "阿里是个重运营的公司,前端开发者居多,2016-2017年,在Weex还是1.0时代,React Native开源还没多久,Flutter还没诞生的时候,如何在贴合前端开发环境的前提下,快速铺到android/iOS双平台是个大热点,支付宝内...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041966067",
|
|
240
|
+
"author": "阿里巴巴移动技术",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/alimobile",
|
|
242
|
+
"votes": "1",
|
|
243
|
+
"rank": 27
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"title": "得物前端唤端业务场景和技术精讲",
|
|
247
|
+
"description": "当你在刷朋友圈时突然看到一个潮鞋广告,正是你非常喜欢、一直想买的那款而且价格美丽,于是你兴奋地点击广告直接打开了购物App,并且直接进入刚刚看到的潮鞋详情页,你只需要直接点击购买就能得到这双你期待已久...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041986500",
|
|
249
|
+
"author": "得物技术",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/dewujishu",
|
|
251
|
+
"votes": "1",
|
|
252
|
+
"rank": 28
|
|
253
|
+
},
|
|
236
254
|
{
|
|
237
255
|
"title": "6 月 TIOBE 榜单:C++ 即将超越 Java 进入 Top3,PHP 热度再下滑",
|
|
238
256
|
"description": "近日,TIOBE 出炉了 2022 年 6 月份的编程语言趋势榜单。本次数据显示,C++ 的热度和流行趋势即将超越 Java,而 PHP 热度再下滑,已跌出前十。",
|
|
@@ -240,7 +258,7 @@
|
|
|
240
258
|
"author": "MissD",
|
|
241
259
|
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
242
260
|
"votes": "1",
|
|
243
|
-
"rank":
|
|
261
|
+
"rank": 29
|
|
244
262
|
},
|
|
245
263
|
{
|
|
246
264
|
"title": "React Fiber架构原理",
|
|
@@ -249,24 +267,6 @@
|
|
|
249
267
|
"author": "xiangzhihong",
|
|
250
268
|
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
251
269
|
"votes": "1",
|
|
252
|
-
"rank": 28
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"title": "Java 基础常见知识点&面试题总结(上),2022 最新版!| JavaGuide",
|
|
256
|
-
"description": "《Java 面试指北》来啦!这是一份教你如何更高效地准备面试的小册,涵盖常见八股文(系统设计、常见框架、分布式、高并发 ......)、优质面经等内容。JavaGuide(Java学习&&面试指南):[链接]首发于:[链接]",
|
|
257
|
-
"url": "https://segmentfault.com/a/1190000041960013",
|
|
258
|
-
"author": "JavaGuide",
|
|
259
|
-
"home_url": "https://segmentfault.com/u/javaguide",
|
|
260
|
-
"votes": "1",
|
|
261
|
-
"rank": 29
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"title": "Spring Security整合企业微信的扫码登录,企微的API惊讶到我了",
|
|
265
|
-
"description": "现在很多企业都接入了企业微信,作为私域社群工具,企业微信开放了很多API,可以打通很多自有的应用。既然是应用,那肯定需要做登录。正好企业微信提供了企业微信扫码授权登录功能,而且号称使用了OAuth,正好拿...",
|
|
266
|
-
"url": "https://segmentfault.com/a/1190000041967393",
|
|
267
|
-
"author": "码农小胖哥",
|
|
268
|
-
"home_url": "https://segmentfault.com/u/10000000",
|
|
269
|
-
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|
package/web/data/toutiao-30.json
CHANGED
|
@@ -9,20 +9,10 @@
|
|
|
9
9
|
"subjectName": "乱点技能树",
|
|
10
10
|
"homeUrl": "/subjects/194141"
|
|
11
11
|
},
|
|
12
|
-
{
|
|
13
|
-
"title": "首个确保缓存与数据库一致性的方案",
|
|
14
|
-
"description": "",
|
|
15
|
-
"votes": "126",
|
|
16
|
-
"url": "/k/imjqbp3",
|
|
17
|
-
"avatar": "https://img.toutiao.io/subject/45e806cf22ab424b831afe890c225505/thumb",
|
|
18
|
-
"avatarAlt": "叶东富 - 独家号",
|
|
19
|
-
"subjectName": "叶东富",
|
|
20
|
-
"homeUrl": "/subjects/307550"
|
|
21
|
-
},
|
|
22
12
|
{
|
|
23
13
|
"title": "聊聊接口设计的36个小技巧",
|
|
24
14
|
"description": "",
|
|
25
|
-
"votes": "
|
|
15
|
+
"votes": "133",
|
|
26
16
|
"url": "/k/yqm776v",
|
|
27
17
|
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
28
18
|
"avatarAlt": "进击的程序猿 - 独家号",
|
|
@@ -32,7 +22,7 @@
|
|
|
32
22
|
{
|
|
33
23
|
"title": "阿里10年沉淀|那些技术实战中的架构设计方法",
|
|
34
24
|
"description": "上周我写的一篇文章《关于技术能力的思考和总结》引起了大家的关注,好多读者的评论“以写代想、以想促真、以讲验真”,大家的感受很深刻,基于上次的文章,这篇文章我其实更想跟大家聊聊一些常...",
|
|
35
|
-
"votes": "
|
|
25
|
+
"votes": "109",
|
|
36
26
|
"url": "/k/e9vlh55",
|
|
37
27
|
"avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
|
|
38
28
|
"avatarAlt": "架构必知必会 - 独家号",
|
|
@@ -42,7 +32,7 @@
|
|
|
42
32
|
{
|
|
43
33
|
"title": "MongoDB全方位知识图谱!",
|
|
44
34
|
"description": "导语 | MongoDB是一个强大的分布式存储引擎,天然支持高可用、分布式和灵活设计。MongoDB的一个很重要的设计理念是:服务端只关注底层核心能力的输出,至于怎么用,就尽可能的...",
|
|
45
|
-
"votes": "
|
|
35
|
+
"votes": "112",
|
|
46
36
|
"url": "/k/efxw4nr",
|
|
47
37
|
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
48
38
|
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
@@ -79,16 +69,6 @@
|
|
|
79
69
|
"subjectName": "DeepNoMind",
|
|
80
70
|
"homeUrl": "/subjects/460290"
|
|
81
71
|
},
|
|
82
|
-
{
|
|
83
|
-
"title": "你见过哪些目瞪口呆的 Java 代码技巧?",
|
|
84
|
-
"description": "",
|
|
85
|
-
"votes": "85",
|
|
86
|
-
"url": "/k/avsba7r",
|
|
87
|
-
"avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
|
|
88
|
-
"avatarAlt": "浪客用react,java全栈 - 独家号",
|
|
89
|
-
"subjectName": "浪客用react,java全栈",
|
|
90
|
-
"homeUrl": "/subjects/132403"
|
|
91
|
-
},
|
|
92
72
|
{
|
|
93
73
|
"title": "不可错过的程序员续命科技",
|
|
94
74
|
"description": "背景 睡眠 原理 实践 饮食 Fasting 的背景 Fasting 的实践 饮食与消化道健康 心态与动力 原理 影响多巴胺的外界因素 维持健康的多巴胺水平 成长型思维 学习与专注...",
|
|
@@ -152,7 +132,7 @@
|
|
|
152
132
|
{
|
|
153
133
|
"title": "6年团队Leader: 程序员的8种软技能",
|
|
154
134
|
"description": "",
|
|
155
|
-
"votes": "
|
|
135
|
+
"votes": "56",
|
|
156
136
|
"url": "/k/ehsw14h",
|
|
157
137
|
"avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
|
|
158
138
|
"avatarAlt": "架构必知必会 - 独家号",
|
|
@@ -169,6 +149,16 @@
|
|
|
169
149
|
"subjectName": "进击的程序猿",
|
|
170
150
|
"homeUrl": "/subjects/24912"
|
|
171
151
|
},
|
|
152
|
+
{
|
|
153
|
+
"title": "我们公司使用了 5 年的系统限流方案!从实现到部署实战详解,稳的一批!",
|
|
154
|
+
"description": "",
|
|
155
|
+
"votes": "50",
|
|
156
|
+
"url": "/k/4tls39t",
|
|
157
|
+
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
158
|
+
"avatarAlt": "服务架构及中台 - 独家号",
|
|
159
|
+
"subjectName": "服务架构及中台",
|
|
160
|
+
"homeUrl": "/subjects/26578"
|
|
161
|
+
},
|
|
172
162
|
{
|
|
173
163
|
"title": "异步编程指北",
|
|
174
164
|
"description": "",
|
|
@@ -182,23 +172,13 @@
|
|
|
182
172
|
{
|
|
183
173
|
"title": "高并发下如何防重?",
|
|
184
174
|
"description": "大家好,我是苏三,又跟大家见面了。文末留言送书啦!!!前言最近测试给我提了一个bug,说我之前提供的一个批量复制商品的接口,产生了重复的商品数据。追查原因之后发现,这个事情没想象中...",
|
|
185
|
-
"votes": "
|
|
175
|
+
"votes": "49",
|
|
186
176
|
"url": "/k/ulsc0so",
|
|
187
177
|
"avatar": "https://img.toutiao.io/subject/0a66350d491141748ab4dd49be144252/thumb",
|
|
188
178
|
"avatarAlt": "苏三说技术 - 独家号",
|
|
189
179
|
"subjectName": "苏三说技术",
|
|
190
180
|
"homeUrl": "/subjects/453205"
|
|
191
181
|
},
|
|
192
|
-
{
|
|
193
|
-
"title": "我们公司使用了 5 年的系统限流方案!从实现到部署实战详解,稳的一批!",
|
|
194
|
-
"description": "",
|
|
195
|
-
"votes": "46",
|
|
196
|
-
"url": "/k/4tls39t",
|
|
197
|
-
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
198
|
-
"avatarAlt": "服务架构及中台 - 独家号",
|
|
199
|
-
"subjectName": "服务架构及中台",
|
|
200
|
-
"homeUrl": "/subjects/26578"
|
|
201
|
-
},
|
|
202
182
|
{
|
|
203
183
|
"title": "聊聊并发编程的 12 种业务场景",
|
|
204
184
|
"description": "",
|
|
@@ -209,6 +189,16 @@
|
|
|
209
189
|
"subjectName": "浪客用react,java全栈",
|
|
210
190
|
"homeUrl": "/subjects/132403"
|
|
211
191
|
},
|
|
192
|
+
{
|
|
193
|
+
"title": "肝了一个月的 DDD,一文带你掌握!",
|
|
194
|
+
"description": "",
|
|
195
|
+
"votes": "48",
|
|
196
|
+
"url": "/k/bclz2n6",
|
|
197
|
+
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
198
|
+
"avatarAlt": "Bloomingroses - 独家号",
|
|
199
|
+
"subjectName": "Bloomingroses",
|
|
200
|
+
"homeUrl": "/subjects/98777"
|
|
201
|
+
},
|
|
212
202
|
{
|
|
213
203
|
"title": "腾讯妹子图解Golang内存分配和垃圾回收",
|
|
214
204
|
"description": "",
|
|
@@ -230,23 +220,33 @@
|
|
|
230
220
|
"homeUrl": "/subjects/453205"
|
|
231
221
|
},
|
|
232
222
|
{
|
|
233
|
-
"title": "
|
|
223
|
+
"title": "吐血推荐17个提升开发效率的“轮子”",
|
|
234
224
|
"description": "",
|
|
235
|
-
"votes": "
|
|
236
|
-
"url": "/k/
|
|
237
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
238
|
-
"avatarAlt": "
|
|
239
|
-
"subjectName": "
|
|
240
|
-
"homeUrl": "/subjects/
|
|
225
|
+
"votes": "53",
|
|
226
|
+
"url": "/k/10u7n9b",
|
|
227
|
+
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
228
|
+
"avatarAlt": "服务架构及中台 - 独家号",
|
|
229
|
+
"subjectName": "服务架构及中台",
|
|
230
|
+
"homeUrl": "/subjects/26578"
|
|
241
231
|
},
|
|
242
232
|
{
|
|
243
|
-
"title": "
|
|
233
|
+
"title": "HTTP 2.0 为什么这么设计",
|
|
244
234
|
"description": "",
|
|
235
|
+
"votes": "46",
|
|
236
|
+
"url": "/k/djaj9d9",
|
|
237
|
+
"avatar": "https://img.toutiao.io/subject/71ba50c970bb45f1bf3fa871b8ef47a9/thumb",
|
|
238
|
+
"avatarAlt": "xinconan - 独家号",
|
|
239
|
+
"subjectName": "xinconan",
|
|
240
|
+
"homeUrl": "/subjects/150250"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"title": "GitOps指南",
|
|
244
|
+
"description": "GitOps基于CICD和IaC,以一致的方式管理代码和部署,是DevOps最佳实践之一。本文完整介绍了GitOps的理念和实践,并介绍了Weave Cloud的GitOps模型和...",
|
|
245
245
|
"votes": "47",
|
|
246
|
-
"url": "/k/
|
|
247
|
-
"avatar": "https://img.toutiao.io/
|
|
248
|
-
"avatarAlt": "
|
|
249
|
-
"subjectName": "
|
|
250
|
-
"homeUrl": "/subjects/
|
|
246
|
+
"url": "/k/8a8c9ea",
|
|
247
|
+
"avatar": "https://img.toutiao.io/user/af19eb53bb164e47a25e3b1ef00f965e/thumb",
|
|
248
|
+
"avatarAlt": "DeepNoMind - 独家号",
|
|
249
|
+
"subjectName": "DeepNoMind",
|
|
250
|
+
"homeUrl": "/subjects/460290"
|
|
251
251
|
}
|
|
252
252
|
]
|