@wcj/github-rank 22.4.11 → 22.4.14

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 +35992 -36007
  2. package/dist/sifou-daily.json +45 -36
  3. package/dist/sifou-monthly.json +101 -101
  4. package/dist/sifou-weekly.json +148 -148
  5. package/dist/toutiao-30.json +103 -103
  6. package/dist/toutiao-7.json +114 -114
  7. package/dist/toutiao-90.json +47 -47
  8. package/dist/trending-daily.json +165 -165
  9. package/dist/trending-monthly.json +152 -152
  10. package/dist/trending-weekly.json +169 -169
  11. package/dist/users.china.json +2695 -2695
  12. package/dist/users.json +3225 -3225
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +35992 -36007
  16. package/web/data/sifou-daily.json +45 -36
  17. package/web/data/sifou-monthly.json +101 -101
  18. package/web/data/sifou-weekly.json +148 -148
  19. package/web/data/toutiao-30.json +103 -103
  20. package/web/data/toutiao-7.json +114 -114
  21. package/web/data/toutiao-90.json +47 -47
  22. package/web/data/trending-daily.json +165 -165
  23. package/web/data/trending-monthly.json +152 -152
  24. package/web/data/trending-weekly.json +169 -169
  25. package/web/data/users.china.json +2695 -2695
  26. package/web/data/users.json +3225 -3225
  27. package/web/index.html +1714 -1714
  28. package/web/repos.html +4446 -4446
  29. package/web/sifou-daily.html +59 -31
  30. package/web/sifou-monthly.html +125 -125
  31. package/web/sifou-weekly.html +137 -137
  32. package/web/toutiao-30.html +98 -98
  33. package/web/toutiao-7.html +84 -84
  34. package/web/toutiao-90.html +54 -54
  35. package/web/trending-monthly.html +135 -135
  36. package/web/trending-weekly.html +143 -151
  37. package/web/trending.html +138 -146
  38. package/web/users.china.html +1395 -1395
@@ -1,65 +1,74 @@
1
1
  [
2
2
  {
3
- "title": "加速Spring现代化,我们做了什么?",
4
- "description": "大约3年前,在意识到开发人员、IT 运营商和 DevOps 团队在大规模运行 Spring Boot 应用程序时面临的常见挑战后,我们开始联合VMware积极寻求解决方案,推出了Azure Spring Cloud。从那时起,我们有机会与许多客户...",
5
- "url": "https://segmentfault.com/a/1190000041677321",
6
- "author": "微软技术栈",
7
- "home_url": "https://segmentfault.com/u/mstech",
8
- "votes": "1",
3
+ "title": "轻量迅捷时代,Vite 与Webpack 谁赢谁输",
4
+ "description": "Webpack是一个JavaScript应用程序的静态模块打包工具,它会对整个应用程序进行依赖关系图构建。而这也会导致一个不可避免的情况,使用Webpack启动应用程序的服务器,会花费比较长的时间——一些大型应用程序可能需...",
5
+ "url": "https://segmentfault.com/a/1190000041696911",
6
+ "author": "葡萄城技术团队",
7
+ "home_url": "https://segmentfault.com/u/grapecity",
8
+ "votes": "2",
9
9
  "rank": 1
10
10
  },
11
11
  {
12
- "title": "一些关于react的keep-alive功能相关知识在这里(下)",
13
- "description": "比如页面上的table里有100条数据, 我们想看第100条数据, 那就要滚动不少距离, 不少场景这种滚动距离也是有必要保留的。",
14
- "url": "https://segmentfault.com/a/1190000041683421",
15
- "author": "lulu_up",
16
- "home_url": "https://segmentfault.com/u/lulu_up",
12
+ "title": "正则表达式提取 git 提交记录中的新增代码行",
13
+ "description": "最近有小伙伴提了个需求,想用正则表达式从一段 git 提交记录中提取出具体更新了哪些代码,简单来说就是 commit diff 展示的代码,需要把 代码前面带 + 和 - 的行剥离出来。",
14
+ "url": "https://segmentfault.com/a/1190000041697857",
15
+ "author": "Dushusir",
16
+ "home_url": "https://segmentfault.com/u/dushusir",
17
17
  "votes": "1",
18
18
  "rank": 2
19
19
  },
20
20
  {
21
- "title": "一些关于react的keep-alive功能相关知识在这里(上)",
22
- "description": "这是在2022年开发中PM提的一个需求, 某个table被用户输入了一些搜搜条件并且浏览到了第3页, 那如果我跳转到其他路由后返回当前页面, 希望搜索条件还在, 并且仍处于第三页, 这不就是vue...",
23
- "url": "https://segmentfault.com/a/1190000041683300",
24
- "author": "lulu_up",
25
- "home_url": "https://segmentfault.com/u/lulu_up",
21
+ "title": "一个小目标的达成——Milvus 10,000 星!",
22
+ "description": "近日,开源项目 Milvus 在向量数据库征程上取得了新的里程碑——GitHub 10,000 星。虽然我们认为 star 数不是评价开源项目质量的唯一标准,但还是感谢每一位通过点星来支持 Milvus 项目的开发者。",
23
+ "url": "https://segmentfault.com/a/1190000041695335",
24
+ "author": "Zilliz",
25
+ "home_url": "https://segmentfault.com/u/zilliz",
26
26
  "votes": "1",
27
27
  "rank": 3
28
28
  },
29
29
  {
30
- "title": "【Go进阶—基础特性】panic 和 recover",
31
- "description": "panic recover 也是常用的关键字,这两个关键字与上一篇提到的 defer 联系很紧密。用一句话总结就是:调用 panic 后会立刻停止执行当前函数的剩余代码,并在当前 Goroutine 中递归执行调用方的 defer;而 reco...",
32
- "url": "https://segmentfault.com/a/1190000041682877",
33
- "author": "与昊",
34
- "home_url": "https://segmentfault.com/u/yu_5e842f4043ba6",
30
+ "title": "办公自动化:Image图片转换成PDF文档存储",
31
+ "description": "实现图片转换成PDF文档的操作方法有很多,综合对比以后感觉fpdf这个模块用起来比较方便而且代码量相当少。【阅读全文】安装的方式很常规,直接使用pip安装就行了。 {代码...} 将需要使用的三方模块导入进来 {代码...",
32
+ "url": "https://segmentfault.com/a/1190000041699415",
33
+ "author": "Python集中营",
34
+ "home_url": "https://segmentfault.com/u/kuqidequantou",
35
35
  "votes": "1",
36
36
  "rank": 4
37
37
  },
38
38
  {
39
- "title": "Uint8Array 我TM谢谢你不报错哦",
40
- "description": "为了节约内存, 对参数化数据的typedArray进行了判断选择 {代码...} 在进行合批操作时,合并所有的顶点、索引和Uv数据 {代码...} OK, 这时候就出现了问题,反正就是绘制不对,很奇怪的形状在索引、顶点、法线中,...",
41
- "url": "https://segmentfault.com/a/1190000041682087",
42
- "author": "undefined",
43
- "home_url": "https://segmentfault.com/u/chendongyuan",
39
+ "title": "Redis HyperLogLog 是什么?这些场景使用它,让我枪出如龙,一笑破苍穹",
40
+ "description": "在移动互联网的业务场景中,数据量很大,我们需要保存这样的信息:一个 key 关联了一个数据集合,同时对这个数据集合做统计。比如:统计一个 APP 的日活、月活数;统计一个页面的每天被多少个不同账户访问量(Uni...",
41
+ "url": "https://segmentfault.com/a/1190000041696066",
42
+ "author": "码哥字节",
43
+ "home_url": "https://segmentfault.com/u/magebyte",
44
44
  "votes": "1",
45
45
  "rank": 5
46
46
  },
47
47
  {
48
- "title": "实现一个自己的语法解析器与执行引擎",
49
- "description": "项目地址[链接]支持解析js脚本生成语法树、格式化代码支持运行完整js脚本支持安全模式运行单行表达式支持设置超时时间1. 生成语法树 并输出格式化代码示例代码 {代码...} 输出 {代码...} 2. 运行完整脚本以下示例...",
50
- "url": "https://segmentfault.com/a/1190000041681791",
51
- "author": "辣子鸡",
52
- "home_url": "https://segmentfault.com/u/laziji",
48
+ "title": "推荐个我在用的免费翻译软件,支持多家翻译API整合",
49
+ "description": "前段时间发了个关于《Spring支持PHP》的视频:点击查看然后有小伙伴留言说:“你这个翻译好像很好用的样子”。的确,我自己也觉得很好用。之前视频没看过的不知道是哪个,可以通过截图简单了解下:基本操作就是选中...",
50
+ "url": "https://segmentfault.com/a/1190000041695503",
51
+ "author": "程序猿DD",
52
+ "home_url": "https://segmentfault.com/u/coderdd",
53
53
  "votes": "1",
54
54
  "rank": 6
55
55
  },
56
56
  {
57
- "title": "几个一看就会的实用JavaScript优雅小技巧🌟",
58
- "description": "☀️ 前言大家好我是小卢,在工作中我们经常可以通过一些小细节来增加代码可读性,让代码看起来更加优雅。这次我就给大家分享一些一看就会的实用JavaScript优雅小技巧。难度:🌟 推荐阅读时长:5min😎 正片减少if...el...",
59
- "url": "https://segmentfault.com/a/1190000041681009",
60
- "author": "快跑啊小卢_",
61
- "home_url": "https://segmentfault.com/u/_61f73c54062fa",
57
+ "title": "七天实现web框架--上下文建立",
58
+ "description": "在书写web应用的时候,我们使用原始的库的时候,其中接受请求信息和返回的消息体是单独的存在,然后这样就会导致我们书写很多冗余的代码,然后在返回的时候我们需要返回json这个时候如果使用原生的库这个时候我们...",
59
+ "url": "https://segmentfault.com/a/1190000041697526",
60
+ "author": "BytesLzz",
61
+ "home_url": "https://segmentfault.com/u/byteslzz",
62
62
  "votes": "1",
63
63
  "rank": 7
64
+ },
65
+ {
66
+ "title": "初看满头问号,看懂直接跪下!",
67
+ "description": "你好呀,我是歪歪。我最近在 stackoverflow 上看到一段代码,怎么说呢。就是初看一脸懵逼,看懂直接跪下!我先带你看看 stackoverflow 上的这个问题是啥,然后引出这段代码:[链接]问题特别简单,就一句话:谁能...",
68
+ "url": "https://segmentfault.com/a/1190000041696508",
69
+ "author": "why技术",
70
+ "home_url": "https://segmentfault.com/u/whyjishu",
71
+ "votes": "1",
72
+ "rank": 8
64
73
  }
65
74
  ]
@@ -5,7 +5,7 @@
5
5
  "url": "https://segmentfault.com/a/1190000041572883",
6
6
  "author": "江辰",
7
7
  "home_url": "https://segmentfault.com/u/thomas_5b0e5d1b64584",
8
- "votes": "58",
8
+ "votes": "63",
9
9
  "rank": 1
10
10
  },
11
11
  {
@@ -14,7 +14,7 @@
14
14
  "url": "https://segmentfault.com/a/1190000041549883",
15
15
  "author": "lulu_up",
16
16
  "home_url": "https://segmentfault.com/u/lulu_up",
17
- "votes": "45",
17
+ "votes": "46",
18
18
  "rank": 2
19
19
  },
20
20
  {
@@ -23,7 +23,7 @@
23
23
  "url": "https://segmentfault.com/a/1190000041556519",
24
24
  "author": "chokcoco",
25
25
  "home_url": "https://segmentfault.com/u/chokcoco",
26
- "votes": "32",
26
+ "votes": "33",
27
27
  "rank": 3
28
28
  },
29
29
  {
@@ -32,17 +32,35 @@
32
32
  "url": "https://segmentfault.com/a/1190000041592141",
33
33
  "author": "杨成功",
34
34
  "home_url": "https://segmentfault.com/u/ruidoc",
35
- "votes": "24",
35
+ "votes": "25",
36
36
  "rank": 4
37
37
  },
38
+ {
39
+ "title": "分享 15 个 Vue3 全家桶开发的避坑经验",
40
+ "description": "最近入门 Vue3 并完成 3 个项目,遇到问题蛮多的,今天就花点时间整理一下,和大家分享 15 个比较常见的问题,基本都贴出对应文档地址,还请多看文档~已经完成的 3 个项目基本都是使用 Vue3 (setup-script 模式)...",
41
+ "url": "https://segmentfault.com/a/1190000041679573",
42
+ "author": "pingan8787",
43
+ "home_url": "https://segmentfault.com/u/pingan8787",
44
+ "votes": "26",
45
+ "rank": 5
46
+ },
38
47
  {
39
48
  "title": "CSS 也能自动补全字符串?",
40
49
  "description": "欢迎关注我的公众号:前端侦探很多时候都会碰到字符串补全的需求,典型的例子就时间或者日期中的补零操作,例如 {代码...} 通常的做法是 {代码...} 后来,JS 中出现了原生的补全方法padStart()和padEnd(),如下 {...",
41
50
  "url": "https://segmentfault.com/a/1190000041580205",
42
51
  "author": "XboxYan",
43
52
  "home_url": "https://segmentfault.com/u/xboxyan",
53
+ "votes": "28",
54
+ "rank": 6
55
+ },
56
+ {
57
+ "title": "还在使用定时器吗?CSS 也能实现电子时钟",
58
+ "description": "欢迎关注我的公众号:前端侦探通常要做一个时钟,肯定离不开 JS 定时器。今天换一种思路,用 CSS 来实现一个时钟,如下:你也可以访问这个CSS time (codepen.io)查看实际效果当然借用了一点点 JS 用于初始化时间...",
59
+ "url": "https://segmentfault.com/a/1190000041661094",
60
+ "author": "XboxYan",
61
+ "home_url": "https://segmentfault.com/u/xboxyan",
44
62
  "votes": "25",
45
- "rank": 5
63
+ "rank": 7
46
64
  },
47
65
  {
48
66
  "title": "5种限流算法,7种限流方式,挡住突发流量?",
@@ -51,7 +69,25 @@
51
69
  "author": "程序猿阿朗",
52
70
  "home_url": "https://segmentfault.com/u/niumoo",
53
71
  "votes": "25",
54
- "rank": 6
72
+ "rank": 8
73
+ },
74
+ {
75
+ "title": "Go 1.18 泛型全面讲解:一篇讲清泛型的全部",
76
+ "description": "可是因为Go对泛型的支持时间跨度太大,有非常多的以“泛型”为关键字的文章都是在介绍Go1.18之前的旧泛型提案或者设计,而很多设计最终在Go1.18中被废弃或发生了更改。并且很多介绍Go1.18泛型的文章(包括官方的)都...",
77
+ "url": "https://segmentfault.com/a/1190000041634906",
78
+ "author": "WonderfulSoap",
79
+ "home_url": "https://segmentfault.com/u/wonderfulsoap",
80
+ "votes": "25",
81
+ "rank": 9
82
+ },
83
+ {
84
+ "title": "巧用 background-clip 实现超强的文字动效",
85
+ "description": "最近,有同学询问,如何使用 CSS 实现如下效果:看起来是个很有意思的动效。仔细思考一下,要想实现这类效果,其实用到的核心属性只有一个 -- background-clip: text。有意思的 background-clip: textbackground-...",
86
+ "url": "https://segmentfault.com/a/1190000041666096",
87
+ "author": "chokcoco",
88
+ "home_url": "https://segmentfault.com/u/chokcoco",
89
+ "votes": "29",
90
+ "rank": 10
55
91
  },
56
92
  {
57
93
  "title": "穷追猛打,阿里二面问了我30分钟从URL输入到渲染...",
@@ -60,7 +96,16 @@
60
96
  "author": "前端私教年年",
61
97
  "home_url": "https://segmentfault.com/u/qiuzhisijiaoniannian",
62
98
  "votes": "23",
63
- "rank": 7
99
+ "rank": 11
100
+ },
101
+ {
102
+ "title": "11+ chrome高级调试技巧,学会效率直接提升666%",
103
+ "description": "也许你我素未谋面,但很可能相见恨晚,我是前端胖头鱼前言chrome浏览器作为前端童鞋的老婆,相信你一定不陌生。调页面、写BUG、画样式、看php片少了它整个世界都不香了。不信?一起来看看我们的老婆有多厉害....1...",
104
+ "url": "https://segmentfault.com/a/1190000041683548",
105
+ "author": "前端胖头鱼",
106
+ "home_url": "https://segmentfault.com/u/116263",
107
+ "votes": "23",
108
+ "rank": 12
64
109
  },
65
110
  {
66
111
  "title": "2022招聘季 | 怎么准备面试?面试官一般会问些什么问题? | web 前端",
@@ -69,16 +114,7 @@
69
114
  "author": "linong",
70
115
  "home_url": "https://segmentfault.com/u/linong",
71
116
  "votes": "24",
72
- "rank": 8
73
- },
74
- {
75
- "title": "Go 1.18 泛型全面讲解:一篇讲清泛型的全部",
76
- "description": "可是因为Go对泛型的支持时间跨度太大,有非常多的以“泛型”为关键字的文章都是在介绍Go1.18之前的旧泛型提案或者设计,而很多设计最终在Go1.18中被废弃或发生了更改。并且很多介绍Go1.18泛型的文章(包括官方的)都...",
77
- "url": "https://segmentfault.com/a/1190000041634906",
78
- "author": "WonderfulSoap",
79
- "home_url": "https://segmentfault.com/u/wonderfulsoap",
80
- "votes": "21",
81
- "rank": 9
117
+ "rank": 13
82
118
  },
83
119
  {
84
120
  "title": "我们是如何解决偶发性的502错误的",
@@ -87,7 +123,25 @@
87
123
  "author": "张京",
88
124
  "home_url": "https://segmentfault.com/u/fengerzh",
89
125
  "votes": "14",
90
- "rank": 10
126
+ "rank": 14
127
+ },
128
+ {
129
+ "title": "Redis 缓存击穿(失效)、缓存穿透、缓存雪崩怎么解决?",
130
+ "description": "用 Redis 作为缓存系统正好可以弥补 DB 的不足,「码哥」在自己的 MacBook Pro 2019 上执行 Redis 性能测试如下:",
131
+ "url": "https://segmentfault.com/a/1190000041586984",
132
+ "author": "码哥字节",
133
+ "home_url": "https://segmentfault.com/u/magebyte",
134
+ "votes": "19",
135
+ "rank": 15
136
+ },
137
+ {
138
+ "title": "Offer 提速:如何写出有亮点的简历",
139
+ "description": "声明:本文所有观点均代表我个人意见,不代表公司、部门、团队立场/意见,关于内容的对错、价值观由读者自行判断,欢迎友好沟通探讨,希望能和而不同。",
140
+ "url": "https://segmentfault.com/a/1190000041634339",
141
+ "author": "范文杰",
142
+ "home_url": "https://segmentfault.com/u/fanwenjie",
143
+ "votes": "21",
144
+ "rank": 16
91
145
  },
92
146
  {
93
147
  "title": "大裁员下,程序员如何做“副业”?",
@@ -96,7 +150,7 @@
96
150
  "author": "杨成功",
97
151
  "home_url": "https://segmentfault.com/u/ruidoc",
98
152
  "votes": "19",
99
- "rank": 11
153
+ "rank": 17
100
154
  },
101
155
  {
102
156
  "title": "这 16 个 CSS 伪类,助你提升布局效率!",
@@ -105,43 +159,16 @@
105
159
  "author": "前端小智",
106
160
  "home_url": "https://segmentfault.com/u/minnanitkong",
107
161
  "votes": "18",
108
- "rank": 12
109
- },
110
- {
111
- "title": "Gitlab CI/CD教程及npm包构建发布实战",
112
- "description": "!!!实践过程中请留意文档版本号跟你实际使用Gitlab的版本号👉🏻中文文档-14.8-pre 👉🏻Gitlab版本—12.9前置知识yaml语法,教程👉🏻YAML 入门教程Docker相关知识,教程👉🏻Docker教程linux命令,教程👉🏻Linux 命令大全自定...",
113
- "url": "https://segmentfault.com/a/1190000041537651",
114
- "author": "MangoGoing",
115
- "home_url": "https://segmentfault.com/u/nulidexiaocongmang",
116
- "votes": "19",
117
- "rank": 13
118
- },
119
- {
120
- "title": "Redis 缓存击穿(失效)、缓存穿透、缓存雪崩怎么解决?",
121
- "description": "用 Redis 作为缓存系统正好可以弥补 DB 的不足,「码哥」在自己的 MacBook Pro 2019 上执行 Redis 性能测试如下:",
122
- "url": "https://segmentfault.com/a/1190000041586984",
123
- "author": "码哥字节",
124
- "home_url": "https://segmentfault.com/u/magebyte",
125
- "votes": "17",
126
- "rank": 14
127
- },
128
- {
129
- "title": "2022招聘季|如何写一份好的前端面试简历?",
130
- "description": "在写简历之前,我们必须清楚的了解一件事情,那就是简历是什么?它不是人生履历,不是项目清单,也不是技能大放送。简历的存在只有一个目的 —— 帮你约到面试。只要能达到这个目的,简历可以是一段视频,一个开源...",
131
- "url": "https://segmentfault.com/a/1190000041542431",
132
- "author": "wscats",
133
- "home_url": "https://segmentfault.com/u/wscats",
134
- "votes": "18",
135
- "rank": 15
162
+ "rank": 18
136
163
  },
137
164
  {
138
- "title": "Offer 提速:如何写出有亮点的简历",
139
- "description": "声明:本文所有观点均代表我个人意见,不代表公司、部门、团队立场/意见,关于内容的对错、价值观由读者自行判断,欢迎友好沟通探讨,希望能和而不同。",
140
- "url": "https://segmentfault.com/a/1190000041634339",
141
- "author": "范文杰",
142
- "home_url": "https://segmentfault.com/u/fanwenjie",
143
- "votes": "17",
144
- "rank": 16
165
+ "title": "Koa2 搭建信令服务器,JS 也能搞定视频通话!",
166
+ "description": "在实际应用场景中,信令服务器的本质就是一台 WeSocket 服务器,两个客户端必须与这个服务器建立 WeSocket 连接,才能互相发送消息。",
167
+ "url": "https://segmentfault.com/a/1190000041668070",
168
+ "author": "杨成功",
169
+ "home_url": "https://segmentfault.com/u/ruidoc",
170
+ "votes": "15",
171
+ "rank": 19
145
172
  },
146
173
  {
147
174
  "title": "老板让我 7 天研究一个 Plausible 统计",
@@ -150,7 +177,7 @@
150
177
  "author": "kumfo",
151
178
  "home_url": "https://segmentfault.com/u/kumfo",
152
179
  "votes": "12",
153
- "rank": 17
180
+ "rank": 20
154
181
  },
155
182
  {
156
183
  "title": "17 个实用的图像特效库",
@@ -159,7 +186,16 @@
159
186
  "author": "前端小智",
160
187
  "home_url": "https://segmentfault.com/u/minnanitkong",
161
188
  "votes": "17",
162
- "rank": 18
189
+ "rank": 21
190
+ },
191
+ {
192
+ "title": "搭建 VuePress 站点必做的 10 个优化",
193
+ "description": "前言在 《一篇带你用 VuePress + Github Pages 搭建博客》中,我们使用 VuePress 搭建了一个博客,最终的效果查看:TypeScript 中文文档。在搭建这样一个博客后,其实还有很多的优化工作需要做,本篇我们来盘点一...",
194
+ "url": "https://segmentfault.com/a/1190000041593877",
195
+ "author": "冴羽",
196
+ "home_url": "https://segmentfault.com/u/yayu",
197
+ "votes": "14",
198
+ "rank": 22
163
199
  },
164
200
  {
165
201
  "title": "招聘季有奖征文活动丨面试趣事等你分享",
@@ -168,7 +204,7 @@
168
204
  "author": "SegmentFault思否",
169
205
  "home_url": "https://segmentfault.com/u/segmentfault",
170
206
  "votes": "14",
171
- "rank": 19
207
+ "rank": 23
172
208
  },
173
209
  {
174
210
  "title": "20多个好用的 Vue 组件库,请查收!",
@@ -176,8 +212,8 @@
176
212
  "url": "https://segmentfault.com/a/1190000041573314",
177
213
  "author": "前端小智",
178
214
  "home_url": "https://segmentfault.com/u/minnanitkong",
179
- "votes": "15",
180
- "rank": 20
215
+ "votes": "16",
216
+ "rank": 24
181
217
  },
182
218
  {
183
219
  "title": "3D 沙盒游戏之避障踩坑和实现之旅",
@@ -186,7 +222,7 @@
186
222
  "author": "凹凸实验室",
187
223
  "home_url": "https://segmentfault.com/u/o2team",
188
224
  "votes": "13",
189
- "rank": 21
225
+ "rank": 25
190
226
  },
191
227
  {
192
228
  "title": "2022招聘季|从招聘方的角度理解求职",
@@ -195,16 +231,7 @@
195
231
  "author": "Meathill",
196
232
  "home_url": "https://segmentfault.com/u/meathill",
197
233
  "votes": "15",
198
- "rank": 22
199
- },
200
- {
201
- "title": "还在使用定时器吗?CSS 也能实现电子时钟",
202
- "description": "欢迎关注我的公众号:前端侦探通常要做一个时钟,肯定离不开 JS 定时器。今天换一种思路,用 CSS 来实现一个时钟,如下:你也可以访问这个CSS time (codepen.io)查看实际效果当然借用了一点点 JS 用于初始化时间...",
203
- "url": "https://segmentfault.com/a/1190000041661094",
204
- "author": "XboxYan",
205
- "home_url": "https://segmentfault.com/u/xboxyan",
206
- "votes": "13",
207
- "rank": 23
234
+ "rank": 26
208
235
  },
209
236
  {
210
237
  "title": "了不起的Chrome浏览器(13):Chrome 100支持多屏应用了!",
@@ -213,16 +240,7 @@
213
240
  "author": "寒雁",
214
241
  "home_url": "https://segmentfault.com/u/kiwenlau",
215
242
  "votes": "9",
216
- "rank": 24
217
- },
218
- {
219
- "title": "什么是 LRU 算法?",
220
- "description": "缓存 是我们写代码过程中常用的一种手段,是一种空间换时间的做法。就拿我们经常使用的 HTTP 协议,其中也存在强缓存和协商缓存两种缓存方式。当我们打开一个网站的时候,浏览器会查询该请求的响应头,通过判断响...",
221
- "url": "https://segmentfault.com/a/1190000041542627",
222
- "author": "Shenfq",
223
- "home_url": "https://segmentfault.com/u/shenfq",
224
- "votes": "10",
225
- "rank": 25
243
+ "rank": 27
226
244
  },
227
245
  {
228
246
  "title": "卡颂:30岁程序员选择躺平",
@@ -231,7 +249,7 @@
231
249
  "author": "卡颂",
232
250
  "home_url": "https://segmentfault.com/u/kasong",
233
251
  "votes": "14",
234
- "rank": 26
252
+ "rank": 28
235
253
  },
236
254
  {
237
255
  "title": "按照 Promise/A+ 规范逐行注释并实现 Promise",
@@ -239,8 +257,8 @@
239
257
  "url": "https://segmentfault.com/a/1190000041640722",
240
258
  "author": "Asheng",
241
259
  "home_url": "https://segmentfault.com/u/ashengtan",
242
- "votes": "10",
243
- "rank": 27
260
+ "votes": "12",
261
+ "rank": 29
244
262
  },
245
263
  {
246
264
  "title": "数据库与缓存双写一致性",
@@ -249,24 +267,6 @@
249
267
  "author": "超大只乌龟",
250
268
  "home_url": "https://segmentfault.com/u/chenwugui",
251
269
  "votes": "13",
252
- "rank": 28
253
- },
254
- {
255
- "title": "介绍 4个很 Nice 的 Veu 路由过渡动效!",
256
- "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
257
- "url": "https://segmentfault.com/a/1190000041592406",
258
- "author": "前端小智",
259
- "home_url": "https://segmentfault.com/u/minnanitkong",
260
- "votes": "8",
261
- "rank": 29
262
- },
263
- {
264
- "title": "巧用 background-clip 实现超强的文字动效",
265
- "description": "最近,有同学询问,如何使用 CSS 实现如下效果:看起来是个很有意思的动效。仔细思考一下,要想实现这类效果,其实用到的核心属性只有一个 -- background-clip: text。有意思的 background-clip: textbackground-...",
266
- "url": "https://segmentfault.com/a/1190000041666096",
267
- "author": "chokcoco",
268
- "home_url": "https://segmentfault.com/u/chokcoco",
269
- "votes": "15",
270
270
  "rank": 30
271
271
  }
272
272
  ]