@wcj/github-rank 21.10.31 → 21.11.4

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 +34302 -34297
  2. package/dist/sifou-daily.json +33 -42
  3. package/dist/sifou-monthly.json +93 -93
  4. package/dist/sifou-weekly.json +158 -167
  5. package/dist/toutiao-30.json +93 -93
  6. package/dist/toutiao-7.json +147 -147
  7. package/dist/toutiao-90.json +68 -68
  8. package/dist/trending-daily.json +193 -193
  9. package/dist/trending-monthly.json +182 -182
  10. package/dist/trending-weekly.json +192 -192
  11. package/dist/users.china.json +3183 -3183
  12. package/dist/users.json +3841 -3841
  13. package/package.json +1 -1
  14. package/web/36kr.html +714 -696
  15. package/web/data/repos.json +34302 -34297
  16. package/web/data/sifou-daily.json +33 -42
  17. package/web/data/sifou-monthly.json +93 -93
  18. package/web/data/sifou-weekly.json +158 -167
  19. package/web/data/toutiao-30.json +93 -93
  20. package/web/data/toutiao-7.json +147 -147
  21. package/web/data/toutiao-90.json +68 -68
  22. package/web/data/trending-daily.json +193 -193
  23. package/web/data/trending-monthly.json +182 -182
  24. package/web/data/trending-weekly.json +192 -192
  25. package/web/data/users.china.json +3183 -3183
  26. package/web/data/users.json +3841 -3841
  27. package/web/index.html +15551 -15533
  28. package/web/repos.html +29575 -29557
  29. package/web/sifou-daily.html +212 -220
  30. package/web/sifou-monthly.html +891 -871
  31. package/web/sifou-weekly.html +835 -843
  32. package/web/toutiao-30.html +702 -682
  33. package/web/toutiao-7.html +571 -551
  34. package/web/toutiao-90.html +702 -682
  35. package/web/trending-monthly.html +1002 -974
  36. package/web/trending-weekly.html +998 -978
  37. package/web/trending.html +986 -962
  38. package/web/users.china.html +15551 -15533
@@ -12,31 +12,36 @@
12
12
  html, body, ul, li, h1 { margin: 0; padding: 0 }
13
13
  html, body { font-size: 16px; font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; }
14
14
  ul { list-style: none; }
15
- body { text-align: center; }
15
+
16
16
  a { color: #333; text-decoration: none; transition: all .2s ease-in; }
17
17
  a:hover { color: #1600ff; }
18
18
  a.github-corner:hover .octo-arm { animation: octocat-wave 560ms infinite linear; }
19
19
  a.github-corner svg { fill: #f1f1f1; color: #000; position: absolute; top: 0; border: 0; right: 0; z-index: 99; width: 70px; height: 70px; }
20
20
  a.github-corner { position: fixed; z-index: 9999; top: 0; right: 0; }
21
- .title { padding: 46px 0 0 0; font-size: 18px; line-height: 24px; }
22
- .time, .footer { padding: 5px 0 2px 0; font-size: 12px; color: #adadad; }
23
- .tabs { padding: 10px 0 15px 0;}
24
- .tabs a { background: #e2e2e2; display: inline-block; padding: 3px 7px; font-size: 12px; line-height: 16px; color: #0366d6; }
25
- .tabs a.active { background: #696969; color: #efefef; }
26
- .footer { padding: 10px 0 30px 0; }
27
- .list { text-align: left; max-width: 470px; margin: 0 auto; padding-bottom: 10px; background-color: #efefef; border-radius: 5px; overflow: hidden; }
21
+
22
+ .title { padding: 32px 20px 10px 20px; font-size: 32px; display: flex; }
23
+ .title a svg { display: block; }
24
+ .title a { color: #0059ff; display: inline-block; margin-left: 10px; }
25
+ .time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; }
26
+ .tabs { padding: 0 20px 5px 20px;}
27
+ .tabs a { background: #e2e2e2; display: inline-block; border-radius: 2px; margin: 2px 0; padding: 2px 5px; font-size: 12px; line-height: 16px; color: #0366d6; }
28
+ .tabs a.active { background: #333; color: #efefef; }
29
+ .tabs a:hover:not(.active) { background: #efefef; }
30
+ .footer { padding: 0 20px 30px 20px; font-size: 12px; color: #adadad; }
31
+ .footer .time { padding: 0; }
32
+ .list { text-align: left; padding-bottom: 10px; margin: 0 15px; }
28
33
  .list img { width: 36px; height: 36px; border-radius: 3px; display: block; margin: 0 auto; background-color: #e2e2e2; border: 0; overflow: hidden; }
29
34
  .list a { color: #0366d6; }
30
35
  .list a:hover { color: #1600ff; }
31
- .list li { padding: 5px; margin: 0 8px; transition: all .3s; border-bottom: 1px solid #d8d8d8; }
32
- .list li.rank-title { background-color: #e2e2e2; margin: 0; padding: 7px 13px; margin-bottom: 10px; border-radius: 0; font-size: 14px; line-height: 16px; }
33
- .list li.rank-title:hover { background: #e2e2e2; }
36
+ .list li { padding: 10px; transition: all .3s; }
37
+ .list li.rank-title { margin: 0; padding: 3px 0 0 7px; margin-bottom: 10px; border-radius: 5px; font-size: 12px; line-height: 16px; }
38
+ .list li.rank-title > a { margin-right: 10px; }
39
+ .list li.rank-title:hover { background: transparent; }
34
40
  .list li:last-child, .list li.rank-title { border-bottom: 0; }
35
- .list li:hover { background: rgba(255, 255, 255, 0.56); }
41
+ .list li:hover { background: #efefef8f; }
36
42
  .list li > div { display: table-cell; vertical-align: top; font-size: 14px; }
37
- .list li div.rank { padding: 0 8px; }
38
43
  .list li div.rank span { font-weight: bold; }
39
- .list li div.details { padding: 2px 0 0 9px; font-size: 12px; float: left; color: #b9b9b9; }
44
+ .list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color: #b9b9b9; }
40
45
  .list li div.details a { color: #b9b9b9; transition: all .3s; }
41
46
  .list li div.details a:hover { color: #1600ff; }
42
47
  .list li div.details a:hover svg { fill: #1600ff; }
@@ -46,11 +51,12 @@
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
62
 
@@ -60,6 +66,9 @@
60
66
  20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
61
67
  40%,80%{-webkit-transform:rotate(10deg); transform:rotate(10deg);}
62
68
  }
69
+ @media screen and (max-width: 479px) {
70
+ .title { padding-top: 16px; font-size: 21px; }
71
+ }
63
72
  </style>
64
73
  <style>
65
74
  </style>
@@ -72,8 +81,20 @@
72
81
  <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>
73
82
  </svg>
74
83
  </a>
75
- <h1 class="title"> Segmentfault 思否热门 </h1>
76
- <div class="time">Last cache created on 2021/10/31 by Github API v3.</div>
84
+ <h1 class="title">
85
+ Segmentfault 思否热门
86
+
87
+
88
+
89
+
90
+ <a target="_blank" href="https://segmentfault.com/hottest">
91
+ <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>
92
+ </a>
93
+
94
+
95
+
96
+ </h1>
97
+ <div class="time">Last cache created on 2021/11/4 by Github API v3.</div>
77
98
  <div class="tabs">
78
99
  <a class="" href="index.html">Users</a>
79
100
  <a class="" href="repos.html">Repos</a>
@@ -83,214 +104,185 @@
83
104
  <a class="" href="36kr.html">36Kr</a>
84
105
  </div>
85
106
  <ul class="list">
86
- <li class="rank-title">
87
- <a href="https://segmentfault.com/hottest" target="_blank">Segmentfault 思否热门</a>
88
- <span class="select">
89
- <a class="active" href="sifou-daily.html">日热门</a>
90
- <a class="" href="sifou-weekly.html">周热门</a>
91
- <a class="" href="sifou-monthly.html">月热门</a>
92
- </span>
93
- </li>
94
-
95
- <li>
96
- <div class="info">
97
- <div class="rank">
98
- <span title="Ranking 1">1</span>
99
- <a href="https://segmentfault.com/a/1190000040887536" target="_blank" title="Vue3源码分析——编译模块和编译器">Vue3源码分析——编译模块和编译器</a>
100
- </div>
101
- <div class="sub-title followers">
102
-
103
- <span title="Stargazers Count">
104
- <svg width="12" height="12" viewBox="0 0 16 16">
105
- <g fill="none" fill-rule="evenodd">
106
- <path d="M0 0h16v16H0z"/>
107
- <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"/>
108
- </g>
109
- </svg>
110
- <span>2</span>
111
- </span>
112
- &nbsp;
113
- <a target="_blank" href="https://segmentfault.com/u/lashoucuijs" title="Programming Language">
114
- <span>戎马</span>
115
- </a>
116
- </div>
117
- <div class="details">
118
- Parse 阶段将模板字符串转换为语法抽象树 AST。Transform 阶段对 AST 做一些转换处理。Codegen 阶段根据 AST 生成相应的渲染函数字符串。
119
- </div>
107
+ <li class="rank-title">
108
+ <span class="select">
109
+ <a class="active" href="sifou-daily.html">日热门</a>
110
+ <a class="" href="sifou-weekly.html">周热门</a>
111
+ <a class="" href="sifou-monthly.html">月热门</a>
112
+ </span>
113
+ </li>
114
+
115
+ <li>
116
+ <div class="info">
117
+ <div class="rank">
118
+ <span title="Ranking 1">1</span>
119
+ <a href="https://segmentfault.com/a/1190000040903243" target="_blank" title="LeetCode-064-最小路径和">LeetCode-064-最小路径和</a>
120
120
  </div>
121
- </li>
122
-
123
- <li>
124
- <div class="info">
125
- <div class="rank">
126
- <span title="Ranking 2">2</span>
127
- <a href="https://segmentfault.com/a/1190000040886717" target="_blank" title="JZ-010-矩形覆盖">JZ-010-矩形覆盖</a>
128
- </div>
129
- <div class="sub-title followers">
130
-
131
- <span title="Stargazers Count">
132
- <svg width="12" height="12" viewBox="0 0 16 16">
133
- <g fill="none" fill-rule="evenodd">
134
- <path d="M0 0h16v16H0z"/>
135
- <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"/>
136
- </g>
137
- </svg>
138
- <span>2</span>
139
- </span>
140
- &nbsp;
141
- <a target="_blank" href="https://segmentfault.com/u/xiongshihubao" title="Programming Language">
142
- <span>雄狮虎豹</span>
143
- </a>
144
- </div>
145
- <div class="details">
146
- 矩形覆盖题目描述我们可以用21的小矩形横着或者竖着去覆盖更大的矩形。请问用n个21的小矩形无重叠地覆盖一个2*n的大矩形,总共有多少种方法?题目链接: 矩形覆盖代码 {代码...} 【每日寄语】 闲看花开,静待花落...
147
- </div>
121
+ <div class="sub-title followers">
122
+
123
+ <span title="Stargazers Count">
124
+ <svg width="12" height="12" viewBox="0 0 16 16">
125
+ <g fill="none" fill-rule="evenodd">
126
+ <path d="M0 0h16v16H0z"/>
127
+ <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"/>
128
+ </g>
129
+ </svg>
130
+ <span>3</span>
131
+ </span>
132
+ &nbsp;
133
+ <a target="_blank" href="https://segmentfault.com/u/xiongshihubao" title="Programming Language">
134
+ <span>雄狮虎豹</span>
135
+ </a>
148
136
  </div>
149
- </li>
150
-
151
- <li>
152
- <div class="info">
153
- <div class="rank">
154
- <span title="Ranking 3">3</span>
155
- <a href="https://segmentfault.com/a/1190000040887939" target="_blank" title="Angular中的Subject与Observable">Angular中的Subject与Observable</a>
156
- </div>
157
- <div class="sub-title followers">
158
-
159
- <span title="Stargazers Count">
160
- <svg width="12" height="12" viewBox="0 0 16 16">
161
- <g fill="none" fill-rule="evenodd">
162
- <path d="M0 0h16v16H0z"/>
163
- <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"/>
164
- </g>
165
- </svg>
166
- <span>1</span>
167
- </span>
168
- &nbsp;
169
- <a target="_blank" href="https://segmentfault.com/u/meng_60ba0d4174d72" title="Programming Language">
170
- <span>李国稳</span>
171
- </a>
172
- </div>
173
- <div class="details">
174
- 我们在平时用的某些组件传入的值为数组,组件只能检测数组长度变化,而数组的值发生变化时组件不能检测到变化,也就无法重新加载,这时可以使用Subject解决此类问题。
175
- </div>
137
+ <div class="details">
138
+ 题目描述:给定一个包含非负整数的 m x n 网格 grid ,请找出一条从左上角到右下角的路径,使得路径上的数字总和为最小。说明:每次只能向下或者向右移动一步。示例说明请见LeetCode官网。来源:力扣(LeetCode)...
176
139
  </div>
177
- </li>
178
-
179
- <li>
180
- <div class="info">
181
- <div class="rank">
182
- <span title="Ranking 4">4</span>
183
- <a href="https://segmentfault.com/a/1190000040888314" target="_blank" title="【C进阶】19、编译过程简介">【C进阶】19、编译过程简介</a>
184
- </div>
185
- <div class="sub-title followers">
186
-
187
- <span title="Stargazers Count">
188
- <svg width="12" height="12" viewBox="0 0 16 16">
189
- <g fill="none" fill-rule="evenodd">
190
- <path d="M0 0h16v16H0z"/>
191
- <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"/>
192
- </g>
193
- </svg>
194
- <span>1</span>
195
- </span>
196
- &nbsp;
197
- <a target="_blank" href="https://segmentfault.com/u/lala_60a20654d1aa3" title="Programming Language">
198
- <span>bryson</span>
199
- </a>
200
- </div>
201
- <div class="details">
202
- 2)点击Build之后,IDE会进行预编译(生成中间.i文件)、编译(生成汇编代码.s文件)、汇编(生成目标文件.o文件)、链接(生成可执行程序.out文件)。
203
- </div>
140
+ </div>
141
+ </li>
142
+
143
+ <li>
144
+ <div class="info">
145
+ <div class="rank">
146
+ <span title="Ranking 2">2</span>
147
+ <a href="https://segmentfault.com/a/1190000040906316" target="_blank" title="熬夜整理56个JavaScript高级的手写知识点!!专业扫盲!">熬夜整理56个JavaScript高级的手写知识点!!专业扫盲!</a>
204
148
  </div>
205
- </li>
206
-
207
- <li>
208
- <div class="info">
209
- <div class="rank">
210
- <span title="Ranking 5">5</span>
211
- <a href="https://segmentfault.com/a/1190000040888294" target="_blank" title="大概80%的前端小伙伴都不懂ParseInt是这么用的">大概80%的前端小伙伴都不懂ParseInt是这么用的</a>
212
- </div>
213
- <div class="sub-title followers">
214
-
215
- <span title="Stargazers Count">
216
- <svg width="12" height="12" viewBox="0 0 16 16">
217
- <g fill="none" fill-rule="evenodd">
218
- <path d="M0 0h16v16H0z"/>
219
- <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"/>
220
- </g>
221
- </svg>
222
- <span>1</span>
223
- </span>
224
- &nbsp;
225
- <a target="_blank" href="https://segmentfault.com/u/yiye_613cabae8ef30" title="Programming Language">
226
- <span>伯约同学</span>
227
- </a>
228
- </div>
229
- <div class="details">
230
- 说到JavaScript中的parseInt函数,不少同学可能觉得这个函数比较简单,就是一个把字符串转成整数的方法,第一时间想到的例子是这样的:
231
- </div>
149
+ <div class="sub-title followers">
150
+
151
+ <span title="Stargazers Count">
152
+ <svg width="12" height="12" viewBox="0 0 16 16">
153
+ <g fill="none" fill-rule="evenodd">
154
+ <path d="M0 0h16v16H0z"/>
155
+ <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"/>
156
+ </g>
157
+ </svg>
158
+ <span>2</span>
159
+ </span>
160
+ &nbsp;
161
+ <a target="_blank" href="https://segmentfault.com/u/user_ze46ouik" title="Programming Language">
162
+ <span>Sunshine_Lin</span>
163
+ </a>
232
164
  </div>
233
- </li>
234
-
235
- <li>
236
- <div class="info">
237
- <div class="rank">
238
- <span title="Ranking 6">6</span>
239
- <a href="https://segmentfault.com/a/1190000040887790" target="_blank" title="常见框架的 Diff 算法">常见框架的 Diff 算法</a>
240
- </div>
241
- <div class="sub-title followers">
242
-
243
- <span title="Stargazers Count">
244
- <svg width="12" height="12" viewBox="0 0 16 16">
245
- <g fill="none" fill-rule="evenodd">
246
- <path d="M0 0h16v16H0z"/>
247
- <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"/>
248
- </g>
249
- </svg>
250
- <span>1</span>
251
- </span>
252
- &nbsp;
253
- <a target="_blank" href="https://segmentfault.com/u/_6085362b65292" title="Programming Language">
254
- <span>HZFEStudio</span>
255
- </a>
256
- </div>
257
- <div class="details">
258
- 完整高频题库仓库地址:[链接]完整高频题库阅读地址:[链接]相关问题虚拟 DOM 是什么虚拟 DOM 的作用讲一下 Vue 的 Diff 算法回答关键点虚拟 DOM 时间复杂度O(n)现代网站大多具有复杂布局,大量的节点和交互操作...
259
- </div>
165
+ <div class="details">
166
+ 前言大家好,我是林三心,基础是进阶的前提,前面我给大家分享了本菜鸟这一年来笔记中的50个JS基础知识点和50个JS高级知识点工作中遇到的50个JavaScript的基础知识点,满分找我拿奖品!【阅读:7.8k,点赞:285】...
260
167
  </div>
261
- </li>
262
-
263
- <li>
264
- <div class="info">
265
- <div class="rank">
266
- <span title="Ranking 7">7</span>
267
- <a href="https://segmentfault.com/a/1190000040887757" target="_blank" title="如何定位内存泄露">如何定位内存泄露</a>
268
- </div>
269
- <div class="sub-title followers">
270
-
271
- <span title="Stargazers Count">
272
- <svg width="12" height="12" viewBox="0 0 16 16">
273
- <g fill="none" fill-rule="evenodd">
274
- <path d="M0 0h16v16H0z"/>
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
- </g>
277
- </svg>
278
- <span>1</span>
279
- </span>
280
- &nbsp;
281
- <a target="_blank" href="https://segmentfault.com/u/_6085362b65292" title="Programming Language">
282
- <span>HZFEStudio</span>
283
- </a>
284
- </div>
285
- <div class="details">
286
- 完整高频题库仓库地址:[链接]完整高频题库阅读地址:[链接]相关问题垃圾回收机制回答关键点垃圾回收 DevTools内存泄漏是指不再使用的内存,没有被垃圾回收机制回收。当内存泄漏很大或足够频繁时,用户会有所感知...
287
- </div>
168
+ </div>
169
+ </li>
170
+
171
+ <li>
172
+ <div class="info">
173
+ <div class="rank">
174
+ <span title="Ranking 3">3</span>
175
+ <a href="https://segmentfault.com/a/1190000040906263" target="_blank" title="IDEA免费激活至2099年教程,亲测可用">IDEA免费激活至2099年教程,亲测可用</a>
288
176
  </div>
289
- </li>
290
-
177
+ <div class="sub-title followers">
178
+
179
+ <span title="Stargazers Count">
180
+ <svg width="12" height="12" viewBox="0 0 16 16">
181
+ <g fill="none" fill-rule="evenodd">
182
+ <path d="M0 0h16v16H0z"/>
183
+ <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"/>
184
+ </g>
185
+ </svg>
186
+ <span>2</span>
187
+ </span>
188
+ &nbsp;
189
+ <a target="_blank" href="https://segmentfault.com/u/gupaoedu_tom" title="Programming Language">
190
+ <span>Tom弹架构</span>
191
+ </a>
192
+ </div>
193
+ <div class="details">
194
+ 申明,本教程 Intellij IDEA 最新版激活教程,激活码均收集与网络,请勿商用,仅供个人学习使用,如有侵权,请联系作者删除。如条件允许,建议大家购买正版。
195
+ </div>
196
+ </div>
197
+ </li>
198
+
199
+ <li>
200
+ <div class="info">
201
+ <div class="rank">
202
+ <span title="Ranking 4">4</span>
203
+ <a href="https://segmentfault.com/a/1190000040905459" target="_blank" title="SpringBoot集成LibreOffice+jodconverter做文件预览(office转pdf)">SpringBoot集成LibreOffice+jodconverter做文件预览(office转pdf)</a>
204
+ </div>
205
+ <div class="sub-title followers">
206
+
207
+ <span title="Stargazers Count">
208
+ <svg width="12" height="12" viewBox="0 0 16 16">
209
+ <g fill="none" fill-rule="evenodd">
210
+ <path d="M0 0h16v16H0z"/>
211
+ <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"/>
212
+ </g>
213
+ </svg>
214
+ <span>1</span>
215
+ </span>
216
+ &nbsp;
217
+ <a target="_blank" href="https://segmentfault.com/u/zeran" title="Programming Language">
218
+ <span>Zeran</span>
219
+ </a>
220
+ </div>
221
+ <div class="details">
222
+ LibreOffice 是一款开放源代码的自由免费全能办公软件,可运行于 Microsoft Windows, GNU/Linux 以及 macOS 等操作系统上。它包含了 Writer, Calc, Impress, Draw, Math 以及 Base 等组件,可分别用于文本文档、...
223
+ </div>
224
+ </div>
225
+ </li>
226
+
227
+ <li>
228
+ <div class="info">
229
+ <div class="rank">
230
+ <span title="Ranking 5">5</span>
231
+ <a href="https://segmentfault.com/a/1190000040904889" target="_blank" title="纯 Git 实现前端 CI/CD">纯 Git 实现前端 CI/CD</a>
232
+ </div>
233
+ <div class="sub-title followers">
234
+
235
+ <span title="Stargazers Count">
236
+ <svg width="12" height="12" viewBox="0 0 16 16">
237
+ <g fill="none" fill-rule="evenodd">
238
+ <path d="M0 0h16v16H0z"/>
239
+ <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"/>
240
+ </g>
241
+ </svg>
242
+ <span>2</span>
243
+ </span>
244
+ &nbsp;
245
+ <a target="_blank" href="https://segmentfault.com/u/ruidoc" title="Programming Language">
246
+ <span>杨成功</span>
247
+ </a>
248
+ </div>
249
+ <div class="details">
250
+ 最近要高效的把前端 react 项目部署到私有服务器上,研究了好几种持续部署方案,这里简单描述一下。总的部署思路分两种:编译后的文件部署源码部署编译后的文件部署,就是先在本地进行npm run build打包,生成 bu...
251
+ </div>
252
+ </div>
253
+ </li>
254
+
255
+ <li>
256
+ <div class="info">
257
+ <div class="rank">
258
+ <span title="Ranking 6">6</span>
259
+ <a href="https://segmentfault.com/a/1190000040903585" target="_blank" title="程序员避坑指南36条">程序员避坑指南36条</a>
260
+ </div>
261
+ <div class="sub-title followers">
262
+
263
+ <span title="Stargazers Count">
264
+ <svg width="12" height="12" viewBox="0 0 16 16">
265
+ <g fill="none" fill-rule="evenodd">
266
+ <path d="M0 0h16v16H0z"/>
267
+ <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"/>
268
+ </g>
269
+ </svg>
270
+ <span>1</span>
271
+ </span>
272
+ &nbsp;
273
+ <a target="_blank" href="https://segmentfault.com/u/cxuan" title="Programming Language">
274
+ <span>程序员cxuan</span>
275
+ </a>
276
+ </div>
277
+ <div class="details">
278
+ Hey guys 各位小伙伴们大家好!我是 cxuan,一个恰当的摸鱼时间,写下了 36 条建议分享给大家,这些建议很多是我亲身实践,也有一部分是我和同行聊天所得到的经验,希望大家能及时闭坑。
279
+ </div>
280
+ </div>
281
+ </li>
282
+
291
283
  </ul>
292
284
  <div class="footer">
293
- <p>
285
+ <div>
294
286
  <a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
295
287
  <img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
296
288
  </a>
@@ -303,8 +295,8 @@
303
295
  <a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
304
296
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
305
297
  </a>
306
- </p>
307
- <div class="time">Last cache created on 2021/10/31 by Github API v3.</div>
298
+ </div>
299
+ <div class="time">Last cache created on 2021/11/4 by Github API v3.</div>
308
300
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
309
301
  </div>
310
302
  </body>