@wcj/github-rank 22.10.8 → 22.10.9

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.
Files changed (37) hide show
  1. package/dist/repos.json +20008 -19995
  2. package/dist/sifou-daily.json +38 -1
  3. package/dist/sifou-monthly.json +93 -93
  4. package/dist/sifou-weekly.json +100 -82
  5. package/dist/toutiao-30.json +18 -18
  6. package/dist/toutiao-7.json +86 -86
  7. package/dist/toutiao-90.json +1 -1
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +149 -149
  10. package/dist/trending-weekly.json +148 -148
  11. package/dist/users.china.json +1314 -1314
  12. package/dist/users.json +2113 -2113
  13. package/package.json +1 -1
  14. package/web/data/repos.json +20008 -19995
  15. package/web/data/sifou-daily.json +38 -1
  16. package/web/data/sifou-monthly.json +93 -93
  17. package/web/data/sifou-weekly.json +100 -82
  18. package/web/data/toutiao-30.json +18 -18
  19. package/web/data/toutiao-7.json +86 -86
  20. package/web/data/toutiao-90.json +1 -1
  21. package/web/data/trending-daily.json +171 -171
  22. package/web/data/trending-monthly.json +149 -149
  23. package/web/data/trending-weekly.json +148 -148
  24. package/web/data/users.china.json +1314 -1314
  25. package/web/data/users.json +2113 -2113
  26. package/web/index.html +1125 -1125
  27. package/web/repos.html +2481 -2481
  28. package/web/sifou-daily.html +114 -2
  29. package/web/sifou-monthly.html +132 -132
  30. package/web/sifou-weekly.html +150 -94
  31. package/web/toutiao-30.html +44 -44
  32. package/web/toutiao-7.html +86 -86
  33. package/web/toutiao-90.html +3 -3
  34. package/web/trending-monthly.html +138 -138
  35. package/web/trending-weekly.html +131 -131
  36. package/web/trending.html +150 -146
  37. package/web/users.china.html +681 -681
@@ -5,7 +5,7 @@
5
5
  "url": "https://segmentfault.com/a/1190000042569583",
6
6
  "author": "腹黑的可乐",
7
7
  "home_url": "https://segmentfault.com/u/fuheidekele",
8
- "votes": "13",
8
+ "votes": "14",
9
9
  "rank": 1
10
10
  },
11
11
  {
@@ -44,24 +44,6 @@
44
44
  "votes": "3",
45
45
  "rank": 5
46
46
  },
47
- {
48
- "title": "重学 react",
49
- "description": "换工作后,从vue转react已经一年半了,代码写的不多,侥幸以为对react有点熟悉了。但看了「beta.reactjs.org」后依然有被震撼到,对react,自己之前的理解,原来一直都错的离谱。",
50
- "url": "https://segmentfault.com/a/1190000042569540",
51
- "author": "tcdona",
52
- "home_url": "https://segmentfault.com/u/tcdona",
53
- "votes": "1",
54
- "rank": 6
55
- },
56
- {
57
- "title": "漫谈 Web Storage API 既本地存储的 8 个 Features 和 20 个 BUG",
58
- "description": "Storage 是种简单又复杂的本地数据存储方法,简单在于它使用方便,复杂在于它有无数的 BUG,为了能够安心的使用它,XJ 花了很多时间,写了一个开源的 xj.storage 插件,但在这篇文章中,插件并不是重点,XJ 在编...",
59
- "url": "https://segmentfault.com/a/1190000042567817",
60
- "author": "xjArea",
61
- "home_url": "https://segmentfault.com/u/xjarea",
62
- "votes": "0",
63
- "rank": 7
64
- },
65
47
  {
66
48
  "title": "从零开始Wails2编写Web桌面应用",
67
49
  "description": "前端要写桌面应用的话首先想到的肯定是Electron,Electron的应用成熟度已经无可置疑,但包体积始终是个令人头疼的问题。如果很在意体积问题,而且喜欢尝试新技术的话,在现代其他编程语言不断侵入前端生态的情况...",
@@ -69,25 +51,16 @@
69
51
  "author": "LnEoi",
70
52
  "home_url": "https://segmentfault.com/u/lneoi",
71
53
  "votes": "1",
72
- "rank": 8
73
- },
74
- {
75
- "title": "[极致用户体验] 多页面应用里,「网页内返回」按钮,何时用 history.back 何时用 replaceState?",
76
- "description": "我是HullQin,公众号线下聚会游戏的作者(欢迎关注公众号,发送加微信,交个朋友),转发本文前需获得作者HullQin授权。我独立开发了《联机桌游合集》,是个网页,可以很方便的跟朋友联机玩斗地主、五子棋等游戏...",
77
- "url": "https://segmentfault.com/a/1190000042569169",
78
- "author": "HullQin",
79
- "home_url": "https://segmentfault.com/u/hullqin",
80
- "votes": "1",
81
- "rank": 9
54
+ "rank": 6
82
55
  },
83
56
  {
84
- "title": "React面试:谈谈虚拟DOM,Diff算法与Key机制",
85
- "description": "原生的JS DOM操作非常消耗性能,而React把真实原生JS DOM转换成了JavaScript对象。这就是虚拟Dom(Virtual Dom)",
86
- "url": "https://segmentfault.com/a/1190000042567864",
87
- "author": "紧张的大葱",
88
- "home_url": "https://segmentfault.com/u/jinzhangdedacong",
57
+ "title": "重学 react",
58
+ "description": "换工作后,从vue转react已经一年半了,代码写的不多,侥幸以为对react有点熟悉了。但看了「beta.reactjs.org」后依然有被震撼到,对react,自己之前的理解,原来一直都错的离谱。",
59
+ "url": "https://segmentfault.com/a/1190000042569540",
60
+ "author": "tcdona",
61
+ "home_url": "https://segmentfault.com/u/tcdona",
89
62
  "votes": "1",
90
- "rank": 10
63
+ "rank": 7
91
64
  },
92
65
  {
93
66
  "title": "JavaScript中this指向哪儿?如何确定this?-前端面试进阶",
@@ -96,7 +69,7 @@
96
69
  "author": "腹黑的可乐",
97
70
  "home_url": "https://segmentfault.com/u/fuheidekele",
98
71
  "votes": "10",
99
- "rank": 11
72
+ "rank": 8
100
73
  },
101
74
  {
102
75
  "title": "Linux三剑客:grep、sed、awk基础入门学习笔记",
@@ -105,16 +78,7 @@
105
78
  "author": "生信分析笔记",
106
79
  "home_url": "https://segmentfault.com/u/jewin",
107
80
  "votes": "2",
108
- "rank": 12
109
- },
110
- {
111
- "title": "ShardingSphere高CPU消耗的问题",
112
- "description": "ShardingSphere官方文档[链接]一、老版本TreeMap问题在5.0.0之前的ShardingResultSet中使用的TreeMap设置的不分大小写导致的,这个源码中写死的。1.1 标志性热点二、5.0.0版本之后去掉了TreeMap在5.0.0版本之后,...",
113
- "url": "https://segmentfault.com/a/1190000042567934",
114
- "author": "开翻挖掘机",
115
- "home_url": "https://segmentfault.com/u/wajueji9527",
116
- "votes": "1",
117
- "rank": 13
81
+ "rank": 9
118
82
  },
119
83
  {
120
84
  "title": "麒麟操作系统 (kylinos) 从入门到精通 - 办公环境- 第三十七篇 资料搜索(windows下everything替代)",
@@ -123,16 +87,7 @@
123
87
  "author": "码上世界",
124
88
  "home_url": "https://segmentfault.com/u/code4world",
125
89
  "votes": "1",
126
- "rank": 14
127
- },
128
- {
129
- "title": "Json序列化以及Infinite recursion",
130
- "description": "背景 {代码...} 当时开发的时候报了这个错。看报错就知道是因为,json的相互依赖。比如A 中有一个属性是 B , 而B中也有一个属性是A。 这将造成了json序列化的时候,报相互依赖的异常。而正好,当前的代码就是这么...",
131
- "url": "https://segmentfault.com/a/1190000042574739",
132
- "author": "weiewiyi",
133
- "home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
134
- "votes": "2",
135
- "rank": 15
90
+ "rank": 10
136
91
  },
137
92
  {
138
93
  "title": "实现《羊了个羊-美女版》小游戏(低配版)",
@@ -141,7 +96,16 @@
141
96
  "author": "夕水",
142
97
  "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
143
98
  "votes": "2",
144
- "rank": 16
99
+ "rank": 11
100
+ },
101
+ {
102
+ "title": "Json序列化以及Infinite recursion",
103
+ "description": "背景 {代码...} 当时开发的时候报了这个错。看报错就知道是因为,json的相互依赖。比如A 中有一个属性是 B , 而B中也有一个属性是A。 这将造成了json序列化的时候,报相互依赖的异常。而正好,当前的代码就是这么...",
104
+ "url": "https://segmentfault.com/a/1190000042574739",
105
+ "author": "weiewiyi",
106
+ "home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
107
+ "votes": "2",
108
+ "rank": 12
145
109
  },
146
110
  {
147
111
  "title": "Vue项目单元测试入门",
@@ -150,7 +114,16 @@
150
114
  "author": "寻雾启示",
151
115
  "home_url": "https://segmentfault.com/u/xin1994",
152
116
  "votes": "1",
153
- "rank": 17
117
+ "rank": 13
118
+ },
119
+ {
120
+ "title": "Vue实战必会的几个技巧",
121
+ "description": "vue 中常见别名有:up/向上箭头、down/向下箭头、left/左箭头、right/右箭头、space/空格、tab/换行、esc/退出、enter/回车、delete/删除",
122
+ "url": "https://segmentfault.com/a/1190000042571032",
123
+ "author": "yyds2026",
124
+ "home_url": "https://segmentfault.com/u/junyidemaodou",
125
+ "votes": "1",
126
+ "rank": 14
154
127
  },
155
128
  {
156
129
  "title": "利用Vue自定义指令让你的开发变得更优雅",
@@ -159,16 +132,7 @@
159
132
  "author": "罡风小天",
160
133
  "home_url": "https://segmentfault.com/u/shawnphang",
161
134
  "votes": "1",
162
- "rank": 18
163
- },
164
- {
165
- "title": "js中的for...in循环",
166
- "description": "JavaScript中的for...in循环for...in能遍历对象(数组)中的属性用法: {代码...} 例: {代码...} for...in循环能遍历出原型上的属性与方法例: {代码...} for...in循环是无序的 {代码...} 由此可以看出,for...in...",
167
- "url": "https://segmentfault.com/a/1190000042568640",
168
- "author": "小卢没烦恼",
169
- "home_url": "https://segmentfault.com/u/_632fb19cc6ef3",
170
- "votes": "1",
171
- "rank": 19
135
+ "rank": 15
172
136
  },
173
137
  {
174
138
  "title": "面试题-Java基础",
@@ -177,7 +141,7 @@
177
141
  "author": "李博帅",
178
142
  "home_url": "https://segmentfault.com/u/liboshuai",
179
143
  "votes": "1",
180
- "rank": 20
144
+ "rank": 16
181
145
  },
182
146
  {
183
147
  "title": "call、apply、bind之间的区别",
@@ -186,7 +150,7 @@
186
150
  "author": "小卢没烦恼",
187
151
  "home_url": "https://segmentfault.com/u/_632fb19cc6ef3",
188
152
  "votes": "1",
189
- "rank": 21
153
+ "rank": 17
190
154
  },
191
155
  {
192
156
  "title": "解决图片底部白边",
@@ -195,16 +159,7 @@
195
159
  "author": "小卢没烦恼",
196
160
  "home_url": "https://segmentfault.com/u/_632fb19cc6ef3",
197
161
  "votes": "1",
198
- "rank": 22
199
- },
200
- {
201
- "title": "即时通讯软件到底有哪些呢?",
202
- "description": "在互联网如此发达的今天,即时通讯软件已经是当前各类型软件中比较重要的工作和生活中需要用到的工具了,不过对于即时通讯软件的常见类型,大家都清楚吗?",
203
- "url": "https://segmentfault.com/a/1190000042571422",
204
- "author": "雯文",
205
- "home_url": "https://segmentfault.com/u/wen_62753939d92c2",
206
- "votes": "0",
207
- "rank": 23
162
+ "rank": 18
208
163
  },
209
164
  {
210
165
  "title": "CSS3中弹性项目的压缩规则",
@@ -213,7 +168,7 @@
213
168
  "author": "小卢没烦恼",
214
169
  "home_url": "https://segmentfault.com/u/_632fb19cc6ef3",
215
170
  "votes": "1",
216
- "rank": 24
171
+ "rank": 19
217
172
  },
218
173
  {
219
174
  "title": "即时通讯社交应用创业",
@@ -222,7 +177,7 @@
222
177
  "author": "雯文",
223
178
  "home_url": "https://segmentfault.com/u/wen_62753939d92c2",
224
179
  "votes": "0",
225
- "rank": 25
180
+ "rank": 20
226
181
  },
227
182
  {
228
183
  "title": "最全Spring+Boot+MVC+CloudAlibaba学习手册,你想学的全都有",
@@ -231,6 +186,69 @@
231
186
  "author": "Java架构师",
232
187
  "home_url": "https://segmentfault.com/u/taozi_60b0b3c71b1a8",
233
188
  "votes": "1",
189
+ "rank": 21
190
+ },
191
+ {
192
+ "title": "go 酷之viper 配置读取",
193
+ "description": "引言viper 是一个用于读取配置文件的库。如果你需要读取配置文件,那么 viper 足够好用。项目地址项目地址: [链接] [star:20.7k]使用场景读取配置安装go get github.com/spf13/viper常用方法SetConfigFile 定义...",
194
+ "url": "https://segmentfault.com/a/1190000042577361",
195
+ "author": "13sai",
196
+ "home_url": "https://segmentfault.com/u/13sai",
197
+ "votes": "1",
198
+ "rank": 22
199
+ },
200
+ {
201
+ "title": "Vue3移动端组件库Varlet源码主题阅读之一:本地启动服务时都做了什么",
202
+ "description": "Vue开源的组件库有很多,基本各个大厂都会做一个,所以作为个人再重复造轮子其实意义也不是很大,但是笔者对于如何设计一个Vue组件库还是挺感兴趣的。",
203
+ "url": "https://segmentfault.com/a/1190000042577567",
204
+ "author": "街角小林",
205
+ "home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
206
+ "votes": "0",
207
+ "rank": 23
208
+ },
209
+ {
210
+ "title": "JavaScript 新提案:array.groupBy()",
211
+ "description": "本文首发于微信公众号:大迁世界, 我的微信:qq449245884,我会第一时间和你分享前端行业趋势,学习途径等等。更多开源作品请看 GitHub [链接] ,包含一线大厂面试完整考点、资料以及我的系列文章。",
212
+ "url": "https://segmentfault.com/a/1190000042578631",
213
+ "author": "前端小智",
214
+ "home_url": "https://segmentfault.com/u/minnanitkong",
215
+ "votes": "3",
216
+ "rank": 24
217
+ },
218
+ {
219
+ "title": "35+,如果面试让我手写红黑树!",
220
+ "description": "为啥,面试官那么喜欢让你聊聊 HashMap?因为 HashMap 涉及的东西广,用到的数据结构多,问题延展性好,一个 HashMap 就能聊下来80%的数据结构了。而且面试 HashMap 能通过你对红黑树的了解定位出你哪个级别的研...",
221
+ "url": "https://segmentfault.com/a/1190000042581816",
222
+ "author": "小傅哥",
223
+ "home_url": "https://segmentfault.com/u/fuzhengwei",
224
+ "votes": "2",
225
+ "rank": 25
226
+ },
227
+ {
228
+ "title": "想学习Web安全,如何入门?",
229
+ "description": "开始前的思考我真的喜欢搞安全吗?我想通过安全赚钱钱?我不知道做什么就是随便?一辈子做安全吗?\\这些不想清楚会对你以后的发展很不利,与其盲目的学习web安全,不如先做一个长远的计划。否则在我看来都是浪费时间...",
230
+ "url": "https://segmentfault.com/a/1190000042581060",
231
+ "author": "代码熬夜敲",
232
+ "home_url": "https://segmentfault.com/u/2uj39mdb",
233
+ "votes": "1",
234
234
  "rank": 26
235
+ },
236
+ {
237
+ "title": "用自己的编程语言实现了一个网站(增强版)",
238
+ "description": "看起来确实非常的挫,其实之前一直也想做一个 GScript 的在线 playground ,于是国庆期间学了一点 皮毛 Vue 加上老弟的帮忙(他是前端开发),最终完成了下面这个网站:",
239
+ "url": "https://segmentfault.com/a/1190000042578505",
240
+ "author": "crossoverJie",
241
+ "home_url": "https://segmentfault.com/u/crossoverjie",
242
+ "votes": "1",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "vue项目接入海康威视h5player.js播放器",
247
+ "description": "最近公司项目需要接入海康视频监控,先后使用了easyplayer.js(只能播放海康视频的hls视频流,加载很慢,放弃),海康自带WEB插件(需要用户安装插件,放弃),最终决定使用海康H5player.js插件,使用版本V2.12,供大...",
248
+ "url": "https://segmentfault.com/a/1190000042580894",
249
+ "author": "瑞瑞同学_",
250
+ "home_url": "https://segmentfault.com/u/ruiruik",
251
+ "votes": "1",
252
+ "rank": 28
235
253
  }
236
254
  ]
@@ -79,16 +79,6 @@
79
79
  "subjectName": "Bloomingroses",
80
80
  "homeUrl": "/subjects/98777"
81
81
  },
82
- {
83
- "title": "SQL优化万能公式:5 大步骤 + 10 个案例",
84
- "description": "",
85
- "votes": "63",
86
- "url": "/k/4p8xa6s",
87
- "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
88
- "avatarAlt": "Bloomingroses - 独家号",
89
- "subjectName": "Bloomingroses",
90
- "homeUrl": "/subjects/98777"
91
- },
92
82
  {
93
83
  "title": "从我在阿里带队的得与失,谈技术管理如何避免瞎折腾",
94
84
  "description": "曾子曰:吾日三省吾身,反思是人类进化出来的一项异常宝贵的能力。我在阿里带团队也有四年多的时间,有必要总结一下此间得失;另外,前几天和一个刚开始带团队的同学聊天,他觉得角色转变对于他...",
@@ -209,6 +199,16 @@
209
199
  "subjectName": "前端智能化",
210
200
  "homeUrl": "/subjects/7076"
211
201
  },
202
+ {
203
+ "title": "如何利用 MySQL 5.7 提供的虚拟列来提高查询效率",
204
+ "description": " 点击上方蓝字关注我们 01前言 在我们日常开发过程中,有时候因为对索引列进行函数调用,导致索引失效。举个例子,比如我们要按月查询记录,而当我们 表中只存时间,如果我们使用如下语句...",
205
+ "votes": "39",
206
+ "url": "/k/o8wbfmb",
207
+ "avatar": "https://img.toutiao.io/subject/f13d5c901ebe4d5f9509d20e36f1ee33/thumb",
208
+ "avatarAlt": "linyb极客之路 - 独家号",
209
+ "subjectName": "linyb极客之路",
210
+ "homeUrl": "/subjects/406737"
211
+ },
212
212
  {
213
213
  "title": "5大主流方案对比:MySQL千亿级数据线上平滑扩容实战",
214
214
  "description": "一、扩容方案剖析 1、扩容问题在项目初期,我们部署了三个数据库A、B、C,此时数据库的规模可以满足我们的业务需求。为了将数据做到平均分配,我们在Service服务层使用uid%3...",
@@ -240,13 +240,13 @@
240
240
  "homeUrl": "/subjects/194141"
241
241
  },
242
242
  {
243
- "title": "如何利用 MySQL 5.7 提供的虚拟列来提高查询效率",
244
- "description": " 点击上方蓝字关注我们 01前言 在我们日常开发过程中,有时候因为对索引列进行函数调用,导致索引失效。举个例子,比如我们要按月查询记录,而当我们 表中只存时间,如果我们使用如下语句...",
245
- "votes": "38",
246
- "url": "/k/o8wbfmb",
247
- "avatar": "https://img.toutiao.io/subject/f13d5c901ebe4d5f9509d20e36f1ee33/thumb",
248
- "avatarAlt": "linyb极客之路 - 独家号",
249
- "subjectName": "linyb极客之路",
250
- "homeUrl": "/subjects/406737"
243
+ "title": "字节二面:Redis 的大 Key 对持久化有什么影响?",
244
+ "description": "",
245
+ "votes": "37",
246
+ "url": "/k/dwzvr51",
247
+ "avatar": "https://img.toutiao.io/subject/5677c886e56b479194e85580c577d68a/thumb",
248
+ "avatarAlt": "编程爱好者(网络编程) - 独家号",
249
+ "subjectName": "编程爱好者(网络编程)",
250
+ "homeUrl": "/subjects/134283"
251
251
  }
252
252
  ]
@@ -1,28 +1,8 @@
1
1
  [
2
- {
3
- "title": "架构师劝退指南",
4
- "description": "",
5
- "votes": "30",
6
- "url": "/k/w4olo9z",
7
- "avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
8
- "avatarAlt": "浪客用react,java全栈 - 独家号",
9
- "subjectName": "浪客用react,java全栈",
10
- "homeUrl": "/subjects/132403"
11
- },
12
- {
13
- "title": "新来个技术总监,把限流实现的那叫一个优雅,佩服!",
14
- "description": "在电商高并发场景下,我们经常会使用一些常用方法,去应对流量高峰,比如限流、熔断、降级,今天我们聊聊限流。什么是限流呢?限流是限制到达系统的并发请求数量,保证系统能够正常响应部分用户...",
15
- "votes": "32",
16
- "url": "/k/vqscb2l",
17
- "avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
18
- "avatarAlt": "浪客用react,java全栈 - 独家号",
19
- "subjectName": "浪客用react,java全栈",
20
- "homeUrl": "/subjects/132403"
21
- },
22
2
  {
23
3
  "title": "聊聊Spring中最常用的11个扩展点",
24
4
  "description": "大家好,我是苏三,又跟大家见面了。前言我们一说到spring,可能第一个想到的是IOC(控制反转) 和AOP(面向切面编程)。没错,它们是spring的基石,得益于它们的优秀设计,...",
25
- "votes": "30",
5
+ "votes": "39",
26
6
  "url": "/k/dsdovcg",
27
7
  "avatar": "https://img.toutiao.io/subject/0a66350d491141748ab4dd49be144252/thumb",
28
8
  "avatarAlt": "苏三说技术 - 独家号",
@@ -30,30 +10,20 @@
30
10
  "homeUrl": "/subjects/453205"
31
11
  },
32
12
  {
33
- "title": "JAVA 规则引擎 JSR-94",
34
- "description": "",
35
- "votes": "28",
36
- "url": "/k/sty3d9t",
37
- "avatar": "https://img.toutiao.io/subject/1a197bcacc0346c186be58be1aaf34bd/thumb",
38
- "avatarAlt": "Java后端技术 - 独家号",
39
- "subjectName": "Java后端技术",
40
- "homeUrl": "/subjects/63673"
41
- },
42
- {
43
- "title": "Rust 太难?那是你没看到这套 Rust 语言学习总结(上)",
44
- "description": "",
45
- "votes": "27",
46
- "url": "/k/8w3ph2c",
47
- "avatar": "https://img.toutiao.io/subject/8e319b8fa49c44da812c80fae93a9d84/thumb",
48
- "avatarAlt": "开发者独家号 - 独家号",
49
- "subjectName": "开发者独家号",
50
- "homeUrl": "/subjects/13080"
13
+ "title": "超实用!整理了 34 个 Python 自动化办公库",
14
+ "description": "人生苦短,快学Python!本次内容涵盖了Excel、Word、PPT、ODF、PDF、邮件、微信、文件处理等所有能在办公场景实现自动化的库,希望能够对大家有所帮助。PythonE...",
15
+ "votes": "32",
16
+ "url": "/k/5wihja2",
17
+ "avatar": "https://img.toutiao.io/subject/9ddc6d126f4c4becb5224f2a64f2b998/thumb",
18
+ "avatarAlt": "好玩有趣有料的项目 - 独家号",
19
+ "subjectName": "好玩有趣有料的项目",
20
+ "homeUrl": "/subjects/24061"
51
21
  },
52
22
  {
53
- "title": "掘地三尺搞定 Redis 与 MySQL 数据一致性问题",
54
- "description": " 目录 1、什么是数据库与缓存一致性 2、缓存的使用策略 3、旁路缓存下的一致性问题分析 4、一致性解决方案有哪些? 5、总结 前言 Redis 拥有高性能的数据读写功能,被我们广...",
55
- "votes": "27",
56
- "url": "/k/qtv76pm",
23
+ "title": "新来个技术总监,把限流实现的那叫一个优雅,佩服!",
24
+ "description": "在电商高并发场景下,我们经常会使用一些常用方法,去应对流量高峰,比如限流、熔断、降级,今天我们聊聊限流。什么是限流呢?限流是限制到达系统的并发请求数量,保证系统能够正常响应部分用户...",
25
+ "votes": "34",
26
+ "url": "/k/vqscb2l",
57
27
  "avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
58
28
  "avatarAlt": "浪客用react,java全栈 - 独家号",
59
29
  "subjectName": "浪客用react,java全栈",
@@ -62,7 +32,7 @@
62
32
  {
63
33
  "title": "不靠分库分表和分布式缓存,如何从数据层面提升系统并发能力?",
64
34
  "description": "一、概要商品系统作为电商中的核心系统之一,其重要性不言而喻。互联网业务上的高性能、高并发、高可用在商品系统上体现得淋漓尽致。除了引入分布式缓存以及分库分表的优化之外,本文从数据的角...",
65
- "votes": "25",
35
+ "votes": "29",
66
36
  "url": "/k/w8pbpvo",
67
37
  "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
68
38
  "avatarAlt": "Bloomingroses - 独家号",
@@ -70,10 +40,40 @@
70
40
  "homeUrl": "/subjects/98777"
71
41
  },
72
42
  {
73
- "title": "最快的内存数据库横空出世,比 Redis 25 倍,Star 数飙升,杀疯了!",
74
- "description": "来自公众号:InfoQ整理 | 钰莹、Tina回击就代表输了?! 今年年中,一位前谷歌、前亚马逊的工程师推出了他创作的开源内存数据缓存系统 Dragonfly,用 C/C++ 编写...",
43
+ "title": "掘地三尺搞定 Redis MySQL 数据一致性问题",
44
+ "description": " 目录 1、什么是数据库与缓存一致性 2、缓存的使用策略 3、旁路缓存下的一致性问题分析 4、一致性解决方案有哪些? 5、总结 前言 Redis 拥有高性能的数据读写功能,被我们广...",
45
+ "votes": "29",
46
+ "url": "/k/qtv76pm",
47
+ "avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
48
+ "avatarAlt": "浪客用react,java全栈 - 独家号",
49
+ "subjectName": "浪客用react,java全栈",
50
+ "homeUrl": "/subjects/132403"
51
+ },
52
+ {
53
+ "title": "Rust 太难?那是你没看到这套 Rust 语言学习总结(上)",
54
+ "description": "",
75
55
  "votes": "28",
76
- "url": "/k/gqbvxkn",
56
+ "url": "/k/8w3ph2c",
57
+ "avatar": "https://img.toutiao.io/subject/8e319b8fa49c44da812c80fae93a9d84/thumb",
58
+ "avatarAlt": "开发者独家号 - 独家号",
59
+ "subjectName": "开发者独家号",
60
+ "homeUrl": "/subjects/13080"
61
+ },
62
+ {
63
+ "title": "JAVA 规则引擎 JSR-94",
64
+ "description": "",
65
+ "votes": "28",
66
+ "url": "/k/sty3d9t",
67
+ "avatar": "https://img.toutiao.io/subject/1a197bcacc0346c186be58be1aaf34bd/thumb",
68
+ "avatarAlt": "Java后端技术 - 独家号",
69
+ "subjectName": "Java后端技术",
70
+ "homeUrl": "/subjects/63673"
71
+ },
72
+ {
73
+ "title": "面试官:你这数据库表设计的,真垃圾。。。",
74
+ "description": "文章来源:https://juejin.cn/post/7147135702604447758 前言 作为后端开发,我们经常需要设计数据库表。整理了21个设计MySQL表的经验准...",
75
+ "votes": "29",
76
+ "url": "/k/0c7whvz",
77
77
  "avatar": "https://img.toutiao.io/subject/c1103a714a594e4eafc17c5c14cbab4d/thumb",
78
78
  "avatarAlt": "小渣的独家号 - 独家号",
79
79
  "subjectName": "小渣的独家号",
@@ -82,7 +82,7 @@
82
82
  {
83
83
  "title": "Rust 太难?那是你没看到这套 Rust 语言语言学习总结(下)",
84
84
  "description": "",
85
- "votes": "22",
85
+ "votes": "25",
86
86
  "url": "/k/gi384gt",
87
87
  "avatar": "https://img.toutiao.io/subject/8e319b8fa49c44da812c80fae93a9d84/thumb",
88
88
  "avatarAlt": "开发者独家号 - 独家号",
@@ -92,67 +92,47 @@
92
92
  {
93
93
  "title": "SpringBoot的starter到底是什么?",
94
94
  "description": "大家好,我是苏三,又跟大家见面了。前言我们都知道,Spring的功能非常强大,但也有些弊端。比如:我们需要手动去配置大量的参数,没有默认值,需要我们管理大量的jar包和它们的依赖。...",
95
- "votes": "22",
95
+ "votes": "24",
96
96
  "url": "/k/uwwfdsl",
97
97
  "avatar": "https://img.toutiao.io/subject/0a66350d491141748ab4dd49be144252/thumb",
98
98
  "avatarAlt": "苏三说技术 - 独家号",
99
99
  "subjectName": "苏三说技术",
100
100
  "homeUrl": "/subjects/453205"
101
101
  },
102
- {
103
- "title": "性能优化的 10 个技巧!",
104
- "description": "",
105
- "votes": "19",
106
- "url": "/k/9jopsda",
107
- "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
108
- "avatarAlt": "Bloomingroses - 独家号",
109
- "subjectName": "Bloomingroses",
110
- "homeUrl": "/subjects/98777"
111
- },
112
- {
113
- "title": "Linux内存管理机制",
114
- "description": "",
115
- "votes": "20",
116
- "url": "/k/5e8o3ht",
117
- "avatar": "https://img.toutiao.io/subject/d165ed853e794176806a8cdf2e343338/thumb",
118
- "avatarAlt": "林晓编程 - 独家号",
119
- "subjectName": "林晓编程",
120
- "homeUrl": "/subjects/242088"
121
- },
122
102
  {
123
103
  "title": "如何实现数据库读一致性",
124
104
  "description": "(给ImportNew加星标,提高Java技能)1 导读数据的一致性是数据准确的重要指标,那如何实现数据的一致性呢?本文从事务特性和事务级别的角度和大家一起学习如何实现数据的读写一...",
125
- "votes": "20",
105
+ "votes": "23",
126
106
  "url": "/k/xpscpsa",
127
107
  "avatar": "https://img.toutiao.io/subject/ca32be3cbe13422a9fc08989bf5378d9/thumb",
128
108
  "avatarAlt": "文不落 - 独家号",
129
109
  "subjectName": "文不落",
130
110
  "homeUrl": "/subjects/113701"
131
111
  },
112
+ {
113
+ "title": "12306抢票:极限高并发带来的思考",
114
+ "description": " 每到节假日期间,一二线城市返乡、外出游玩的人们几乎都面临着一个问题:抢火车票!虽然现在大多数情况下都能订到票,但是放票瞬间即无票的场景,相信大家都深有体会。尤其是春节期间,大家不...",
115
+ "votes": "19",
116
+ "url": "/k/5k6qd0n",
117
+ "avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
118
+ "avatarAlt": "架构之美 - 独家号",
119
+ "subjectName": "架构之美",
120
+ "homeUrl": "/subjects/42200"
121
+ },
132
122
  {
133
123
  "title": "日志记录的最佳实践",
134
124
  "description": "简介日志(Log)是由系统在运行过程中产生的结构化或者非结构化的文字信息。通常情况,可以将其视为应用程序对某个事件(Event)的记录。日志通常可以帮助我们发现一些微服务架构系统的...",
135
- "votes": "19",
125
+ "votes": "20",
136
126
  "url": "/k/0w9hsc7",
137
127
  "avatar": "https://img.toutiao.io/user/4a74c5bc82c5462fbfb1a614d56f8753/thumb",
138
128
  "avatarAlt": "ThoughtWorks - 独家号",
139
129
  "subjectName": "ThoughtWorks",
140
130
  "homeUrl": "/subjects/8973"
141
131
  },
142
- {
143
- "title": "实战 Go:怎样快速实现一个极简任务调度系统",
144
- "description": "引子任务调度(Task Scheduling)是很多软件系统中的重要组成部分,字面上的意思是按照一定要求分配运行一些通常时间较长的脚本或程序。在爬虫管理平台 Crawlab[1] ...",
145
- "votes": "20",
146
- "url": "/k/3c56bkv",
147
- "avatar": "https://img.toutiao.io/subject/165bda489eaa4e0ebe4b3fcdc2a6d464/thumb",
148
- "avatarAlt": "Crawlab开发组 - 独家号",
149
- "subjectName": "Crawlab开发组",
150
- "homeUrl": "/subjects/297963"
151
- },
152
132
  {
153
133
  "title": "P5~P9 应该具备的核心能力是什么",
154
134
  "description": "👆点击“博文视点Broadview”,获取更多书讯 以阿里的职级体系为标杆,先给大家对比几个知名公司的职级体系,以及与阿里职级对应关系,这样首先能够帮助你更好地评估自己在行业中大...",
155
- "votes": "20",
135
+ "votes": "22",
156
136
  "url": "/k/7ga7vcn",
157
137
  "avatar": "https://img.toutiao.io/subject/11cc495ae64e477a9b099c30e240143f/thumb",
158
138
  "avatarAlt": "程序猿读书雷达 - 独家号",
@@ -162,17 +142,27 @@
162
142
  {
163
143
  "title": "美团超1.5万台Kafka,抗下每秒数亿消息量的挑战!",
164
144
  "description": "",
165
- "votes": "16",
145
+ "votes": "19",
166
146
  "url": "/k/hm62dg8",
167
147
  "avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
168
148
  "avatarAlt": "浪客用react,java全栈 - 独家号",
169
149
  "subjectName": "浪客用react,java全栈",
170
150
  "homeUrl": "/subjects/132403"
171
151
  },
152
+ {
153
+ "title": "实战 Go:怎样快速实现一个极简任务调度系统",
154
+ "description": "引子任务调度(Task Scheduling)是很多软件系统中的重要组成部分,字面上的意思是按照一定要求分配运行一些通常时间较长的脚本或程序。在爬虫管理平台 Crawlab[1] ...",
155
+ "votes": "20",
156
+ "url": "/k/3c56bkv",
157
+ "avatar": "https://img.toutiao.io/subject/165bda489eaa4e0ebe4b3fcdc2a6d464/thumb",
158
+ "avatarAlt": "Crawlab开发组 - 独家号",
159
+ "subjectName": "Crawlab开发组",
160
+ "homeUrl": "/subjects/297963"
161
+ },
172
162
  {
173
163
  "title": "设计糟糕的分库分表是如何把系统搞挂的?",
174
164
  "description": "文章来源:https://juejin.cn/post/6844903720107376647数据库中间件之分库分表恭喜你,贵公司终于成长到一定规模,需要考虑高可用,甚至分库分表了...",
175
- "votes": "13",
165
+ "votes": "15",
176
166
  "url": "/k/05avlb4",
177
167
  "avatar": "https://img.toutiao.io/subject/c1103a714a594e4eafc17c5c14cbab4d/thumb",
178
168
  "avatarAlt": "小渣的独家号 - 独家号",
@@ -182,7 +172,7 @@
182
172
  {
183
173
  "title": "怎么让面试官喜欢你?",
184
174
  "description": "大家好,我是Tom哥。 最近不少小伙伴在找工作,市场很卷,如何获得面试官的青睐,这里面有会一些经验,今天我们就来聊下 面试一般分为 3 ~ 5 轮,第一轮一般是电话面试,后面几轮多...",
185
- "votes": "15",
175
+ "votes": "16",
186
176
  "url": "/k/0kimlvu",
187
177
  "avatar": "https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb",
188
178
  "avatarAlt": "微观技术 - 独家号",
@@ -192,11 +182,21 @@
192
182
  {
193
183
  "title": "Spring Cloud Gateway 服务网关",
194
184
  "description": "大家好,我是Tom哥。网关作为系统的前置流量入口,发挥着巨大的作用,网关的技术种类也很多,今天我来聊下Spring家族的网关 Spring Cloud Gateway一、为什么需要...",
195
- "votes": "16",
185
+ "votes": "18",
196
186
  "url": "/k/dncyaq6",
197
187
  "avatar": "https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb",
198
188
  "avatarAlt": "微观技术 - 独家号",
199
189
  "subjectName": "微观技术",
200
190
  "homeUrl": "/subjects/348507"
191
+ },
192
+ {
193
+ "title": "Spring Boot一个注解,轻松实现 Redis 分布式锁",
194
+ "description": "",
195
+ "votes": "16",
196
+ "url": "/k/xrooyy8",
197
+ "avatar": "https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb",
198
+ "avatarAlt": "乱点技能树 - 独家号",
199
+ "subjectName": "乱点技能树",
200
+ "homeUrl": "/subjects/194141"
201
201
  }
202
202
  ]
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "title": "全网最全的权限系统设计方案(图解)",
14
14
  "description": "",
15
- "votes": "146",
15
+ "votes": "147",
16
16
  "url": "/k/lozkmee",
17
17
  "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
18
18
  "avatarAlt": "服务架构及中台 - 独家号",