@wcj/github-rank 22.9.16 → 22.9.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/repos.json +25027 -25027
  2. package/dist/sifou-daily.json +11 -11
  3. package/dist/sifou-monthly.json +91 -91
  4. package/dist/sifou-weekly.json +117 -117
  5. package/dist/toutiao-30.json +101 -101
  6. package/dist/toutiao-7.json +92 -92
  7. package/dist/toutiao-90.json +44 -44
  8. package/dist/trending-daily.json +159 -159
  9. package/dist/trending-monthly.json +155 -155
  10. package/dist/trending-weekly.json +156 -156
  11. package/dist/users.china.json +2015 -2016
  12. package/dist/users.json +2344 -2344
  13. package/package.json +1 -1
  14. package/web/data/repos.json +25027 -25027
  15. package/web/data/sifou-daily.json +11 -11
  16. package/web/data/sifou-monthly.json +91 -91
  17. package/web/data/sifou-weekly.json +117 -117
  18. package/web/data/toutiao-30.json +101 -101
  19. package/web/data/toutiao-7.json +92 -92
  20. package/web/data/toutiao-90.json +44 -44
  21. package/web/data/trending-daily.json +159 -159
  22. package/web/data/trending-monthly.json +155 -155
  23. package/web/data/trending-weekly.json +156 -156
  24. package/web/data/users.china.json +2015 -2016
  25. package/web/data/users.json +2344 -2344
  26. package/web/index.html +1348 -1348
  27. package/web/repos.html +3109 -3109
  28. package/web/sifou-daily.html +11 -11
  29. package/web/sifou-monthly.html +108 -108
  30. package/web/sifou-weekly.html +122 -122
  31. package/web/toutiao-30.html +91 -91
  32. package/web/toutiao-7.html +82 -82
  33. package/web/toutiao-90.html +56 -56
  34. package/web/trending-monthly.html +137 -141
  35. package/web/trending-weekly.html +138 -134
  36. package/web/trending.html +141 -137
  37. package/web/users.china.html +1046 -1046
@@ -116,7 +116,7 @@
116
116
 
117
117
 
118
118
  </h1>
119
- <div class="time">Last cache created on 2022/9/16 by
119
+ <div class="time">Last cache created on 2022/9/18 by
120
120
 
121
121
 
122
122
 
@@ -145,7 +145,7 @@
145
145
  <div class="info">
146
146
  <div class="rank">
147
147
  <span title="Ranking 1">1</span>
148
- <a href="https://segmentfault.com/a/1190000042488074" target="_blank" title="深入理解JavaScript-instanceof——找祖籍">深入理解JavaScript-instanceof——找祖籍</a>
148
+ <a href="https://segmentfault.com/a/1190000042503461" target="_blank" title="微信小程序转为App并上架应用市场">微信小程序转为App并上架应用市场</a>
149
149
  </div>
150
150
  <div class="sub-title followers">
151
151
 
@@ -156,15 +156,15 @@
156
156
  <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"/>
157
157
  </g>
158
158
  </svg>
159
- <span>1</span>
159
+ <span>2</span>
160
160
  </span>
161
161
  &nbsp;
162
- <a target="_blank" href="https://segmentfault.com/u/johanazhu" title="Programming Language">
163
- <span>山头人汉波</span>
162
+ <a target="_blank" href="https://segmentfault.com/u/xiangzhihong" title="Programming Language">
163
+ <span>xiangzhihong</span>
164
164
  </a>
165
165
  </div>
166
166
  <div class="details">
167
- 我们分别在 JavaScript由什么组成 和 JavaScript 中的始皇 两篇文章中讲到了 instanceof,这篇文章好好说说 instanceof什么是 instanceof?MAN 的解释是:instanceof 运算符用于检测构造函数的 prototype 属性是...
167
+ 先说说背景吧,笔者开发了一款微信工具类小程序,刚开始,小程序的日访问量和用户数都还可以,但后面慢慢的发现,受限于微信小程序平台规则,很难对用户进行更深入的运营,用户流失问题也将逐渐凸显出来。另一方...
168
168
  </div>
169
169
  </div>
170
170
  </li>
@@ -173,7 +173,7 @@
173
173
  <div class="info">
174
174
  <div class="rank">
175
175
  <span title="Ranking 2">2</span>
176
- <a href="https://segmentfault.com/a/1190000042485178" target="_blank" title="图解JS中的事件循环">图解JS中的事件循环</a>
176
+ <a href="https://segmentfault.com/a/1190000042503863" target="_blank" title="Java 并发编程解析 | 基于JDK源码解析Java领域中的并发锁,我们可以从中学习到什么内容?">Java 并发编程解析 | 基于JDK源码解析Java领域中的并发锁,我们可以从中学习到什么内容?</a>
177
177
  </div>
178
178
  <div class="sub-title followers">
179
179
 
@@ -187,12 +187,12 @@
187
187
  <span>1</span>
188
188
  </span>
189
189
  &nbsp;
190
- <a target="_blank" href="https://segmentfault.com/u/xiaolizideyitian" title="Programming Language">
191
- <span>寒水寺一禅</span>
190
+ <a target="_blank" href="https://segmentfault.com/u/mazhilin_5c1ceeea5edba" title="Programming Language">
191
+ <span>mazhilin</span>
192
192
  </a>
193
193
  </div>
194
194
  <div class="details">
195
- 1、js单线程,并非指js只有一个线程,而是同一时刻只能有一个线程在工作。2、js中,主线程之外,还有其他线程,比如事件循环线程,定时器触发线程,http异步线程, 浏览器事件线程。3、在js主线程中,分为两个子...
195
+ 苍穹之边,浩瀚之挚,眰恦之美; 悟心悟性,善始善终,惟善惟道! —— 朝槿《朝槿兮年说》写在开头在Java领域中, 尤其是在并发编程领域,对于多线程并发执行一直有两大核心问题:同步和互斥。其中:互斥(Mutual Ex...
196
196
  </div>
197
197
  </div>
198
198
  </li>
@@ -213,7 +213,7 @@
213
213
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
214
214
  </a>
215
215
  </div>
216
- <div class="time">Last cache created on 2022/9/16 by Github API v3.</div>
216
+ <div class="time">Last cache created on 2022/9/18 by Github API v3.</div>
217
217
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
218
218
  </div>
219
219
  </body>