@wcj/github-rank 22.6.4 → 22.6.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.
Files changed (38) hide show
  1. package/dist/repos.json +18547 -18547
  2. package/dist/sifou-daily.json +36 -9
  3. package/dist/sifou-monthly.json +67 -67
  4. package/dist/sifou-weekly.json +102 -102
  5. package/dist/toutiao-30.json +21 -21
  6. package/dist/toutiao-7.json +71 -71
  7. package/dist/toutiao-90.json +22 -22
  8. package/dist/trending-daily.json +165 -165
  9. package/dist/trending-monthly.json +162 -162
  10. package/dist/trending-weekly.json +151 -151
  11. package/dist/users.china.json +1011 -1011
  12. package/dist/users.json +1429 -1429
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +18547 -18547
  16. package/web/data/sifou-daily.json +36 -9
  17. package/web/data/sifou-monthly.json +67 -67
  18. package/web/data/sifou-weekly.json +102 -102
  19. package/web/data/toutiao-30.json +21 -21
  20. package/web/data/toutiao-7.json +71 -71
  21. package/web/data/toutiao-90.json +22 -22
  22. package/web/data/trending-daily.json +165 -165
  23. package/web/data/trending-monthly.json +162 -162
  24. package/web/data/trending-weekly.json +151 -151
  25. package/web/data/users.china.json +1011 -1011
  26. package/web/data/users.json +1429 -1429
  27. package/web/index.html +816 -816
  28. package/web/repos.html +2654 -2654
  29. package/web/sifou-daily.html +92 -8
  30. package/web/sifou-monthly.html +128 -128
  31. package/web/sifou-weekly.html +127 -127
  32. package/web/toutiao-30.html +25 -25
  33. package/web/toutiao-7.html +82 -82
  34. package/web/toutiao-90.html +48 -48
  35. package/web/trending-monthly.html +145 -145
  36. package/web/trending-weekly.html +137 -137
  37. package/web/trending.html +139 -147
  38. package/web/users.china.html +528 -528
@@ -1,20 +1,47 @@
1
1
  [
2
2
  {
3
- "title": "一起学习React18 新特性",
4
- "description": "The React 17 release is unusual because it doesn’t add any new developer-facing features. Instead, this release is primarily focused on making it easier to upgrade React itself.",
5
- "url": "https://segmentfault.com/a/1190000041936220",
6
- "author": "Denzel",
7
- "home_url": "https://segmentfault.com/u/denzel",
3
+ "title": "ELK搭建指南",
4
+ "description": "很久没有发文了,今天水一篇操作文章分享一下经验吧,后续陆续推出深度好文springboot+logStash+elasticsearch+kibana版本elasticsearch 7.4.2logStash 7.4.2springboot 2.1.10下载地址选择下载的产品和版本,进...",
5
+ "url": "https://segmentfault.com/a/1190000041938846",
6
+ "author": "醉鱼",
7
+ "home_url": "https://segmentfault.com/u/17970",
8
8
  "votes": "1",
9
9
  "rank": 1
10
10
  },
11
11
  {
12
- "title": "MySQL-排序检索数据",
13
- "description": "按某一列排序经过SELECT筛选后的数据,会直接以底层表中出现的顺序显示(收到数据存入的顺序、数据增删更新等影响)SQL由子句构成,有些子句是必须的,有些事可选的。可以使用ORDER BY 子句对SELECT检索出的数据...",
14
- "url": "https://segmentfault.com/a/1190000041935959",
12
+ "title": "springBoot+react+mysql排课系统",
13
+ "description": "环境需要1.运行环境:最好是java jdk 1.8,我们在这个平台上运行的。其他版本理论上也可以。2.IDE环境:IDEA,Eclipse,Myeclipse都可以。推荐IDEA;3.tomcat环境:Tomcat 7.x,8.x,9.x版本均可4.硬件环境:windows ...",
14
+ "url": "https://segmentfault.com/a/1190000041938461",
15
+ "author": "欧阳小白",
16
+ "home_url": "https://segmentfault.com/u/ouyangxiaobai",
17
+ "votes": "1",
18
+ "rank": 2
19
+ },
20
+ {
21
+ "title": "Go net/http 以及io/ioutil包的使用",
22
+ "description": "tips:这可能是最简易的web后端开发demo在goland中创建一个main.go然后按照http包的使用说明编写代码如下: {代码...} 接下来在terminal执行go run main.go然后在浏览器输入http://127.0.0.1:9090/hello即可看到当...",
23
+ "url": "https://segmentfault.com/a/1190000041938392",
15
24
  "author": "LiberHome",
16
25
  "home_url": "https://segmentfault.com/u/liberhome",
17
26
  "votes": "1",
18
- "rank": 2
27
+ "rank": 3
28
+ },
29
+ {
30
+ "title": "MySQL-通配符(wildcard)",
31
+ "description": "在MySQL中使用LIKE操作符就是告诉MySQL,后面的搜索模式利用通配符进行匹配。百分号通配符百分号代表任意字符出现任意次数,例如下面这句sql可以找到producets中所有以apple开头的p_name商品: {代码...} 注意尾空...",
32
+ "url": "https://segmentfault.com/a/1190000041937637",
33
+ "author": "LiberHome",
34
+ "home_url": "https://segmentfault.com/u/liberhome",
35
+ "votes": "1",
36
+ "rank": 4
37
+ },
38
+ {
39
+ "title": "MySQL-WHERE子句 以及 逻辑操作符",
40
+ "description": "WHERE子句我们一般使用where子句进行数据过滤,比如: {代码...} 使用ORDER BY应该放在WHERE之后 否则会报错。WHERE子句的操作符除了有大于小于等于之外还有不等于(不等于有两种写法:<>和!=)以及闭区间内B...",
41
+ "url": "https://segmentfault.com/a/1190000041937479",
42
+ "author": "LiberHome",
43
+ "home_url": "https://segmentfault.com/u/liberhome",
44
+ "votes": "2",
45
+ "rank": 5
19
46
  }
20
47
  ]
@@ -1,13 +1,4 @@
1
1
  [
2
- {
3
- "title": "10",
4
- "description": "各位 SegmentFault 思否社区的小伙伴们,相信大家已经从多个渠道了解到 SegmentFault 将加入 ONES 的消息。而今年正好也是 SegmentFault 社区创立的 10 周年,有趣的是 “10” 这个数字不论在十进制还是计算机世界...",
5
- "url": "https://segmentfault.com/a/1190000041790801",
6
- "author": "joyqi",
7
- "home_url": "https://segmentfault.com/u/joyqi",
8
- "votes": "82",
9
- "rank": 1
10
- },
11
2
  {
12
3
  "title": "现代 CSS 解决方案:CSS 数学函数",
13
4
  "description": "在 CSS 中,其实存在各种各样的函数。具体分为:Transform functionsMath functionsFilter functionsColor functionsImage functionsCounter functionsFont functionsShape functionsReference functionsCSS grid...",
@@ -15,7 +6,7 @@
15
6
  "author": "chokcoco",
16
7
  "home_url": "https://segmentfault.com/u/chokcoco",
17
8
  "votes": "48",
18
- "rank": 2
9
+ "rank": 1
19
10
  },
20
11
  {
21
12
  "title": "为我们的 10 周年喝彩",
@@ -24,7 +15,7 @@
24
15
  "author": "joyqi",
25
16
  "home_url": "https://segmentfault.com/u/joyqi",
26
17
  "votes": "40",
27
- "rank": 3
18
+ "rank": 2
28
19
  },
29
20
  {
30
21
  "title": "如何实现一个能精确同步滚动的Markdown编辑器",
@@ -33,7 +24,7 @@
33
24
  "author": "街角小林",
34
25
  "home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
35
26
  "votes": "24",
36
- "rank": 4
27
+ "rank": 3
37
28
  },
38
29
  {
39
30
  "title": "CSS 中的简写到底有多少坑?以后不敢了...",
@@ -42,7 +33,7 @@
42
33
  "author": "零一",
43
34
  "home_url": "https://segmentfault.com/u/zero2one",
44
35
  "votes": "34",
45
- "rank": 5
36
+ "rank": 4
46
37
  },
47
38
  {
48
39
  "title": "为什么前端不能没有监控系统?",
@@ -50,8 +41,8 @@
50
41
  "url": "https://segmentfault.com/a/1190000041833326",
51
42
  "author": "杨成功",
52
43
  "home_url": "https://segmentfault.com/u/ruidoc",
53
- "votes": "29",
54
- "rank": 6
44
+ "votes": "30",
45
+ "rank": 5
55
46
  },
56
47
  {
57
48
  "title": "妙啊!动画还可以这样控制?",
@@ -59,7 +50,16 @@
59
50
  "url": "https://segmentfault.com/a/1190000041887820",
60
51
  "author": "chokcoco",
61
52
  "home_url": "https://segmentfault.com/u/chokcoco",
62
- "votes": "25",
53
+ "votes": "26",
54
+ "rank": 6
55
+ },
56
+ {
57
+ "title": "SegmentFault 思否技术周刊 -- Go 语言通关攻略",
58
+ "description": "2022年3月15日,争议非常大但同时也备受期待的泛型终于伴随着Go1.18发布了。可是因为Go对泛型的支持时间跨度太大,有非常多的以“泛型”为关键字的文章都是在介绍Go1.18之前的旧泛型提案或者设计,而很多设计最终在...",
59
+ "url": "https://segmentfault.com/a/1190000041861125",
60
+ "author": "Beverly",
61
+ "home_url": "https://segmentfault.com/u/beverly0",
62
+ "votes": "22",
63
63
  "rank": 7
64
64
  },
65
65
  {
@@ -68,18 +68,9 @@
68
68
  "url": "https://segmentfault.com/a/1190000041806654",
69
69
  "author": "铂赛东",
70
70
  "home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
71
- "votes": "31",
71
+ "votes": "32",
72
72
  "rank": 8
73
73
  },
74
- {
75
- "title": "离谱的 CSS!从表盘刻度到艺术剪纸",
76
- "description": "某日,群里有这样一个问题,如何实现这样的表盘刻度:这其实是个挺有意思的问题,方法也有很多。单标签,使用 conic-gradient 实现表盘刻度最简单便捷的方式,就是利用角向渐变的方式 conic-gradient,代码也非常...",
77
- "url": "https://segmentfault.com/a/1190000041791819",
78
- "author": "chokcoco",
79
- "home_url": "https://segmentfault.com/u/chokcoco",
80
- "votes": "22",
81
- "rank": 9
82
- },
83
74
  {
84
75
  "title": "浅谈逻辑选择器 -- 父选择器它来了!",
85
76
  "description": "在 CSS 选择器家族中,新增这样一类比较新的选择器 -- 逻辑选择器,目前共有 4 名成员::is:where:not:has本文将带领大家了解、深入它们。做到学以致用,写出更现代化的选择器。:is 伪类选择器:is() CSS伪类函数...",
@@ -87,16 +78,7 @@
87
78
  "author": "chokcoco",
88
79
  "home_url": "https://segmentfault.com/u/chokcoco",
89
80
  "votes": "25",
90
- "rank": 10
91
- },
92
- {
93
- "title": "SegmentFault 思否技术周刊 -- Go 语言通关攻略",
94
- "description": "2022年3月15日,争议非常大但同时也备受期待的泛型终于伴随着Go1.18发布了。可是因为Go对泛型的支持时间跨度太大,有非常多的以“泛型”为关键字的文章都是在介绍Go1.18之前的旧泛型提案或者设计,而很多设计最终在...",
95
- "url": "https://segmentfault.com/a/1190000041861125",
96
- "author": "Beverly",
97
- "home_url": "https://segmentfault.com/u/beverly0",
98
- "votes": "21",
99
- "rank": 11
81
+ "rank": 9
100
82
  },
101
83
  {
102
84
  "title": "8.9W 播放量的 TS 动画版进阶教程合集来了!",
@@ -105,7 +87,7 @@
105
87
  "author": "阿宝哥",
106
88
  "home_url": "https://segmentfault.com/u/angular4",
107
89
  "votes": "25",
108
- "rank": 12
90
+ "rank": 10
109
91
  },
110
92
  {
111
93
  "title": "归零进一 | SegmentFault 思否社区 10 周年社区福利来了!",
@@ -114,7 +96,7 @@
114
96
  "author": "SegmentFault思否",
115
97
  "home_url": "https://segmentfault.com/u/segmentfault",
116
98
  "votes": "22",
117
- "rank": 13
99
+ "rank": 11
118
100
  },
119
101
  {
120
102
  "title": "SegmentFault 思否技术周刊 -- 不走寻常路的 CSS",
@@ -123,7 +105,7 @@
123
105
  "author": "Beverly",
124
106
  "home_url": "https://segmentfault.com/u/beverly0",
125
107
  "votes": "23",
126
- "rank": 14
108
+ "rank": 12
127
109
  },
128
110
  {
129
111
  "title": "React官方团队出手,补齐原生Hook短板",
@@ -132,7 +114,7 @@
132
114
  "author": "卡颂",
133
115
  "home_url": "https://segmentfault.com/u/kasong",
134
116
  "votes": "16",
135
- "rank": 15
117
+ "rank": 13
136
118
  },
137
119
  {
138
120
  "title": "前端监控的搭建步骤,别再一头雾水了!",
@@ -141,7 +123,7 @@
141
123
  "author": "杨成功",
142
124
  "home_url": "https://segmentfault.com/u/ruidoc",
143
125
  "votes": "19",
144
- "rank": 16
126
+ "rank": 14
145
127
  },
146
128
  {
147
129
  "title": "CSS 穿墙术!太强了",
@@ -150,7 +132,7 @@
150
132
  "author": "零一",
151
133
  "home_url": "https://segmentfault.com/u/zero2one",
152
134
  "votes": "21",
153
- "rank": 17
135
+ "rank": 15
154
136
  },
155
137
  {
156
138
  "title": "关于代码评审(CodeReview)那些不得不说的事儿",
@@ -159,16 +141,7 @@
159
141
  "author": "xindoo",
160
142
  "home_url": "https://segmentfault.com/u/xindoo",
161
143
  "votes": "17",
162
- "rank": 18
163
- },
164
- {
165
- "title": "跨域问题很难吗?来!教你使用 Nginx 反向代理轻松解决",
166
- "description": "当你遇到跨域问题,不要立刻就选择复制去尝试。请详细看完这篇文章再处理,我相信它能帮到你。准备前端网站地址:[链接]服务端网址:[链接]首先保证服务端是没有处理跨域的,其次,先用postman测试服务端接口是正...",
167
- "url": "https://segmentfault.com/a/1190000041794241",
168
- "author": "民工哥",
169
- "home_url": "https://segmentfault.com/u/jishuroad",
170
- "votes": "11",
171
- "rank": 19
144
+ "rank": 16
172
145
  },
173
146
  {
174
147
  "title": "如何做新人引导功能?",
@@ -177,7 +150,7 @@
177
150
  "author": "linong",
178
151
  "home_url": "https://segmentfault.com/u/linong",
179
152
  "votes": "13",
180
- "rank": 20
153
+ "rank": 17
181
154
  },
182
155
  {
183
156
  "title": "CSS 实现树状结构目录",
@@ -186,7 +159,7 @@
186
159
  "author": "XboxYan",
187
160
  "home_url": "https://segmentfault.com/u/xboxyan",
188
161
  "votes": "12",
189
- "rank": 21
162
+ "rank": 18
190
163
  },
191
164
  {
192
165
  "title": "实现聚焦效果",
@@ -195,7 +168,7 @@
195
168
  "author": "linong",
196
169
  "home_url": "https://segmentfault.com/u/linong",
197
170
  "votes": "13",
198
- "rank": 22
171
+ "rank": 19
199
172
  },
200
173
  {
201
174
  "title": "SegmentFault 思否技术周刊 -- 进击的 React",
@@ -204,7 +177,7 @@
204
177
  "author": "Beverly",
205
178
  "home_url": "https://segmentfault.com/u/beverly0",
206
179
  "votes": "10",
207
- "rank": 23
180
+ "rank": 20
208
181
  },
209
182
  {
210
183
  "title": "python又搞事情 想一统天下?",
@@ -213,7 +186,7 @@
213
186
  "author": "我的小熊不见了",
214
187
  "home_url": "https://segmentfault.com/u/wodexiaoxiongbujianliao",
215
188
  "votes": "11",
216
- "rank": 24
189
+ "rank": 21
217
190
  },
218
191
  {
219
192
  "title": "5分钟带你通过Javascript了解人工智能的基本原理",
@@ -222,7 +195,7 @@
222
195
  "author": "6666",
223
196
  "home_url": "https://segmentfault.com/u/6666",
224
197
  "votes": "9",
225
- "rank": 25
198
+ "rank": 22
226
199
  },
227
200
  {
228
201
  "title": "移动端常见适配方案",
@@ -231,7 +204,7 @@
231
204
  "author": "深红",
232
205
  "home_url": "https://segmentfault.com/u/deepred5",
233
206
  "votes": "11",
234
- "rank": 26
207
+ "rank": 23
235
208
  },
236
209
  {
237
210
  "title": "它来了!Flutter3.0发布全解析",
@@ -240,16 +213,25 @@
240
213
  "author": "思否编辑部",
241
214
  "home_url": "https://segmentfault.com/u/writers",
242
215
  "votes": "6",
243
- "rank": 27
216
+ "rank": 24
244
217
  },
245
218
  {
246
- "title": "互联网后端技术大全!建议收藏",
247
- "description": "工欲善其事,必先利其器;士欲宣其义,必先读其书。后台开发作为互联网技术领域的掌上明珠,一直都是开发者们的追逐的高峰。本文将从后台开发所涉及到的技术术语出发,基于系统开发、架构设计、网络通信等几个方...",
248
- "url": "https://segmentfault.com/a/1190000041794118",
249
- "author": "民工哥",
250
- "home_url": "https://segmentfault.com/u/jishuroad",
219
+ "title": "SegmentFault 思否技术周刊 -- JavaScript 的那些事",
220
+ "description": "JavaScript 是一门基于原型、头等函数的语言,是一门多范式的语言,它支持面向对象程式設計,指令式编程,以及函数式编程。它提供语法来操控文本、数组、日期以及正则表达式等,不支持 I/O,比如网络、存储和图形...",
221
+ "url": "https://segmentfault.com/a/1190000041921498",
222
+ "author": "Beverly",
223
+ "home_url": "https://segmentfault.com/u/beverly0",
251
224
  "votes": "9",
252
- "rank": 28
225
+ "rank": 25
226
+ },
227
+ {
228
+ "title": "十年老友记 | @张京:我编程了三十年,编程就是我的符号",
229
+ "description": "十年前的今天,SegmentFault 思否正式创立,如一颗嫩绿的幼芽开始成长,期间承载过和煦的日光、沐浴过柔和的春风,也挑战过滂沱的暴雨、体会过凛冽的冬雪。所幸,今日呈现在我们面前的 SegmentFault 思否,已经长...",
230
+ "url": "https://segmentfault.com/a/1190000041926662",
231
+ "author": "思否编辑部",
232
+ "home_url": "https://segmentfault.com/u/writers",
233
+ "votes": "11",
234
+ "rank": 26
253
235
  },
254
236
  {
255
237
  "title": "云原生时代 PHP/Golang 项目如何实现微服务",
@@ -258,7 +240,7 @@
258
240
  "author": "韩天峰",
259
241
  "home_url": "https://segmentfault.com/u/hantianfeng",
260
242
  "votes": "8",
261
- "rank": 29
243
+ "rank": 27
262
244
  },
263
245
  {
264
246
  "title": "Base64 编码知识,一文打尽!",
@@ -267,6 +249,24 @@
267
249
  "author": "云叔_又拍云",
268
250
  "home_url": "https://segmentfault.com/u/yunshu_blog",
269
251
  "votes": "11",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "如何自定义 drag 样式",
256
+ "description": "欢迎关注我的公众号:前端侦探在 web 中,图片默认是可以拖拽的,通常是一个半透明的预览图(下面简称“预览图”),如下这个预览图是系统自动生成的,一般无法进行自定义,但有时候会觉得拖拽的预览图尺寸太大了,...",
257
+ "url": "https://segmentfault.com/a/1190000041881296",
258
+ "author": "XboxYan",
259
+ "home_url": "https://segmentfault.com/u/xboxyan",
260
+ "votes": "11",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "js面试题(进阶)梳理",
265
+ "description": "1、undeclared 与 undefined的区别? {代码...} 2、let & const与 var 的区别? {代码...} 3、获取DOM元素有哪些方法?方法描述document.getElementById(id)通过id获取domdocument.getElementsByTagName(tagName)...",
266
+ "url": "https://segmentfault.com/a/1190000041855296",
267
+ "author": "墨城",
268
+ "home_url": "https://segmentfault.com/u/xiaomogu_5f2124ad3ad42",
269
+ "votes": "13",
270
270
  "rank": 30
271
271
  }
272
272
  ]