@wcj/github-rank 21.11.1 → 21.11.5

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 (38) hide show
  1. package/dist/repos.json +35276 -35263
  2. package/dist/sifou-daily.json +80 -35
  3. package/dist/sifou-monthly.json +113 -113
  4. package/dist/sifou-weekly.json +162 -171
  5. package/dist/toutiao-30.json +79 -79
  6. package/dist/toutiao-7.json +155 -155
  7. package/dist/toutiao-90.json +59 -59
  8. package/dist/trending-daily.json +198 -198
  9. package/dist/trending-monthly.json +185 -185
  10. package/dist/trending-weekly.json +192 -192
  11. package/dist/users.china.json +3387 -3387
  12. package/dist/users.json +3690 -3690
  13. package/package.json +1 -1
  14. package/web/36kr.html +714 -696
  15. package/web/data/repos.json +35276 -35263
  16. package/web/data/sifou-daily.json +80 -35
  17. package/web/data/sifou-monthly.json +113 -113
  18. package/web/data/sifou-weekly.json +162 -171
  19. package/web/data/toutiao-30.json +79 -79
  20. package/web/data/toutiao-7.json +155 -155
  21. package/web/data/toutiao-90.json +59 -59
  22. package/web/data/trending-daily.json +198 -198
  23. package/web/data/trending-monthly.json +185 -185
  24. package/web/data/trending-weekly.json +192 -192
  25. package/web/data/users.china.json +3387 -3387
  26. package/web/data/users.json +3690 -3690
  27. package/web/index.html +15551 -15533
  28. package/web/repos.html +29575 -29557
  29. package/web/sifou-daily.html +359 -199
  30. package/web/sifou-monthly.html +891 -871
  31. package/web/sifou-weekly.html +835 -843
  32. package/web/toutiao-30.html +702 -682
  33. package/web/toutiao-7.html +571 -551
  34. package/web/toutiao-90.html +702 -682
  35. package/web/trending-monthly.html +1002 -974
  36. package/web/trending-weekly.html +1002 -978
  37. package/web/trending.html +986 -962
  38. package/web/users.china.html +15551 -15533
@@ -12,31 +12,36 @@
12
12
  html, body, ul, li, h1 { margin: 0; padding: 0 }
13
13
  html, body { font-size: 16px; font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; }
14
14
  ul { list-style: none; }
15
- body { text-align: center; }
15
+
16
16
  a { color: #333; text-decoration: none; transition: all .2s ease-in; }
17
17
  a:hover { color: #1600ff; }
18
18
  a.github-corner:hover .octo-arm { animation: octocat-wave 560ms infinite linear; }
19
19
  a.github-corner svg { fill: #f1f1f1; color: #000; position: absolute; top: 0; border: 0; right: 0; z-index: 99; width: 70px; height: 70px; }
20
20
  a.github-corner { position: fixed; z-index: 9999; top: 0; right: 0; }
21
- .title { padding: 46px 0 0 0; font-size: 18px; line-height: 24px; }
22
- .time, .footer { padding: 5px 0 2px 0; font-size: 12px; color: #adadad; }
23
- .tabs { padding: 10px 0 15px 0;}
24
- .tabs a { background: #e2e2e2; display: inline-block; padding: 3px 7px; font-size: 12px; line-height: 16px; color: #0366d6; }
25
- .tabs a.active { background: #696969; color: #efefef; }
26
- .footer { padding: 10px 0 30px 0; }
27
- .list { text-align: left; max-width: 470px; margin: 0 auto; padding-bottom: 10px; background-color: #efefef; border-radius: 5px; overflow: hidden; }
21
+
22
+ .title { padding: 32px 20px 10px 20px; font-size: 32px; display: flex; }
23
+ .title a svg { display: block; }
24
+ .title a { color: #0059ff; display: inline-block; margin-left: 10px; }
25
+ .time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; }
26
+ .tabs { padding: 0 20px 5px 20px;}
27
+ .tabs a { background: #e2e2e2; display: inline-block; border-radius: 2px; margin: 2px 0; padding: 2px 5px; font-size: 12px; line-height: 16px; color: #0366d6; }
28
+ .tabs a.active { background: #333; color: #efefef; }
29
+ .tabs a:hover:not(.active) { background: #efefef; }
30
+ .footer { padding: 0 20px 30px 20px; font-size: 12px; color: #adadad; }
31
+ .footer .time { padding: 0; }
32
+ .list { text-align: left; padding-bottom: 10px; margin: 0 15px; }
28
33
  .list img { width: 36px; height: 36px; border-radius: 3px; display: block; margin: 0 auto; background-color: #e2e2e2; border: 0; overflow: hidden; }
29
34
  .list a { color: #0366d6; }
30
35
  .list a:hover { color: #1600ff; }
31
- .list li { padding: 5px; margin: 0 8px; transition: all .3s; border-bottom: 1px solid #d8d8d8; }
32
- .list li.rank-title { background-color: #e2e2e2; margin: 0; padding: 7px 13px; margin-bottom: 10px; border-radius: 0; font-size: 14px; line-height: 16px; }
33
- .list li.rank-title:hover { background: #e2e2e2; }
36
+ .list li { padding: 10px; transition: all .3s; }
37
+ .list li.rank-title { margin: 0; padding: 3px 0 0 7px; margin-bottom: 10px; border-radius: 5px; font-size: 12px; line-height: 16px; }
38
+ .list li.rank-title > a { margin-right: 10px; }
39
+ .list li.rank-title:hover { background: transparent; }
34
40
  .list li:last-child, .list li.rank-title { border-bottom: 0; }
35
- .list li:hover { background: rgba(255, 255, 255, 0.56); }
41
+ .list li:hover { background: #efefef8f; }
36
42
  .list li > div { display: table-cell; vertical-align: top; font-size: 14px; }
37
- .list li div.rank { padding: 0 8px; }
38
43
  .list li div.rank span { font-weight: bold; }
39
- .list li div.details { padding: 2px 0 0 9px; font-size: 12px; float: left; color: #b9b9b9; }
44
+ .list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color: #b9b9b9; }
40
45
  .list li div.details a { color: #b9b9b9; transition: all .3s; }
41
46
  .list li div.details a:hover { color: #1600ff; }
42
47
  .list li div.details a:hover svg { fill: #1600ff; }
@@ -46,14 +51,15 @@
46
51
  .list li > div.info { width: 100%; }
47
52
  .list li > div.info i { color: #717171; }
48
53
  .list li > div.info a:hover i { color: #333; }
49
- .list li div.sub-title { color: #333; margin: 4px 0 0 3px;}
54
+ .list li div.sub-title { color: #333; margin: 4px 0 0 0; }
55
+ .list li div.avatar { padding-right: 10px; }
50
56
 
51
57
 
52
- .list .select { float: right; line-height: 14px; line-height: 16px; }
53
- .list .select .active { color: #333; font-weight: bold; }
58
+ .list .select { }
59
+ .list .select .active { color: #333; font-weight: bold; border-bottom: 1px dotted #000;}
54
60
 
55
61
 
56
- .list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-left: 5px; padding-top: 2px; border-radius: 3px; }
62
+ .list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-top: 2px; border-radius: 3px; }
57
63
  .list li div.followers a { color: #545454; }
58
64
  .list li div.followers * { vertical-align: middle; }
59
65
  .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
@@ -65,6 +71,9 @@
65
71
  20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
66
72
  40%,80%{-webkit-transform:rotate(10deg); transform:rotate(10deg);}
67
73
  }
74
+ @media screen and (max-width: 479px) {
75
+ .title { padding-top: 16px; font-size: 21px; }
76
+ }
68
77
  </style>
69
78
  <style>
70
79
  </style>
@@ -77,8 +86,20 @@
77
86
  <path fill="currentColor" class="octo-body" d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"></path>
78
87
  </svg>
79
88
  </a>
80
- <h1 class="title"> 开发者头条 - 最近7天热门分享 </h1>
81
- <div class="time">Last cache created on 2021/11/1 by Github API v3.</div>
89
+ <h1 class="title">
90
+ 开发者头条 - 最近7天热门分享
91
+
92
+
93
+
94
+
95
+
96
+ <a target="_blank" href="https://toutiao.io/posts/hot/7">
97
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 16 16" version="1.1" aria-hidden="true"><path fill-rule="evenodd" fill="currentColor" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg>
98
+ </a>
99
+
100
+
101
+ </h1>
102
+ <div class="time">Last cache created on 2021/11/5 by Github API v3.</div>
82
103
  <div class="tabs">
83
104
  <a class="" href="index.html">Users</a>
84
105
  <a class="" href="repos.html">Repos</a>
@@ -88,538 +109,537 @@
88
109
  <a class="" href="36kr.html">36Kr</a>
89
110
  </div>
90
111
  <ul class="list">
91
- <li class="rank-title">
92
- <a href="https://toutiao.io/posts/hot/7" target="_blank">头条 热门分享</a>
93
- <span class="select">
94
- <a class="active" href="toutiao-7.html">7天</a>
95
- <a class="" href="toutiao-30.html">30天</a>
96
- <a class="" href="toutiao-90.html">90天</a>
97
- </span>
98
- </li>
99
-
100
- <li>
101
- <div>
102
- <a href="https://toutiao.io/subjects/176399" target="_blank">
103
- <img src="https://img.toutiao.io/subject/445f12f30e3940b2b52eac3d48d07389/thumb" loading="lazy" title="搬运工来架构 - 独家号" alt="搬运工来架构 - 独家号" />
104
- </a>
105
- </div>
106
- <div class="info">
107
- <div class="rank">
108
- <span title="Ranking 1">1</span>
109
- <a href="https://toutiao.io/k/1sw9dxz" target="_blank" title="Chrome 插件(扩展)开发全攻略 2.6w 字,看这篇就够了">Chrome 插件(扩展)开发全攻略 2.6w 字,看这篇就够了</a>
110
- </div>
111
-
112
- <div class="details">
113
- 一、写在前面我花了将近一个多月的时间断断续续写下这篇博文,并精心写下完整demo,写博客的辛苦大家懂的。本文所有涉及到的大部分代码均在这个demo里面:https://github...
114
- </div>
115
- </div>
116
- <div class="followers" title="followers">
117
- <svg width="12" height="12" viewBox="0 0 16 16">
118
- <g fill="none" fill-rule="evenodd">
119
- <path d="M0 0h16v16H0z"/>
120
- <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"/>
121
- </g>
122
- </svg><span>116</span>
123
- </div>
124
- </li>
125
-
126
- <li>
127
- <div>
128
- <a href="https://toutiao.io/subjects/392760" target="_blank">
129
- <img src="https://img.toutiao.io/subject/8adc26cdcf7d45f4a73580f3be4285f2/thumb" loading="lazy" title="vivo互联网技术 - 独家号" alt="vivo互联网技术 - 独家号" />
130
- </a>
131
- </div>
132
- <div class="info">
133
- <div class="rank">
134
- <span title="Ranking 2">2</span>
135
- <a href="https://toutiao.io/k/oyacwl5" target="_blank" title="你分库分表的姿势对么?:详谈水平分库分表">你分库分表的姿势对么?:详谈水平分库分表</a>
136
- </div>
137
-
138
- <div class="details">
139
- 作者:vivo平台产品开发团队-Han Lei一、背景提起分库分表,对于大部分服务器开发来说,其实并不是一个新鲜的名词。随着业务的发展,我们表中的数据量会变的越来越大,字段也可能随...
140
- </div>
141
- </div>
142
- <div class="followers" title="followers">
143
- <svg width="12" height="12" viewBox="0 0 16 16">
144
- <g fill="none" fill-rule="evenodd">
145
- <path d="M0 0h16v16H0z"/>
146
- <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"/>
147
- </g>
148
- </svg><span>99</span>
149
- </div>
150
- </li>
151
-
152
- <li>
153
- <div>
154
- <a href="https://toutiao.io/subjects/26578" target="_blank">
155
- <img src="https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb" loading="lazy" title="服务架构及中台 - 独家号" alt="服务架构及中台 - 独家号" />
156
- </a>
157
- </div>
158
- <div class="info">
159
- <div class="rank">
160
- <span title="Ranking 3">3</span>
161
- <a href="https://toutiao.io/k/s48j8ku" target="_blank" title="七步制作精简镜像,So easy">七步制作精简镜像,So easy</a>
162
- </div>
163
-
164
- <div class="details">
165
- 文章来自黄庆兵老师的网易蜂巢《玩转 Docker 镜像》系列https://github.com/bingohuang/play-docker-images,原本分为上下两篇,这里...
166
- </div>
167
- </div>
168
- <div class="followers" title="followers">
169
- <svg width="12" height="12" viewBox="0 0 16 16">
170
- <g fill="none" fill-rule="evenodd">
171
- <path d="M0 0h16v16H0z"/>
172
- <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"/>
173
- </g>
174
- </svg><span>74</span>
175
- </div>
176
- </li>
177
-
178
- <li>
179
- <div>
180
- <a href="https://toutiao.io/subjects/125297" target="_blank">
181
- <img src="https://img.toutiao.io/subject/f2911e3881f84724953dfeaf339cdce8/thumb" loading="lazy" title="前端全栈开发者 - 独家号" alt="前端全栈开发者 - 独家号" />
182
- </a>
183
- </div>
184
- <div class="info">
185
- <div class="rank">
186
- <span title="Ranking 4">4</span>
187
- <a href="https://toutiao.io/k/vykwkmg" target="_blank" title="生成唯一 ID,为什么 NanoID 会取代 UUID?">生成唯一 ID,为什么 NanoID 会取代 UUID?</a>
188
- </div>
189
-
190
- <div class="details">
191
- UUID[1] 是软件开发中最常用的通用标识符之一。然而,在过去几年中,其他替代品挑战了它的存在。其中,NanoID 是取代 UUID 的主要竞争对手之一。因此,在本文中,我将讨论...
192
- </div>
193
- </div>
194
- <div class="followers" title="followers">
195
- <svg width="12" height="12" viewBox="0 0 16 16">
196
- <g fill="none" fill-rule="evenodd">
197
- <path d="M0 0h16v16H0z"/>
198
- <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"/>
199
- </g>
200
- </svg><span>69</span>
201
- </div>
202
- </li>
203
-
204
- <li>
205
- <div>
206
- <a href="https://toutiao.io/subjects/465706" target="_blank">
207
- <img src="https://img.toutiao.io/subject/b5b3dc9b66d043258e01d2d26b8c731d/thumb" loading="lazy" title="公众号:高性能架构探索 - 独家号" alt="公众号:高性能架构探索 - 独家号" />
208
- </a>
209
- </div>
210
- <div class="info">
211
- <div class="rank">
212
- <span title="Ranking 5">5</span>
213
- <a href="https://toutiao.io/k/rlhre5x" target="_blank" title="亿级流量实验平台设计实践">亿级流量实验平台设计实践</a>
214
- </div>
215
-
216
- <div class="details">
217
- 关注公众号:【虫爸说说】, 回复[资料],免费获取大家好,我是虫爸。今天给大家分享一款亿级流量实验平台。在互联网行业,要上线一个策略(CTR预估、CVR预估等),或者一个功能,如果...
218
- </div>
219
- </div>
220
- <div class="followers" title="followers">
221
- <svg width="12" height="12" viewBox="0 0 16 16">
222
- <g fill="none" fill-rule="evenodd">
223
- <path d="M0 0h16v16H0z"/>
224
- <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"/>
225
- </g>
226
- </svg><span>61</span>
227
- </div>
228
- </li>
229
-
230
- <li>
231
- <div>
232
- <a href="https://toutiao.io/subjects/465623" target="_blank">
233
- <img src="https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb" loading="lazy" title="趣编程的独家号 - 独家号" alt="趣编程的独家号 - 独家号" />
234
- </a>
235
- </div>
236
- <div class="info">
237
- <div class="rank">
238
- <span title="Ranking 6">6</span>
239
- <a href="https://toutiao.io/k/qv6mpuj" target="_blank" title="幂等设计详解">幂等设计详解</a>
240
- </div>
241
-
242
- <div class="details">
243
- 导读 本文主要从研发人员的角度,结合研发人员日常常见的各类业务场景,从经典系统框架的每一层入手分析幂等处理的时机。希望通过这篇文章的分析,让开发者在日常开发中对幂等的处理不再陌生。...
244
- </div>
245
- </div>
246
- <div class="followers" title="followers">
247
- <svg width="12" height="12" viewBox="0 0 16 16">
248
- <g fill="none" fill-rule="evenodd">
249
- <path d="M0 0h16v16H0z"/>
250
- <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"/>
251
- </g>
252
- </svg><span>59</span>
253
- </div>
254
- </li>
255
-
256
- <li>
257
- <div>
258
- <a href="https://toutiao.io/subjects/403307" target="_blank">
259
- <img src="https://img.toutiao.io/subject/03e210e126704d0ca23938746bbd4cec/thumb" loading="lazy" title="近半生少年 - 独家号" alt="近半生少年 - 独家号" />
260
- </a>
261
- </div>
262
- <div class="info">
263
- <div class="rank">
264
- <span title="Ranking 7">7</span>
265
- <a href="https://toutiao.io/k/3l64knj" target="_blank" title="最近很火火火火的 GitHub 项目">最近很火火火火的 GitHub 项目</a>
266
- </div>
267
-
268
- <div class="details">
269
- 老逛每个月都会盘点当前月份最火的开源项目,本篇文章就是十月份 Star 攀升最多的的开源项目,它们分别是: 1. 电商大促脚本2. 基于 Js 的游戏引擎3. Bug 厂库4. 高...
270
- </div>
271
- </div>
272
- <div class="followers" title="followers">
273
- <svg width="12" height="12" viewBox="0 0 16 16">
274
- <g fill="none" fill-rule="evenodd">
275
- <path d="M0 0h16v16H0z"/>
276
- <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"/>
277
- </g>
278
- </svg><span>58</span>
279
- </div>
280
- </li>
281
-
282
- <li>
283
- <div>
284
- <a href="https://toutiao.io/subjects/194141" target="_blank">
285
- <img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
286
- </a>
287
- </div>
288
- <div class="info">
289
- <div class="rank">
290
- <span title="Ranking 8">8</span>
291
- <a href="https://toutiao.io/k/0venjhy" target="_blank" title="数据中台实战(三):用户分析(产品设计篇)">数据中台实战(三):用户分析(产品设计篇)</a>
292
- </div>
293
-
294
- <div class="details">
295
- 上一讲我们说到《数据中台实战(二):基于阿里OneData的数据指标管理体系》。这次我们谈下产品经理更加关注的模块产品设计。接下来将从六个方面讲数据中台的产品设计包括用户分析、商品...
296
- </div>
297
- </div>
298
- <div class="followers" title="followers">
299
- <svg width="12" height="12" viewBox="0 0 16 16">
300
- <g fill="none" fill-rule="evenodd">
301
- <path d="M0 0h16v16H0z"/>
302
- <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"/>
303
- </g>
304
- </svg><span>44</span>
305
- </div>
306
- </li>
307
-
308
- <li>
309
- <div>
310
- <a href="https://toutiao.io/subjects/378173" target="_blank">
311
- <img src="https://img.toutiao.io/subject/52501806a5d8487a92b253fd813048ec/thumb" loading="lazy" title="后端研究所 - 独家号" alt="后端研究所 - 独家号" />
312
- </a>
313
- </div>
314
- <div class="info">
315
- <div class="rank">
316
- <span title="Ranking 9">9</span>
317
- <a href="https://toutiao.io/k/6j6atev" target="_blank" title="图解:什么是 TCP 拥塞控制及谷歌的 BBR 算法">图解:什么是 TCP 拥塞控制及谷歌的 BBR 算法</a>
318
- </div>
319
-
320
- <div class="details">
321
- 1.拥塞控制简史来看下维基百科对TCP/IP协议栈的一些介绍,笔者做了少量的修改来确保语句通顺:互联网协议套件是一个网络通信模型以及整个网络传输协议家族,由于该协议簇包含两个核心协...
322
- </div>
323
- </div>
324
- <div class="followers" title="followers">
325
- <svg width="12" height="12" viewBox="0 0 16 16">
326
- <g fill="none" fill-rule="evenodd">
327
- <path d="M0 0h16v16H0z"/>
328
- <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"/>
329
- </g>
330
- </svg><span>50</span>
331
- </div>
332
- </li>
333
-
334
- <li>
335
- <div>
336
- <a href="https://toutiao.io/subjects/194141" target="_blank">
337
- <img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
338
- </a>
339
- </div>
340
- <div class="info">
341
- <div class="rank">
342
- <span title="Ranking 10">10</span>
343
- <a href="https://toutiao.io/k/636ewsu" target="_blank" title="不管多复杂的系统设计,都离不开这 9 个字">不管多复杂的系统设计,都离不开这 9 个字</a>
344
- </div>
345
-
346
- <div class="details">
347
- 无论做什么事情时,我们总是希望能深谙其道、举一反三,找到底层逻辑和运转规律,这就需要我们多加观察、学习、积累、总结,继而形成自己的方法论,上学、做研究、创业、做产品规划、系统设计无...
348
- </div>
349
- </div>
350
- <div class="followers" title="followers">
351
- <svg width="12" height="12" viewBox="0 0 16 16">
352
- <g fill="none" fill-rule="evenodd">
353
- <path d="M0 0h16v16H0z"/>
354
- <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"/>
355
- </g>
356
- </svg><span>41</span>
357
- </div>
358
- </li>
359
-
360
- <li>
361
- <div>
362
- <a href="https://toutiao.io/subjects/418351" target="_blank">
363
- <img src="https://img.toutiao.io/subject/9c7fdde2d20641a59a92e10fd5fe4715/thumb" loading="lazy" title="码农StayUp - 独家号" alt="码农StayUp - 独家号" />
364
- </a>
365
- </div>
366
- <div class="info">
367
- <div class="rank">
368
- <span title="Ranking 11">11</span>
369
- <a href="https://toutiao.io/k/a8212hf" target="_blank" title="80 行 Python 代码搞定全国区划代码">80 行 Python 代码搞定全国区划代码</a>
370
- </div>
371
-
372
- <div class="details">
373
- GitHub源码分享 微信搜索:码农StayUp主页地址:https://gozhuyinglong.github.io源码分享:https://github.com/gozhuy...
374
- </div>
375
- </div>
376
- <div class="followers" title="followers">
377
- <svg width="12" height="12" viewBox="0 0 16 16">
378
- <g fill="none" fill-rule="evenodd">
379
- <path d="M0 0h16v16H0z"/>
380
- <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"/>
381
- </g>
382
- </svg><span>42</span>
383
- </div>
384
- </li>
385
-
386
- <li>
387
- <div>
388
- <a href="https://toutiao.io/subjects/98777" target="_blank">
389
- <img src="https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb" loading="lazy" title="Bloomingroses - 独家号" alt="Bloomingroses - 独家号" />
390
- </a>
391
- </div>
392
- <div class="info">
393
- <div class="rank">
394
- <span title="Ranking 12">12</span>
395
- <a href="https://toutiao.io/k/1k3j6v8" target="_blank" title="不停机迁移 + 无感降级,日均百万订单系统的分库分表咋做更靠谱?">不停机迁移 + 无感降级,日均百万订单系统的分库分表咋做更靠谱?</a>
396
- </div>
397
-
398
- <div class="details">
399
- 背景几年前我曾经服务过的一家电商公司,随着业务增长我们每天的订单量很快从30万单增长到了100万单,订单总量也突破了一亿。当时用的Mysql数据库。根据监控,我们的每秒最高订单量已...
400
- </div>
401
- </div>
402
- <div class="followers" title="followers">
403
- <svg width="12" height="12" viewBox="0 0 16 16">
404
- <g fill="none" fill-rule="evenodd">
405
- <path d="M0 0h16v16H0z"/>
406
- <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"/>
407
- </g>
408
- </svg><span>42</span>
409
- </div>
410
- </li>
411
-
412
- <li>
413
- <div>
414
- <a href="https://toutiao.io/subjects/465848" target="_blank">
415
- <img src="https://img.toutiao.io/subject/3c79a763b5584114add5710a962ad977/thumb" loading="lazy" title="AlwaysBeta - 独家号" alt="AlwaysBeta - 独家号" />
416
- </a>
417
- </div>
418
- <div class="info">
419
- <div class="rank">
420
- <span title="Ranking 13">13</span>
421
- <a href="https://toutiao.io/k/w2l7bil" target="_blank" title="测试小姐姐问我 gRPC 怎么用,我直接把这篇文章甩给了她">测试小姐姐问我 gRPC 怎么用,我直接把这篇文章甩给了她</a>
422
- </div>
423
-
424
- <div class="details">
425
- 上篇文章 gRPC,爆赞 直接爆了,内容主要包括:简单的 gRPC 服务,流处理模式,验证器,Token 认证和证书认证。在多个平台的阅读量都创了新高,在 oschina 更是获得...
426
- </div>
427
- </div>
428
- <div class="followers" title="followers">
429
- <svg width="12" height="12" viewBox="0 0 16 16">
430
- <g fill="none" fill-rule="evenodd">
431
- <path d="M0 0h16v16H0z"/>
432
- <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"/>
433
- </g>
434
- </svg><span>42</span>
435
- </div>
436
- </li>
437
-
438
- <li>
439
- <div>
440
- <a href="https://toutiao.io/subjects/182218" target="_blank">
441
- <img src="https://img.toutiao.io/subject/4f9b8a1b9ad34bf3b815671f8461ff25/thumb" loading="lazy" title="又拍云 - 独家号" alt="又拍云 - 独家号" />
442
- </a>
443
- </div>
444
- <div class="info">
445
- <div class="rank">
446
- <span title="Ranking 14">14</span>
447
- <a href="https://toutiao.io/k/xcgimf8" target="_blank" title="性能优化:如何更快地接收数据">性能优化:如何更快地接收数据</a>
448
- </div>
449
-
450
- <div class="details">
451
- 从网卡到应用程序,数据包会经过一系列组件,其中驱动做了什么?内核做了什么?为了优化,我们又能做些什么?整个过程中涉及到诸多细微可调的软硬件参数,并且相互影响,不存在一劳永逸的“银弹...
452
- </div>
453
- </div>
454
- <div class="followers" title="followers">
455
- <svg width="12" height="12" viewBox="0 0 16 16">
456
- <g fill="none" fill-rule="evenodd">
457
- <path d="M0 0h16v16H0z"/>
458
- <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"/>
459
- </g>
460
- </svg><span>36</span>
461
- </div>
462
- </li>
463
-
464
- <li>
465
- <div>
466
- <a href="https://toutiao.io/subjects/381904" target="_blank">
467
- <img src="https://img.toutiao.io/subject/7518167e2b974f259bd5782ec21a604d/thumb" loading="lazy" title="ArthurChiao - 独家号" alt="ArthurChiao - 独家号" />
468
- </a>
469
- </div>
470
- <div class="info">
471
- <div class="rank">
472
- <span title="Ranking 15">15</span>
473
- <a href="https://toutiao.io/k/cnjsa8x" target="_blank" title="[译] NAT 穿透是如何工作的:技术原理及企业级实践 (Tailscale, 2020)">[译] NAT 穿透是如何工作的:技术原理及企业级实践 (Tailscale, 2020)</a>
474
- </div>
475
-
476
- <div class="details">
477
- 译者序本文翻译自 2020 年的一篇英文博客: How NAT traversal works。设想这样一个问题:在北京和上海各有一台局域网的机器(例如一台是家里的台式机,一台是连...
478
- </div>
479
- </div>
480
- <div class="followers" title="followers">
481
- <svg width="12" height="12" viewBox="0 0 16 16">
482
- <g fill="none" fill-rule="evenodd">
483
- <path d="M0 0h16v16H0z"/>
484
- <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"/>
485
- </g>
486
- </svg><span>34</span>
487
- </div>
488
- </li>
489
-
490
- <li>
491
- <div>
492
- <a href="https://toutiao.io/subjects/347032" target="_blank">
493
- <img src="https://img.toutiao.io/subject/b1697e25f21346b09d07470f95dfe433/thumb" loading="lazy" title="东哥IT笔记 - 独家号" alt="东哥IT笔记 - 独家号" />
494
- </a>
495
- </div>
496
- <div class="info">
497
- <div class="rank">
498
- <span title="Ranking 16">16</span>
499
- <a href="https://toutiao.io/k/x94g7dn" target="_blank" title="十小时写出一个活动通知的微信小程序">十小时写出一个活动通知的微信小程序</a>
500
- </div>
501
-
502
- <div class="details">
503
- 熟悉我的人都知道,我们每周都会举办一次分布式系统话题的讨论(对活动感兴趣的同学可以参考这个网址:https://donggeitnote.com/2021/07/24/topic-...
504
- </div>
505
- </div>
506
- <div class="followers" title="followers">
507
- <svg width="12" height="12" viewBox="0 0 16 16">
508
- <g fill="none" fill-rule="evenodd">
509
- <path d="M0 0h16v16H0z"/>
510
- <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"/>
511
- </g>
512
- </svg><span>43</span>
513
- </div>
514
- </li>
515
-
516
- <li>
517
- <div>
518
- <a href="https://toutiao.io/subjects/463028" target="_blank">
519
- <img src="https://img.toutiao.io/subject/d1ac11780cff42f090ee90c231dfdcad/thumb" loading="lazy" title="Java4ye - 独家号" alt="Java4ye - 独家号" />
520
- </a>
521
- </div>
522
- <div class="info">
523
- <div class="rank">
524
- <span title="Ranking 17">17</span>
525
- <a href="https://toutiao.io/k/jcoggn5" target="_blank" title="Spring-boot-devtools 快速重启的秘密">Spring-boot-devtools 快速重启的秘密</a>
526
- </div>
527
-
528
- <div class="details">
529
- 上文写了 AOP 插件 后,咱们也了解到这个 ClassLoader 的重要,所以今天咱们来聊聊这个热部署神器 spring-boot-devtools 的源码,看看它是怎么用这个...
530
- </div>
531
- </div>
532
- <div class="followers" title="followers">
533
- <svg width="12" height="12" viewBox="0 0 16 16">
534
- <g fill="none" fill-rule="evenodd">
535
- <path d="M0 0h16v16H0z"/>
536
- <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"/>
537
- </g>
538
- </svg><span>33</span>
539
- </div>
540
- </li>
541
-
542
- <li>
543
- <div>
544
- <a href="https://toutiao.io/subjects/278262" target="_blank">
545
- <img src="https://img.toutiao.io/user/082263472adb48cc8d85c4526e608ebe/thumb" loading="lazy" title="小笙_的独家号 - 独家号" alt="小笙_的独家号 - 独家号" />
546
- </a>
547
- </div>
548
- <div class="info">
549
- <div class="rank">
550
- <span title="Ranking 18">18</span>
551
- <a href="https://toutiao.io/k/2uor51a" target="_blank" title="架构师图谱·番外篇之研发效能">架构师图谱·番外篇之研发效能</a>
552
- </div>
553
-
554
- <div class="details">
555
- 1. 如何理解研发效能研发效能的完整定义应该是:团队能够持续地为用户产生有效价值的效率,包括有效性(Effectiveness)、效率(Efficiency)和可持续性(Susta...
556
- </div>
557
- </div>
558
- <div class="followers" title="followers">
559
- <svg width="12" height="12" viewBox="0 0 16 16">
560
- <g fill="none" fill-rule="evenodd">
561
- <path d="M0 0h16v16H0z"/>
562
- <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"/>
563
- </g>
564
- </svg><span>28</span>
565
- </div>
566
- </li>
567
-
568
- <li>
569
- <div>
570
- <a href="https://toutiao.io/subjects/11057" target="_blank">
571
- <img src="https://img.toutiao.io/subject/49b747f25fc44d2d9f1a71b189536db7/thumb" loading="lazy" title="可可的熊 - 独家号" alt="可可的熊 - 独家号" />
572
- </a>
573
- </div>
574
- <div class="info">
575
- <div class="rank">
576
- <span title="Ranking 19">19</span>
577
- <a href="https://toutiao.io/k/w39cw6o" target="_blank" title="分位数算法总结">分位数算法总结</a>
578
- </div>
579
-
580
- <div class="details">
581
- 背景首先说下,分位数(quantile)的概念,也就是我们监控中常见的p99, 这里举一个例子排序为rank=⌊ϕN⌋的元素,其中N为序列中元素的个数。考虑以下例子数据:11 , ...
582
- </div>
583
- </div>
584
- <div class="followers" title="followers">
585
- <svg width="12" height="12" viewBox="0 0 16 16">
586
- <g fill="none" fill-rule="evenodd">
587
- <path d="M0 0h16v16H0z"/>
588
- <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"/>
589
- </g>
590
- </svg><span>29</span>
591
- </div>
592
- </li>
593
-
594
- <li>
595
- <div>
596
- <a href="https://toutiao.io/subjects/453205" target="_blank">
597
- <img src="https://img.toutiao.io/subject/96c1af0d2a0b441ca9740ee13c3e37f3/thumb" loading="lazy" title="苏三说技术 - 独家号" alt="苏三说技术 - 独家号" />
598
- </a>
599
- </div>
600
- <div class="info">
601
- <div class="rank">
602
- <span title="Ranking 20">20</span>
603
- <a href="https://toutiao.io/k/r3voblm" target="_blank" title="阿里二面:为什么要分库分表?">阿里二面:为什么要分库分表?</a>
604
- </div>
605
-
606
- <div class="details">
607
- 大家好,我是苏三,又跟大家见面了。前言 在高并发系统当中,分库分表是必不可少的技术手段之一,同时也是BAT等大厂面试时,经常考的热门考题。你知道我们为什么要做分库分表吗?这个问题要...
608
- </div>
609
- </div>
610
- <div class="followers" title="followers">
611
- <svg width="12" height="12" viewBox="0 0 16 16">
612
- <g fill="none" fill-rule="evenodd">
613
- <path d="M0 0h16v16H0z"/>
614
- <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"/>
615
- </g>
616
- </svg><span>29</span>
617
- </div>
618
- </li>
112
+ <li class="rank-title">
113
+ <span class="select">
114
+ <a class="active" href="toutiao-7.html">7天</a>
115
+ <a class="" href="toutiao-30.html">30天</a>
116
+ <a class="" href="toutiao-90.html">90天</a>
117
+ </span>
118
+ </li>
119
+
120
+ <li>
121
+ <div class="avatar">
122
+ <a href="https://toutiao.io/subjects/392760" target="_blank">
123
+ <img src="https://img.toutiao.io/subject/8adc26cdcf7d45f4a73580f3be4285f2/thumb" loading="lazy" title="vivo互联网技术 - 独家号" alt="vivo互联网技术 - 独家号" />
124
+ </a>
125
+ </div>
126
+ <div class="info">
127
+ <div class="rank">
128
+ <span title="Ranking 1">1</span>
129
+ <a href="https://toutiao.io/k/3nkgnj9" target="_blank" title="高并发场景下 JVM 调优实践之路">高并发场景下 JVM 调优实践之路</a>
130
+ </div>
131
+
132
+ <div class="details">
133
+ 作者:vivo互联网技术团队Li Guanyun、 Jessica Chen一、背景2021年2月,收到反馈,视频APP某核心接口高峰期响应慢,影响用户体验。通过监控发现,接口响应...
134
+ </div>
135
+ </div>
136
+ <div class="followers" title="followers">
137
+ <svg width="12" height="12" viewBox="0 0 16 16">
138
+ <g fill="none" fill-rule="evenodd">
139
+ <path d="M0 0h16v16H0z"/>
140
+ <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"/>
141
+ </g>
142
+ </svg><span>115</span>
143
+ </div>
144
+ </li>
145
+
146
+ <li>
147
+ <div class="avatar">
148
+ <a href="https://toutiao.io/subjects/465623" target="_blank">
149
+ <img src="https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb" loading="lazy" title="趣编程的独家号 - 独家号" alt="趣编程的独家号 - 独家号" />
150
+ </a>
151
+ </div>
152
+ <div class="info">
153
+ <div class="rank">
154
+ <span title="Ranking 2">2</span>
155
+ <a href="https://toutiao.io/k/qv6mpuj" target="_blank" title="幂等设计详解">幂等设计详解</a>
156
+ </div>
157
+
158
+ <div class="details">
159
+ 导读 本文主要从研发人员的角度,结合研发人员日常常见的各类业务场景,从经典系统框架的每一层入手分析幂等处理的时机。希望通过这篇文章的分析,让开发者在日常开发中对幂等的处理不再陌生。...
160
+ </div>
161
+ </div>
162
+ <div class="followers" title="followers">
163
+ <svg width="12" height="12" viewBox="0 0 16 16">
164
+ <g fill="none" fill-rule="evenodd">
165
+ <path d="M0 0h16v16H0z"/>
166
+ <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"/>
167
+ </g>
168
+ </svg><span>89</span>
169
+ </div>
170
+ </li>
171
+
172
+ <li>
173
+ <div class="avatar">
174
+ <a href="https://toutiao.io/subjects/406737" target="_blank">
175
+ <img src="https://img.toutiao.io/subject/f13d5c901ebe4d5f9509d20e36f1ee33/thumb" loading="lazy" title="linyb极客之路 - 独家号" alt="linyb极客之路 - 独家号" />
176
+ </a>
177
+ </div>
178
+ <div class="info">
179
+ <div class="rank">
180
+ <span title="Ranking 3">3</span>
181
+ <a href="https://toutiao.io/k/ukj399s" target="_blank" title="聊聊如何把第三方服务注册到我们项目的 Spring 容器中">聊聊如何把第三方服务注册到我们项目的 Spring 容器中</a>
182
+ </div>
183
+
184
+ <div class="details">
185
+ 1前言 最近业务部门向我们反馈一个问题,我们部门原先提供的组件突然用不了了。后面排查是因为我们提供出去的组件类没有注入到spring 容器中,之前没问题是因为业务部门的根包名跟我们...
186
+ </div>
187
+ </div>
188
+ <div class="followers" title="followers">
189
+ <svg width="12" height="12" viewBox="0 0 16 16">
190
+ <g fill="none" fill-rule="evenodd">
191
+ <path d="M0 0h16v16H0z"/>
192
+ <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"/>
193
+ </g>
194
+ </svg><span>45</span>
195
+ </div>
196
+ </li>
197
+
198
+ <li>
199
+ <div class="avatar">
200
+ <a href="https://toutiao.io/subjects/465623" target="_blank">
201
+ <img src="https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb" loading="lazy" title="趣编程的独家号 - 独家号" alt="趣编程的独家号 - 独家号" />
202
+ </a>
203
+ </div>
204
+ <div class="info">
205
+ <div class="rank">
206
+ <span title="Ranking 4">4</span>
207
+ <a href="https://toutiao.io/k/gzb5akn" target="_blank" title="DDD 到底是银弹还是垃圾">DDD 到底是银弹还是垃圾</a>
208
+ </div>
209
+
210
+ <div class="details">
211
+ 每过一段时间,就会有人跳出来批判 DDD,这东西到底是垃圾还是银弹?在某某公司干活的时候,有一批人声称要用 DDD 改造老旧系统,彻底解决核心流程规模化之后,项目难以维护的问题。之...
212
+ </div>
213
+ </div>
214
+ <div class="followers" title="followers">
215
+ <svg width="12" height="12" viewBox="0 0 16 16">
216
+ <g fill="none" fill-rule="evenodd">
217
+ <path d="M0 0h16v16H0z"/>
218
+ <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"/>
219
+ </g>
220
+ </svg><span>47</span>
221
+ </div>
222
+ </li>
223
+
224
+ <li>
225
+ <div class="avatar">
226
+ <a href="https://toutiao.io/subjects/350352" target="_blank">
227
+ <img src="https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb" loading="lazy" title="编程一生 - 独家号" alt="编程一生 - 独家号" />
228
+ </a>
229
+ </div>
230
+ <div class="info">
231
+ <div class="rank">
232
+ <span title="Ranking 5">5</span>
233
+ <a href="https://toutiao.io/k/y1l63m8" target="_blank" title="架构之思:分析那些深入骨髓的设计原则">架构之思:分析那些深入骨髓的设计原则</a>
234
+ </div>
235
+
236
+ <div class="details">
237
+ 引子遵从SOLID五大设计原则、遵从三大编程范式……很多的设计原则对于像我这样工作十几年的人来说,已经刻到了骨髓里。在平时工作中,不自觉的进行了熟练的运用:看到公司里有个基础数据这...
238
+ </div>
239
+ </div>
240
+ <div class="followers" title="followers">
241
+ <svg width="12" height="12" viewBox="0 0 16 16">
242
+ <g fill="none" fill-rule="evenodd">
243
+ <path d="M0 0h16v16H0z"/>
244
+ <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"/>
245
+ </g>
246
+ </svg><span>38</span>
247
+ </div>
248
+ </li>
249
+
250
+ <li>
251
+ <div class="avatar">
252
+ <a href="https://toutiao.io/subjects/454266" target="_blank">
253
+ <img src="https://img.toutiao.io/subject/d42ad8a9192a430b9df44df9a6d383df/thumb" loading="lazy" title="三分恶 - 独家号" alt="三分恶 - 独家号" />
254
+ </a>
255
+ </div>
256
+ <div class="info">
257
+ <div class="rank">
258
+ <span title="Ranking 6">6</span>
259
+ <a href="https://toutiao.io/k/qwcdgyn" target="_blank" title="要是以前有人这么讲线程池,我早就该明白了">要是以前有人这么讲线程池,我早就该明白了</a>
260
+ </div>
261
+
262
+ <div class="details">
263
+ 大家好,我是老三,很高兴又和大家见面,最近降温,大家注意保暖。这节分享Java线程池,接下来我们一步步把线程池扒个底朝天。引言:老三取钱有一个程序员,他的名字叫老三。老三兜里没有钱...
264
+ </div>
265
+ </div>
266
+ <div class="followers" title="followers">
267
+ <svg width="12" height="12" viewBox="0 0 16 16">
268
+ <g fill="none" fill-rule="evenodd">
269
+ <path d="M0 0h16v16H0z"/>
270
+ <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"/>
271
+ </g>
272
+ </svg><span>37</span>
273
+ </div>
274
+ </li>
275
+
276
+ <li>
277
+ <div class="avatar">
278
+ <a href="https://toutiao.io/subjects/11057" target="_blank">
279
+ <img src="https://img.toutiao.io/subject/49b747f25fc44d2d9f1a71b189536db7/thumb" loading="lazy" title="可可的熊 - 独家号" alt="可可的熊 - 独家号" />
280
+ </a>
281
+ </div>
282
+ <div class="info">
283
+ <div class="rank">
284
+ <span title="Ranking 7">7</span>
285
+ <a href="https://toutiao.io/k/w39cw6o" target="_blank" title="分位数算法总结">分位数算法总结</a>
286
+ </div>
287
+
288
+ <div class="details">
289
+ 背景首先说下,分位数(quantile)的概念,也就是我们监控中常见的p99, 这里举一个例子排序为rank=⌊ϕN⌋的元素,其中N为序列中元素的个数。考虑以下例子数据:11 , ...
290
+ </div>
291
+ </div>
292
+ <div class="followers" title="followers">
293
+ <svg width="12" height="12" viewBox="0 0 16 16">
294
+ <g fill="none" fill-rule="evenodd">
295
+ <path d="M0 0h16v16H0z"/>
296
+ <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"/>
297
+ </g>
298
+ </svg><span>36</span>
299
+ </div>
300
+ </li>
301
+
302
+ <li>
303
+ <div class="avatar">
304
+ <a href="https://toutiao.io/subjects/464469" target="_blank">
305
+ <img src="https://img.toutiao.io/user/c5b7d0595a6a4de7bd2c69ccca2451c8/thumb" loading="lazy" title="JuiceFS的独家号 - 独家号" alt="JuiceFS的独家号 - 独家号" />
306
+ </a>
307
+ </div>
308
+ <div class="info">
309
+ <div class="rank">
310
+ <span title="Ranking 8">8</span>
311
+ <a href="https://toutiao.io/k/lbsevhj" target="_blank" title="百亿级小文件存储,JuiceFS 在自动驾驶行业的最佳实践">百亿级小文件存储,JuiceFS 在自动驾驶行业的最佳实践</a>
312
+ </div>
313
+
314
+ <div class="details">
315
+ 自动驾驶是最近几年的热门领域,专注于自动驾驶技术的创业公司、新造车企业、传统车厂都在这个领域投入了大量的资源,推动着 L4、L5 级别自动驾驶体验能尽早进入我们的日常生活。自动驾驶...
316
+ </div>
317
+ </div>
318
+ <div class="followers" title="followers">
319
+ <svg width="12" height="12" viewBox="0 0 16 16">
320
+ <g fill="none" fill-rule="evenodd">
321
+ <path d="M0 0h16v16H0z"/>
322
+ <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"/>
323
+ </g>
324
+ </svg><span>38</span>
325
+ </div>
326
+ </li>
327
+
328
+ <li>
329
+ <div class="avatar">
330
+ <a href="https://toutiao.io/subjects/136176" target="_blank">
331
+ <img src="https://img.toutiao.io/subject/6ee3bb205b3248c2b746c1506548181a/thumb" loading="lazy" title="大数据生态 - 独家号" alt="大数据生态 - 独家号" />
332
+ </a>
333
+ </div>
334
+ <div class="info">
335
+ <div class="rank">
336
+ <span title="Ranking 9">9</span>
337
+ <a href="https://toutiao.io/k/nzo9kek" target="_blank" title="网易数据治理工具产品实践">网易数据治理工具产品实践</a>
338
+ </div>
339
+
340
+ <div class="details">
341
+ 10月中旬,在DataFunSummit的数据产品在线峰会上,我分享了有关数据治理工具的产品实践,从公司内部过往数据治理回顾、当前的治理痛点,针对痛点产品的整体策略以及对于数据治理...
342
+ </div>
343
+ </div>
344
+ <div class="followers" title="followers">
345
+ <svg width="12" height="12" viewBox="0 0 16 16">
346
+ <g fill="none" fill-rule="evenodd">
347
+ <path d="M0 0h16v16H0z"/>
348
+ <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"/>
349
+ </g>
350
+ </svg><span>33</span>
351
+ </div>
352
+ </li>
353
+
354
+ <li>
355
+ <div class="avatar">
356
+ <a href="https://toutiao.io/subjects/465623" target="_blank">
357
+ <img src="https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb" loading="lazy" title="趣编程的独家号 - 独家号" alt="趣编程的独家号 - 独家号" />
358
+ </a>
359
+ </div>
360
+ <div class="info">
361
+ <div class="rank">
362
+ <span title="Ranking 10">10</span>
363
+ <a href="https://toutiao.io/k/663izdo" target="_blank" title="揭秘 Golang 内存管理优化!三色标记法源码浅析">揭秘 Golang 内存管理优化!三色标记法源码浅析</a>
364
+ </div>
365
+
366
+ <div class="details">
367
+ 导语 垃圾回收的第一步是什么呢?要找到垃圾,如果我们反其道而行之,找到所有的存活对象,是不是也等于找到了垃圾呢? 本文想要探讨的gcDrain函数就是使用三色标记法找到存活对象的一...
368
+ </div>
369
+ </div>
370
+ <div class="followers" title="followers">
371
+ <svg width="12" height="12" viewBox="0 0 16 16">
372
+ <g fill="none" fill-rule="evenodd">
373
+ <path d="M0 0h16v16H0z"/>
374
+ <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"/>
375
+ </g>
376
+ </svg><span>34</span>
377
+ </div>
378
+ </li>
379
+
380
+ <li>
381
+ <div class="avatar">
382
+ <a href="https://toutiao.io/subjects/24912" target="_blank">
383
+ <img src="https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb" loading="lazy" title="进击的程序猿 - 独家号" alt="进击的程序猿 - 独家号" />
384
+ </a>
385
+ </div>
386
+ <div class="info">
387
+ <div class="rank">
388
+ <span title="Ranking 11">11</span>
389
+ <a href="https://toutiao.io/k/7rex1cg" target="_blank" title="超详细教程!手把手带你使用 Raft 分布式共识性算法">超详细教程!手把手带你使用 Raft 分布式共识性算法</a>
390
+ </div>
391
+
392
+ <div class="details">
393
+ 导语 |从头理一遍Raft会给你带来新的体验与收获,让你从根本上理解Raft,理解它被提出的背景,在此背景下又是如何解决实际问题的,这才是从头实现一个Raft所带来的真正收益。本...
394
+ </div>
395
+ </div>
396
+ <div class="followers" title="followers">
397
+ <svg width="12" height="12" viewBox="0 0 16 16">
398
+ <g fill="none" fill-rule="evenodd">
399
+ <path d="M0 0h16v16H0z"/>
400
+ <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"/>
401
+ </g>
402
+ </svg><span>33</span>
403
+ </div>
404
+ </li>
405
+
406
+ <li>
407
+ <div class="avatar">
408
+ <a href="https://toutiao.io/subjects/4829" target="_blank">
409
+ <img src="https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb" loading="lazy" title="ASCE1885 - 独家号" alt="ASCE1885 - 独家号" />
410
+ </a>
411
+ </div>
412
+ <div class="info">
413
+ <div class="rank">
414
+ <span title="Ranking 12">12</span>
415
+ <a href="https://toutiao.io/k/zcql3fl" target="_blank" title="高并发系统建设经验总结">高并发系统建设经验总结</a>
416
+ </div>
417
+
418
+ <div class="details">
419
+ 作者:listenzhang,腾讯 PCG 后台开发工程师前言 早期从事运单系统的开发和维护工作,从最早的日均百万单,到日均千万单,业务的快速发展再加上外卖业务的特点是,业务量集...
420
+ </div>
421
+ </div>
422
+ <div class="followers" title="followers">
423
+ <svg width="12" height="12" viewBox="0 0 16 16">
424
+ <g fill="none" fill-rule="evenodd">
425
+ <path d="M0 0h16v16H0z"/>
426
+ <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"/>
427
+ </g>
428
+ </svg><span>29</span>
429
+ </div>
430
+ </li>
431
+
432
+ <li>
433
+ <div class="avatar">
434
+ <a href="https://toutiao.io/subjects/372612" target="_blank">
435
+ <img src="https://img.toutiao.io/subject/87ea1c5a22884d4fbb90b37561c02a34/thumb" loading="lazy" title="元宇宙 - 独家号" alt="元宇宙 - 独家号" />
436
+ </a>
437
+ </div>
438
+ <div class="info">
439
+ <div class="rank">
440
+ <span title="Ranking 13">13</span>
441
+ <a href="https://toutiao.io/k/urcl4sk" target="_blank" title="15 种顶级分析思维模型">15 种顶级分析思维模型</a>
442
+ </div>
443
+
444
+ <div class="details">
445
+ 内容来源 :博雅人文作者:博雅君今天给大家分享几个思维模型,无论是数分还是其他岗位,都会有所启发。 查理·芒格认为,每个学科都是从一个独特的角度去切入了解这个世界,都是一个摸象的瞎...
446
+ </div>
447
+ </div>
448
+ <div class="followers" title="followers">
449
+ <svg width="12" height="12" viewBox="0 0 16 16">
450
+ <g fill="none" fill-rule="evenodd">
451
+ <path d="M0 0h16v16H0z"/>
452
+ <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"/>
453
+ </g>
454
+ </svg><span>29</span>
455
+ </div>
456
+ </li>
457
+
458
+ <li>
459
+ <div class="avatar">
460
+ <a href="https://toutiao.io/subjects/194141" target="_blank">
461
+ <img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
462
+ </a>
463
+ </div>
464
+ <div class="info">
465
+ <div class="rank">
466
+ <span title="Ranking 14">14</span>
467
+ <a href="https://toutiao.io/k/gc0pq82" target="_blank" title="谷歌眼中的持续交付">谷歌眼中的持续交付</a>
468
+ </div>
469
+
470
+ <div class="details">
471
+ 作者:Radha Narayan, Bobbi Jones等来源:《谷歌软件工程》第24章我最近刚刚做完《Software Engineering at Google》一书的审校,...
472
+ </div>
473
+ </div>
474
+ <div class="followers" title="followers">
475
+ <svg width="12" height="12" viewBox="0 0 16 16">
476
+ <g fill="none" fill-rule="evenodd">
477
+ <path d="M0 0h16v16H0z"/>
478
+ <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"/>
479
+ </g>
480
+ </svg><span>28</span>
481
+ </div>
482
+ </li>
483
+
484
+ <li>
485
+ <div class="avatar">
486
+ <a href="https://toutiao.io/subjects/182218" target="_blank">
487
+ <img src="https://img.toutiao.io/subject/4f9b8a1b9ad34bf3b815671f8461ff25/thumb" loading="lazy" title="又拍云 - 独家号" alt="又拍云 - 独家号" />
488
+ </a>
489
+ </div>
490
+ <div class="info">
491
+ <div class="rank">
492
+ <span title="Ranking 15">15</span>
493
+ <a href="https://toutiao.io/k/2odttqb" target="_blank" title="漫画图解 SSH">漫画图解 SSH</a>
494
+ </div>
495
+
496
+ <div class="details">
497
+ OpenSSL 本身是一个软件库,这个软件被广泛的应用在系统服务器当中,他的主要功能是在网络通信的过程中,保证数据的一致性以及数据传输过程中的安全性。软件本身是由C语言编写,这使得...
498
+ </div>
499
+ </div>
500
+ <div class="followers" title="followers">
501
+ <svg width="12" height="12" viewBox="0 0 16 16">
502
+ <g fill="none" fill-rule="evenodd">
503
+ <path d="M0 0h16v16H0z"/>
504
+ <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"/>
505
+ </g>
506
+ </svg><span>27</span>
507
+ </div>
508
+ </li>
509
+
510
+ <li>
511
+ <div class="avatar">
512
+ <a href="https://toutiao.io/subjects/452638" target="_blank">
513
+ <img src="https://img.toutiao.io/subject/071476c43e0d42cf95f3e77f046c814b/thumb" loading="lazy" title="架构精进之路 - 独家号" alt="架构精进之路 - 独家号" />
514
+ </a>
515
+ </div>
516
+ <div class="info">
517
+ <div class="rank">
518
+ <span title="Ranking 16">16</span>
519
+ <a href="https://toutiao.io/k/nif5tvl" target="_blank" title="关于缓存更新的一些可借鉴套路">关于缓存更新的一些可借鉴套路</a>
520
+ </div>
521
+
522
+ <div class="details">
523
+ hello,大家好,我是张张,「架构精进之路」公号作者。一、背景目前随着缓存架构方案越来越成熟化,通常做法是引入「缓存」来提高读性能,架构模型就变成了这样:先来看一下什么时候创建缓...
524
+ </div>
525
+ </div>
526
+ <div class="followers" title="followers">
527
+ <svg width="12" height="12" viewBox="0 0 16 16">
528
+ <g fill="none" fill-rule="evenodd">
529
+ <path d="M0 0h16v16H0z"/>
530
+ <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"/>
531
+ </g>
532
+ </svg><span>26</span>
533
+ </div>
534
+ </li>
535
+
536
+ <li>
537
+ <div class="avatar">
538
+ <a href="https://toutiao.io/subjects/418351" target="_blank">
539
+ <img src="https://img.toutiao.io/subject/9c7fdde2d20641a59a92e10fd5fe4715/thumb" loading="lazy" title="码农StayUp - 独家号" alt="码农StayUp - 独家号" />
540
+ </a>
541
+ </div>
542
+ <div class="info">
543
+ <div class="rank">
544
+ <span title="Ranking 17">17</span>
545
+ <a href="https://toutiao.io/k/ni72ekk" target="_blank" title="如何将代码同时提交到 GitHub 和码云 Gitee 上">如何将代码同时提交到 GitHub 和码云 Gitee 上</a>
546
+ </div>
547
+
548
+ <div class="details">
549
+ ❝主页:https://gozhuyinglong.github.ioGitee:https://gitee.com/gozhuyinglong/blog-demosGithub:...
550
+ </div>
551
+ </div>
552
+ <div class="followers" title="followers">
553
+ <svg width="12" height="12" viewBox="0 0 16 16">
554
+ <g fill="none" fill-rule="evenodd">
555
+ <path d="M0 0h16v16H0z"/>
556
+ <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"/>
557
+ </g>
558
+ </svg><span>29</span>
559
+ </div>
560
+ </li>
561
+
562
+ <li>
563
+ <div class="avatar">
564
+ <a href="https://toutiao.io/subjects/175527" target="_blank">
565
+ <img src="https://img.toutiao.io/subject/b751657c3aaa4ac59db50c07db41e538/thumb" loading="lazy" title="HelloGitHub - 独家号" alt="HelloGitHub - 独家号" />
566
+ </a>
567
+ </div>
568
+ <div class="info">
569
+ <div class="rank">
570
+ <span title="Ranking 18">18</span>
571
+ <a href="https://toutiao.io/k/omhltye" target="_blank" title="《HelloGitHub》第 67 期">《HelloGitHub》第 67 期</a>
572
+ </div>
573
+
574
+ <div class="details">
575
+ 兴趣是最好的老师,HelloGitHub 让你对编程感兴趣!简介 分享 GitHub 上有趣、入门级的开源项目。https://github.com/521xueweihan/He...
576
+ </div>
577
+ </div>
578
+ <div class="followers" title="followers">
579
+ <svg width="12" height="12" viewBox="0 0 16 16">
580
+ <g fill="none" fill-rule="evenodd">
581
+ <path d="M0 0h16v16H0z"/>
582
+ <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"/>
583
+ </g>
584
+ </svg><span>25</span>
585
+ </div>
586
+ </li>
587
+
588
+ <li>
589
+ <div class="avatar">
590
+ <a href="https://toutiao.io/subjects/451797" target="_blank">
591
+ <img src="https://img.toutiao.io/subject/92f8abdd29be4693ad1e6c99e5203c1b/thumb" loading="lazy" title="开源前哨 - 独家号" alt="开源前哨 - 独家号" />
592
+ </a>
593
+ </div>
594
+ <div class="info">
595
+ <div class="rank">
596
+ <span title="Ranking 19">19</span>
597
+ <a href="https://toutiao.io/k/uqdyhpd" target="_blank" title="3.3k Star!实用命令行工具,自动生成更新日志文件">3.3k Star!实用命令行工具,自动生成更新日志文件</a>
598
+ </div>
599
+
600
+ <div class="details">
601
+ 【导语】:基于 Git 历史记录自动生成日志变更文件。简介git-cliff 可用正常提交记录以及基于正则的自定义解析,从 Git 历史记录生成 changelog 文件,变更日志...
602
+ </div>
603
+ </div>
604
+ <div class="followers" title="followers">
605
+ <svg width="12" height="12" viewBox="0 0 16 16">
606
+ <g fill="none" fill-rule="evenodd">
607
+ <path d="M0 0h16v16H0z"/>
608
+ <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"/>
609
+ </g>
610
+ </svg><span>24</span>
611
+ </div>
612
+ </li>
613
+
614
+ <li>
615
+ <div class="avatar">
616
+ <a href="https://toutiao.io/subjects/165123" target="_blank">
617
+ <img src="https://img.toutiao.io/user/ddfae815bd914e8c810ba6128ef1bf71/thumb" loading="lazy" title="288751的独家号 - 独家号" alt="288751的独家号 - 独家号" />
618
+ </a>
619
+ </div>
620
+ <div class="info">
621
+ <div class="rank">
622
+ <span title="Ranking 20">20</span>
623
+ <a href="https://toutiao.io/k/tvv5595" target="_blank" title="浅谈软件设计">浅谈软件设计</a>
624
+ </div>
619
625
 
626
+ <div class="details">
627
+ 前言软件设计中,什么最重要?能让软件灵活、低成本修改的前提下,又能尽可能减少变化带来的风险。如何能达到这个目的呢?有如下几个方面:能不修改原有代码就不修改,变化的功能完全通过新增代...
628
+ </div>
629
+ </div>
630
+ <div class="followers" title="followers">
631
+ <svg width="12" height="12" viewBox="0 0 16 16">
632
+ <g fill="none" fill-rule="evenodd">
633
+ <path d="M0 0h16v16H0z"/>
634
+ <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"/>
635
+ </g>
636
+ </svg><span>24</span>
637
+ </div>
638
+ </li>
639
+
620
640
  </ul>
621
641
  <div class="footer">
622
- <p>
642
+ <div>
623
643
  <a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
624
644
  <img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
625
645
  </a>
@@ -632,8 +652,8 @@
632
652
  <a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
633
653
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
634
654
  </a>
635
- </p>
636
- <div class="time">Last cache created on 2021/11/1 by Github API v3.</div>
655
+ </div>
656
+ <div class="time">Last cache created on 2021/11/5 by Github API v3.</div>
637
657
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
638
658
  </div>
639
659
  </body>