@wcj/github-rank 22.10.17 → 22.10.19
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 +28093 -28085
- package/dist/sifou-daily.json +76 -22
- package/dist/sifou-monthly.json +85 -85
- package/dist/sifou-weekly.json +144 -144
- package/dist/toutiao-30.json +1 -252
- package/dist/toutiao-7.json +1 -202
- package/dist/toutiao-90.json +1 -252
- package/dist/trending-daily.json +164 -164
- package/dist/trending-monthly.json +138 -138
- package/dist/trending-weekly.json +165 -165
- package/dist/users.china.json +2139 -2139
- package/dist/users.json +3662 -3662
- package/package.json +1 -1
- package/web/data/repos.json +28093 -28085
- package/web/data/sifou-daily.json +76 -22
- package/web/data/sifou-monthly.json +85 -85
- package/web/data/sifou-weekly.json +144 -144
- package/web/data/toutiao-30.json +1 -252
- package/web/data/toutiao-7.json +1 -202
- package/web/data/toutiao-90.json +1 -252
- package/web/data/trending-daily.json +164 -164
- package/web/data/trending-monthly.json +138 -138
- package/web/data/trending-weekly.json +165 -165
- package/web/data/users.china.json +2139 -2139
- package/web/data/users.json +3662 -3662
- package/web/index.html +1778 -1778
- package/web/repos.html +3507 -3503
- package/web/sifou-daily.html +188 -20
- package/web/sifou-monthly.html +102 -102
- package/web/sifou-weekly.html +133 -133
- package/web/toutiao-30.html +2 -652
- package/web/toutiao-7.html +2 -522
- package/web/toutiao-90.html +2 -652
- package/web/trending-monthly.html +125 -125
- package/web/trending-weekly.html +141 -145
- package/web/trending.html +140 -144
- package/web/users.china.html +1119 -1119
package/web/toutiao-30.html
CHANGED
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
</a>
|
|
124
124
|
|
|
125
125
|
</h1>
|
|
126
|
-
<div class="time">Last cache created on 2022/10/
|
|
126
|
+
<div class="time">Last cache created on 2022/10/19 by
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
|
|
@@ -148,656 +148,6 @@
|
|
|
148
148
|
</span>
|
|
149
149
|
</li>
|
|
150
150
|
|
|
151
|
-
<li>
|
|
152
|
-
<div class="avatar">
|
|
153
|
-
<a href="https://toutiao.io/subjects/26578" target="_blank">
|
|
154
|
-
<img src="https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb" loading="lazy" title="服务架构及中台 - 独家号" alt="服务架构及中台 - 独家号" />
|
|
155
|
-
</a>
|
|
156
|
-
</div>
|
|
157
|
-
<div class="info">
|
|
158
|
-
<div class="rank">
|
|
159
|
-
<span title="Ranking 1">1</span>
|
|
160
|
-
<a href="https://toutiao.io/k/wci1eno" target="_blank" title="7000 字 + 24 张图带你彻底弄懂线程池">7000 字 + 24 张图带你彻底弄懂线程池</a>
|
|
161
|
-
</div>
|
|
162
|
-
|
|
163
|
-
<div class="details">
|
|
164
|
-
今天跟大家聊一聊无论是在工作中常用还是在面试中常问的线程池,通过画图的方式来彻底弄懂线程池的工作原理,以及在实际项目中该如何自定义适合业务的线程池。一、什么是线程池 线程池其实是一...
|
|
165
|
-
</div>
|
|
166
|
-
</div>
|
|
167
|
-
<div class="followers" title="followers">
|
|
168
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
169
|
-
<g fill="none" fill-rule="evenodd">
|
|
170
|
-
<path d="M0 0h16v16H0z"/>
|
|
171
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
172
|
-
</g>
|
|
173
|
-
</svg><span>101</span>
|
|
174
|
-
</div>
|
|
175
|
-
</li>
|
|
176
|
-
|
|
177
|
-
<li>
|
|
178
|
-
<div class="avatar">
|
|
179
|
-
<a href="https://toutiao.io/subjects/194141" target="_blank">
|
|
180
|
-
<img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
|
|
181
|
-
</a>
|
|
182
|
-
</div>
|
|
183
|
-
<div class="info">
|
|
184
|
-
<div class="rank">
|
|
185
|
-
<span title="Ranking 2">2</span>
|
|
186
|
-
<a href="https://toutiao.io/k/f7r13v5" target="_blank" title="分享16个我总结的思维模型(程序员必读,受用终身)">分享16个我总结的思维模型(程序员必读,受用终身)</a>
|
|
187
|
-
</div>
|
|
188
|
-
|
|
189
|
-
<div class="details">
|
|
190
|
-
人们在围绕软件开发的讨论中,几乎不可避免会随口引用一两条原则。你可能听过人们说:“这行不通,因为‘X法则’!”。或者“你不知道‘Y原则’吗?”你是哪种类型的软件开发人员?有许多规律...
|
|
191
|
-
</div>
|
|
192
|
-
</div>
|
|
193
|
-
<div class="followers" title="followers">
|
|
194
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
195
|
-
<g fill="none" fill-rule="evenodd">
|
|
196
|
-
<path d="M0 0h16v16H0z"/>
|
|
197
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
198
|
-
</g>
|
|
199
|
-
</svg><span>89</span>
|
|
200
|
-
</div>
|
|
201
|
-
</li>
|
|
202
|
-
|
|
203
|
-
<li>
|
|
204
|
-
<div class="avatar">
|
|
205
|
-
<a href="https://toutiao.io/subjects/24061" target="_blank">
|
|
206
|
-
<img src="https://img.toutiao.io/subject/9ddc6d126f4c4becb5224f2a64f2b998/thumb" loading="lazy" title="好玩有趣有料的项目 - 独家号" alt="好玩有趣有料的项目 - 独家号" />
|
|
207
|
-
</a>
|
|
208
|
-
</div>
|
|
209
|
-
<div class="info">
|
|
210
|
-
<div class="rank">
|
|
211
|
-
<span title="Ranking 3">3</span>
|
|
212
|
-
<a href="https://toutiao.io/k/rw2dlfo" target="_blank" title="130 个学术网站 26 个科研工具">130 个学术网站 26 个科研工具</a>
|
|
213
|
-
</div>
|
|
214
|
-
|
|
215
|
-
<div class="details">
|
|
216
|
-
1.谷歌学术提供1个比较稳定的谷歌学术网址https://xs.glgoo.net/2004年11月,Google第一次发布了Google学术搜索的试用版。该项索引包括了世界上绝大...
|
|
217
|
-
</div>
|
|
218
|
-
</div>
|
|
219
|
-
<div class="followers" title="followers">
|
|
220
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
221
|
-
<g fill="none" fill-rule="evenodd">
|
|
222
|
-
<path d="M0 0h16v16H0z"/>
|
|
223
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
224
|
-
</g>
|
|
225
|
-
</svg><span>84</span>
|
|
226
|
-
</div>
|
|
227
|
-
</li>
|
|
228
|
-
|
|
229
|
-
<li>
|
|
230
|
-
<div class="avatar">
|
|
231
|
-
<a href="https://toutiao.io/subjects/477457" target="_blank">
|
|
232
|
-
<img src="https://img.toutiao.io/subject/8d1fd69b9a2a49e79f68a1e3c8fc0138/thumb" loading="lazy" title="咕咕鸡技术专栏 - 独家号" alt="咕咕鸡技术专栏 - 独家号" />
|
|
233
|
-
</a>
|
|
234
|
-
</div>
|
|
235
|
-
<div class="info">
|
|
236
|
-
<div class="rank">
|
|
237
|
-
<span title="Ranking 4">4</span>
|
|
238
|
-
<a href="https://toutiao.io/k/azf7ub6" target="_blank" title="性能优化必备——火焰图">性能优化必备——火焰图</a>
|
|
239
|
-
</div>
|
|
240
|
-
|
|
241
|
-
<div class="details">
|
|
242
|
-
引言本文主要介绍火焰图及使用技巧,学习如何使用火焰图快速定位软件的性能卡点。 结合最佳实践实战案例,帮助读者加深刻的理解火焰图构造及原理,理解 CPU 耗时,定位性能瓶颈。背景当前...
|
|
243
|
-
</div>
|
|
244
|
-
</div>
|
|
245
|
-
<div class="followers" title="followers">
|
|
246
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
247
|
-
<g fill="none" fill-rule="evenodd">
|
|
248
|
-
<path d="M0 0h16v16H0z"/>
|
|
249
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
250
|
-
</g>
|
|
251
|
-
</svg><span>82</span>
|
|
252
|
-
</div>
|
|
253
|
-
</li>
|
|
254
|
-
|
|
255
|
-
<li>
|
|
256
|
-
<div class="avatar">
|
|
257
|
-
<a href="https://toutiao.io/subjects/194141" target="_blank">
|
|
258
|
-
<img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
|
|
259
|
-
</a>
|
|
260
|
-
</div>
|
|
261
|
-
<div class="info">
|
|
262
|
-
<div class="rank">
|
|
263
|
-
<span title="Ranking 5">5</span>
|
|
264
|
-
<a href="https://toutiao.io/k/ussdz4q" target="_blank" title="Netty、Kafka中的零拷贝技术到底有多牛?">Netty、Kafka中的零拷贝技术到底有多牛?</a>
|
|
265
|
-
</div>
|
|
266
|
-
|
|
267
|
-
<div class="details">
|
|
268
|
-
👇推荐大家关注一个公众号👇点击上方 "编程技术圈"关注, 星标或置顶一起成长后台回复“大礼包”有惊喜礼包!每日英文Man has to be crazy for once, whe...
|
|
269
|
-
</div>
|
|
270
|
-
</div>
|
|
271
|
-
<div class="followers" title="followers">
|
|
272
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
273
|
-
<g fill="none" fill-rule="evenodd">
|
|
274
|
-
<path d="M0 0h16v16H0z"/>
|
|
275
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
276
|
-
</g>
|
|
277
|
-
</svg><span>73</span>
|
|
278
|
-
</div>
|
|
279
|
-
</li>
|
|
280
|
-
|
|
281
|
-
<li>
|
|
282
|
-
<div class="avatar">
|
|
283
|
-
<a href="https://toutiao.io/subjects/24061" target="_blank">
|
|
284
|
-
<img src="https://img.toutiao.io/subject/9ddc6d126f4c4becb5224f2a64f2b998/thumb" loading="lazy" title="好玩有趣有料的项目 - 独家号" alt="好玩有趣有料的项目 - 独家号" />
|
|
285
|
-
</a>
|
|
286
|
-
</div>
|
|
287
|
-
<div class="info">
|
|
288
|
-
<div class="rank">
|
|
289
|
-
<span title="Ranking 6">6</span>
|
|
290
|
-
<a href="https://toutiao.io/k/5wihja2" target="_blank" title="超实用!整理了 34 个 Python 自动化办公库">超实用!整理了 34 个 Python 自动化办公库</a>
|
|
291
|
-
</div>
|
|
292
|
-
|
|
293
|
-
<div class="details">
|
|
294
|
-
人生苦短,快学Python!本次内容涵盖了Excel、Word、PPT、ODF、PDF、邮件、微信、文件处理等所有能在办公场景实现自动化的库,希望能够对大家有所帮助。PythonE...
|
|
295
|
-
</div>
|
|
296
|
-
</div>
|
|
297
|
-
<div class="followers" title="followers">
|
|
298
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
299
|
-
<g fill="none" fill-rule="evenodd">
|
|
300
|
-
<path d="M0 0h16v16H0z"/>
|
|
301
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
302
|
-
</g>
|
|
303
|
-
</svg><span>62</span>
|
|
304
|
-
</div>
|
|
305
|
-
</li>
|
|
306
|
-
|
|
307
|
-
<li>
|
|
308
|
-
<div class="avatar">
|
|
309
|
-
<a href="https://toutiao.io/subjects/24912" target="_blank">
|
|
310
|
-
<img src="https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb" loading="lazy" title="进击的程序猿 - 独家号" alt="进击的程序猿 - 独家号" />
|
|
311
|
-
</a>
|
|
312
|
-
</div>
|
|
313
|
-
<div class="info">
|
|
314
|
-
<div class="rank">
|
|
315
|
-
<span title="Ranking 7">7</span>
|
|
316
|
-
<a href="https://toutiao.io/k/luf0yh6" target="_blank" title="聊聊 8种 架构模式">聊聊 8种 架构模式</a>
|
|
317
|
-
</div>
|
|
318
|
-
|
|
319
|
-
<div class="details">
|
|
320
|
-
来源:juejin.cn/post/6844904007438172167傅一平评语:这是一篇很好的普及架构知识的文章,对于非科班出身的技术管理者还是很有实际指导意义,我读了获得感...
|
|
321
|
-
</div>
|
|
322
|
-
</div>
|
|
323
|
-
<div class="followers" title="followers">
|
|
324
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
325
|
-
<g fill="none" fill-rule="evenodd">
|
|
326
|
-
<path d="M0 0h16v16H0z"/>
|
|
327
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
328
|
-
</g>
|
|
329
|
-
</svg><span>70</span>
|
|
330
|
-
</div>
|
|
331
|
-
</li>
|
|
332
|
-
|
|
333
|
-
<li>
|
|
334
|
-
<div class="avatar">
|
|
335
|
-
<a href="https://toutiao.io/subjects/98777" target="_blank">
|
|
336
|
-
<img src="https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb" loading="lazy" title="Bloomingroses - 独家号" alt="Bloomingroses - 独家号" />
|
|
337
|
-
</a>
|
|
338
|
-
</div>
|
|
339
|
-
<div class="info">
|
|
340
|
-
<div class="rank">
|
|
341
|
-
<span title="Ranking 8">8</span>
|
|
342
|
-
<a href="https://toutiao.io/k/g205ze9" target="_blank" title="从我在阿里带队的得与失,谈技术管理如何避免瞎折腾">从我在阿里带队的得与失,谈技术管理如何避免瞎折腾</a>
|
|
343
|
-
</div>
|
|
344
|
-
|
|
345
|
-
<div class="details">
|
|
346
|
-
曾子曰:吾日三省吾身,反思是人类进化出来的一项异常宝贵的能力。我在阿里带团队也有四年多的时间,有必要总结一下此间得失;另外,前几天和一个刚开始带团队的同学聊天,他觉得角色转变对于他...
|
|
347
|
-
</div>
|
|
348
|
-
</div>
|
|
349
|
-
<div class="followers" title="followers">
|
|
350
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
351
|
-
<g fill="none" fill-rule="evenodd">
|
|
352
|
-
<path d="M0 0h16v16H0z"/>
|
|
353
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
354
|
-
</g>
|
|
355
|
-
</svg><span>74</span>
|
|
356
|
-
</div>
|
|
357
|
-
</li>
|
|
358
|
-
|
|
359
|
-
<li>
|
|
360
|
-
<div class="avatar">
|
|
361
|
-
<a href="https://toutiao.io/subjects/98777" target="_blank">
|
|
362
|
-
<img src="https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb" loading="lazy" title="Bloomingroses - 独家号" alt="Bloomingroses - 独家号" />
|
|
363
|
-
</a>
|
|
364
|
-
</div>
|
|
365
|
-
<div class="info">
|
|
366
|
-
<div class="rank">
|
|
367
|
-
<span title="Ranking 9">9</span>
|
|
368
|
-
<a href="https://toutiao.io/k/3ueuxa0" target="_blank" title="项目上线一年,整理了一份SpringBoot性能优化方案!">项目上线一年,整理了一份SpringBoot性能优化方案!</a>
|
|
369
|
-
</div>
|
|
370
|
-
|
|
371
|
-
<div class="details">
|
|
372
|
-
|
|
373
|
-
</div>
|
|
374
|
-
</div>
|
|
375
|
-
<div class="followers" title="followers">
|
|
376
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
377
|
-
<g fill="none" fill-rule="evenodd">
|
|
378
|
-
<path d="M0 0h16v16H0z"/>
|
|
379
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
380
|
-
</g>
|
|
381
|
-
</svg><span>62</span>
|
|
382
|
-
</div>
|
|
383
|
-
</li>
|
|
384
|
-
|
|
385
|
-
<li>
|
|
386
|
-
<div class="avatar">
|
|
387
|
-
<a href="https://toutiao.io/subjects/26578" target="_blank">
|
|
388
|
-
<img src="https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb" loading="lazy" title="服务架构及中台 - 独家号" alt="服务架构及中台 - 独家号" />
|
|
389
|
-
</a>
|
|
390
|
-
</div>
|
|
391
|
-
<div class="info">
|
|
392
|
-
<div class="rank">
|
|
393
|
-
<span title="Ranking 10">10</span>
|
|
394
|
-
<a href="https://toutiao.io/k/ccgjv8r" target="_blank" title="优雅的使用 Dockerfile 定制镜像,1.5W 字长文,值得收藏!">优雅的使用 Dockerfile 定制镜像,1.5W 字长文,值得收藏!</a>
|
|
395
|
-
</div>
|
|
396
|
-
|
|
397
|
-
<div class="details">
|
|
398
|
-
|
|
399
|
-
</div>
|
|
400
|
-
</div>
|
|
401
|
-
<div class="followers" title="followers">
|
|
402
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
403
|
-
<g fill="none" fill-rule="evenodd">
|
|
404
|
-
<path d="M0 0h16v16H0z"/>
|
|
405
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
406
|
-
</g>
|
|
407
|
-
</svg><span>58</span>
|
|
408
|
-
</div>
|
|
409
|
-
</li>
|
|
410
|
-
|
|
411
|
-
<li>
|
|
412
|
-
<div class="avatar">
|
|
413
|
-
<a href="https://toutiao.io/subjects/31250" target="_blank">
|
|
414
|
-
<img src="https://img.toutiao.io/subject/32a46f705bae4535a9f804161b0bda51/thumb" loading="lazy" title="技术and生活 - 独家号" alt="技术and生活 - 独家号" />
|
|
415
|
-
</a>
|
|
416
|
-
</div>
|
|
417
|
-
<div class="info">
|
|
418
|
-
<div class="rank">
|
|
419
|
-
<span title="Ranking 11">11</span>
|
|
420
|
-
<a href="https://toutiao.io/k/g4ey2vk" target="_blank" title="Kafka 精妙设计撑起百万 TPS">Kafka 精妙设计撑起百万 TPS</a>
|
|
421
|
-
</div>
|
|
422
|
-
|
|
423
|
-
<div class="details">
|
|
424
|
-
|
|
425
|
-
</div>
|
|
426
|
-
</div>
|
|
427
|
-
<div class="followers" title="followers">
|
|
428
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
429
|
-
<g fill="none" fill-rule="evenodd">
|
|
430
|
-
<path d="M0 0h16v16H0z"/>
|
|
431
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
432
|
-
</g>
|
|
433
|
-
</svg><span>57</span>
|
|
434
|
-
</div>
|
|
435
|
-
</li>
|
|
436
|
-
|
|
437
|
-
<li>
|
|
438
|
-
<div class="avatar">
|
|
439
|
-
<a href="https://toutiao.io/subjects/453205" target="_blank">
|
|
440
|
-
<img src="https://img.toutiao.io/subject/0a66350d491141748ab4dd49be144252/thumb" loading="lazy" title="苏三说技术 - 独家号" alt="苏三说技术 - 独家号" />
|
|
441
|
-
</a>
|
|
442
|
-
</div>
|
|
443
|
-
<div class="info">
|
|
444
|
-
<div class="rank">
|
|
445
|
-
<span title="Ranking 12">12</span>
|
|
446
|
-
<a href="https://toutiao.io/k/dsdovcg" target="_blank" title="聊聊Spring中最常用的11个扩展点">聊聊Spring中最常用的11个扩展点</a>
|
|
447
|
-
</div>
|
|
448
|
-
|
|
449
|
-
<div class="details">
|
|
450
|
-
大家好,我是苏三,又跟大家见面了。前言我们一说到spring,可能第一个想到的是IOC(控制反转) 和AOP(面向切面编程)。没错,它们是spring的基石,得益于它们的优秀设计,...
|
|
451
|
-
</div>
|
|
452
|
-
</div>
|
|
453
|
-
<div class="followers" title="followers">
|
|
454
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
455
|
-
<g fill="none" fill-rule="evenodd">
|
|
456
|
-
<path d="M0 0h16v16H0z"/>
|
|
457
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
458
|
-
</g>
|
|
459
|
-
</svg><span>57</span>
|
|
460
|
-
</div>
|
|
461
|
-
</li>
|
|
462
|
-
|
|
463
|
-
<li>
|
|
464
|
-
<div class="avatar">
|
|
465
|
-
<a href="https://toutiao.io/subjects/361937" target="_blank">
|
|
466
|
-
<img src="https://img.toutiao.io/default-avatar.png" loading="lazy" title="u485925的独家号 - 独家号" alt="u485925的独家号 - 独家号" />
|
|
467
|
-
</a>
|
|
468
|
-
</div>
|
|
469
|
-
<div class="info">
|
|
470
|
-
<div class="rank">
|
|
471
|
-
<span title="Ranking 13">13</span>
|
|
472
|
-
<a href="https://toutiao.io/k/c1wadvv" target="_blank" title="从0到1000万:哔哩哔哩直播架构演进史">从0到1000万:哔哩哔哩直播架构演进史</a>
|
|
473
|
-
</div>
|
|
474
|
-
|
|
475
|
-
<div class="details">
|
|
476
|
-
本期作者 赵海林B端技术中心资深开发工程师 01 前言 哔哩哔哩直播成立于 2014 年,经过 8 年时间的发展已经从最初的业务试水成长为公司重要的业务板块之一。技术架构也从一个...
|
|
477
|
-
</div>
|
|
478
|
-
</div>
|
|
479
|
-
<div class="followers" title="followers">
|
|
480
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
481
|
-
<g fill="none" fill-rule="evenodd">
|
|
482
|
-
<path d="M0 0h16v16H0z"/>
|
|
483
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
484
|
-
</g>
|
|
485
|
-
</svg><span>57</span>
|
|
486
|
-
</div>
|
|
487
|
-
</li>
|
|
488
|
-
|
|
489
|
-
<li>
|
|
490
|
-
<div class="avatar">
|
|
491
|
-
<a href="https://toutiao.io/subjects/42200" target="_blank">
|
|
492
|
-
<img src="https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb" loading="lazy" title="架构之美 - 独家号" alt="架构之美 - 独家号" />
|
|
493
|
-
</a>
|
|
494
|
-
</div>
|
|
495
|
-
<div class="info">
|
|
496
|
-
<div class="rank">
|
|
497
|
-
<span title="Ranking 14">14</span>
|
|
498
|
-
<a href="https://toutiao.io/k/mk22535" target="_blank" title="我是怎么读代码的">我是怎么读代码的</a>
|
|
499
|
-
</div>
|
|
500
|
-
|
|
501
|
-
<div class="details">
|
|
502
|
-
|
|
503
|
-
</div>
|
|
504
|
-
</div>
|
|
505
|
-
<div class="followers" title="followers">
|
|
506
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
507
|
-
<g fill="none" fill-rule="evenodd">
|
|
508
|
-
<path d="M0 0h16v16H0z"/>
|
|
509
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
510
|
-
</g>
|
|
511
|
-
</svg><span>53</span>
|
|
512
|
-
</div>
|
|
513
|
-
</li>
|
|
514
|
-
|
|
515
|
-
<li>
|
|
516
|
-
<div class="avatar">
|
|
517
|
-
<a href="https://toutiao.io/subjects/44250" target="_blank">
|
|
518
|
-
<img src="https://img.toutiao.io/subject/c71f4a0234be4569bfe2f33b95f710bd/thumb" loading="lazy" title="codebee - 独家号" alt="codebee - 独家号" />
|
|
519
|
-
</a>
|
|
520
|
-
</div>
|
|
521
|
-
<div class="info">
|
|
522
|
-
<div class="rank">
|
|
523
|
-
<span title="Ranking 15">15</span>
|
|
524
|
-
<a href="https://toutiao.io/k/y451jnx" target="_blank" title="常用 Shell 分析服务器日志命令,运维快收藏">常用 Shell 分析服务器日志命令,运维快收藏</a>
|
|
525
|
-
</div>
|
|
526
|
-
|
|
527
|
-
<div class="details">
|
|
528
|
-
自己的小网站跑在阿里云的 ECS 上面, 偶尔也去分析分析自己网站服务器日志,看看网站的访问量。看看有没有黑阔搞破坏!于是收集,整理一些服务器日志分析命令,大家可以试试! 1、...
|
|
529
|
-
</div>
|
|
530
|
-
</div>
|
|
531
|
-
<div class="followers" title="followers">
|
|
532
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
533
|
-
<g fill="none" fill-rule="evenodd">
|
|
534
|
-
<path d="M0 0h16v16H0z"/>
|
|
535
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
536
|
-
</g>
|
|
537
|
-
</svg><span>49</span>
|
|
538
|
-
</div>
|
|
539
|
-
</li>
|
|
540
|
-
|
|
541
|
-
<li>
|
|
542
|
-
<div class="avatar">
|
|
543
|
-
<a href="https://toutiao.io/subjects/113701" target="_blank">
|
|
544
|
-
<img src="https://img.toutiao.io/subject/ca32be3cbe13422a9fc08989bf5378d9/thumb" loading="lazy" title="文不落 - 独家号" alt="文不落 - 独家号" />
|
|
545
|
-
</a>
|
|
546
|
-
</div>
|
|
547
|
-
<div class="info">
|
|
548
|
-
<div class="rank">
|
|
549
|
-
<span title="Ranking 16">16</span>
|
|
550
|
-
<a href="https://toutiao.io/k/3re4xuy" target="_blank" title="慢查询 MySQL 定位优化技巧,从10s优化到300ms">慢查询 MySQL 定位优化技巧,从10s优化到300ms</a>
|
|
551
|
-
</div>
|
|
552
|
-
|
|
553
|
-
<div class="details">
|
|
554
|
-
大家好,我是不才陈某~ 今天分享一下如何快速定位慢查询SQL以及优化1.如何定位并优化慢查询SQL? 一般有3个思考方向:根据慢日志定位慢查询sql使用explain等工具分析sq...
|
|
555
|
-
</div>
|
|
556
|
-
</div>
|
|
557
|
-
<div class="followers" title="followers">
|
|
558
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
559
|
-
<g fill="none" fill-rule="evenodd">
|
|
560
|
-
<path d="M0 0h16v16H0z"/>
|
|
561
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
562
|
-
</g>
|
|
563
|
-
</svg><span>48</span>
|
|
564
|
-
</div>
|
|
565
|
-
</li>
|
|
566
|
-
|
|
567
|
-
<li>
|
|
568
|
-
<div class="avatar">
|
|
569
|
-
<a href="https://toutiao.io/subjects/476437" target="_blank">
|
|
570
|
-
<img src="https://img.toutiao.io/subject/c1103a714a594e4eafc17c5c14cbab4d/thumb" loading="lazy" title="小渣的独家号 - 独家号" alt="小渣的独家号 - 独家号" />
|
|
571
|
-
</a>
|
|
572
|
-
</div>
|
|
573
|
-
<div class="info">
|
|
574
|
-
<div class="rank">
|
|
575
|
-
<span title="Ranking 17">17</span>
|
|
576
|
-
<a href="https://toutiao.io/k/0c7whvz" target="_blank" title="面试官:你这数据库表设计的,真垃圾。。。">面试官:你这数据库表设计的,真垃圾。。。</a>
|
|
577
|
-
</div>
|
|
578
|
-
|
|
579
|
-
<div class="details">
|
|
580
|
-
文章来源:https://juejin.cn/post/7147135702604447758 前言 作为后端开发,我们经常需要设计数据库表。整理了21个设计MySQL表的经验准...
|
|
581
|
-
</div>
|
|
582
|
-
</div>
|
|
583
|
-
<div class="followers" title="followers">
|
|
584
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
585
|
-
<g fill="none" fill-rule="evenodd">
|
|
586
|
-
<path d="M0 0h16v16H0z"/>
|
|
587
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
588
|
-
</g>
|
|
589
|
-
</svg><span>48</span>
|
|
590
|
-
</div>
|
|
591
|
-
</li>
|
|
592
|
-
|
|
593
|
-
<li>
|
|
594
|
-
<div class="avatar">
|
|
595
|
-
<a href="https://toutiao.io/subjects/194141" target="_blank">
|
|
596
|
-
<img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
|
|
597
|
-
</a>
|
|
598
|
-
</div>
|
|
599
|
-
<div class="info">
|
|
600
|
-
<div class="rank">
|
|
601
|
-
<span title="Ranking 18">18</span>
|
|
602
|
-
<a href="https://toutiao.io/k/8d5235l" target="_blank" title="MySQL 上亿大表优化实践">MySQL 上亿大表优化实践</a>
|
|
603
|
-
</div>
|
|
604
|
-
|
|
605
|
-
<div class="details">
|
|
606
|
-
👇推荐大家关注一个公众号👇点击上方 "编程技术圈"关注, 星标或置顶一起成长后台回复“大礼包”有惊喜礼包!每日英文Man has to be crazy for once, whe...
|
|
607
|
-
</div>
|
|
608
|
-
</div>
|
|
609
|
-
<div class="followers" title="followers">
|
|
610
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
611
|
-
<g fill="none" fill-rule="evenodd">
|
|
612
|
-
<path d="M0 0h16v16H0z"/>
|
|
613
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
614
|
-
</g>
|
|
615
|
-
</svg><span>48</span>
|
|
616
|
-
</div>
|
|
617
|
-
</li>
|
|
618
|
-
|
|
619
|
-
<li>
|
|
620
|
-
<div class="avatar">
|
|
621
|
-
<a href="https://toutiao.io/subjects/476437" target="_blank">
|
|
622
|
-
<img src="https://img.toutiao.io/subject/c1103a714a594e4eafc17c5c14cbab4d/thumb" loading="lazy" title="小渣的独家号 - 独家号" alt="小渣的独家号 - 独家号" />
|
|
623
|
-
</a>
|
|
624
|
-
</div>
|
|
625
|
-
<div class="info">
|
|
626
|
-
<div class="rank">
|
|
627
|
-
<span title="Ranking 19">19</span>
|
|
628
|
-
<a href="https://toutiao.io/k/4uqm3n6" target="_blank" title="20 图 |6 千字|缓存实战(上篇)">20 图 |6 千字|缓存实战(上篇)</a>
|
|
629
|
-
</div>
|
|
630
|
-
|
|
631
|
-
<div class="details">
|
|
632
|
-
回复 PDF 领取资料 这是悟空的第 96 篇原创文章作者 | 悟空聊架构来源 | 悟空聊架构(ID:PassJava666)转载请联系授权(微信ID:PassJava)前言先说个...
|
|
633
|
-
</div>
|
|
634
|
-
</div>
|
|
635
|
-
<div class="followers" title="followers">
|
|
636
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
637
|
-
<g fill="none" fill-rule="evenodd">
|
|
638
|
-
<path d="M0 0h16v16H0z"/>
|
|
639
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
640
|
-
</g>
|
|
641
|
-
</svg><span>46</span>
|
|
642
|
-
</div>
|
|
643
|
-
</li>
|
|
644
|
-
|
|
645
|
-
<li>
|
|
646
|
-
<div class="avatar">
|
|
647
|
-
<a href="https://toutiao.io/subjects/42200" target="_blank">
|
|
648
|
-
<img src="https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb" loading="lazy" title="架构之美 - 独家号" alt="架构之美 - 独家号" />
|
|
649
|
-
</a>
|
|
650
|
-
</div>
|
|
651
|
-
<div class="info">
|
|
652
|
-
<div class="rank">
|
|
653
|
-
<span title="Ranking 20">20</span>
|
|
654
|
-
<a href="https://toutiao.io/k/5k6qd0n" target="_blank" title="12306抢票:极限高并发带来的思考">12306抢票:极限高并发带来的思考</a>
|
|
655
|
-
</div>
|
|
656
|
-
|
|
657
|
-
<div class="details">
|
|
658
|
-
每到节假日期间,一二线城市返乡、外出游玩的人们几乎都面临着一个问题:抢火车票!虽然现在大多数情况下都能订到票,但是放票瞬间即无票的场景,相信大家都深有体会。尤其是春节期间,大家不...
|
|
659
|
-
</div>
|
|
660
|
-
</div>
|
|
661
|
-
<div class="followers" title="followers">
|
|
662
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
663
|
-
<g fill="none" fill-rule="evenodd">
|
|
664
|
-
<path d="M0 0h16v16H0z"/>
|
|
665
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
666
|
-
</g>
|
|
667
|
-
</svg><span>40</span>
|
|
668
|
-
</div>
|
|
669
|
-
</li>
|
|
670
|
-
|
|
671
|
-
<li>
|
|
672
|
-
<div class="avatar">
|
|
673
|
-
<a href="https://toutiao.io/subjects/406737" target="_blank">
|
|
674
|
-
<img src="https://img.toutiao.io/subject/f13d5c901ebe4d5f9509d20e36f1ee33/thumb" loading="lazy" title="linyb极客之路 - 独家号" alt="linyb极客之路 - 独家号" />
|
|
675
|
-
</a>
|
|
676
|
-
</div>
|
|
677
|
-
<div class="info">
|
|
678
|
-
<div class="rank">
|
|
679
|
-
<span title="Ranking 21">21</span>
|
|
680
|
-
<a href="https://toutiao.io/k/o8wbfmb" target="_blank" title="如何利用 MySQL 5.7 提供的虚拟列来提高查询效率">如何利用 MySQL 5.7 提供的虚拟列来提高查询效率</a>
|
|
681
|
-
</div>
|
|
682
|
-
|
|
683
|
-
<div class="details">
|
|
684
|
-
点击上方蓝字关注我们 01前言 在我们日常开发过程中,有时候因为对索引列进行函数调用,导致索引失效。举个例子,比如我们要按月查询记录,而当我们 表中只存时间,如果我们使用如下语句...
|
|
685
|
-
</div>
|
|
686
|
-
</div>
|
|
687
|
-
<div class="followers" title="followers">
|
|
688
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
689
|
-
<g fill="none" fill-rule="evenodd">
|
|
690
|
-
<path d="M0 0h16v16H0z"/>
|
|
691
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
692
|
-
</g>
|
|
693
|
-
</svg><span>42</span>
|
|
694
|
-
</div>
|
|
695
|
-
</li>
|
|
696
|
-
|
|
697
|
-
<li>
|
|
698
|
-
<div class="avatar">
|
|
699
|
-
<a href="https://toutiao.io/subjects/132403" target="_blank">
|
|
700
|
-
<img src="https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb" loading="lazy" title="浪客用react,java全栈 - 独家号" alt="浪客用react,java全栈 - 独家号" />
|
|
701
|
-
</a>
|
|
702
|
-
</div>
|
|
703
|
-
<div class="info">
|
|
704
|
-
<div class="rank">
|
|
705
|
-
<span title="Ranking 22">22</span>
|
|
706
|
-
<a href="https://toutiao.io/k/vqscb2l" target="_blank" title="新来个技术总监,把限流实现的那叫一个优雅,佩服!">新来个技术总监,把限流实现的那叫一个优雅,佩服!</a>
|
|
707
|
-
</div>
|
|
708
|
-
|
|
709
|
-
<div class="details">
|
|
710
|
-
在电商高并发场景下,我们经常会使用一些常用方法,去应对流量高峰,比如限流、熔断、降级,今天我们聊聊限流。什么是限流呢?限流是限制到达系统的并发请求数量,保证系统能够正常响应部分用户...
|
|
711
|
-
</div>
|
|
712
|
-
</div>
|
|
713
|
-
<div class="followers" title="followers">
|
|
714
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
715
|
-
<g fill="none" fill-rule="evenodd">
|
|
716
|
-
<path d="M0 0h16v16H0z"/>
|
|
717
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
718
|
-
</g>
|
|
719
|
-
</svg><span>41</span>
|
|
720
|
-
</div>
|
|
721
|
-
</li>
|
|
722
|
-
|
|
723
|
-
<li>
|
|
724
|
-
<div class="avatar">
|
|
725
|
-
<a href="https://toutiao.io/subjects/472073" target="_blank">
|
|
726
|
-
<img src="https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb" loading="lazy" title="架构必知必会 - 独家号" alt="架构必知必会 - 独家号" />
|
|
727
|
-
</a>
|
|
728
|
-
</div>
|
|
729
|
-
<div class="info">
|
|
730
|
-
<div class="rank">
|
|
731
|
-
<span title="Ranking 23">23</span>
|
|
732
|
-
<a href="https://toutiao.io/k/92pt5g6" target="_blank" title="5大主流方案对比:MySQL千亿级数据线上平滑扩容实战">5大主流方案对比:MySQL千亿级数据线上平滑扩容实战</a>
|
|
733
|
-
</div>
|
|
734
|
-
|
|
735
|
-
<div class="details">
|
|
736
|
-
一、扩容方案剖析 1、扩容问题在项目初期,我们部署了三个数据库A、B、C,此时数据库的规模可以满足我们的业务需求。为了将数据做到平均分配,我们在Service服务层使用uid%3...
|
|
737
|
-
</div>
|
|
738
|
-
</div>
|
|
739
|
-
<div class="followers" title="followers">
|
|
740
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
741
|
-
<g fill="none" fill-rule="evenodd">
|
|
742
|
-
<path d="M0 0h16v16H0z"/>
|
|
743
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
744
|
-
</g>
|
|
745
|
-
</svg><span>41</span>
|
|
746
|
-
</div>
|
|
747
|
-
</li>
|
|
748
|
-
|
|
749
|
-
<li>
|
|
750
|
-
<div class="avatar">
|
|
751
|
-
<a href="https://toutiao.io/subjects/476437" target="_blank">
|
|
752
|
-
<img src="https://img.toutiao.io/subject/c1103a714a594e4eafc17c5c14cbab4d/thumb" loading="lazy" title="小渣的独家号 - 独家号" alt="小渣的独家号 - 独家号" />
|
|
753
|
-
</a>
|
|
754
|
-
</div>
|
|
755
|
-
<div class="info">
|
|
756
|
-
<div class="rank">
|
|
757
|
-
<span title="Ranking 24">24</span>
|
|
758
|
-
<a href="https://toutiao.io/k/wy9f3j0" target="_blank" title="7000字+24张图带你彻底弄懂线程池">7000字+24张图带你彻底弄懂线程池</a>
|
|
759
|
-
</div>
|
|
760
|
-
|
|
761
|
-
<div class="details">
|
|
762
|
-
|
|
763
|
-
</div>
|
|
764
|
-
</div>
|
|
765
|
-
<div class="followers" title="followers">
|
|
766
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
767
|
-
<g fill="none" fill-rule="evenodd">
|
|
768
|
-
<path d="M0 0h16v16H0z"/>
|
|
769
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
770
|
-
</g>
|
|
771
|
-
</svg><span>43</span>
|
|
772
|
-
</div>
|
|
773
|
-
</li>
|
|
774
|
-
|
|
775
|
-
<li>
|
|
776
|
-
<div class="avatar">
|
|
777
|
-
<a href="https://toutiao.io/subjects/132403" target="_blank">
|
|
778
|
-
<img src="https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb" loading="lazy" title="浪客用react,java全栈 - 独家号" alt="浪客用react,java全栈 - 独家号" />
|
|
779
|
-
</a>
|
|
780
|
-
</div>
|
|
781
|
-
<div class="info">
|
|
782
|
-
<div class="rank">
|
|
783
|
-
<span title="Ranking 25">25</span>
|
|
784
|
-
<a href="https://toutiao.io/k/qtv76pm" target="_blank" title="掘地三尺搞定 Redis 与 MySQL 数据一致性问题">掘地三尺搞定 Redis 与 MySQL 数据一致性问题</a>
|
|
785
|
-
</div>
|
|
786
|
-
|
|
787
|
-
<div class="details">
|
|
788
|
-
目录 1、什么是数据库与缓存一致性 2、缓存的使用策略 3、旁路缓存下的一致性问题分析 4、一致性解决方案有哪些? 5、总结 前言 Redis 拥有高性能的数据读写功能,被我们广...
|
|
789
|
-
</div>
|
|
790
|
-
</div>
|
|
791
|
-
<div class="followers" title="followers">
|
|
792
|
-
<svg width="12" height="12" viewBox="0 0 16 16">
|
|
793
|
-
<g fill="none" fill-rule="evenodd">
|
|
794
|
-
<path d="M0 0h16v16H0z"/>
|
|
795
|
-
<path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
|
|
796
|
-
</g>
|
|
797
|
-
</svg><span>38</span>
|
|
798
|
-
</div>
|
|
799
|
-
</li>
|
|
800
|
-
|
|
801
151
|
</ul>
|
|
802
152
|
<div class="footer">
|
|
803
153
|
<div>
|
|
@@ -814,7 +164,7 @@
|
|
|
814
164
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
815
165
|
</a>
|
|
816
166
|
</div>
|
|
817
|
-
<div class="time">Last cache created on 2022/10/
|
|
167
|
+
<div class="time">Last cache created on 2022/10/19 by Github API v3.</div>
|
|
818
168
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
819
169
|
</div>
|
|
820
170
|
</body>
|