@wcj/github-rank 21.10.29 → 21.11.2

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 +32046 -32044
  2. package/dist/sifou-daily.json +53 -98
  3. package/dist/sifou-monthly.json +96 -96
  4. package/dist/sifou-weekly.json +177 -168
  5. package/dist/toutiao-30.json +114 -114
  6. package/dist/toutiao-7.json +146 -146
  7. package/dist/toutiao-90.json +61 -61
  8. package/dist/trending-daily.json +198 -198
  9. package/dist/trending-monthly.json +173 -173
  10. package/dist/trending-weekly.json +190 -190
  11. package/dist/users.china.json +2830 -2830
  12. package/dist/users.json +3673 -3673
  13. package/package.json +1 -1
  14. package/web/36kr.html +712 -696
  15. package/web/data/repos.json +32046 -32044
  16. package/web/data/sifou-daily.json +53 -98
  17. package/web/data/sifou-monthly.json +96 -96
  18. package/web/data/sifou-weekly.json +177 -168
  19. package/web/data/toutiao-30.json +114 -114
  20. package/web/data/toutiao-7.json +146 -146
  21. package/web/data/toutiao-90.json +61 -61
  22. package/web/data/trending-daily.json +198 -198
  23. package/web/data/trending-monthly.json +173 -173
  24. package/web/data/trending-weekly.json +190 -190
  25. package/web/data/users.china.json +2830 -2830
  26. package/web/data/users.json +3673 -3673
  27. package/web/index.html +15551 -15533
  28. package/web/repos.html +29573 -29557
  29. package/web/sifou-daily.html +314 -436
  30. package/web/sifou-monthly.html +889 -871
  31. package/web/sifou-weekly.html +889 -843
  32. package/web/toutiao-30.html +700 -682
  33. package/web/toutiao-7.html +569 -551
  34. package/web/toutiao-90.html +700 -682
  35. package/web/trending-monthly.html +996 -970
  36. package/web/trending-weekly.html +996 -974
  37. package/web/trending.html +996 -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,18 @@
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"> 开发者头条 - 最近30天热门分享 </h1>
81
- <div class="time">Last cache created on 2021/10/29 by Github API v3.</div>
89
+ <h1 class="title">
90
+ 开发者头条 - 最近30天热门分享
91
+
92
+
93
+
94
+
95
+
96
+ <a target="_blank" href="https://toutiao.io/posts/hot/7"></a>
97
+
98
+
99
+ </h1>
100
+ <div class="time">Last cache created on 2021/11/2 by Github API v3.</div>
82
101
  <div class="tabs">
83
102
  <a class="" href="index.html">Users</a>
84
103
  <a class="" href="repos.html">Repos</a>
@@ -88,668 +107,667 @@
88
107
  <a class="" href="36kr.html">36Kr</a>
89
108
  </div>
90
109
  <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="" href="toutiao-7.html">7天</a>
95
- <a class="active" 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/454266" target="_blank">
103
- <img src="https://img.toutiao.io/subject/785b9391ccd74d88bfc5ccd391fb4365/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/8r0yjir" target="_blank" title="面试字节,被操作系统问挂了">面试字节,被操作系统问挂了</a>
110
- </div>
111
-
112
- <div class="details">
113
- 大家好,鄙人三某,不善面试。。。标题是真事,感觉凉了,难受,爬起来整理了一波操作系统面试题,下次一定……引论 什么是操作系统? 可以这么说,操作系统是一种运行在内核态的软件。它是应...
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>163</span>
123
- </div>
124
- </li>
125
-
126
- <li>
127
- <div>
128
- <a href="https://toutiao.io/subjects/348507" target="_blank">
129
- <img src="https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb" loading="lazy" title="微观技术 - 独家号" alt="微观技术 - 独家号" />
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/135ujiu" target="_blank" title="团队管理那点破事!OKR 绩效、核心人才、面试、技术分享、研发流程">团队管理那点破事!OKR 绩效、核心人才、面试、技术分享、研发流程</a>
136
- </div>
137
-
138
- <div class="details">
139
- 大家好,我是Tom哥~今天来聊聊团队管理,可能你现在还是一线开发,没有带团队,感觉这个话题与你无关,其实不然。程序员的职业生涯曲折,技术更新迭代快,走技术深度,走架构师路线,势必要...
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>159</span>
149
- </div>
150
- </li>
151
-
152
- <li>
153
- <div>
154
- <a href="https://toutiao.io/subjects/194141" target="_blank">
155
- <img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/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/epd1pcc" target="_blank" title="搞懂异地多活,看这篇就够了">搞懂异地多活,看这篇就够了</a>
162
- </div>
163
-
164
- <div class="details">
165
- 阅读本文大约需要 20 分钟。你好,我是 Kaito。在软件开发领域,「异地多活」是分布式系统架构设计的一座高峰,很多人经常听过它,但很少人理解其中的原理。异地多活到底是什么?为什...
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>167</span>
175
- </div>
176
- </li>
177
-
178
- <li>
179
- <div>
180
- <a href="https://toutiao.io/subjects/456195" target="_blank">
181
- <img src="https://img.toutiao.io/subject/0f8efe621fef4c7e98ad0ad1ada57562/thumb" loading="lazy" title="学学Java - 独家号" alt="学学Java - 独家号" />
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/oi7zdzy" target="_blank" title="推荐几个开源类库,超好用,远离 996">推荐几个开源类库,超好用,远离 996</a>
188
- </div>
189
-
190
- <div class="details">
191
- 今天给大家分享几个 Java 的开源类库,亲测非常好用!有了它们之后,你就可以和很多重复劳动说再见了。1. MapStruct MapStruct是干什么的? MapStruct是...
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>141</span>
201
- </div>
202
- </li>
203
-
204
- <li>
205
- <div>
206
- <a href="https://toutiao.io/subjects/99877" target="_blank">
207
- <img src="https://img.toutiao.io/subject/e948c89ae16443f2becdf23615fa20cc/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/ws2do5o" target="_blank" title="如何高效刷 LeetCode">如何高效刷 LeetCode</a>
214
- </div>
215
-
216
- <div class="details">
217
- 心理建设篇在讲述具体的方法之前,先要明白一件事。凡事都分『道』与『术』。本问题下面大部分回答介绍的都是『术』。而对于刷LeetCode这件事,无论你看到多少高明的的方法,如果你不...
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>106</span>
227
- </div>
228
- </li>
229
-
230
- <li>
231
- <div>
232
- <a href="https://toutiao.io/subjects/7076" target="_blank">
233
- <img src="https://img.toutiao.io/subject/7950b62a884849aaaa2c7d9fb03f3051/thumb" loading="lazy" title="大前端&amp;机器学习 - 独家号" alt="大前端&amp;机器学习 - 独家号" />
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/21wnwdq" target="_blank" title="彻底弄懂 base64 的编码与解码原理">彻底弄懂 base64 的编码与解码原理</a>
240
- </div>
241
-
242
- <div class="details">
243
- 背景 base64的编码原理网上讲解较多,但解码原理讲解较少,并且没有对其中的内部实现原理进行剖析。想要彻底了解base64的编码与解码原理,请耐心看完此文,你一定会有所收获。涉...
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>101</span>
253
- </div>
254
- </li>
255
-
256
- <li>
257
- <div>
258
- <a href="https://toutiao.io/subjects/381904" target="_blank">
259
- <img src="https://img.toutiao.io/subject/7518167e2b974f259bd5782ec21a604d/thumb" loading="lazy" title="ArthurChiao - 独家号" alt="ArthurChiao - 独家号" />
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/qnglkcl" target="_blank" title="[译] 写给工程师:关于证书和公钥基础设施的一切 (SmallStep, 2018)">[译] 写给工程师:关于证书和公钥基础设施的一切 (SmallStep, 2018)</a>
266
- </div>
267
-
268
- <div class="details">
269
- [译] 写给工程师:关于证书(certificate)和公钥基础设施(PKI)的一切(SmallStep, 2018)Published at 2021-10-07 | Last ...
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>102</span>
279
- </div>
280
- </li>
281
-
282
- <li>
283
- <div>
284
- <a href="https://toutiao.io/subjects/324911" target="_blank">
285
- <img src="https://img.toutiao.io/subject/9635116a54eb4217a569629335a3ee45/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/98g49tv" target="_blank" title="Kafka 为什么要放弃 Zookeeper">Kafka 为什么要放弃 Zookeeper</a>
292
- </div>
293
-
294
- <div class="details">
295
- 最近,confluent社区发表了一篇文章,主要讲述了Kafka未来的2.8版本将要放弃Zookeeper,这对于Kafka用户来说,是一个重要的改进。之前部署Kafka就必须得部...
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>89</span>
305
- </div>
306
- </li>
307
-
308
- <li>
309
- <div>
310
- <a href="https://toutiao.io/subjects/447978" target="_blank">
311
- <img src="https://img.toutiao.io/subject/967329410fda4a55b2bf84673d48ebfe/thumb" loading="lazy" title="asong2020 - 独家号" alt="asong2020 - 独家号" />
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/4hr4ykg" target="_blank" title="Go 业务开发中常用的几个开源库">Go 业务开发中常用的几个开源库</a>
318
- </div>
319
-
320
- <div class="details">
321
- 前言 哈喽,大家好,我是asong。拖更了好久,这周开始更新。最近总有一些初学Go语言的小伙伴问我在业务开发中一般都使用什么web框架、开源中间件;所以我总结了我在日常开发中使用到...
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>88</span>
331
- </div>
332
- </li>
333
-
334
- <li>
335
- <div>
336
- <a href="https://toutiao.io/subjects/348507" target="_blank">
337
- <img src="https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/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/170b14g" target="_blank" title="面试官问:你参与的项目有什么亮点?怎么回答">面试官问:你参与的项目有什么亮点?怎么回答</a>
344
- </div>
345
-
346
- <div class="details">
347
- 大家好,我是Tom哥~面试官拿到我们的简历,一般会关注两块内容,一块是专业技能,另一块是项目经历。简单的个人介绍后,一般会先问些偏基础的技术问题,热热身。当然也有很多面试官上来就顺...
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>89</span>
357
- </div>
358
- </li>
359
-
360
- <li>
361
- <div>
362
- <a href="https://toutiao.io/subjects/176399" target="_blank">
363
- <img src="https://img.toutiao.io/subject/445f12f30e3940b2b52eac3d48d07389/thumb" loading="lazy" title="搬运工来架构 - 独家号" alt="搬运工来架构 - 独家号" />
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/1sw9dxz" target="_blank" title="Chrome 插件(扩展)开发全攻略 2.6w 字,看这篇就够了">Chrome 插件(扩展)开发全攻略 2.6w 字,看这篇就够了</a>
370
- </div>
371
-
372
- <div class="details">
373
- 一、写在前面我花了将近一个多月的时间断断续续写下这篇博文,并精心写下完整demo,写博客的辛苦大家懂的。本文所有涉及到的大部分代码均在这个demo里面:https://github...
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>87</span>
383
- </div>
384
- </li>
385
-
386
- <li>
387
- <div>
388
- <a href="https://toutiao.io/subjects/388900" target="_blank">
389
- <img src="https://img.toutiao.io/subject/82ab0724eca24875b339308427ac4b35/thumb" loading="lazy" title="松然聊技术 - 独家号" alt="松然聊技术 - 独家号" />
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/gez059v" target="_blank" title="亿级流量架构演进实战:从零构建亿级流量 API 网关(一)">亿级流量架构演进实战:从零构建亿级流量 API 网关(一)</a>
396
- </div>
397
-
398
- <div class="details">
399
- 这不是一个讲概念的专栏,而且我也不擅长讲概念,每一篇文章都是一个故事,我希望你可以通过这些故事了解我当时在实际工作中遇到问题和背后的思考,架构设计是种经验,我有幸参与到多个亿级系统...
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>85</span>
409
- </div>
410
- </li>
411
-
412
- <li>
413
- <div>
414
- <a href="https://toutiao.io/subjects/464469" target="_blank">
415
- <img src="https://img.toutiao.io/user/c5b7d0595a6a4de7bd2c69ccca2451c8/thumb" loading="lazy" title="JuiceFS的独家号 - 独家号" alt="JuiceFS的独家号 - 独家号" />
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/oy304tv" target="_blank" title="ElasticSearch 存储成本省 60%,稿定科技干货分享">ElasticSearch 存储成本省 60%,稿定科技干货分享</a>
422
- </div>
423
-
424
- <div class="details">
425
- 背景稿定科技旗下稿定设计产品是一个聚焦商业设计的多场景在线设计平台,打破了软硬件间的技术限制,汇集创意内容与设计工具于一体,为不同场景下的设计需求提供优质的解决方案,满足图片、视频...
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>79</span>
435
- </div>
436
- </li>
437
-
438
- <li>
439
- <div>
440
- <a href="https://toutiao.io/subjects/98777" target="_blank">
441
- <img src="https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb" loading="lazy" title="Bloomingroses - 独家号" alt="Bloomingroses - 独家号" />
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/tbiemos" target="_blank" title="聊聊 JVM 调优">聊聊 JVM 调优</a>
448
- </div>
449
-
450
- <div class="details">
451
- 大家好,我是捡田螺的小男孩~今天给大家推荐一篇JVM好文文章总体结构 本文中,我们将按照如下结构介绍JVM的整体架构和调优参数。JVM的分类 这里,我们先来说说什么是VM吧,VM的...
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>80</span>
461
- </div>
462
- </li>
463
-
464
- <li>
465
- <div>
466
- <a href="https://toutiao.io/subjects/350352" target="_blank">
467
- <img src="https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb" loading="lazy" title="编程一生 - 独家号" alt="编程一生 - 独家号" />
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/derylod" target="_blank" title="领导为什么不听我的汇报和授权方法">领导为什么不听我的汇报和授权方法</a>
474
- </div>
475
-
476
- <div class="details">
477
- 背景 国庆放假期间,为了不让大家在假期太烧脑,还是再来一篇综合能力培训的文章。领导为什么不听我的汇报? 下面三点造成汇报的失败 1、没有框架2、陷入细节3、仓促回答汇报小贴士 1、...
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>80</span>
487
- </div>
488
- </li>
489
-
490
- <li>
491
- <div>
492
- <a href="https://toutiao.io/subjects/392760" target="_blank">
493
- <img src="https://img.toutiao.io/subject/8adc26cdcf7d45f4a73580f3be4285f2/thumb" loading="lazy" title="vivo互联网技术 - 独家号" alt="vivo互联网技术 - 独家号" />
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/oyacwl5" target="_blank" title="你分库分表的姿势对么?:详谈水平分库分表">你分库分表的姿势对么?:详谈水平分库分表</a>
500
- </div>
501
-
502
- <div class="details">
503
- 作者:vivo平台产品开发团队-Han Lei一、背景提起分库分表,对于大部分服务器开发来说,其实并不是一个新鲜的名词。随着业务的发展,我们表中的数据量会变的越来越大,字段也可能随...
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>79</span>
513
- </div>
514
- </li>
515
-
516
- <li>
517
- <div>
518
- <a href="https://toutiao.io/subjects/388900" target="_blank">
519
- <img src="https://img.toutiao.io/subject/82ab0724eca24875b339308427ac4b35/thumb" loading="lazy" title="松然聊技术 - 独家号" alt="松然聊技术 - 独家号" />
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/56161ss" target="_blank" title="亿级流量架构演进实战:从零构建亿级流量 API 网关(二)">亿级流量架构演进实战:从零构建亿级流量 API 网关(二)</a>
526
- </div>
527
-
528
- <div class="details">
529
- 这不是一个讲概念的专栏,而且我也不擅长讲概念,每一篇文章都是一个故事,我希望你可以通过这些故事了解我当时在实际工作中遇到问题和背后的思考,架构设计是种经验,我有幸参与到多个亿级系统...
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>74</span>
539
- </div>
540
- </li>
541
-
542
- <li>
543
- <div>
544
- <a href="https://toutiao.io/subjects/123823" target="_blank">
545
- <img src="https://img.toutiao.io/subject/9d058a96b0484f65a93e575731c3dbf3/thumb" loading="lazy" title="落北的mark簿 - 独家号" alt="落北的mark簿 - 独家号" />
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/8qf7wmi" target="_blank" title="一套优雅的 Go 错误问题解决方案">一套优雅的 Go 错误问题解决方案</a>
552
- </div>
553
-
554
- <div class="details">
555
- 作者:andruzhang,腾讯 IEG 后台开发工程师在使用 Go 开发的后台服务中,对于错误处理,一直以来都有多种不同的方案,本文探讨并提出一种从服务内到服务外的错误传递、返...
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>75</span>
565
- </div>
566
- </li>
567
-
568
- <li>
569
- <div>
570
- <a href="https://toutiao.io/subjects/4829" target="_blank">
571
- <img src="https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb" loading="lazy" title="ASCE1885 - 独家号" alt="ASCE1885 - 独家号" />
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/zc4cuah" target="_blank" title="技术人必备的 6 种思维">技术人必备的 6 种思维</a>
578
- </div>
579
-
580
- <div class="details">
581
- 作者:gordoncheng  腾讯专家工程师00 思维的重要性 在回顾一些往事时,我们有时候会发现,自己处理过的某个事情其实可以做得更好;在一个团队中,两个技术水平相当的员工,...
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>70</span>
591
- </div>
592
- </li>
593
-
594
- <li>
595
- <div>
596
- <a href="https://toutiao.io/subjects/460290" target="_blank">
597
- <img src="https://img.toutiao.io/default-avatar.png" loading="lazy" title="DeepNoMind - 独家号" alt="DeepNoMind - 独家号" />
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/24c1qgi" target="_blank" title="软件架构之原则、风格和实践">软件架构之原则、风格和实践</a>
604
- </div>
605
-
606
- <div class="details">
607
- 好的架构可以更容易的支持业务演进,更容易修改,容错性更好。而糟糕的架构就像一团浆糊,一点小小的改动可能都会对原有功能造成破坏。本文从很高层的角度介绍了什么是糟糕的架构,什么好的架构...
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>66</span>
617
- </div>
618
- </li>
619
-
620
- <li>
621
- <div>
622
- <a href="https://toutiao.io/subjects/350352" target="_blank">
623
- <img src="https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb" loading="lazy" title="编程一生 - 独家号" alt="编程一生 - 独家号" />
624
- </a>
625
- </div>
626
- <div class="info">
627
- <div class="rank">
628
- <span title="Ranking 21">21</span>
629
- <a href="https://toutiao.io/k/6teeplo" target="_blank" title="架构师之路:HTTPS 底层原理">架构师之路:HTTPS 底层原理</a>
630
- </div>
631
-
632
- <div class="details">
633
- 引子先说说我对架构师的理解。从业务能力上,需要的是发现问题和解决问题的能力;从团队建设上,需要的是能培养团队的业务能力;从项目管理上,把控好整个项目和软件产品的全生命周期。我搜索了...
634
- </div>
635
- </div>
636
- <div class="followers" title="followers">
637
- <svg width="12" height="12" viewBox="0 0 16 16">
638
- <g fill="none" fill-rule="evenodd">
639
- <path d="M0 0h16v16H0z"/>
640
- <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"/>
641
- </g>
642
- </svg><span>72</span>
643
- </div>
644
- </li>
645
-
646
- <li>
647
- <div>
648
- <a href="https://toutiao.io/subjects/205186" target="_blank">
649
- <img src="https://img.toutiao.io/subject/1be92f5a50224852895d647097a6d521/thumb" loading="lazy" title="测试之路 - 独家号" alt="测试之路 - 独家号" />
650
- </a>
651
- </div>
652
- <div class="info">
653
- <div class="rank">
654
- <span title="Ranking 22">22</span>
655
- <a href="https://toutiao.io/k/kd9j9ur" target="_blank" title="推荐 14 款常用的测试开发工具">推荐 14 款常用的测试开发工具</a>
656
- </div>
657
-
658
- <div class="details">
659
- 在本篇文章中,将给大家推荐14款日常工作中经常用到的测试开发工具神器,涵盖了自动化测试、APP性能测试、稳定性测试、抓包工具等。一、UI自动化测试工具1. uiautomator2...
660
- </div>
661
- </div>
662
- <div class="followers" title="followers">
663
- <svg width="12" height="12" viewBox="0 0 16 16">
664
- <g fill="none" fill-rule="evenodd">
665
- <path d="M0 0h16v16H0z"/>
666
- <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"/>
667
- </g>
668
- </svg><span>72</span>
669
- </div>
670
- </li>
671
-
672
- <li>
673
- <div>
674
- <a href="https://toutiao.io/subjects/4" target="_blank">
675
- <img src="https://img.toutiao.io/subject/d2f421bbe0be47369b6560e316a5153b/thumb" loading="lazy" title="头条精选 - 独家号" alt="头条精选 - 独家号" />
676
- </a>
677
- </div>
678
- <div class="info">
679
- <div class="rank">
680
- <span title="Ranking 23">23</span>
681
- <a href="https://toutiao.io/k/87ehz9q" target="_blank" title="开源|5 秒内克隆您的声音并生成任意语音内容">开源|5 秒内克隆您的声音并生成任意语音内容</a>
682
- </div>
683
-
684
- <div class="details">
685
- 5 秒内克隆您的声音并生成任意语音内容,支持普通话。以上内容选自「码农周刊 VIP 会员」圈子,每日更新,精彩不断。 码农周刊是什么? 码农周刊是一份专为广大程序员、编程爱好者们打...
686
- </div>
687
- </div>
688
- <div class="followers" title="followers">
689
- <svg width="12" height="12" viewBox="0 0 16 16">
690
- <g fill="none" fill-rule="evenodd">
691
- <path d="M0 0h16v16H0z"/>
692
- <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"/>
693
- </g>
694
- </svg><span>66</span>
695
- </div>
696
- </li>
697
-
698
- <li>
699
- <div>
700
- <a href="https://toutiao.io/subjects/1385" target="_blank">
701
- <img src="https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb" loading="lazy" title="GoHackers - 独家号" alt="GoHackers - 独家号" />
702
- </a>
703
- </div>
704
- <div class="info">
705
- <div class="rank">
706
- <span title="Ranking 24">24</span>
707
- <a href="https://toutiao.io/k/p2sogse" target="_blank" title="Golang 调试分析的高阶技巧">Golang 调试分析的高阶技巧</a>
708
- </div>
709
-
710
- <div class="details">
711
- 大纲Golang toolsnmcompileobjdumppproftrace单元测试执行单元测试统计代码覆盖率程序 Debugdlv 调试用法gdb 调试小技巧不知道怎么断点函...
712
- </div>
713
- </div>
714
- <div class="followers" title="followers">
715
- <svg width="12" height="12" viewBox="0 0 16 16">
716
- <g fill="none" fill-rule="evenodd">
717
- <path d="M0 0h16v16H0z"/>
718
- <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"/>
719
- </g>
720
- </svg><span>65</span>
721
- </div>
722
- </li>
723
-
724
- <li>
725
- <div>
726
- <a href="https://toutiao.io/subjects/425954" target="_blank">
727
- <img src="https://img.toutiao.io/subject/19c420d3b4d84959b00f29b13e475ced/thumb" loading="lazy" title="AggrxTech - 独家号" alt="AggrxTech - 独家号" />
728
- </a>
729
- </div>
730
- <div class="info">
731
- <div class="rank">
732
- <span title="Ranking 25">25</span>
733
- <a href="https://toutiao.io/k/o9i0zik" target="_blank" title="K8s 云原生时代的操作系统">K8s 云原生时代的操作系统</a>
734
- </div>
735
-
736
- <div class="details">
737
- 一、背景kvm主机扩缩容需要运维、开发协同处理效率不高,遇到节假日流量突增处理繁琐kvm主机普遍cpu、内存利用率不高,造成浪费资源监控有open-falcon、zabbix组件太...
738
- </div>
739
- </div>
740
- <div class="followers" title="followers">
741
- <svg width="12" height="12" viewBox="0 0 16 16">
742
- <g fill="none" fill-rule="evenodd">
743
- <path d="M0 0h16v16H0z"/>
744
- <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"/>
745
- </g>
746
- </svg><span>64</span>
747
- </div>
748
- </li>
749
-
110
+ <li class="rank-title">
111
+ <span class="select">
112
+ <a class="" href="toutiao-7.html">7天</a>
113
+ <a class="active" href="toutiao-30.html">30天</a>
114
+ <a class="" href="toutiao-90.html">90天</a>
115
+ </span>
116
+ </li>
117
+
118
+ <li>
119
+ <div class="avatar">
120
+ <a href="https://toutiao.io/subjects/194141" target="_blank">
121
+ <img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
122
+ </a>
123
+ </div>
124
+ <div class="info">
125
+ <div class="rank">
126
+ <span title="Ranking 1">1</span>
127
+ <a href="https://toutiao.io/k/epd1pcc" target="_blank" title="搞懂异地多活,看这篇就够了">搞懂异地多活,看这篇就够了</a>
128
+ </div>
129
+
130
+ <div class="details">
131
+ 阅读本文大约需要 20 分钟。你好,我是 Kaito。在软件开发领域,「异地多活」是分布式系统架构设计的一座高峰,很多人经常听过它,但很少人理解其中的原理。异地多活到底是什么?为什...
132
+ </div>
133
+ </div>
134
+ <div class="followers" title="followers">
135
+ <svg width="12" height="12" viewBox="0 0 16 16">
136
+ <g fill="none" fill-rule="evenodd">
137
+ <path d="M0 0h16v16H0z"/>
138
+ <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"/>
139
+ </g>
140
+ </svg><span>186</span>
141
+ </div>
142
+ </li>
143
+
144
+ <li>
145
+ <div class="avatar">
146
+ <a href="https://toutiao.io/subjects/454266" target="_blank">
147
+ <img src="https://img.toutiao.io/subject/785b9391ccd74d88bfc5ccd391fb4365/thumb" loading="lazy" title="三分恶 - 独家号" alt="三分恶 - 独家号" />
148
+ </a>
149
+ </div>
150
+ <div class="info">
151
+ <div class="rank">
152
+ <span title="Ranking 2">2</span>
153
+ <a href="https://toutiao.io/k/8r0yjir" target="_blank" title="面试字节,被操作系统问挂了">面试字节,被操作系统问挂了</a>
154
+ </div>
155
+
156
+ <div class="details">
157
+ 大家好,鄙人三某,不善面试。。。标题是真事,感觉凉了,难受,爬起来整理了一波操作系统面试题,下次一定……引论 什么是操作系统? 可以这么说,操作系统是一种运行在内核态的软件。它是应...
158
+ </div>
159
+ </div>
160
+ <div class="followers" title="followers">
161
+ <svg width="12" height="12" viewBox="0 0 16 16">
162
+ <g fill="none" fill-rule="evenodd">
163
+ <path d="M0 0h16v16H0z"/>
164
+ <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"/>
165
+ </g>
166
+ </svg><span>164</span>
167
+ </div>
168
+ </li>
169
+
170
+ <li>
171
+ <div class="avatar">
172
+ <a href="https://toutiao.io/subjects/348507" target="_blank">
173
+ <img src="https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb" loading="lazy" title="微观技术 - 独家号" alt="微观技术 - 独家号" />
174
+ </a>
175
+ </div>
176
+ <div class="info">
177
+ <div class="rank">
178
+ <span title="Ranking 3">3</span>
179
+ <a href="https://toutiao.io/k/135ujiu" target="_blank" title="团队管理那点破事!OKR 绩效、核心人才、面试、技术分享、研发流程">团队管理那点破事!OKR 绩效、核心人才、面试、技术分享、研发流程</a>
180
+ </div>
181
+
182
+ <div class="details">
183
+ 大家好,我是Tom哥~今天来聊聊团队管理,可能你现在还是一线开发,没有带团队,感觉这个话题与你无关,其实不然。程序员的职业生涯曲折,技术更新迭代快,走技术深度,走架构师路线,势必要...
184
+ </div>
185
+ </div>
186
+ <div class="followers" title="followers">
187
+ <svg width="12" height="12" viewBox="0 0 16 16">
188
+ <g fill="none" fill-rule="evenodd">
189
+ <path d="M0 0h16v16H0z"/>
190
+ <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"/>
191
+ </g>
192
+ </svg><span>163</span>
193
+ </div>
194
+ </li>
195
+
196
+ <li>
197
+ <div class="avatar">
198
+ <a href="https://toutiao.io/subjects/176399" target="_blank">
199
+ <img src="https://img.toutiao.io/subject/445f12f30e3940b2b52eac3d48d07389/thumb" loading="lazy" title="搬运工来架构 - 独家号" alt="搬运工来架构 - 独家号" />
200
+ </a>
201
+ </div>
202
+ <div class="info">
203
+ <div class="rank">
204
+ <span title="Ranking 4">4</span>
205
+ <a href="https://toutiao.io/k/1sw9dxz" target="_blank" title="Chrome 插件(扩展)开发全攻略 2.6w 字,看这篇就够了">Chrome 插件(扩展)开发全攻略 2.6w 字,看这篇就够了</a>
206
+ </div>
207
+
208
+ <div class="details">
209
+ 一、写在前面我花了将近一个多月的时间断断续续写下这篇博文,并精心写下完整demo,写博客的辛苦大家懂的。本文所有涉及到的大部分代码均在这个demo里面:https://github...
210
+ </div>
211
+ </div>
212
+ <div class="followers" title="followers">
213
+ <svg width="12" height="12" viewBox="0 0 16 16">
214
+ <g fill="none" fill-rule="evenodd">
215
+ <path d="M0 0h16v16H0z"/>
216
+ <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"/>
217
+ </g>
218
+ </svg><span>117</span>
219
+ </div>
220
+ </li>
221
+
222
+ <li>
223
+ <div class="avatar">
224
+ <a href="https://toutiao.io/subjects/99877" target="_blank">
225
+ <img src="https://img.toutiao.io/subject/9689de3b035249df91b951e9317f0678/thumb" loading="lazy" title="编程往事 - 独家号" alt="编程往事 - 独家号" />
226
+ </a>
227
+ </div>
228
+ <div class="info">
229
+ <div class="rank">
230
+ <span title="Ranking 5">5</span>
231
+ <a href="https://toutiao.io/k/ws2do5o" target="_blank" title="如何高效刷 LeetCode">如何高效刷 LeetCode</a>
232
+ </div>
233
+
234
+ <div class="details">
235
+ 心理建设篇在讲述具体的方法之前,先要明白一件事。凡事都分『道』与『术』。本问题下面大部分回答介绍的都是『术』。而对于刷LeetCode这件事,无论你看到多少高明的的方法,如果你不...
236
+ </div>
237
+ </div>
238
+ <div class="followers" title="followers">
239
+ <svg width="12" height="12" viewBox="0 0 16 16">
240
+ <g fill="none" fill-rule="evenodd">
241
+ <path d="M0 0h16v16H0z"/>
242
+ <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"/>
243
+ </g>
244
+ </svg><span>106</span>
245
+ </div>
246
+ </li>
247
+
248
+ <li>
249
+ <div class="avatar">
250
+ <a href="https://toutiao.io/subjects/392760" target="_blank">
251
+ <img src="https://img.toutiao.io/subject/8adc26cdcf7d45f4a73580f3be4285f2/thumb" loading="lazy" title="vivo互联网技术 - 独家号" alt="vivo互联网技术 - 独家号" />
252
+ </a>
253
+ </div>
254
+ <div class="info">
255
+ <div class="rank">
256
+ <span title="Ranking 6">6</span>
257
+ <a href="https://toutiao.io/k/oyacwl5" target="_blank" title="你分库分表的姿势对么?:详谈水平分库分表">你分库分表的姿势对么?:详谈水平分库分表</a>
258
+ </div>
259
+
260
+ <div class="details">
261
+ 作者:vivo平台产品开发团队-Han Lei一、背景提起分库分表,对于大部分服务器开发来说,其实并不是一个新鲜的名词。随着业务的发展,我们表中的数据量会变的越来越大,字段也可能随...
262
+ </div>
263
+ </div>
264
+ <div class="followers" title="followers">
265
+ <svg width="12" height="12" viewBox="0 0 16 16">
266
+ <g fill="none" fill-rule="evenodd">
267
+ <path d="M0 0h16v16H0z"/>
268
+ <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"/>
269
+ </g>
270
+ </svg><span>104</span>
271
+ </div>
272
+ </li>
273
+
274
+ <li>
275
+ <div class="avatar">
276
+ <a href="https://toutiao.io/subjects/348507" target="_blank">
277
+ <img src="https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb" loading="lazy" title="微观技术 - 独家号" alt="微观技术 - 独家号" />
278
+ </a>
279
+ </div>
280
+ <div class="info">
281
+ <div class="rank">
282
+ <span title="Ranking 7">7</span>
283
+ <a href="https://toutiao.io/k/170b14g" target="_blank" title="面试官问:你参与的项目有什么亮点?怎么回答">面试官问:你参与的项目有什么亮点?怎么回答</a>
284
+ </div>
285
+
286
+ <div class="details">
287
+ 大家好,我是Tom哥~面试官拿到我们的简历,一般会关注两块内容,一块是专业技能,另一块是项目经历。简单的个人介绍后,一般会先问些偏基础的技术问题,热热身。当然也有很多面试官上来就顺...
288
+ </div>
289
+ </div>
290
+ <div class="followers" title="followers">
291
+ <svg width="12" height="12" viewBox="0 0 16 16">
292
+ <g fill="none" fill-rule="evenodd">
293
+ <path d="M0 0h16v16H0z"/>
294
+ <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"/>
295
+ </g>
296
+ </svg><span>104</span>
297
+ </div>
298
+ </li>
299
+
300
+ <li>
301
+ <div class="avatar">
302
+ <a href="https://toutiao.io/subjects/381904" target="_blank">
303
+ <img src="https://img.toutiao.io/subject/7518167e2b974f259bd5782ec21a604d/thumb" loading="lazy" title="ArthurChiao - 独家号" alt="ArthurChiao - 独家号" />
304
+ </a>
305
+ </div>
306
+ <div class="info">
307
+ <div class="rank">
308
+ <span title="Ranking 8">8</span>
309
+ <a href="https://toutiao.io/k/qnglkcl" target="_blank" title="[译] 写给工程师:关于证书和公钥基础设施的一切 (SmallStep, 2018)">[译] 写给工程师:关于证书和公钥基础设施的一切 (SmallStep, 2018)</a>
310
+ </div>
311
+
312
+ <div class="details">
313
+ [译] 写给工程师:关于证书(certificate)和公钥基础设施(PKI)的一切(SmallStep, 2018)Published at 2021-10-07 | Last ...
314
+ </div>
315
+ </div>
316
+ <div class="followers" title="followers">
317
+ <svg width="12" height="12" viewBox="0 0 16 16">
318
+ <g fill="none" fill-rule="evenodd">
319
+ <path d="M0 0h16v16H0z"/>
320
+ <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"/>
321
+ </g>
322
+ </svg><span>103</span>
323
+ </div>
324
+ </li>
325
+
326
+ <li>
327
+ <div class="avatar">
328
+ <a href="https://toutiao.io/subjects/447978" target="_blank">
329
+ <img src="https://img.toutiao.io/subject/967329410fda4a55b2bf84673d48ebfe/thumb" loading="lazy" title="asong2020 - 独家号" alt="asong2020 - 独家号" />
330
+ </a>
331
+ </div>
332
+ <div class="info">
333
+ <div class="rank">
334
+ <span title="Ranking 9">9</span>
335
+ <a href="https://toutiao.io/k/4hr4ykg" target="_blank" title="Go 业务开发中常用的几个开源库">Go 业务开发中常用的几个开源库</a>
336
+ </div>
337
+
338
+ <div class="details">
339
+ 前言 哈喽,大家好,我是asong。拖更了好久,这周开始更新。最近总有一些初学Go语言的小伙伴问我在业务开发中一般都使用什么web框架、开源中间件;所以我总结了我在日常开发中使用到...
340
+ </div>
341
+ </div>
342
+ <div class="followers" title="followers">
343
+ <svg width="12" height="12" viewBox="0 0 16 16">
344
+ <g fill="none" fill-rule="evenodd">
345
+ <path d="M0 0h16v16H0z"/>
346
+ <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"/>
347
+ </g>
348
+ </svg><span>99</span>
349
+ </div>
350
+ </li>
351
+
352
+ <li>
353
+ <div class="avatar">
354
+ <a href="https://toutiao.io/subjects/324911" target="_blank">
355
+ <img src="https://img.toutiao.io/subject/9635116a54eb4217a569629335a3ee45/thumb" loading="lazy" title="公众号:捉虫大师 - 独家号" alt="公众号:捉虫大师 - 独家号" />
356
+ </a>
357
+ </div>
358
+ <div class="info">
359
+ <div class="rank">
360
+ <span title="Ranking 10">10</span>
361
+ <a href="https://toutiao.io/k/98g49tv" target="_blank" title="Kafka 为什么要放弃 Zookeeper">Kafka 为什么要放弃 Zookeeper</a>
362
+ </div>
363
+
364
+ <div class="details">
365
+ 最近,confluent社区发表了一篇文章,主要讲述了Kafka未来的2.8版本将要放弃Zookeeper,这对于Kafka用户来说,是一个重要的改进。之前部署Kafka就必须得部...
366
+ </div>
367
+ </div>
368
+ <div class="followers" title="followers">
369
+ <svg width="12" height="12" viewBox="0 0 16 16">
370
+ <g fill="none" fill-rule="evenodd">
371
+ <path d="M0 0h16v16H0z"/>
372
+ <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"/>
373
+ </g>
374
+ </svg><span>90</span>
375
+ </div>
376
+ </li>
377
+
378
+ <li>
379
+ <div class="avatar">
380
+ <a href="https://toutiao.io/subjects/350352" target="_blank">
381
+ <img src="https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb" loading="lazy" title="编程一生 - 独家号" alt="编程一生 - 独家号" />
382
+ </a>
383
+ </div>
384
+ <div class="info">
385
+ <div class="rank">
386
+ <span title="Ranking 11">11</span>
387
+ <a href="https://toutiao.io/k/6teeplo" target="_blank" title="架构师之路:HTTPS 底层原理">架构师之路:HTTPS 底层原理</a>
388
+ </div>
389
+
390
+ <div class="details">
391
+ 引子先说说我对架构师的理解。从业务能力上,需要的是发现问题和解决问题的能力;从团队建设上,需要的是能培养团队的业务能力;从项目管理上,把控好整个项目和软件产品的全生命周期。我搜索了...
392
+ </div>
393
+ </div>
394
+ <div class="followers" title="followers">
395
+ <svg width="12" height="12" viewBox="0 0 16 16">
396
+ <g fill="none" fill-rule="evenodd">
397
+ <path d="M0 0h16v16H0z"/>
398
+ <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"/>
399
+ </g>
400
+ </svg><span>88</span>
401
+ </div>
402
+ </li>
403
+
404
+ <li>
405
+ <div class="avatar">
406
+ <a href="https://toutiao.io/subjects/388900" target="_blank">
407
+ <img src="https://img.toutiao.io/subject/82ab0724eca24875b339308427ac4b35/thumb" loading="lazy" title="松然聊技术 - 独家号" alt="松然聊技术 - 独家号" />
408
+ </a>
409
+ </div>
410
+ <div class="info">
411
+ <div class="rank">
412
+ <span title="Ranking 12">12</span>
413
+ <a href="https://toutiao.io/k/gez059v" target="_blank" title="亿级流量架构演进实战:从零构建亿级流量 API 网关(一)">亿级流量架构演进实战:从零构建亿级流量 API 网关(一)</a>
414
+ </div>
415
+
416
+ <div class="details">
417
+ 这不是一个讲概念的专栏,而且我也不擅长讲概念,每一篇文章都是一个故事,我希望你可以通过这些故事了解我当时在实际工作中遇到问题和背后的思考,架构设计是种经验,我有幸参与到多个亿级系统...
418
+ </div>
419
+ </div>
420
+ <div class="followers" title="followers">
421
+ <svg width="12" height="12" viewBox="0 0 16 16">
422
+ <g fill="none" fill-rule="evenodd">
423
+ <path d="M0 0h16v16H0z"/>
424
+ <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"/>
425
+ </g>
426
+ </svg><span>86</span>
427
+ </div>
428
+ </li>
429
+
430
+ <li>
431
+ <div class="avatar">
432
+ <a href="https://toutiao.io/subjects/464469" target="_blank">
433
+ <img src="https://img.toutiao.io/user/c5b7d0595a6a4de7bd2c69ccca2451c8/thumb" loading="lazy" title="JuiceFS的独家号 - 独家号" alt="JuiceFS的独家号 - 独家号" />
434
+ </a>
435
+ </div>
436
+ <div class="info">
437
+ <div class="rank">
438
+ <span title="Ranking 13">13</span>
439
+ <a href="https://toutiao.io/k/oy304tv" target="_blank" title="ElasticSearch 存储成本省 60%,稿定科技干货分享">ElasticSearch 存储成本省 60%,稿定科技干货分享</a>
440
+ </div>
441
+
442
+ <div class="details">
443
+ 背景稿定科技旗下稿定设计产品是一个聚焦商业设计的多场景在线设计平台,打破了软硬件间的技术限制,汇集创意内容与设计工具于一体,为不同场景下的设计需求提供优质的解决方案,满足图片、视频...
444
+ </div>
445
+ </div>
446
+ <div class="followers" title="followers">
447
+ <svg width="12" height="12" viewBox="0 0 16 16">
448
+ <g fill="none" fill-rule="evenodd">
449
+ <path d="M0 0h16v16H0z"/>
450
+ <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"/>
451
+ </g>
452
+ </svg><span>81</span>
453
+ </div>
454
+ </li>
455
+
456
+ <li>
457
+ <div class="avatar">
458
+ <a href="https://toutiao.io/subjects/98777" target="_blank">
459
+ <img src="https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb" loading="lazy" title="Bloomingroses - 独家号" alt="Bloomingroses - 独家号" />
460
+ </a>
461
+ </div>
462
+ <div class="info">
463
+ <div class="rank">
464
+ <span title="Ranking 14">14</span>
465
+ <a href="https://toutiao.io/k/tbiemos" target="_blank" title="聊聊 JVM 调优">聊聊 JVM 调优</a>
466
+ </div>
467
+
468
+ <div class="details">
469
+ 大家好,我是捡田螺的小男孩~今天给大家推荐一篇JVM好文文章总体结构 本文中,我们将按照如下结构介绍JVM的整体架构和调优参数。JVM的分类 这里,我们先来说说什么是VM吧,VM的...
470
+ </div>
471
+ </div>
472
+ <div class="followers" title="followers">
473
+ <svg width="12" height="12" viewBox="0 0 16 16">
474
+ <g fill="none" fill-rule="evenodd">
475
+ <path d="M0 0h16v16H0z"/>
476
+ <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"/>
477
+ </g>
478
+ </svg><span>81</span>
479
+ </div>
480
+ </li>
481
+
482
+ <li>
483
+ <div class="avatar">
484
+ <a href="https://toutiao.io/subjects/26578" target="_blank">
485
+ <img src="https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb" loading="lazy" title="服务架构及中台 - 独家号" alt="服务架构及中台 - 独家号" />
486
+ </a>
487
+ </div>
488
+ <div class="info">
489
+ <div class="rank">
490
+ <span title="Ranking 15">15</span>
491
+ <a href="https://toutiao.io/k/s48j8ku" target="_blank" title="七步制作精简镜像,So easy">七步制作精简镜像,So easy</a>
492
+ </div>
493
+
494
+ <div class="details">
495
+ 文章来自黄庆兵老师的网易蜂巢《玩转 Docker 镜像》系列https://github.com/bingohuang/play-docker-images,原本分为上下两篇,这里...
496
+ </div>
497
+ </div>
498
+ <div class="followers" title="followers">
499
+ <svg width="12" height="12" viewBox="0 0 16 16">
500
+ <g fill="none" fill-rule="evenodd">
501
+ <path d="M0 0h16v16H0z"/>
502
+ <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"/>
503
+ </g>
504
+ </svg><span>81</span>
505
+ </div>
506
+ </li>
507
+
508
+ <li>
509
+ <div class="avatar">
510
+ <a href="https://toutiao.io/subjects/4829" target="_blank">
511
+ <img src="https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb" loading="lazy" title="ASCE1885 - 独家号" alt="ASCE1885 - 独家号" />
512
+ </a>
513
+ </div>
514
+ <div class="info">
515
+ <div class="rank">
516
+ <span title="Ranking 16">16</span>
517
+ <a href="https://toutiao.io/k/zc4cuah" target="_blank" title="技术人必备的 6 种思维">技术人必备的 6 种思维</a>
518
+ </div>
519
+
520
+ <div class="details">
521
+ 作者:gordoncheng  腾讯专家工程师00 思维的重要性 在回顾一些往事时,我们有时候会发现,自己处理过的某个事情其实可以做得更好;在一个团队中,两个技术水平相当的员工,...
522
+ </div>
523
+ </div>
524
+ <div class="followers" title="followers">
525
+ <svg width="12" height="12" viewBox="0 0 16 16">
526
+ <g fill="none" fill-rule="evenodd">
527
+ <path d="M0 0h16v16H0z"/>
528
+ <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"/>
529
+ </g>
530
+ </svg><span>75</span>
531
+ </div>
532
+ </li>
533
+
534
+ <li>
535
+ <div class="avatar">
536
+ <a href="https://toutiao.io/subjects/350352" target="_blank">
537
+ <img src="https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb" loading="lazy" title="编程一生 - 独家号" alt="编程一生 - 独家号" />
538
+ </a>
539
+ </div>
540
+ <div class="info">
541
+ <div class="rank">
542
+ <span title="Ranking 17">17</span>
543
+ <a href="https://toutiao.io/k/derylod" target="_blank" title="领导为什么不听我的汇报和授权方法">领导为什么不听我的汇报和授权方法</a>
544
+ </div>
545
+
546
+ <div class="details">
547
+ 背景 国庆放假期间,为了不让大家在假期太烧脑,还是再来一篇综合能力培训的文章。领导为什么不听我的汇报? 下面三点造成汇报的失败 1、没有框架2、陷入细节3、仓促回答汇报小贴士 1、...
548
+ </div>
549
+ </div>
550
+ <div class="followers" title="followers">
551
+ <svg width="12" height="12" viewBox="0 0 16 16">
552
+ <g fill="none" fill-rule="evenodd">
553
+ <path d="M0 0h16v16H0z"/>
554
+ <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"/>
555
+ </g>
556
+ </svg><span>80</span>
557
+ </div>
558
+ </li>
559
+
560
+ <li>
561
+ <div class="avatar">
562
+ <a href="https://toutiao.io/subjects/388900" target="_blank">
563
+ <img src="https://img.toutiao.io/subject/82ab0724eca24875b339308427ac4b35/thumb" loading="lazy" title="松然聊技术 - 独家号" alt="松然聊技术 - 独家号" />
564
+ </a>
565
+ </div>
566
+ <div class="info">
567
+ <div class="rank">
568
+ <span title="Ranking 18">18</span>
569
+ <a href="https://toutiao.io/k/56161ss" target="_blank" title="亿级流量架构演进实战:从零构建亿级流量 API 网关(二)">亿级流量架构演进实战:从零构建亿级流量 API 网关(二)</a>
570
+ </div>
571
+
572
+ <div class="details">
573
+ 这不是一个讲概念的专栏,而且我也不擅长讲概念,每一篇文章都是一个故事,我希望你可以通过这些故事了解我当时在实际工作中遇到问题和背后的思考,架构设计是种经验,我有幸参与到多个亿级系统...
574
+ </div>
575
+ </div>
576
+ <div class="followers" title="followers">
577
+ <svg width="12" height="12" viewBox="0 0 16 16">
578
+ <g fill="none" fill-rule="evenodd">
579
+ <path d="M0 0h16v16H0z"/>
580
+ <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"/>
581
+ </g>
582
+ </svg><span>78</span>
583
+ </div>
584
+ </li>
585
+
586
+ <li>
587
+ <div class="avatar">
588
+ <a href="https://toutiao.io/subjects/123823" target="_blank">
589
+ <img src="https://img.toutiao.io/subject/9d058a96b0484f65a93e575731c3dbf3/thumb" loading="lazy" title="落北的mark簿 - 独家号" alt="落北的mark簿 - 独家号" />
590
+ </a>
591
+ </div>
592
+ <div class="info">
593
+ <div class="rank">
594
+ <span title="Ranking 19">19</span>
595
+ <a href="https://toutiao.io/k/8qf7wmi" target="_blank" title="一套优雅的 Go 错误问题解决方案">一套优雅的 Go 错误问题解决方案</a>
596
+ </div>
597
+
598
+ <div class="details">
599
+ 作者:andruzhang,腾讯 IEG 后台开发工程师在使用 Go 开发的后台服务中,对于错误处理,一直以来都有多种不同的方案,本文探讨并提出一种从服务内到服务外的错误传递、返...
600
+ </div>
601
+ </div>
602
+ <div class="followers" title="followers">
603
+ <svg width="12" height="12" viewBox="0 0 16 16">
604
+ <g fill="none" fill-rule="evenodd">
605
+ <path d="M0 0h16v16H0z"/>
606
+ <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"/>
607
+ </g>
608
+ </svg><span>75</span>
609
+ </div>
610
+ </li>
611
+
612
+ <li>
613
+ <div class="avatar">
614
+ <a href="https://toutiao.io/subjects/465623" target="_blank">
615
+ <img src="https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb" loading="lazy" title="趣编程的独家号 - 独家号" alt="趣编程的独家号 - 独家号" />
616
+ </a>
617
+ </div>
618
+ <div class="info">
619
+ <div class="rank">
620
+ <span title="Ranking 20">20</span>
621
+ <a href="https://toutiao.io/k/qv6mpuj" target="_blank" title="幂等设计详解">幂等设计详解</a>
622
+ </div>
623
+
624
+ <div class="details">
625
+ 导读 本文主要从研发人员的角度,结合研发人员日常常见的各类业务场景,从经典系统框架的每一层入手分析幂等处理的时机。希望通过这篇文章的分析,让开发者在日常开发中对幂等的处理不再陌生。...
626
+ </div>
627
+ </div>
628
+ <div class="followers" title="followers">
629
+ <svg width="12" height="12" viewBox="0 0 16 16">
630
+ <g fill="none" fill-rule="evenodd">
631
+ <path d="M0 0h16v16H0z"/>
632
+ <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"/>
633
+ </g>
634
+ </svg><span>77</span>
635
+ </div>
636
+ </li>
637
+
638
+ <li>
639
+ <div class="avatar">
640
+ <a href="https://toutiao.io/subjects/460290" target="_blank">
641
+ <img src="https://img.toutiao.io/default-avatar.png" loading="lazy" title="DeepNoMind - 独家号" alt="DeepNoMind - 独家号" />
642
+ </a>
643
+ </div>
644
+ <div class="info">
645
+ <div class="rank">
646
+ <span title="Ranking 21">21</span>
647
+ <a href="https://toutiao.io/k/24c1qgi" target="_blank" title="软件架构之原则、风格和实践">软件架构之原则、风格和实践</a>
648
+ </div>
649
+
650
+ <div class="details">
651
+ 好的架构可以更容易的支持业务演进,更容易修改,容错性更好。而糟糕的架构就像一团浆糊,一点小小的改动可能都会对原有功能造成破坏。本文从很高层的角度介绍了什么是糟糕的架构,什么好的架构...
652
+ </div>
653
+ </div>
654
+ <div class="followers" title="followers">
655
+ <svg width="12" height="12" viewBox="0 0 16 16">
656
+ <g fill="none" fill-rule="evenodd">
657
+ <path d="M0 0h16v16H0z"/>
658
+ <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"/>
659
+ </g>
660
+ </svg><span>67</span>
661
+ </div>
662
+ </li>
663
+
664
+ <li>
665
+ <div class="avatar">
666
+ <a href="https://toutiao.io/subjects/205186" target="_blank">
667
+ <img src="https://img.toutiao.io/subject/1be92f5a50224852895d647097a6d521/thumb" loading="lazy" title="测试之道 - 独家号" alt="测试之道 - 独家号" />
668
+ </a>
669
+ </div>
670
+ <div class="info">
671
+ <div class="rank">
672
+ <span title="Ranking 22">22</span>
673
+ <a href="https://toutiao.io/k/kd9j9ur" target="_blank" title="推荐 14 款常用的测试开发工具">推荐 14 款常用的测试开发工具</a>
674
+ </div>
675
+
676
+ <div class="details">
677
+ 在本篇文章中,将给大家推荐14款日常工作中经常用到的测试开发工具神器,涵盖了自动化测试、APP性能测试、稳定性测试、抓包工具等。一、UI自动化测试工具1. uiautomator2...
678
+ </div>
679
+ </div>
680
+ <div class="followers" title="followers">
681
+ <svg width="12" height="12" viewBox="0 0 16 16">
682
+ <g fill="none" fill-rule="evenodd">
683
+ <path d="M0 0h16v16H0z"/>
684
+ <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"/>
685
+ </g>
686
+ </svg><span>74</span>
687
+ </div>
688
+ </li>
689
+
690
+ <li>
691
+ <div class="avatar">
692
+ <a href="https://toutiao.io/subjects/4" target="_blank">
693
+ <img src="https://img.toutiao.io/subject/d2f421bbe0be47369b6560e316a5153b/thumb" loading="lazy" title="头条精选 - 独家号" alt="头条精选 - 独家号" />
694
+ </a>
695
+ </div>
696
+ <div class="info">
697
+ <div class="rank">
698
+ <span title="Ranking 23">23</span>
699
+ <a href="https://toutiao.io/k/87ehz9q" target="_blank" title="开源|5 秒内克隆您的声音并生成任意语音内容">开源|5 秒内克隆您的声音并生成任意语音内容</a>
700
+ </div>
701
+
702
+ <div class="details">
703
+ 5 秒内克隆您的声音并生成任意语音内容,支持普通话。以上内容选自「码农周刊 VIP 会员」圈子,每日更新,精彩不断。 码农周刊是什么? 码农周刊是一份专为广大程序员、编程爱好者们打...
704
+ </div>
705
+ </div>
706
+ <div class="followers" title="followers">
707
+ <svg width="12" height="12" viewBox="0 0 16 16">
708
+ <g fill="none" fill-rule="evenodd">
709
+ <path d="M0 0h16v16H0z"/>
710
+ <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"/>
711
+ </g>
712
+ </svg><span>68</span>
713
+ </div>
714
+ </li>
715
+
716
+ <li>
717
+ <div class="avatar">
718
+ <a href="https://toutiao.io/subjects/125297" target="_blank">
719
+ <img src="https://img.toutiao.io/subject/f2911e3881f84724953dfeaf339cdce8/thumb" loading="lazy" title="前端全栈开发者 - 独家号" alt="前端全栈开发者 - 独家号" />
720
+ </a>
721
+ </div>
722
+ <div class="info">
723
+ <div class="rank">
724
+ <span title="Ranking 24">24</span>
725
+ <a href="https://toutiao.io/k/vykwkmg" target="_blank" title="生成唯一 ID,为什么 NanoID 会取代 UUID?">生成唯一 ID,为什么 NanoID 会取代 UUID?</a>
726
+ </div>
727
+
728
+ <div class="details">
729
+ UUID[1] 是软件开发中最常用的通用标识符之一。然而,在过去几年中,其他替代品挑战了它的存在。其中,NanoID 是取代 UUID 的主要竞争对手之一。因此,在本文中,我将讨论...
730
+ </div>
731
+ </div>
732
+ <div class="followers" title="followers">
733
+ <svg width="12" height="12" viewBox="0 0 16 16">
734
+ <g fill="none" fill-rule="evenodd">
735
+ <path d="M0 0h16v16H0z"/>
736
+ <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"/>
737
+ </g>
738
+ </svg><span>70</span>
739
+ </div>
740
+ </li>
741
+
742
+ <li>
743
+ <div class="avatar">
744
+ <a href="https://toutiao.io/subjects/403307" target="_blank">
745
+ <img src="https://img.toutiao.io/subject/03e210e126704d0ca23938746bbd4cec/thumb" loading="lazy" title="近半生少年 - 独家号" alt="近半生少年 - 独家号" />
746
+ </a>
747
+ </div>
748
+ <div class="info">
749
+ <div class="rank">
750
+ <span title="Ranking 25">25</span>
751
+ <a href="https://toutiao.io/k/3l64knj" target="_blank" title="最近很火火火火的 GitHub 项目">最近很火火火火的 GitHub 项目</a>
752
+ </div>
753
+
754
+ <div class="details">
755
+ 老逛每个月都会盘点当前月份最火的开源项目,本篇文章就是十月份 Star 攀升最多的的开源项目,它们分别是: 1. 电商大促脚本2. 基于 Js 的游戏引擎3. Bug 厂库4. 高...
756
+ </div>
757
+ </div>
758
+ <div class="followers" title="followers">
759
+ <svg width="12" height="12" viewBox="0 0 16 16">
760
+ <g fill="none" fill-rule="evenodd">
761
+ <path d="M0 0h16v16H0z"/>
762
+ <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"/>
763
+ </g>
764
+ </svg><span>66</span>
765
+ </div>
766
+ </li>
767
+
750
768
  </ul>
751
769
  <div class="footer">
752
- <p>
770
+ <div>
753
771
  <a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
754
772
  <img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
755
773
  </a>
@@ -762,8 +780,8 @@
762
780
  <a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
763
781
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
764
782
  </a>
765
- </p>
766
- <div class="time">Last cache created on 2021/10/29 by Github API v3.</div>
783
+ </div>
784
+ <div class="time">Last cache created on 2021/11/2 by Github API v3.</div>
767
785
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
768
786
  </div>
769
787
  </body>