@wcj/github-rank 22.2.1 → 22.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/repos.json +34517 -34484
- package/dist/sifou-daily.json +5 -5
- package/dist/sifou-monthly.json +95 -95
- package/dist/sifou-weekly.json +172 -181
- package/dist/toutiao-30.json +87 -87
- package/dist/toutiao-7.json +131 -131
- package/dist/toutiao-90.json +40 -40
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +161 -161
- package/dist/trending-weekly.json +162 -173
- package/dist/users.china.json +2144 -2144
- package/dist/users.json +4166 -4166
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +34517 -34484
- package/web/data/sifou-daily.json +5 -5
- package/web/data/sifou-monthly.json +95 -95
- package/web/data/sifou-weekly.json +172 -181
- package/web/data/toutiao-30.json +87 -87
- package/web/data/toutiao-7.json +131 -131
- package/web/data/toutiao-90.json +40 -40
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +161 -161
- package/web/data/trending-weekly.json +162 -173
- package/web/data/users.china.json +2144 -2144
- package/web/data/users.json +4166 -4166
- package/web/index.html +2103 -2103
- package/web/repos.html +4166 -4166
- package/web/sifou-daily.html +6 -6
- package/web/sifou-monthly.html +107 -107
- package/web/sifou-weekly.html +145 -173
- package/web/toutiao-30.html +101 -101
- package/web/toutiao-7.html +80 -80
- package/web/toutiao-90.html +78 -78
- package/web/trending-monthly.html +143 -143
- package/web/trending-weekly.html +134 -184
- package/web/trending.html +148 -152
- package/web/users.china.html +1072 -1072
package/web/sifou-daily.html
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
</h1>
|
|
97
|
-
<div class="time">Last cache created on 2022/2/
|
|
97
|
+
<div class="time">Last cache created on 2022/2/5 by
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<div class="info">
|
|
126
126
|
<div class="rank">
|
|
127
127
|
<span title="Ranking 1">1</span>
|
|
128
|
-
<a href="https://segmentfault.com/a/
|
|
128
|
+
<a href="https://segmentfault.com/a/1190000041364381" target="_blank" title="【JUC】可回调任务FutureTask原理">【JUC】可回调任务FutureTask原理</a>
|
|
129
129
|
</div>
|
|
130
130
|
<div class="sub-title followers">
|
|
131
131
|
|
|
@@ -139,12 +139,12 @@
|
|
|
139
139
|
<span>1</span>
|
|
140
140
|
</span>
|
|
141
141
|
|
|
142
|
-
<a target="_blank" href="https://segmentfault.com/u/
|
|
143
|
-
<span
|
|
142
|
+
<a target="_blank" href="https://segmentfault.com/u/liuzijian" title="Programming Language">
|
|
143
|
+
<span>暗夜君王</span>
|
|
144
144
|
</a>
|
|
145
145
|
</div>
|
|
146
146
|
<div class="details">
|
|
147
|
-
|
|
147
|
+
线程A执行start方法时,会调用FutureTask的run()方法(Runnable接口)run()方法会触发FutureTask内部的state状态变更,并调用Callable的call()方法
|
|
148
148
|
</div>
|
|
149
149
|
</div>
|
|
150
150
|
</li>
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
166
166
|
</a>
|
|
167
167
|
</div>
|
|
168
|
-
<div class="time">Last cache created on 2022/2/
|
|
168
|
+
<div class="time">Last cache created on 2022/2/5 by Github API v3.</div>
|
|
169
169
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
170
170
|
</div>
|
|
171
171
|
</body>
|