@wcj/github-rank 22.7.4 → 22.7.7

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 (41) hide show
  1. package/README.md +2 -3
  2. package/dist/36kr.json +5006 -1552
  3. package/dist/repos.json +35685 -35685
  4. package/dist/sifou-daily.json +6 -87
  5. package/dist/sifou-monthly.json +91 -91
  6. package/dist/sifou-weekly.json +155 -155
  7. package/dist/toutiao-30.json +77 -77
  8. package/dist/toutiao-7.json +128 -128
  9. package/dist/toutiao-90.json +65 -65
  10. package/dist/trending-daily.json +168 -168
  11. package/dist/trending-monthly.json +161 -161
  12. package/dist/trending-weekly.json +167 -167
  13. package/dist/users.china.json +2715 -2715
  14. package/dist/users.json +3833 -3834
  15. package/package.json +19 -18
  16. package/web/data/36kr.json +5006 -1552
  17. package/web/data/repos.json +35685 -35685
  18. package/web/data/sifou-daily.json +6 -87
  19. package/web/data/sifou-monthly.json +91 -91
  20. package/web/data/sifou-weekly.json +155 -155
  21. package/web/data/toutiao-30.json +77 -77
  22. package/web/data/toutiao-7.json +128 -128
  23. package/web/data/toutiao-90.json +65 -65
  24. package/web/data/trending-daily.json +168 -168
  25. package/web/data/trending-monthly.json +161 -161
  26. package/web/data/trending-weekly.json +167 -167
  27. package/web/data/users.china.json +2715 -2715
  28. package/web/data/users.json +3833 -3834
  29. package/web/index.html +2253 -2252
  30. package/web/repos.html +4337 -4334
  31. package/web/sifou-daily.html +15 -269
  32. package/web/sifou-monthly.html +119 -121
  33. package/web/sifou-weekly.html +144 -146
  34. package/web/toutiao-30.html +111 -111
  35. package/web/toutiao-7.html +101 -101
  36. package/web/toutiao-90.html +95 -95
  37. package/web/trending-monthly.html +160 -162
  38. package/web/trending-weekly.html +168 -162
  39. package/web/trending.html +176 -154
  40. package/web/users.china.html +1982 -1981
  41. package/web/36kr.html +0 -828
@@ -75,19 +75,6 @@
75
75
  .list li > div.info a:hover i { color: #333; }
76
76
  .list li div.sub-title { color: var(--color-theme-text); margin: 4px 0 0 0; }
77
77
  .list li div.avatar { padding-right: 10px; }
78
-
79
-
80
- .list .select { }
81
- .list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
82
-
83
-
84
- .list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
85
- .list li div.followers a { color: var(--color-fg-muted); }
86
- .list li div.followers * { vertical-align: middle; }
87
- .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
88
-
89
-
90
-
91
78
  @keyframes octocat-wave {
92
79
  0%,100%{-webkit-transform:rotate(0); transform:rotate(0);}
93
80
  20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
@@ -97,6 +84,22 @@
97
84
  .title { padding-top: 16px; font-size: 21px; }
98
85
  }
99
86
  </style>
87
+
88
+
89
+ <style>
90
+ .list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
91
+ </style>
92
+
93
+
94
+ <style>
95
+ .list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
96
+ .list li div.followers a { color: var(--color-fg-muted); }
97
+ .list li div.followers * { vertical-align: middle; }
98
+ .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
99
+ </style>
100
+
101
+
102
+
100
103
  <script src="https://unpkg.com/@wcj/dark-mode"></script>
101
104
  </head>
102
105
  <body>
@@ -119,16 +122,14 @@
119
122
  <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>
120
123
  </a>
121
124
 
122
-
123
125
  </h1>
124
- <div class="time">Last cache created on 2022/7/4 by
126
+ <div class="time">Last cache created on 2022/7/7 by
125
127
 
126
128
 
127
129
 
128
130
 
129
131
 
130
132
  <a href="https://toutiao.io/posts/hot/7">TouTiao</a>
131
-
132
133
  .
133
134
  </div>
134
135
  <div class="tabs">
@@ -137,7 +138,6 @@
137
138
  <a class="" href="trending.html">Trending</a>
138
139
  <a class="" href="sifou-daily.html">Sifou</a>
139
140
  <a class="active" href="toutiao-7.html">开发头条</a>
140
- <a class="" href="36kr.html">36Kr</a>
141
141
  </div>
142
142
  <ul class="list">
143
143
  <li class="rank-title">
@@ -150,18 +150,18 @@
150
150
 
151
151
  <li>
152
152
  <div class="avatar">
153
- <a href="https://toutiao.io/subjects/24912" target="_blank">
154
- <img src="https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb" loading="lazy" title="进击的程序猿 - 独家号" alt="进击的程序猿 - 独家号" />
153
+ <a href="https://toutiao.io/subjects/42200" target="_blank">
154
+ <img src="https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb" loading="lazy" title="架构之美 - 独家号" alt="架构之美 - 独家号" />
155
155
  </a>
156
156
  </div>
157
157
  <div class="info">
158
158
  <div class="rank">
159
159
  <span title="Ranking 1">1</span>
160
- <a href="https://toutiao.io/k/ptp0ru2" target="_blank" title="吐血整理:一份不可多得的架构师图谱!">吐血整理:一份不可多得的架构师图谱!</a>
160
+ <a href="https://toutiao.io/k/xhwa9mo" target="_blank" title="服务端监控架构设计与实践">服务端监控架构设计与实践</a>
161
161
  </div>
162
162
 
163
163
  <div class="details">
164
- 文章来源:https://c1n.cn/J3wve‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍目录概述微服务消息队列概述“架构师图谱”是一个很宏大的命题,特别是优秀的架构师自身也是“由点到...
164
+ 作者:vivo互联网服务器团队-Deng Haibo一、业务背景当今时代处在信息大爆发的时代,信息借助互联网的潮流在全球自由的流动,产生了各式各样的平台系统和软件系统,越来越多的业...
165
165
  </div>
166
166
  </div>
167
167
  <div class="followers" title="followers">
@@ -170,24 +170,24 @@
170
170
  <path d="M0 0h16v16H0z"/>
171
171
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
172
172
  </g>
173
- </svg><span>127</span>
173
+ </svg><span>55</span>
174
174
  </div>
175
175
  </li>
176
176
 
177
177
  <li>
178
178
  <div class="avatar">
179
- <a href="https://toutiao.io/subjects/1385" target="_blank">
180
- <img src="https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb" loading="lazy" title="GoHackers - 独家号" alt="GoHackers - 独家号" />
179
+ <a href="https://toutiao.io/subjects/24912" target="_blank">
180
+ <img src="https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb" loading="lazy" title="进击的程序猿 - 独家号" alt="进击的程序猿 - 独家号" />
181
181
  </a>
182
182
  </div>
183
183
  <div class="info">
184
184
  <div class="rank">
185
185
  <span title="Ranking 2">2</span>
186
- <a href="https://toutiao.io/k/o31fl5p" target="_blank" title="生产环境Go程序内存泄露,用pprof如何快速定位">生产环境Go程序内存泄露,用pprof如何快速定位</a>
186
+ <a href="https://toutiao.io/k/fflgnsh" target="_blank" title="月活 12.8 亿的微信,海量请求下是如何防止崩溃的?">月活 12.8 亿的微信,海量请求下是如何防止崩溃的?</a>
187
187
  </div>
188
188
 
189
189
  <div class="details">
190
- 内存泄漏可以在整个系统中以多种形式出现,除了在写代码上的疏忽,忘了关闭该关闭的资源外,更多的时候导致系统发生内存泄露原因可能是设计上决策不对、或者业务逻辑上的疏忽没有考虑到一些边界...
190
+
191
191
  </div>
192
192
  </div>
193
193
  <div class="followers" title="followers">
@@ -196,20 +196,20 @@
196
196
  <path d="M0 0h16v16H0z"/>
197
197
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
198
198
  </g>
199
- </svg><span>47</span>
199
+ </svg><span>52</span>
200
200
  </div>
201
201
  </li>
202
202
 
203
203
  <li>
204
204
  <div class="avatar">
205
- <a href="https://toutiao.io/subjects/24912" target="_blank">
206
- <img src="https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb" loading="lazy" title="进击的程序猿 - 独家号" alt="进击的程序猿 - 独家号" />
205
+ <a href="https://toutiao.io/subjects/136176" target="_blank">
206
+ <img src="https://img.toutiao.io/subject/6ee3bb205b3248c2b746c1506548181a/thumb" loading="lazy" title="大数据生态 - 独家号" alt="大数据生态 - 独家号" />
207
207
  </a>
208
208
  </div>
209
209
  <div class="info">
210
210
  <div class="rank">
211
211
  <span title="Ranking 3">3</span>
212
- <a href="https://toutiao.io/k/fflgnsh" target="_blank" title="月活 12.8 亿的微信,海量请求下是如何防止崩溃的?">月活 12.8 亿的微信,海量请求下是如何防止崩溃的?</a>
212
+ <a href="https://toutiao.io/k/ipcteru" target="_blank" title="产品指标体系如何搭建">产品指标体系如何搭建</a>
213
213
  </div>
214
214
 
215
215
  <div class="details">
@@ -222,24 +222,24 @@
222
222
  <path d="M0 0h16v16H0z"/>
223
223
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
224
224
  </g>
225
- </svg><span>41</span>
225
+ </svg><span>43</span>
226
226
  </div>
227
227
  </li>
228
228
 
229
229
  <li>
230
230
  <div class="avatar">
231
- <a href="https://toutiao.io/subjects/4" target="_blank">
232
- <img src="https://img.toutiao.io/subject/d2f421bbe0be47369b6560e316a5153b/thumb" loading="lazy" title="头条精选 - 独家号" alt="头条精选 - 独家号" />
231
+ <a href="https://toutiao.io/subjects/205186" target="_blank">
232
+ <img src="https://img.toutiao.io/subject/1be92f5a50224852895d647097a6d521/thumb" loading="lazy" title="测试之路 - 独家号" alt="测试之路 - 独家号" />
233
233
  </a>
234
234
  </div>
235
235
  <div class="info">
236
236
  <div class="rank">
237
237
  <span title="Ranking 4">4</span>
238
- <a href="https://toutiao.io/k/au2ts9v" target="_blank" title="俞敏洪:我的退与进;架构师必须了解的5种最佳软件架构模式;Redis夺命52连问|码农周刊VIP会员专属邮件周报 Vol.096">俞敏洪:我的退与进;架构师必须了解的5种最佳软件架构模式;Redis夺命52连问|码农周刊VIP会员专属邮件周报 Vol.096</a>
238
+ <a href="https://toutiao.io/k/qvb6v50" target="_blank" title="24 个 Docker 常见问题处理技巧">24 个 Docker 常见问题处理技巧</a>
239
239
  </div>
240
240
 
241
241
  <div class="details">
242
- 本文内容节选自「码农周刊VIP会员专属邮件周报 Vol.096」,感谢阅读。 想邮件订阅周报?扫码即刻订阅! ↓↓↓ 俞敏洪:我的退与进https://mp.weixin.qq...
242
+
243
243
  </div>
244
244
  </div>
245
245
  <div class="followers" title="followers">
@@ -248,20 +248,20 @@
248
248
  <path d="M0 0h16v16H0z"/>
249
249
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
250
250
  </g>
251
- </svg><span>32</span>
251
+ </svg><span>29</span>
252
252
  </div>
253
253
  </li>
254
254
 
255
255
  <li>
256
256
  <div class="avatar">
257
- <a href="https://toutiao.io/subjects/380054" target="_blank">
258
- <img src="https://img.toutiao.io/subject/c9bc51847b0c4b49aca52d0eaa087ed1/thumb" loading="lazy" title="冷星前端圈 - 独家号" alt="冷星前端圈 - 独家号" />
257
+ <a href="https://toutiao.io/subjects/132403" target="_blank">
258
+ <img src="https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb" loading="lazy" title="浪客用react,java全栈 - 独家号" alt="浪客用react,java全栈 - 独家号" />
259
259
  </a>
260
260
  </div>
261
261
  <div class="info">
262
262
  <div class="rank">
263
263
  <span title="Ranking 5">5</span>
264
- <a href="https://toutiao.io/k/a7b1mnn" target="_blank" title="浏览器缓存库设计总结(localStorage/indexedDB)">浏览器缓存库设计总结(localStorage/indexedDB)</a>
264
+ <a href="https://toutiao.io/k/o6sxi3b" target="_blank" title="大公司为什么禁止SpringBoot项目使用Tomcat?">大公司为什么禁止SpringBoot项目使用Tomcat?</a>
265
265
  </div>
266
266
 
267
267
  <div class="details">
@@ -274,24 +274,24 @@
274
274
  <path d="M0 0h16v16H0z"/>
275
275
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
276
276
  </g>
277
- </svg><span>29</span>
277
+ </svg><span>27</span>
278
278
  </div>
279
279
  </li>
280
280
 
281
281
  <li>
282
282
  <div class="avatar">
283
- <a href="https://toutiao.io/subjects/42200" target="_blank">
284
- <img src="https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb" loading="lazy" title="架构之美 - 独家号" alt="架构之美 - 独家号" />
283
+ <a href="https://toutiao.io/subjects/194141" target="_blank">
284
+ <img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
285
285
  </a>
286
286
  </div>
287
287
  <div class="info">
288
288
  <div class="rank">
289
289
  <span title="Ranking 6">6</span>
290
- <a href="https://toutiao.io/k/55p47ii" target="_blank" title="金融风控系统的演进与升级:从第一代到第四代">金融风控系统的演进与升级:从第一代到第四代</a>
290
+ <a href="https://toutiao.io/k/fj7m6x8" target="_blank" title="2022年最受欢迎的5大开源自动化和编排技术">2022年最受欢迎的5大开源自动化和编排技术</a>
291
291
  </div>
292
292
 
293
293
  <div class="details">
294
-
294
+ 出品 | OSC开源社区(ID:oschina2013)‍DevOps 一直是开发者的重点关注领域,外媒 openlogic 联合 OSI 统计了各行各业 2600 多名开源用户的...
295
295
  </div>
296
296
  </div>
297
297
  <div class="followers" title="followers">
@@ -300,20 +300,20 @@
300
300
  <path d="M0 0h16v16H0z"/>
301
301
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
302
302
  </g>
303
- </svg><span>25</span>
303
+ </svg><span>28</span>
304
304
  </div>
305
305
  </li>
306
306
 
307
307
  <li>
308
308
  <div class="avatar">
309
- <a href="https://toutiao.io/subjects/472073" target="_blank">
310
- <img src="https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb" loading="lazy" title="架构必知必会 - 独家号" alt="架构必知必会 - 独家号" />
309
+ <a href="https://toutiao.io/subjects/194141" target="_blank">
310
+ <img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
311
311
  </a>
312
312
  </div>
313
313
  <div class="info">
314
314
  <div class="rank">
315
315
  <span title="Ranking 7">7</span>
316
- <a href="https://toutiao.io/k/qqf460n" target="_blank" title="分布式唯一 ID 生成方案浅谈">分布式唯一 ID 生成方案浅谈</a>
316
+ <a href="https://toutiao.io/k/ny23nh8" target="_blank" title="好的软件研发管理怎么做">好的软件研发管理怎么做</a>
317
317
  </div>
318
318
 
319
319
  <div class="details">
@@ -332,14 +332,14 @@
332
332
 
333
333
  <li>
334
334
  <div class="avatar">
335
- <a href="https://toutiao.io/subjects/134283" target="_blank">
336
- <img src="https://img.toutiao.io/subject/5677c886e56b479194e85580c577d68a/thumb" loading="lazy" title="编程爱好者(网络编程) - 独家号" alt="编程爱好者(网络编程) - 独家号" />
335
+ <a href="https://toutiao.io/subjects/24912" target="_blank">
336
+ <img src="https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb" loading="lazy" title="进击的程序猿 - 独家号" alt="进击的程序猿 - 独家号" />
337
337
  </a>
338
338
  </div>
339
339
  <div class="info">
340
340
  <div class="rank">
341
341
  <span title="Ranking 8">8</span>
342
- <a href="https://toutiao.io/k/iwhoer3" target="_blank" title="分布式系统设计模式">分布式系统设计模式</a>
342
+ <a href="https://toutiao.io/k/ey91eet" target="_blank" title="离线安装 Kubernetes 1.18.3 版本,万字教程,企业级部署!">离线安装 Kubernetes 1.18.3 版本,万字教程,企业级部署!</a>
343
343
  </div>
344
344
 
345
345
  <div class="details">
@@ -352,20 +352,20 @@
352
352
  <path d="M0 0h16v16H0z"/>
353
353
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
354
354
  </g>
355
- </svg><span>22</span>
355
+ </svg><span>26</span>
356
356
  </div>
357
357
  </li>
358
358
 
359
359
  <li>
360
360
  <div class="avatar">
361
- <a href="https://toutiao.io/subjects/42200" target="_blank">
362
- <img src="https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb" loading="lazy" title="架构之美 - 独家号" alt="架构之美 - 独家号" />
361
+ <a href="https://toutiao.io/subjects/134283" target="_blank">
362
+ <img src="https://img.toutiao.io/subject/5677c886e56b479194e85580c577d68a/thumb" loading="lazy" title="编程爱好者(网络编程) - 独家号" alt="编程爱好者(网络编程) - 独家号" />
363
363
  </a>
364
364
  </div>
365
365
  <div class="info">
366
366
  <div class="rank">
367
367
  <span title="Ranking 9">9</span>
368
- <a href="https://toutiao.io/k/v18qish" target="_blank" title="如何设计数据可视化平台">如何设计数据可视化平台</a>
368
+ <a href="https://toutiao.io/k/xw3mo2f" target="_blank" title="一文彻底搞懂跨域问题">一文彻底搞懂跨域问题</a>
369
369
  </div>
370
370
 
371
371
  <div class="details">
@@ -378,24 +378,24 @@
378
378
  <path d="M0 0h16v16H0z"/>
379
379
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
380
380
  </g>
381
- </svg><span>26</span>
381
+ </svg><span>23</span>
382
382
  </div>
383
383
  </li>
384
384
 
385
385
  <li>
386
386
  <div class="avatar">
387
- <a href="https://toutiao.io/subjects/343446" target="_blank">
388
- <img src="https://img.toutiao.io/user/01ec77a3ddbb4158afed606b24af1c87/thumb" loading="lazy" title="脑子进煎鱼了 - 独家号" alt="脑子进煎鱼了 - 独家号" />
387
+ <a href="https://toutiao.io/subjects/2500" target="_blank">
388
+ <img src="https://img.toutiao.io/subject/9ded408b195546449be7902d74f30136/thumb" loading="lazy" title="程序员泥瓦匠 - 独家号" alt="程序员泥瓦匠 - 独家号" />
389
389
  </a>
390
390
  </div>
391
391
  <div class="info">
392
392
  <div class="rank">
393
393
  <span title="Ranking 10">10</span>
394
- <a href="https://toutiao.io/k/c5w6h7l" target="_blank" title="后端开发面试考哪些?把这篇扔给他!">后端开发面试考哪些?把这篇扔给他!</a>
394
+ <a href="https://toutiao.io/k/qehceai" target="_blank" title="如何运营好技术相关的自媒体?">如何运营好技术相关的自媒体?</a>
395
395
  </div>
396
396
 
397
397
  <div class="details">
398
-
398
+ 一、前言今天带来的分享是:如何运营好技术相关的自媒体?这次我会从「理论」和「实践」两块去小小分享:「理论」分享清楚里面的商业底层逻辑和框架。对于每个赚钱的案例,底层逻辑和理论都是相...
399
399
  </div>
400
400
  </div>
401
401
  <div class="followers" title="followers">
@@ -404,20 +404,20 @@
404
404
  <path d="M0 0h16v16H0z"/>
405
405
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
406
406
  </g>
407
- </svg><span>21</span>
407
+ </svg><span>62</span>
408
408
  </div>
409
409
  </li>
410
410
 
411
411
  <li>
412
412
  <div class="avatar">
413
- <a href="https://toutiao.io/subjects/9940" target="_blank">
414
- <img src="https://img.toutiao.io/user/2281a42f53f240928f198dca0a3aafee/thumb" loading="lazy" title="jp311 - 独家号" alt="jp311 - 独家号" />
413
+ <a href="https://toutiao.io/subjects/4829" target="_blank">
414
+ <img src="https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb" loading="lazy" title="ASCE1885 - 独家号" alt="ASCE1885 - 独家号" />
415
415
  </a>
416
416
  </div>
417
417
  <div class="info">
418
418
  <div class="rank">
419
419
  <span title="Ranking 11">11</span>
420
- <a href="https://toutiao.io/k/db5se4r" target="_blank" title="Software Engineering at Google 中文版">Software Engineering at Google 中文版</a>
420
+ <a href="https://toutiao.io/k/1uhzu4h" target="_blank" title="场景化面试:关于分布式锁的十问十答">场景化面试:关于分布式锁的十问十答</a>
421
421
  </div>
422
422
 
423
423
  <div class="details">
@@ -430,20 +430,20 @@
430
430
  <path d="M0 0h16v16H0z"/>
431
431
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
432
432
  </g>
433
- </svg><span>22</span>
433
+ </svg><span>26</span>
434
434
  </div>
435
435
  </li>
436
436
 
437
437
  <li>
438
438
  <div class="avatar">
439
- <a href="https://toutiao.io/subjects/432318" target="_blank">
440
- <img src="https://img.toutiao.io/subject/6417445c5ce6403289044c27d6ea7df6/thumb" loading="lazy" title="希腊酸奶的独家号 - 独家号" alt="希腊酸奶的独家号 - 独家号" />
439
+ <a href="https://toutiao.io/subjects/132403" target="_blank">
440
+ <img src="https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb" loading="lazy" title="浪客用react,java全栈 - 独家号" alt="浪客用react,java全栈 - 独家号" />
441
441
  </a>
442
442
  </div>
443
443
  <div class="info">
444
444
  <div class="rank">
445
445
  <span title="Ranking 12">12</span>
446
- <a href="https://toutiao.io/k/4xjq446" target="_blank" title="分布式监控神器之 Frostmourne">分布式监控神器之 Frostmourne</a>
446
+ <a href="https://toutiao.io/k/rsgjy5z" target="_blank" title="推荐一款 JSON 可视化工具神器!">推荐一款 JSON 可视化工具神器!</a>
447
447
  </div>
448
448
 
449
449
  <div class="details">
@@ -456,20 +456,20 @@
456
456
  <path d="M0 0h16v16H0z"/>
457
457
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
458
458
  </g>
459
- </svg><span>19</span>
459
+ </svg><span>24</span>
460
460
  </div>
461
461
  </li>
462
462
 
463
463
  <li>
464
464
  <div class="avatar">
465
- <a href="https://toutiao.io/subjects/132403" target="_blank">
466
- <img src="https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb" loading="lazy" title="浪客用react,java全栈 - 独家号" alt="浪客用react,java全栈 - 独家号" />
465
+ <a href="https://toutiao.io/subjects/42200" target="_blank">
466
+ <img src="https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb" loading="lazy" title="架构之美 - 独家号" alt="架构之美 - 独家号" />
467
467
  </a>
468
468
  </div>
469
469
  <div class="info">
470
470
  <div class="rank">
471
471
  <span title="Ranking 13">13</span>
472
- <a href="https://toutiao.io/k/o6sxi3b" target="_blank" title="大公司为什么禁止SpringBoot项目使用Tomcat?">大公司为什么禁止SpringBoot项目使用Tomcat?</a>
472
+ <a href="https://toutiao.io/k/li8d566" target="_blank" title="正确复制、重写别人的代码,为什么是件很酷的事情">正确复制、重写别人的代码,为什么是件很酷的事情</a>
473
473
  </div>
474
474
 
475
475
  <div class="details">
@@ -482,24 +482,24 @@
482
482
  <path d="M0 0h16v16H0z"/>
483
483
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
484
484
  </g>
485
- </svg><span>20</span>
485
+ </svg><span>21</span>
486
486
  </div>
487
487
  </li>
488
488
 
489
489
  <li>
490
490
  <div class="avatar">
491
- <a href="https://toutiao.io/subjects/182218" target="_blank">
492
- <img src="https://img.toutiao.io/subject/4f9b8a1b9ad34bf3b815671f8461ff25/thumb" loading="lazy" title="又拍云 - 独家号" alt="又拍云 - 独家号" />
491
+ <a href="https://toutiao.io/subjects/48071" target="_blank">
492
+ <img src="https://img.toutiao.io/subject/2633bd8663d9433fb04f0dea81cb2ec2/thumb" loading="lazy" title="sunsky303 - 独家号" alt="sunsky303 - 独家号" />
493
493
  </a>
494
494
  </div>
495
495
  <div class="info">
496
496
  <div class="rank">
497
497
  <span title="Ranking 14">14</span>
498
- <a href="https://toutiao.io/k/sxj070l" target="_blank" title="又拍云 Redis 的改进之路">又拍云 Redis 的改进之路</a>
498
+ <a href="https://toutiao.io/k/mkzst6n" target="_blank" title="七种方案!探讨Redis分布式锁的正确使用姿势 【转】">七种方案!探讨Redis分布式锁的正确使用姿势 【转】</a>
499
499
  </div>
500
500
 
501
501
  <div class="details">
502
- 作为推出国内首创可编程 CDN 服务的专业云服务提供商,又拍云利用 CDN 边缘网络规模和性能,允许客户自定义编写规则来满足常用业务场景。而为了保证这些源数据,如边缘重定向、请求限...
502
+
503
503
  </div>
504
504
  </div>
505
505
  <div class="followers" title="followers">
@@ -508,20 +508,20 @@
508
508
  <path d="M0 0h16v16H0z"/>
509
509
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
510
510
  </g>
511
- </svg><span>22</span>
511
+ </svg><span>21</span>
512
512
  </div>
513
513
  </li>
514
514
 
515
515
  <li>
516
516
  <div class="avatar">
517
- <a href="https://toutiao.io/subjects/42200" target="_blank">
518
- <img src="https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb" loading="lazy" title="架构之美 - 独家号" alt="架构之美 - 独家号" />
517
+ <a href="https://toutiao.io/subjects/132403" target="_blank">
518
+ <img src="https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb" loading="lazy" title="浪客用react,java全栈 - 独家号" alt="浪客用react,java全栈 - 独家号" />
519
519
  </a>
520
520
  </div>
521
521
  <div class="info">
522
522
  <div class="rank">
523
523
  <span title="Ranking 15">15</span>
524
- <a href="https://toutiao.io/k/li8d566" target="_blank" title="正确复制、重写别人的代码,为什么是件很酷的事情">正确复制、重写别人的代码,为什么是件很酷的事情</a>
524
+ <a href="https://toutiao.io/k/0mgu5x0" target="_blank" title="迷失在Mysql的锁世界">迷失在Mysql的锁世界</a>
525
525
  </div>
526
526
 
527
527
  <div class="details">
@@ -534,7 +534,7 @@
534
534
  <path d="M0 0h16v16H0z"/>
535
535
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
536
536
  </g>
537
- </svg><span>18</span>
537
+ </svg><span>26</span>
538
538
  </div>
539
539
  </li>
540
540
 
@@ -547,7 +547,7 @@
547
547
  <div class="info">
548
548
  <div class="rank">
549
549
  <span title="Ranking 16">16</span>
550
- <a href="https://toutiao.io/k/1v05fk4" target="_blank" title="一次 Keepalived 高可用的事故,让我重学了一遍它!">一次 Keepalived 高可用的事故,让我重学了一遍它!</a>
550
+ <a href="https://toutiao.io/k/dih454b" target="_blank" title="从架构上详解技术(SLB,Redis,Mysql,Kafka,Clickhouse)的各类热点问题">从架构上详解技术(SLB,Redis,Mysql,Kafka,Clickhouse)的各类热点问题</a>
551
551
  </div>
552
552
 
553
553
  <div class="details">
@@ -560,20 +560,20 @@
560
560
  <path d="M0 0h16v16H0z"/>
561
561
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
562
562
  </g>
563
- </svg><span>17</span>
563
+ </svg><span>16</span>
564
564
  </div>
565
565
  </li>
566
566
 
567
567
  <li>
568
568
  <div class="avatar">
569
- <a href="https://toutiao.io/subjects/26578" target="_blank">
570
- <img src="https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb" loading="lazy" title="服务架构及中台 - 独家号" alt="服务架构及中台 - 独家号" />
569
+ <a href="https://toutiao.io/subjects/132403" target="_blank">
570
+ <img src="https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb" loading="lazy" title="浪客用react,java全栈 - 独家号" alt="浪客用react,java全栈 - 独家号" />
571
571
  </a>
572
572
  </div>
573
573
  <div class="info">
574
574
  <div class="rank">
575
575
  <span title="Ranking 17">17</span>
576
- <a href="https://toutiao.io/k/vxrqz27" target="_blank" title="揭秘得物客服IM全链路通信过程|得物技术">揭秘得物客服IM全链路通信过程|得物技术</a>
576
+ <a href="https://toutiao.io/k/67rtbou" target="_blank" title="多线程使用不当导致的 OOM">多线程使用不当导致的 OOM</a>
577
577
  </div>
578
578
 
579
579
  <div class="details">
@@ -586,24 +586,24 @@
586
586
  <path d="M0 0h16v16H0z"/>
587
587
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
588
588
  </g>
589
- </svg><span>18</span>
589
+ </svg><span>16</span>
590
590
  </div>
591
591
  </li>
592
592
 
593
593
  <li>
594
594
  <div class="avatar">
595
- <a href="https://toutiao.io/subjects/194141" target="_blank">
596
- <img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
595
+ <a href="https://toutiao.io/subjects/1385" target="_blank">
596
+ <img src="https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb" loading="lazy" title="GoHackers - 独家号" alt="GoHackers - 独家号" />
597
597
  </a>
598
598
  </div>
599
599
  <div class="info">
600
600
  <div class="rank">
601
601
  <span title="Ranking 18">18</span>
602
- <a href="https://toutiao.io/k/fj7m6x8" target="_blank" title="2022年最受欢迎的5大开源自动化和编排技术">2022年最受欢迎的5大开源自动化和编排技术</a>
602
+ <a href="https://toutiao.io/k/ctnjr3u" target="_blank" title="如何使用Go调用Kubernetes API?">如何使用Go调用Kubernetes API?</a>
603
603
  </div>
604
604
 
605
605
  <div class="details">
606
- 出品 | OSC开源社区(ID:oschina2013)‍DevOps 一直是开发者的重点关注领域,外媒 openlogic 联合 OSI 统计了各行各业 2600 多名开源用户的...
606
+
607
607
  </div>
608
608
  </div>
609
609
  <div class="followers" title="followers">
@@ -618,18 +618,18 @@
618
618
 
619
619
  <li>
620
620
  <div class="avatar">
621
- <a href="https://toutiao.io/subjects/2500" target="_blank">
622
- <img src="https://img.toutiao.io/subject/9ded408b195546449be7902d74f30136/thumb" loading="lazy" title="程序员泥瓦匠 - 独家号" alt="程序员泥瓦匠 - 独家号" />
621
+ <a href="https://toutiao.io/subjects/416733" target="_blank">
622
+ <img src="https://img.toutiao.io/subject/652f30d4f8ed4f198281774399a49076/thumb" loading="lazy" title="知了一笑 - 独家号" alt="知了一笑 - 独家号" />
623
623
  </a>
624
624
  </div>
625
625
  <div class="info">
626
626
  <div class="rank">
627
627
  <span title="Ranking 19">19</span>
628
- <a href="https://toutiao.io/k/qehceai" target="_blank" title="如何运营好技术相关的自媒体?">如何运营好技术相关的自媒体?</a>
628
+ <a href="https://toutiao.io/k/tkjg3me" target="_blank" title="聊聊支付流程的设计与实现逻辑">聊聊支付流程的设计与实现逻辑</a>
629
629
  </div>
630
630
 
631
631
  <div class="details">
632
- 一、前言今天带来的分享是:如何运营好技术相关的自媒体?这次我会从「理论」和「实践」两块去小小分享:「理论」分享清楚里面的商业底层逻辑和框架。对于每个赚钱的案例,底层逻辑和理论都是相...
632
+
633
633
  </div>
634
634
  </div>
635
635
  <div class="followers" title="followers">
@@ -638,20 +638,20 @@
638
638
  <path d="M0 0h16v16H0z"/>
639
639
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
640
640
  </g>
641
- </svg><span>55</span>
641
+ </svg><span>16</span>
642
642
  </div>
643
643
  </li>
644
644
 
645
645
  <li>
646
646
  <div class="avatar">
647
- <a href="https://toutiao.io/subjects/24912" target="_blank">
648
- <img src="https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb" loading="lazy" title="进击的程序猿 - 独家号" alt="进击的程序猿 - 独家号" />
647
+ <a href="https://toutiao.io/subjects/1385" target="_blank">
648
+ <img src="https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb" loading="lazy" title="GoHackers - 独家号" alt="GoHackers - 独家号" />
649
649
  </a>
650
650
  </div>
651
651
  <div class="info">
652
652
  <div class="rank">
653
653
  <span title="Ranking 20">20</span>
654
- <a href="https://toutiao.io/k/jtxuq2m" target="_blank" title="如何提升数据质量?(附实战文档)">如何提升数据质量?(附实战文档)</a>
654
+ <a href="https://toutiao.io/k/ojt7tnh" target="_blank" title="req: 即将支持 HTTP3 !">req: 即将支持 HTTP3 !</a>
655
655
  </div>
656
656
 
657
657
  <div class="details">
@@ -684,7 +684,7 @@
684
684
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
685
685
  </a>
686
686
  </div>
687
- <div class="time">Last cache created on 2022/7/4 by Github API v3.</div>
687
+ <div class="time">Last cache created on 2022/7/7 by Github API v3.</div>
688
688
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
689
689
  </div>
690
690
  </body>