@wcj/github-rank 22.5.19 → 22.5.20

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 +23366 -23323
  2. package/dist/sifou-daily.json +72 -63
  3. package/dist/sifou-monthly.json +75 -75
  4. package/dist/sifou-weekly.json +131 -131
  5. package/dist/toutiao-30.json +60 -60
  6. package/dist/toutiao-7.json +72 -72
  7. package/dist/toutiao-90.json +35 -35
  8. package/dist/trending-daily.json +168 -168
  9. package/dist/trending-monthly.json +132 -132
  10. package/dist/trending-weekly.json +163 -163
  11. package/dist/users.china.json +1365 -1366
  12. package/dist/users.json +1749 -1749
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +23366 -23323
  16. package/web/data/sifou-daily.json +72 -63
  17. package/web/data/sifou-monthly.json +75 -75
  18. package/web/data/sifou-weekly.json +131 -131
  19. package/web/data/toutiao-30.json +60 -60
  20. package/web/data/toutiao-7.json +72 -72
  21. package/web/data/toutiao-90.json +35 -35
  22. package/web/data/trending-daily.json +168 -168
  23. package/web/data/trending-monthly.json +132 -132
  24. package/web/data/trending-weekly.json +163 -163
  25. package/web/data/users.china.json +1365 -1366
  26. package/web/data/users.json +1749 -1749
  27. package/web/index.html +994 -994
  28. package/web/repos.html +3941 -3937
  29. package/web/sifou-daily.html +81 -53
  30. package/web/sifou-monthly.html +118 -118
  31. package/web/sifou-weekly.html +132 -132
  32. package/web/toutiao-30.html +73 -73
  33. package/web/toutiao-7.html +55 -55
  34. package/web/toutiao-90.html +50 -50
  35. package/web/trending-monthly.html +123 -123
  36. package/web/trending-weekly.html +141 -141
  37. package/web/trending.html +147 -147
  38. package/web/users.china.html +729 -729
@@ -1,110 +1,119 @@
1
1
  [
2
2
  {
3
- "title": "树莓派控制调速以及关于PWM的思考",
4
- "description": "最近在寻思用树莓派控制电机速度,电机预估电压是24V,电流是10A,以这样的配置需要个无极调速控制器控制电机转速,看了下相关的控制器价格也不贵,十多块钱就能整一块。然后,相关的无极调速有提供PWM控制的。",
5
- "url": "https://segmentfault.com/a/1190000041860546",
6
- "author": "kumfo",
7
- "home_url": "https://segmentfault.com/u/kumfo",
8
- "votes": "4",
3
+ "title": "JSON数据传输大法第一式——用OADate处理日期格式",
4
+ "description": "JSON作为一种轻量级的数据交换格式,通常采用完全独立于编程语言的文本格式来存储和表示数据。它的层次结构简洁清晰,易于人们的阅读和编写,此外机器编写和生成也会变得容易,可以有效地提升网络传输效率,这些...",
5
+ "url": "https://segmentfault.com/a/1190000041866543",
6
+ "author": "葡萄城技术团队",
7
+ "home_url": "https://segmentfault.com/u/grapecity",
8
+ "votes": "3",
9
9
  "rank": 1
10
10
  },
11
11
  {
12
- "title": "跨境电商 2 大技术难题,到底该如何解决?",
13
- "description": "据《2021中国跨境电商发展报告》显示,2019 2020 年间,欧美及亚太地区主要国家的电商整体零售额经历了 15% 以上的高速增长。这是因为 2020 年新冠疫情席卷全球后,消费者大规模转向线上消费。这是我国电商企...",
14
- "url": "https://segmentfault.com/a/1190000041860634",
12
+ "title": "面试官问:Go 中的参数传递是值传递还是引用传递?",
13
+ "description": "一个程序中,变量分为变量名和变量内容,变量内容的存储一般会被分配到堆和栈上。而在 Go 语言中有两种传递变量的方式值传递和引用传递。其中值传递会直接将变量内容附在变量名上传递,而引用传递会将变量内容的...",
14
+ "url": "https://segmentfault.com/a/1190000041865949",
15
15
  "author": "云叔_又拍云",
16
16
  "home_url": "https://segmentfault.com/u/yunshu_blog",
17
- "votes": "4",
17
+ "votes": "3",
18
18
  "rank": 2
19
19
  },
20
20
  {
21
- "title": "浅谈逻辑选择器 -- 父选择器它来了!",
22
- "description": "在 CSS 选择器家族中,新增这样一类比较新的选择器 -- 逻辑选择器,目前共有 4 名成员::is:where:not:has本文将带领大家了解、深入它们。做到学以致用,写出更现代化的选择器。:is 伪类选择器:is() CSS伪类函数...",
23
- "url": "https://segmentfault.com/a/1190000041860587",
24
- "author": "chokcoco",
25
- "home_url": "https://segmentfault.com/u/chokcoco",
26
- "votes": "3",
21
+ "title": "常用的服务器宕机检测通知工具——WGCLOUD",
22
+ "description": "在项目中,有时候因为一些故障原因,系统会无法提供服务,或者服务器出现宕机现象,这时候,我们为了保证系统能够正常稳定运行,常常需要做一些措施,比如健康检测工具等",
23
+ "url": "https://segmentfault.com/a/1190000041868992",
24
+ "author": "徐三刀",
25
+ "home_url": "https://segmentfault.com/u/9b3sps2b",
26
+ "votes": "2",
27
27
  "rank": 3
28
28
  },
29
29
  {
30
- "title": "SegmentFault 思否技术周刊 -- Go 语言通关攻略",
31
- "description": "2022年3月15日,争议非常大但同时也备受期待的泛型终于伴随着Go1.18发布了。可是因为Go对泛型的支持时间跨度太大,有非常多的以“泛型”为关键字的文章都是在介绍Go1.18之前的旧泛型提案或者设计,而很多设计最终在...",
32
- "url": "https://segmentfault.com/a/1190000041861125",
33
- "author": "Beverly",
34
- "home_url": "https://segmentfault.com/u/beverly0",
30
+ "title": "被折磨了 13 年,Go 怎么解决再赋值的坑?",
31
+ "description": "大家好,我是煎鱼。最近在看 Go 的一些历史提案时,发现有个别很神奇的提案,已经提出来了许多年,但在如今依然没有关闭,并且不断地有人在讨论,但又解决不了。有种 “很气又干不掉我的样子”,今天就由煎鱼带大家...",
32
+ "url": "https://segmentfault.com/a/1190000041867051",
33
+ "author": "煎鱼",
34
+ "home_url": "https://segmentfault.com/u/eddycjy",
35
35
  "votes": "3",
36
36
  "rank": 4
37
37
  },
38
38
  {
39
- "title": "单点登录(SSO)",
40
- "description": "单点登录:Single Sign On,简称SSO。用户只要登录一次,就可以访问所有相关信任应用的资源。企业里面用的会比较多,有很多内网平台,但是只要在一个系统登录就可以。",
41
- "url": "https://segmentfault.com/a/1190000041859105",
42
- "author": "OneStar",
43
- "home_url": "https://segmentfault.com/u/funnycoderstar",
39
+ "title": "Spring Boot 2.7.0发布,2.5停止维护,节奏太快了吧",
40
+ "description": "这几天是Spring版本日,很多Spring工件都发布了新版本, Spring Framework 6.0.0 发布了第 4 个里程碑版本,此版本包含所有针对 5.3.20 的修复补丁,以及特定于 6.0 分支的 39 项修复和改进。而今天Spring Boot 2...",
41
+ "url": "https://segmentfault.com/a/1190000041870045",
42
+ "author": "码农小胖哥",
43
+ "home_url": "https://segmentfault.com/u/10000000",
44
44
  "votes": "1",
45
45
  "rank": 5
46
46
  },
47
47
  {
48
- "title": "Java 15 新特性:隐藏类",
49
- "description": "隐藏类,是一种不能被其他类直接使用的类。引入隐藏类的主要目的是给框架来使用,使得框架可以在运行时生成类,并通过反射间接使用它们。可能有点抽象,不要紧,下面我们通过一个例子来直观的认识它!",
50
- "url": "https://segmentfault.com/a/1190000041864445",
51
- "author": "程序猿DD",
52
- "home_url": "https://segmentfault.com/u/coderdd",
48
+ "title": "JS判断对象是否为空对象的方法",
49
+ "description": "1.通过JSON自带的stringify()方法来判断 {代码...} 2.for in 循环判断 {代码...} 3.使用ES6的Object.keys()方法 {代码...} 4.Object.getOwnPropertyNames()方法 {代码...}",
50
+ "url": "https://segmentfault.com/a/1190000041866880",
51
+ "author": "jrue",
52
+ "home_url": "https://segmentfault.com/u/jrue",
53
53
  "votes": "1",
54
54
  "rank": 6
55
55
  },
56
56
  {
57
- "title": "冴羽答读者问:如何快速找到一个聊得来的人生伴侣",
58
- "description": "这背后可能有男女标准不一致的缘故,但就我接触的情况而言,我感觉更多人是,嘴上喊着找男女朋友,但身体却很诚实的待在家里,看到喜欢的类型,不敢搭讪,父母亲朋介绍的,却又总是拒绝,APP 找的对象感觉又各种...",
59
- "url": "https://segmentfault.com/a/1190000041864109",
60
- "author": "冴羽",
61
- "home_url": "https://segmentfault.com/u/yayu",
57
+ "title": "谢孟军:中国 Go 语言领军人的创业第五年",
58
+ "description": "Go 语言,又称 Golang,是一门由 Google 开发的开源编程语言。Go 语言自 2009 年推出后,因为其简单易学、性能强劲的特点,深受开发者的青睐,使用人数持续增长,还在 2016 年被评为「TIOBE 最佳语言」。",
59
+ "url": "https://segmentfault.com/a/1190000041866615",
60
+ "author": "腾源会",
61
+ "home_url": "https://segmentfault.com/u/weopen",
62
62
  "votes": "1",
63
63
  "rank": 7
64
64
  },
65
65
  {
66
- "title": "你会犯这些 Go 编码错误吗(二)?",
67
- "description": "大家好,我是煎鱼。前一次给大家分享了《你会犯这些 Go 编码错误吗(一)?》,不知道大家吸收的怎么样,还有再踩到类似的坑吗?今天继续来第二弹,跟煎鱼上车。Go 常见错误6. 同名变量的作用域问题我们在编写程...",
68
- "url": "https://segmentfault.com/a/1190000041861367",
69
- "author": "煎鱼",
70
- "home_url": "https://segmentfault.com/u/eddycjy",
66
+ "title": "Angular 开发者 2021 调查报告",
67
+ "description": "今年早些时候 Angular 面向用户进行了年度开发者调查,共收到了25000份回复。调查结果表明:超过 84% 的开发者对 Angular 感到满意,不到 8% 的开发者表示不满意;工龄较大(11 年以上)的开发者有 85% 满意度。",
68
+ "url": "https://segmentfault.com/a/1190000041866590",
69
+ "author": "六一",
70
+ "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
71
71
  "votes": "1",
72
72
  "rank": 8
73
73
  },
74
74
  {
75
- "title": "PN532模块复制IC加密卡",
76
- "description": "PN532是一个高度集成的非接触读写芯片,它包含80C51微控制器内核(这个8051用户是不能对它编程的,它是用来内置NFC的底层通信协议栈),集成了13.56MHz下的各种主动/被动式非接触通信方法和协议。",
77
- "url": "https://segmentfault.com/a/1190000041863918",
78
- "author": "流离幻影",
79
- "home_url": "https://segmentfault.com/u/liulihuanying",
75
+ "title": "1.还不会部署高可用的kubernetes集群?看我手把手教你使用二进制部署v1.23.6的K8S集群实践(下)",
76
+ "description": "0x02 安装部署6.Kubernetes 集群安装部署1) 二进制软件包下载安装 (手动-此处以该实践为例)2) 部署配置 kube-apiserver3) 部署配置 kubectl4) 部署配置 kube-controller-manager5) 部署配置 kube-scheduler6) ...",
77
+ "url": "https://segmentfault.com/a/1190000041869038",
78
+ "author": "WeiyiGeek",
79
+ "home_url": "https://segmentfault.com/u/weiyigeek",
80
80
  "votes": "1",
81
81
  "rank": 9
82
82
  },
83
83
  {
84
- "title": "threejs 360全景工具开发心得",
85
- "description": "最近做了一个720全景工具,有很多开发人员觉得全景图很简单,github上也有很多全景图的源码,但当实际使用的时候会发现有很多坑,还达不到真正意义上的商用级别,下面我会把我们开发这个项目遇到的一些坑和解决方...",
86
- "url": "https://segmentfault.com/a/1190000041862728",
87
- "author": "馒头",
88
- "home_url": "https://segmentfault.com/u/mtsee",
89
- "votes": "3",
84
+ "title": "docker-compose jenkins 安装",
85
+ "description": "一、docker搭建jenkins1.新建文件夹1.1新建 dokcer-compose.yml ,将下面内容添加进去 {代码...} 1.2 执行 dokcer-compose up -d 1.3 通过浏览器访问页面,按照提示进操作,选择默认安装2.安装插件gitee(按照需求...",
86
+ "url": "https://segmentfault.com/a/1190000041867448",
87
+ "author": "",
88
+ "home_url": "https://segmentfault.com/u/yue_627372905af9e",
89
+ "votes": "1",
90
90
  "rank": 10
91
91
  },
92
92
  {
93
- "title": "你说写代码,最常用的3个设计模式是啥?",
94
- "description": "作者:小傅哥博客:[链接]沉淀、分享、成长,让自己和他人都能有所收获!😄一、前言:望闻问切🌺 哈喽,大家好,我是技术UP主小傅哥! 哈哈哈,到今天为止,差不多用了3个月里周末和假期的时间,小傅哥在B站的第一...",
95
- "url": "https://segmentfault.com/a/1190000041860414",
96
- "author": "小傅哥",
97
- "home_url": "https://segmentfault.com/u/fuzhengwei",
98
- "votes": "1",
93
+ "title": "史上最强代码自测方法,没有之一!",
94
+ "description": "特别说明:这个真的不是标题党,我写代码20+年,真心认为 go fuzzing 是我见过的最牛逼的代码自测方法。我在用 AC自动机 算法改进关键字过滤效率(提升~50%),改进 mapreduce 对 panic 的处理机制的时候,都通过...",
95
+ "url": "https://segmentfault.com/a/1190000041866251",
96
+ "author": "kevinwan",
97
+ "home_url": "https://segmentfault.com/u/kevinwan",
98
+ "votes": "3",
99
99
  "rank": 11
100
100
  },
101
101
  {
102
- "title": "字节跳动的多平台绽放秘诀 | Flutter 开发者故事",
103
- "description": "字节跳动旗下运营着一系列成功的用户产品、企业应用以及服务,覆盖信息、教育、娱乐等不同领域。随着产品阵容的不断发展,传统的原生双平台开发已经难以满足团队更高效、更灵活、更精美,以及更多样的产品研发需...",
104
- "url": "https://segmentfault.com/a/1190000041859989",
105
- "author": "Flutter",
106
- "home_url": "https://segmentfault.com/u/flutter",
102
+ "title": "紧急呼唤 00 后“整顿”职场?尚德机构员工被要求“连夜”安装监控 5 分钟抓拍一次不敢上厕所引热议",
103
+ "description": "最近,有关“00 后整顿职场”的段子在社交媒体上流传的比较火,一时间引来不少老职场人“感慨”不已,更有网友大呼“职场太需要 00 后来拯救了”“00后赶紧入职吧”“00 后赶快加入反内卷...”",
104
+ "url": "https://segmentfault.com/a/1190000041868809",
105
+ "author": "MissD",
106
+ "home_url": "https://segmentfault.com/u/d2ms1shh",
107
107
  "votes": "1",
108
108
  "rank": 12
109
+ },
110
+ {
111
+ "title": "前端语音转文字实践总结",
112
+ "description": "最近准备一个技术分享,看到以前做个一个语音转文字的功能,放在slides上落灰了,索性整理到这里和大家分享下。从技术选型,到方案设计,到实际落地,可以说把全链路都覆盖到了。语音转写流程图PC端浏览器如何录...",
113
+ "url": "https://segmentfault.com/a/1190000041866984",
114
+ "author": "趁你还年轻",
115
+ "home_url": "https://segmentfault.com/u/chennihuannianqing",
116
+ "votes": "1",
117
+ "rank": 13
109
118
  }
110
119
  ]
@@ -32,7 +32,7 @@
32
32
  "url": "https://segmentfault.com/a/1190000041826742",
33
33
  "author": "chokcoco",
34
34
  "home_url": "https://segmentfault.com/u/chokcoco",
35
- "votes": "36",
35
+ "votes": "40",
36
36
  "rank": 4
37
37
  },
38
38
  {
@@ -44,22 +44,22 @@
44
44
  "votes": "35",
45
45
  "rank": 5
46
46
  },
47
- {
48
- "title": "Amazing!巧用 CSS 视差实现酷炫交互动效",
49
- "description": "本文将介绍利用 CSS 实现滚动视差效果的一个小技巧,并且,利用这个技巧来制作一些有意思的交互特效。关于使用 CSS 实现滚动视差效果,在之前有一篇文章详细描述过具体方案 - CSS 实现视差效果,感兴趣的同学可以...",
50
- "url": "https://segmentfault.com/a/1190000041718060",
51
- "author": "chokcoco",
52
- "home_url": "https://segmentfault.com/u/chokcoco",
53
- "votes": "27",
54
- "rank": 6
55
- },
56
47
  {
57
48
  "title": "小程序鼻祖 —— 在国内逐渐消亡的 PWA 可以带给我们哪些启示?",
58
49
  "description": "如果我说,我们要讨论一个 2016 年被提出、2017 年落地、至今在国内仍可算籍籍无名的概念,你是不是会觉得这没有什么意义?",
59
50
  "url": "https://segmentfault.com/a/1190000041729491",
60
51
  "author": "獨釣寒江雪",
61
52
  "home_url": "https://segmentfault.com/u/king_hcj",
62
- "votes": "28",
53
+ "votes": "29",
54
+ "rank": 6
55
+ },
56
+ {
57
+ "title": "浅谈支付系统开发基本流程",
58
+ "description": "前言Hi,各位好久不见,我是CrazyCodes,今天我们来聊聊支付系统。支付系统是每个系统都必备的模块之一,也是众多模块中最核心的功能,如果支付出现问题,那么意味着会直接影响到产品收益,事故严重程度高。本篇...",
59
+ "url": "https://segmentfault.com/a/1190000041781215",
60
+ "author": "CrazyCodes",
61
+ "home_url": "https://segmentfault.com/u/crazycodes",
62
+ "votes": "26",
63
63
  "rank": 7
64
64
  },
65
65
  {
@@ -71,23 +71,14 @@
71
71
  "votes": "28",
72
72
  "rank": 8
73
73
  },
74
- {
75
- "title": "浅谈支付系统开发基本流程",
76
- "description": "前言Hi,各位好久不见,我是CrazyCodes,今天我们来聊聊支付系统。支付系统是每个系统都必备的模块之一,也是众多模块中最核心的功能,如果支付出现问题,那么意味着会直接影响到产品收益,事故严重程度高。本篇...",
77
- "url": "https://segmentfault.com/a/1190000041781215",
78
- "author": "CrazyCodes",
79
- "home_url": "https://segmentfault.com/u/crazycodes",
80
- "votes": "25",
81
- "rank": 9
82
- },
83
74
  {
84
75
  "title": "仅用一个HTML标签,实现带动画的抖音LOGO",
85
76
  "description": "大家好,我是零一,今天给大家表演 仅用一个HTML标签实现带动画的抖音LOGO,涉及了很多知识点,欢迎交流讨论先上结果,最终实现效果如下:还原度应该还可以吧?抖音Logo结构想要用CSS来画抖音的Logo,前提要先了...",
86
77
  "url": "https://segmentfault.com/a/1190000041754709",
87
78
  "author": "零一",
88
79
  "home_url": "https://segmentfault.com/u/zero2one",
89
- "votes": "24",
90
- "rank": 10
80
+ "votes": "25",
81
+ "rank": 9
91
82
  },
92
83
  {
93
84
  "title": "离谱的 CSS!从表盘刻度到艺术剪纸",
@@ -96,7 +87,7 @@
96
87
  "author": "chokcoco",
97
88
  "home_url": "https://segmentfault.com/u/chokcoco",
98
89
  "votes": "19",
99
- "rank": 11
90
+ "rank": 10
100
91
  },
101
92
  {
102
93
  "title": "为什么前端不能没有监控系统?",
@@ -105,7 +96,7 @@
105
96
  "author": "杨成功",
106
97
  "home_url": "https://segmentfault.com/u/ruidoc",
107
98
  "votes": "22",
108
- "rank": 12
99
+ "rank": 11
109
100
  },
110
101
  {
111
102
  "title": "SegmentFault 思否技术周刊 -- 不走寻常路的 CSS",
@@ -114,16 +105,7 @@
114
105
  "author": "Beverly",
115
106
  "home_url": "https://segmentfault.com/u/beverly0",
116
107
  "votes": "21",
117
- "rank": 13
118
- },
119
- {
120
- "title": "CSS 实现切角效果",
121
- "description": "欢迎关注我的公众号:前端侦探最近项目中看到这样的一个切角效果,如下所示就是一个正常的矩形,然后被“切”了一块,而且是沿着右上角切的。那么,这种布局如何实现呢?一、自适应方式这种布局一般有两种自适应方...",
122
- "url": "https://segmentfault.com/a/1190000041715976",
123
- "author": "XboxYan",
124
- "home_url": "https://segmentfault.com/u/xboxyan",
125
- "votes": "16",
126
- "rank": 14
108
+ "rank": 12
127
109
  },
128
110
  {
129
111
  "title": "让交互更加生动!有意思的鼠标跟随 3D 旋转动效",
@@ -131,8 +113,8 @@
131
113
  "url": "https://segmentfault.com/a/1190000041761117",
132
114
  "author": "chokcoco",
133
115
  "home_url": "https://segmentfault.com/u/chokcoco",
134
- "votes": "14",
135
- "rank": 15
116
+ "votes": "15",
117
+ "rank": 13
136
118
  },
137
119
  {
138
120
  "title": "年年出妖事,一例由JSON解析导致的\"薛定谔BUG\"排查过程记录",
@@ -141,7 +123,7 @@
141
123
  "author": "铂赛东",
142
124
  "home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
143
125
  "votes": "26",
144
- "rank": 16
126
+ "rank": 14
145
127
  },
146
128
  {
147
129
  "title": "我做了一个在线白板!!!",
@@ -150,7 +132,7 @@
150
132
  "author": "街角小林",
151
133
  "home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
152
134
  "votes": "14",
153
- "rank": 17
135
+ "rank": 15
154
136
  },
155
137
  {
156
138
  "title": "4.9W 播放量的 TS 动画版进阶教程合集来了!",
@@ -159,7 +141,7 @@
159
141
  "author": "阿宝哥",
160
142
  "home_url": "https://segmentfault.com/u/angular4",
161
143
  "votes": "19",
162
- "rank": 18
144
+ "rank": 16
163
145
  },
164
146
  {
165
147
  "title": "以B端平台设计,理解尼尔森10大可用性原则",
@@ -168,7 +150,7 @@
168
150
  "author": "JenK",
169
151
  "home_url": "https://segmentfault.com/u/wangzc996",
170
152
  "votes": "22",
171
- "rank": 19
153
+ "rank": 17
172
154
  },
173
155
  {
174
156
  "title": "如何构建可控,可靠,可扩展的 PWA 应用",
@@ -177,7 +159,16 @@
177
159
  "author": "JerryC",
178
160
  "home_url": "https://segmentfault.com/u/jerryc",
179
161
  "votes": "14",
180
- "rank": 20
162
+ "rank": 18
163
+ },
164
+ {
165
+ "title": "React官方团队出手,补齐原生Hook短板",
166
+ "description": "大家好,我卡颂。我们知道,Hooks使用时存在所谓的闭包陷阱,考虑如下代码: {代码...} 我们期望点击后sendMessage能传递text的最新值。然而实际上,由于回调函数被useCallback缓存,形成闭包,所以点击的效果始...",
167
+ "url": "https://segmentfault.com/a/1190000041798153",
168
+ "author": "卡颂",
169
+ "home_url": "https://segmentfault.com/u/kasong",
170
+ "votes": "13",
171
+ "rank": 19
181
172
  },
182
173
  {
183
174
  "title": "🔥 2022 前端性能优化最佳实践",
@@ -186,7 +177,7 @@
186
177
  "author": "佩奇烹饪家",
187
178
  "home_url": "https://segmentfault.com/u/cloudyttt",
188
179
  "votes": "14",
189
- "rank": 21
180
+ "rank": 20
190
181
  },
191
182
  {
192
183
  "title": "2022 PHP程序员修炼秘籍",
@@ -195,25 +186,7 @@
195
186
  "author": "CrazyCodes",
196
187
  "home_url": "https://segmentfault.com/u/crazycodes",
197
188
  "votes": "18",
198
- "rank": 22
199
- },
200
- {
201
- "title": "精读《不再需要 JS 做的 5 件事》",
202
- "description": "关注 JS 太久,会养成任何功能都用 JS 实现的习惯,而忘记了 HTML 与 CSS 也具备一定的功能特征。其实有些功能用 JS 实现吃力不讨好,我们要综合使用技术工具,而不是只依赖 JS。",
203
- "url": "https://segmentfault.com/a/1190000041717742",
204
- "author": "黄子毅",
205
- "home_url": "https://segmentfault.com/u/aoyangyudakong",
206
- "votes": "11",
207
- "rank": 23
208
- },
209
- {
210
- "title": "React官方团队出手,补齐原生Hook短板",
211
- "description": "大家好,我卡颂。我们知道,Hooks使用时存在所谓的闭包陷阱,考虑如下代码: {代码...} 我们期望点击后sendMessage能传递text的最新值。然而实际上,由于回调函数被useCallback缓存,形成闭包,所以点击的效果始...",
212
- "url": "https://segmentfault.com/a/1190000041798153",
213
- "author": "卡颂",
214
- "home_url": "https://segmentfault.com/u/kasong",
215
- "votes": "12",
216
- "rank": 24
189
+ "rank": 21
217
190
  },
218
191
  {
219
192
  "title": "招聘季征文活动获奖名单公布,快来领奖~",
@@ -222,16 +195,7 @@
222
195
  "author": "SegmentFault思否",
223
196
  "home_url": "https://segmentfault.com/u/segmentfault",
224
197
  "votes": "10",
225
- "rank": 25
226
- },
227
- {
228
- "title": "从源码里的一个注释,我追溯到了12年前,有点意思。",
229
- "description": "你好呀,我是歪歪。那天我正在用键盘疯狂的输出:突然微信弹出一个消息,是一个读者发给我的。我点开一看:啊,这熟悉的味道,一看就是 HashMap,八股文梦开始的地方啊。但是他问出的问题,似乎又不是一个属于 Ha...",
230
- "url": "https://segmentfault.com/a/1190000041718955",
231
- "author": "why技术",
232
- "home_url": "https://segmentfault.com/u/whyjishu",
233
- "votes": "17",
234
- "rank": 26
198
+ "rank": 22
235
199
  },
236
200
  {
237
201
  "title": "跨域问题很难吗?来!教你使用 Nginx 反向代理轻松解决",
@@ -240,7 +204,7 @@
240
204
  "author": "民工哥",
241
205
  "home_url": "https://segmentfault.com/u/jishuroad",
242
206
  "votes": "10",
243
- "rank": 27
207
+ "rank": 23
244
208
  },
245
209
  {
246
210
  "title": "CSS 阴影进阶,实现更加的立体的阴影效果!",
@@ -248,8 +212,8 @@
248
212
  "url": "https://segmentfault.com/a/1190000041771296",
249
213
  "author": "chokcoco",
250
214
  "home_url": "https://segmentfault.com/u/chokcoco",
251
- "votes": "11",
252
- "rank": 28
215
+ "votes": "12",
216
+ "rank": 24
253
217
  },
254
218
  {
255
219
  "title": "这些CSS提效技巧,你需要知道!",
@@ -258,7 +222,7 @@
258
222
  "author": "前端小智",
259
223
  "home_url": "https://segmentfault.com/u/minnanitkong",
260
224
  "votes": "12",
261
- "rank": 29
225
+ "rank": 25
262
226
  },
263
227
  {
264
228
  "title": "提高前端人效率的工具、网站和书籍",
@@ -267,6 +231,42 @@
267
231
  "author": "playboy5566",
268
232
  "home_url": "https://segmentfault.com/u/playboy5566",
269
233
  "votes": "11",
234
+ "rank": 26
235
+ },
236
+ {
237
+ "title": "CSS 实现树状结构目录",
238
+ "description": "如果用到了 Ant Design 这样的框架,那可以直接用现成的组件。如果没有用到这样的框架呢?其实纯 CSS 也是可以搞定的,下面看看如何实现的,还有很多你可能不知道 CSS 小技巧哦~",
239
+ "url": "https://segmentfault.com/a/1190000041815758",
240
+ "author": "XboxYan",
241
+ "home_url": "https://segmentfault.com/u/xboxyan",
242
+ "votes": "10",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "实现聚焦效果",
247
+ "description": "这是之前朋友问我的一个功能:他觉得看网页有时候注意力会被转移,希望可以有个蒙层帮助他集中注意力反手我就用 box-shadow 把功能写了出来。 {代码...} 因为 z-index 无法超过非 static 层级导致的 bug在我测试...",
248
+ "url": "https://segmentfault.com/a/1190000041804137",
249
+ "author": "linong",
250
+ "home_url": "https://segmentfault.com/u/linong",
251
+ "votes": "13",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "使用 CSS 绘制带有动画效果的 React Logo",
256
+ "description": "原本想着是不是写“用一个 div 绘制 React Logo”,最后想想,就算用一个 div 实现了,那么对于后面可能要添加的效果就会有很大的局限性,于是就放弃了这样的标题。至于 HTML 结构中,div 的使用也不是很多,就下面...",
257
+ "url": "https://segmentfault.com/a/1190000041767393",
258
+ "author": "林小志",
259
+ "home_url": "https://segmentfault.com/u/linxz",
260
+ "votes": "7",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "5 分钟教你快速掌握 GitHub Actions 自动发布 Npm 包和网站",
265
+ "description": "自从 GitHub 宣布 GitHub Actions 在平台上对所有开发人员和存储库可用以来,GitHub Actions 越来越受欢迎。很多第三方平台在生态系统中有速度等限制,将进一步推动开发人员将他们的软件自动化迁移到 GitHub Acti...",
266
+ "url": "https://segmentfault.com/a/1190000041753907",
267
+ "author": "wscats",
268
+ "home_url": "https://segmentfault.com/u/wscats",
269
+ "votes": "4",
270
270
  "rank": 30
271
271
  }
272
272
  ]