@wcj/github-rank 21.10.27 → 21.10.28

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 +20892 -20885
  2. package/dist/sifou-daily.json +103 -67
  3. package/dist/sifou-monthly.json +47 -47
  4. package/dist/sifou-weekly.json +99 -108
  5. package/dist/toutiao-30.json +53 -53
  6. package/dist/toutiao-7.json +99 -99
  7. package/dist/toutiao-90.json +23 -23
  8. package/dist/trending-daily.json +197 -197
  9. package/dist/trending-monthly.json +149 -149
  10. package/dist/trending-weekly.json +192 -192
  11. package/dist/users.china.json +1275 -1275
  12. package/dist/users.json +1852 -1853
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +20892 -20885
  16. package/web/data/sifou-daily.json +103 -67
  17. package/web/data/sifou-monthly.json +47 -47
  18. package/web/data/sifou-weekly.json +99 -108
  19. package/web/data/toutiao-30.json +53 -53
  20. package/web/data/toutiao-7.json +99 -99
  21. package/web/data/toutiao-90.json +23 -23
  22. package/web/data/trending-daily.json +197 -197
  23. package/web/data/trending-monthly.json +149 -149
  24. package/web/data/trending-weekly.json +192 -192
  25. package/web/data/users.china.json +1275 -1275
  26. package/web/data/users.json +1852 -1853
  27. package/web/index.html +1003 -1003
  28. package/web/repos.html +2621 -2621
  29. package/web/sifou-daily.html +169 -57
  30. package/web/sifou-monthly.html +65 -65
  31. package/web/sifou-weekly.html +101 -129
  32. package/web/toutiao-30.html +63 -63
  33. package/web/toutiao-7.html +86 -86
  34. package/web/toutiao-90.html +55 -55
  35. package/web/trending-monthly.html +146 -150
  36. package/web/trending-weekly.html +171 -167
  37. package/web/trending.html +178 -174
  38. package/web/users.china.html +703 -703
@@ -1,110 +1,146 @@
1
1
  [
2
2
  {
3
- "title": "前端应该知道的:开放图谱协议(The Open Graph protocol)",
4
- "description": "Open Graph 是一种互联网协议,最初由 Facebook 创建,用于标准化网页中元数据的使用,使得社交媒体得以以丰富的“图形”对象来表示共享的页面内容。",
5
- "url": "https://segmentfault.com/a/1190000040863000",
6
- "author": "独钓寒江雪",
7
- "home_url": "https://segmentfault.com/u/king_hcj",
8
- "votes": "14",
3
+ "title": "灵光一闪!帮你使用Vue,搞定无法解决的“动态挂载”",
4
+ "description": "在一些特殊场景下,使用组件的时机无法确定,或者无法在Vue的template中确定要我们要使用的组件,这时就需要动态的挂载组件,或者使用运行时编译动态创建组件并挂载。",
5
+ "url": "https://segmentfault.com/a/1190000040870566",
6
+ "author": "葡萄城技术团队",
7
+ "home_url": "https://segmentfault.com/u/grapecity",
8
+ "votes": "1",
9
9
  "rank": 1
10
10
  },
11
11
  {
12
- "title": "Python Type Hints 从入门到实践",
13
- "description": "Python 想必大家都已经很熟悉了,甚至关于它有用或者无用的论点大家可能也已经看腻了。但是无论如何,它作为一个将加入高考科目的语言还是有它独到之处的,今天我们就再展开聊聊 Python。",
14
- "url": "https://segmentfault.com/a/1190000040864758",
15
- "author": "云叔_又拍云",
16
- "home_url": "https://segmentfault.com/u/yunshu_blog",
17
- "votes": "6",
12
+ "title": "7个关于\"this\"面试题,你知道几个?",
13
+ "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
14
+ "url": "https://segmentfault.com/a/1190000040869270",
15
+ "author": "前端小智",
16
+ "home_url": "https://segmentfault.com/u/minnanitkong",
17
+ "votes": "5",
18
18
  "rank": 2
19
19
  },
20
20
  {
21
- "title": "JuiceFS 如何帮助趣头条超大规模 HDFS 降负载",
22
- "description": "高昌健,Juicedata 解决方案架构师,十年互联网行业从业经历,曾在知乎、即刻、小红书多个团队担任架构师职位,专注于分布式系统、大数据、AI 领域的技术研究。",
23
- "url": "https://segmentfault.com/a/1190000040867703",
24
- "author": "JuiceFS",
25
- "home_url": "https://segmentfault.com/u/juicefs",
26
- "votes": "3",
21
+ "title": "常见 SQL 面试题:经典 50 例",
22
+ "description": "多表连接: 内连接(省略默认inner) join ...on..左连接left join tableName as b on a.key ==b.key右连接right join 连接union(无重复(过滤去重))和union all(有重复[不过滤去重])",
23
+ "url": "https://segmentfault.com/a/1190000040874554",
24
+ "author": "民工哥",
25
+ "home_url": "https://segmentfault.com/u/jishuroad",
26
+ "votes": "2",
27
27
  "rank": 3
28
28
  },
29
29
  {
30
- "title": "Vue 团队公开快如闪电的全新脚手架工具 create-vue,未来将替代 Vue-CLI,才300余行代码,学它!",
31
- "description": "想学源码,极力推荐之前我写的《学习源码整体架构系列》 包含jQuery、underscore、lodash、vuex、sentry、axios、redux、koa、vue-devtools、vuex4、koa-compose、vue-next-release、vue-this等十余篇源码文章。",
32
- "url": "https://segmentfault.com/a/1190000040865299",
33
- "author": "若川",
34
- "home_url": "https://segmentfault.com/u/lxchuan12",
35
- "votes": "3",
30
+ "title": "prettier 把我代码弄的很丑",
31
+ "description": "开篇一个小故事:近日组内多人反馈 eslint fix 后的代码很丑。我说我看看,然而 2 个月过去了,我都没有搞定。。。(老透明,想刷存在感。)又暴露了我的无知:是 eslint 修的,还是 prettier 修的这是什么奇怪的...",
32
+ "url": "https://segmentfault.com/a/1190000040873895",
33
+ "author": "混子的日常",
34
+ "home_url": "https://segmentfault.com/u/1023",
35
+ "votes": "2",
36
36
  "rank": 4
37
37
  },
38
38
  {
39
- "title": "程序员如何玩转力扣刷题?",
40
- "description": "前言大家好,我是bigsai,好久不见!今天就给各位小伙伴分享我自己刷题力扣的一些小方法,不一定很有用但是可以参考,祝你更高效的变强!最近在一些群聊、私聊中遇到很多的一个问题就是:刷题,大家也都重视到算...",
41
- "url": "https://segmentfault.com/a/1190000040866692",
42
- "author": "bigsai",
43
- "home_url": "https://segmentfault.com/u/bigsai",
44
- "votes": "2",
39
+ "title": "JZ-007-斐波那契数列",
40
+ "description": "大家都知道斐波那契数列,现在要求输入一个整数n,请你输出斐波那契数列的第n项(从0开始,第0项为0,第1项是1)。n<=39题目链接: 斐波那契数列",
41
+ "url": "https://segmentfault.com/a/1190000040870607",
42
+ "author": "雄狮虎豹",
43
+ "home_url": "https://segmentfault.com/u/xiongshihubao",
44
+ "votes": "3",
45
45
  "rank": 5
46
46
  },
47
47
  {
48
- "title": "JZ-006-旋转数组的最小数字",
49
- "description": "把一个数组最开始的若干个元素搬到数组的末尾,我们称之为数组的旋转。输入一个非递减排序的数组的一个旋转,输出旋转数组的最小元素。NOTE:给出的所有元素都大于0,若数组大小为0,请返回0。题目链接: 旋转数组...",
50
- "url": "https://segmentfault.com/a/1190000040864268",
51
- "author": "雄狮虎豹",
52
- "home_url": "https://segmentfault.com/u/xiongshihubao",
53
- "votes": "2",
48
+ "title": "在 laravel 中轻松容易的输出完整的 sql 语句",
49
+ "description": "guanguans/laravel-dump-sql - 在 laravel 中轻松容易的输出完整的 sql 语句。laravel 中查询构造方法得到的 sql 语句没有绑定条件参数,类似于select * from users where id= ?。这个扩展包可辅助你获取完整的 s...",
50
+ "url": "https://segmentfault.com/a/1190000040871826",
51
+ "author": "guanguans",
52
+ "home_url": "https://segmentfault.com/u/guanguans",
53
+ "votes": "1",
54
54
  "rank": 6
55
55
  },
56
56
  {
57
- "title": "电脑关机了,内存就没数据了吗?",
58
- "description": "大家好,我是周杰伦。提到网络攻击技术,你脑子里首先想到的是什么?是DDoS?是SQL注入、XSS?还是栈溢出、RCE(远程代码执行)?这些最常见的网络攻击技术,基本上都是与网络、软件、代码、程序这些东西相关。这...",
59
- "url": "https://segmentfault.com/a/1190000040866883",
60
- "author": "代码熬夜敲",
61
- "home_url": "https://segmentfault.com/u/2uj39mdb",
57
+ "title": "如何评价抖音前端开源的 Semi Design ?",
58
+ "description": "开头我是Peter抖音系企业应用设计系统 Semi Design 开源了,这是我今天听到最大的消息,于是晚上回家赶紧去看了看打开知乎,果然跟我想的一样,第一件事肯定有人否定这个开源的库,是基于别人的开源库改造而来甚...",
59
+ "url": "https://segmentfault.com/a/1190000040874775",
60
+ "author": "Peter谭老师",
61
+ "home_url": "https://segmentfault.com/u/jerrytanjinjie",
62
62
  "votes": "1",
63
63
  "rank": 7
64
64
  },
65
65
  {
66
- "title": "云原生爱好者周刊:玩 Kubernetes 游戏,赢取免费机票",
67
- "description": "云原生一周动态要闻:Grafana 8.2.2 发布OSM(Open Service Mesh)发布 v1.0 的第一个候选版本谷歌宣布推出 Google Distributed CloudKubeSphere 3.2.0 RC 版发布,支持 Kubernetes 1.22开源项目推荐文章推荐",
68
- "url": "https://segmentfault.com/a/1190000040864482",
69
- "author": "KubeSphere",
70
- "home_url": "https://segmentfault.com/u/kubesphere",
66
+ "title": "Spring Framework 中文官方文档",
67
+ "description": "Spring Framework 中文官方文档目前为最新版 5.3.11。其他spring文档不断更新中1.历史、设计理念、反馈、入门。Overview2.IoC 容器、事件、资源、i18n、验证、数据绑定、类型转换、SpEL、AOP。Core3.模拟对象、Te...",
68
+ "url": "https://segmentfault.com/a/1190000040874034",
69
+ "author": "ztianlong",
70
+ "home_url": "https://segmentfault.com/u/ztianlong",
71
71
  "votes": "1",
72
72
  "rank": 8
73
73
  },
74
74
  {
75
- "title": "跨平台通用账号系统如何选择?Facebook 成出海 App 强力后援",
76
- "description": "注册或者登录 App 账号时输入账号或密码,对于大多数用户来说都是一件“难事儿”。一方面手机应用的指数级增加,使得用户记忆账号密码的成本不断叠增;另一方面是用户担心私有信息在账户的泄露问题,希望能有更加便...",
77
- "url": "https://segmentfault.com/a/1190000040864385",
78
- "author": "snakesss",
79
- "home_url": "https://segmentfault.com/u/snakesss",
80
- "votes": "1",
75
+ "title": "分辨率越高清晰度越高吗?",
76
+ "description": "显示屏清晰度对于计算机上显示的文字和图片,正常来说显示器分辨率越高清晰度就会更高,不过有时我们切换一些超高分辨率后也识别不出差异,这是为什么?简单来说显示清晰度由物理因素和视力因素。物理因素就是设...",
77
+ "url": "https://segmentfault.com/a/1190000040873601",
78
+ "author": "编程码农",
79
+ "home_url": "https://segmentfault.com/u/onlythinking",
80
+ "votes": "3",
81
81
  "rank": 9
82
82
  },
83
83
  {
84
- "title": "如何用 GPU硬件层加速优化Android系统的游戏流畅度",
85
- "description": "作为一款VR实时操作游戏App,我们需要根据重力感应系统,实时监控手机的角度,并渲染出相应位置的VR图像,因此在不同 Android 设备之间,由于使用的芯片组和不同架构的GPU,游戏性能会因此受到影响。举例来说:游...",
86
- "url": "https://segmentfault.com/a/1190000040864118",
87
- "author": "六一",
88
- "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
84
+ "title": "前端公共模块替换",
85
+ "description": "公司中后台管理系统经历几年的迭代维护,其公共模块部分(Header、Slider)的主题与现在UI风格不一致,需要更换。但是,该项目几年前的老项目了,技术栈在逐步的演进,初始是Freemaker引擎搭建的前后端未分离项目...",
86
+ "url": "https://segmentfault.com/a/1190000040873491",
87
+ "author": "记得要微笑",
88
+ "home_url": "https://segmentfault.com/u/tosmile",
89
89
  "votes": "1",
90
90
  "rank": 10
91
91
  },
92
92
  {
93
- "title": "Collectors简单使用",
94
- "description": "Collectors类给了toList()和toSet()方法,默认的是ArrayList和HashSet,所以要想使用其他的类型的集合就可以使用这个方法,例如使用LinkedList",
95
- "url": "https://segmentfault.com/a/1190000040868807",
96
- "author": "peng",
97
- "home_url": "https://segmentfault.com/u/peng_586b5e9ca3d78",
93
+ "title": "技术期刊 · 白日照耀开鸿蒙 | 深入鸿蒙 ACE UI 框架解析;无限循环的 useEffect 类型……",
94
+ "description": "清气升,浊气降,事物发展总会遵循一定的规律,就好像 react hooks 更加简洁易的同时,也可能会有隐患;人工智能也会随着时间的流逝逐步渗透到我们日常开发,成为解决问题的一大利器;而鸿蒙正式发布之后吸引了大...",
95
+ "url": "https://segmentfault.com/a/1190000040870102",
96
+ "author": "凹凸实验室",
97
+ "home_url": "https://segmentfault.com/u/o2team",
98
98
  "votes": "1",
99
99
  "rank": 11
100
100
  },
101
101
  {
102
- "title": "基于位运算的权限设计",
103
- "description": "基于位运算的权限设计由于这里权限是基于 Bit 的所以需要大家对位以及位操作符需要有一定的认识[TOC]前置知识MDN 位运算符单一权限有且只有一位为 1从右向左,由低到高操作符速记:&按位与:对应位都是 1 则...",
104
- "url": "https://segmentfault.com/a/1190000040866790",
105
- "author": "伍陆柒",
106
- "home_url": "https://segmentfault.com/u/n_makuangmo",
102
+ "title": "一文读懂 Go sync.Cond 设计",
103
+ "description": "Go 语言通过 go 关键字开启 goroutine 让开发者可以轻松地实现并发编程,而并发程序的有效运行,往往离不开 sync 包的保驾护航。目前,sync 包的赋能列表包括: sync.atomic 下的原子操作、sync.Map 并发安全 map...",
104
+ "url": "https://segmentfault.com/a/1190000040874443",
105
+ "author": "机器铃砍菜刀",
106
+ "home_url": "https://segmentfault.com/u/jiqilingkancaidao",
107
107
  "votes": "1",
108
108
  "rank": 12
109
+ },
110
+ {
111
+ "title": "Git清空提交记录",
112
+ "description": "公开仓库有时候不小心把敏感信息带上去了,而且乱七八糟的提交记录比较多,索性直接清空。在网页把仓库清空本地切换到新的分支git checkout --orphan latest_branch缓存所有文件git add .提交跟踪过的文件git com...",
113
+ "url": "https://segmentfault.com/a/1190000040874225",
114
+ "author": "二毛",
115
+ "home_url": "https://segmentfault.com/u/erma0",
116
+ "votes": "1",
117
+ "rank": 13
118
+ },
119
+ {
120
+ "title": "终于有人把云原生存储讲明白了",
121
+ "description": "云原生是一种开发和运行软件应用程序的新范式,它融合了云计算、容器化、Serverless 和微服务等技术趋势。云原生存储是一种旨在用于云原生环境的存储技术。",
122
+ "url": "https://segmentfault.com/a/1190000040872231",
123
+ "author": "青云技术社区",
124
+ "home_url": "https://segmentfault.com/u/qingclouddevelopers",
125
+ "votes": "1",
126
+ "rank": 14
127
+ },
128
+ {
129
+ "title": "Java 开发最容易写的 10 个bug",
130
+ "description": "作为 Java 开发,我们在写代码的过程中难免会产生各种奇思妙想的 bug ,有些 bug 就挺让人无奈的,比如说各种空指针异常,在 ArrayList 的迭代中进行删除操作引发异常,数组下标越界异常等。",
131
+ "url": "https://segmentfault.com/a/1190000040871114",
132
+ "author": "诚信共赢",
133
+ "home_url": "https://segmentfault.com/u/chengxingongying",
134
+ "votes": "1",
135
+ "rank": 15
136
+ },
137
+ {
138
+ "title": "Go 凭什么不支持三元运算符?",
139
+ "description": "大家好,我是煎鱼。这是一个很多其他语言工程师转 Go 语言的时间节点,这就难免不论一番比较。其中一个经典的运算上的就是 “三元运算符”:为什么 Go 语言不支持三元运算符,Go 不支持三元运算符就是设计的不好,...",
140
+ "url": "https://segmentfault.com/a/1190000040871004",
141
+ "author": "煎鱼",
142
+ "home_url": "https://segmentfault.com/u/eddycjy",
143
+ "votes": "1",
144
+ "rank": 16
109
145
  }
110
146
  ]
@@ -14,7 +14,7 @@
14
14
  "url": "https://segmentfault.com/a/1190000040797816",
15
15
  "author": "y_ck",
16
16
  "home_url": "https://segmentfault.com/u/user_ngjv5fmp",
17
- "votes": "43",
17
+ "votes": "45",
18
18
  "rank": 2
19
19
  },
20
20
  {
@@ -23,7 +23,7 @@
23
23
  "url": "https://segmentfault.com/a/1190000040796868",
24
24
  "author": "谭光志",
25
25
  "home_url": "https://segmentfault.com/u/woai3c",
26
- "votes": "35",
26
+ "votes": "36",
27
27
  "rank": 3
28
28
  },
29
29
  {
@@ -32,7 +32,7 @@
32
32
  "url": "https://segmentfault.com/a/1190000040747951",
33
33
  "author": "前端胖头鱼",
34
34
  "home_url": "https://segmentfault.com/u/116263",
35
- "votes": "40",
35
+ "votes": "41",
36
36
  "rank": 4
37
37
  },
38
38
  {
@@ -50,7 +50,7 @@
50
50
  "url": "https://segmentfault.com/a/1190000040741939",
51
51
  "author": "chokcoco",
52
52
  "home_url": "https://segmentfault.com/u/chokcoco",
53
- "votes": "28",
53
+ "votes": "29",
54
54
  "rank": 6
55
55
  },
56
56
  {
@@ -72,12 +72,12 @@
72
72
  "rank": 8
73
73
  },
74
74
  {
75
- "title": "写个vscode插件, 帮助阅读i18n项目的代码",
76
- "description": "作者当前参与的项目是面向全球用户的, 项目免不了要做国际化处理, 哪怕只是一个简单的ok按钮的ok文案都要翻译成不同国家的语言展示, 所以在代码里面往往我们不可以直接命名为ok, 而是可能命名为user_base_pl...",
77
- "url": "https://segmentfault.com/a/1190000040773678",
78
- "author": "lulu_up",
79
- "home_url": "https://segmentfault.com/u/lulu_up",
80
- "votes": "26",
75
+ "title": "就因为这三个知识点,我彻底学废了”正则表达式“",
76
+ "description": "曾经我一度对正则表达式有种恐惧和厌恶感,为啥?因为总感觉这玩意很难,很枯燥,看到别人写出贼牛逼的正则,我想啥时候我能像他们一样优秀。直到我看到了这三个知识点。。。",
77
+ "url": "https://segmentfault.com/a/1190000040846926",
78
+ "author": "前端胖头鱼",
79
+ "home_url": "https://segmentfault.com/u/116263",
80
+ "votes": "25",
81
81
  "rank": 9
82
82
  },
83
83
  {
@@ -86,9 +86,18 @@
86
86
  "url": "https://segmentfault.com/a/1190000040840891",
87
87
  "author": "劉凯里",
88
88
  "home_url": "https://segmentfault.com/u/kyrieliu",
89
- "votes": "20",
89
+ "votes": "21",
90
90
  "rank": 10
91
91
  },
92
+ {
93
+ "title": "写个vscode插件, 帮助阅读i18n项目的代码",
94
+ "description": "作者当前参与的项目是面向全球用户的, 项目免不了要做国际化处理, 哪怕只是一个简单的ok按钮的ok文案都要翻译成不同国家的语言展示, 所以在代码里面往往我们不可以直接命名为ok, 而是可能命名为user_base_pl...",
95
+ "url": "https://segmentfault.com/a/1190000040773678",
96
+ "author": "lulu_up",
97
+ "home_url": "https://segmentfault.com/u/lulu_up",
98
+ "votes": "26",
99
+ "rank": 11
100
+ },
92
101
  {
93
102
  "title": "CSS 奇技淫巧 | 妙用 drop-shadow 实现线条光影效果",
94
103
  "description": "本文将介绍一种利用 CSS 滤镜 filter 的 drop-shadow(),实现对 HTML 元素及 SVG 元素的部分添加阴影效果,以实现一种酷炫的光影效果,用于各种不同的场景之中。通过本文,你可以学到:",
@@ -96,7 +105,7 @@
96
105
  "author": "chokcoco",
97
106
  "home_url": "https://segmentfault.com/u/chokcoco",
98
107
  "votes": "26",
99
- "rank": 11
108
+ "rank": 12
100
109
  },
101
110
  {
102
111
  "title": "使用 CSS Scroll Snap 优化滚动,提升用户体验!",
@@ -105,7 +114,7 @@
105
114
  "author": "前端小智",
106
115
  "home_url": "https://segmentfault.com/u/minnanitkong",
107
116
  "votes": "24",
108
- "rank": 12
117
+ "rank": 13
109
118
  },
110
119
  {
111
120
  "title": "2021 VSCode前端插件推荐",
@@ -114,7 +123,7 @@
114
123
  "author": "风不识途",
115
124
  "home_url": "https://segmentfault.com/u/tudou_5e2d76940fbaa",
116
125
  "votes": "24",
117
- "rank": 13
126
+ "rank": 14
118
127
  },
119
128
  {
120
129
  "title": "【中高级前端】必备,30+高频手写题及详细答案(万字长文),看“你”怎么难倒我",
@@ -123,15 +132,6 @@
123
132
  "author": "前端胖头鱼",
124
133
  "home_url": "https://segmentfault.com/u/116263",
125
134
  "votes": "22",
126
- "rank": 14
127
- },
128
- {
129
- "title": "就因为这三个知识点,我彻底学废了”正则表达式“",
130
- "description": "曾经我一度对正则表达式有种恐惧和厌恶感,为啥?因为总感觉这玩意很难,很枯燥,看到别人写出贼牛逼的正则,我想啥时候我能像他们一样优秀。直到我看到了这三个知识点。。。",
131
- "url": "https://segmentfault.com/a/1190000040846926",
132
- "author": "前端胖头鱼",
133
- "home_url": "https://segmentfault.com/u/116263",
134
- "votes": "22",
135
135
  "rank": 15
136
136
  },
137
137
  {
@@ -170,15 +170,6 @@
170
170
  "votes": "20",
171
171
  "rank": 19
172
172
  },
173
- {
174
- "title": "用Java轻松完成一个分布式事务TCC,保姆级教程",
175
- "description": "什么是TCC,TCC是Try、Confirm、Cancel三个词语的缩写,最早是由 Pat Helland 于 2007 年发表的一篇名为《Life beyond Distributed Transactions:an Apostate’s Opinion》的论文提出。",
176
- "url": "https://segmentfault.com/a/1190000040735898",
177
- "author": "叶东富",
178
- "home_url": "https://segmentfault.com/u/yedongfu",
179
- "votes": "15",
180
- "rank": 20
181
- },
182
173
  {
183
174
  "title": "postTask:React的杀手锏被浏览器原生实现了?",
184
175
  "description": "大家好,我卡颂。React这几年一直在完善的并发模式主要由以下两部分组成:基于fiber实现的可中断更新的架构基于调度器的优先级调度可以说,从16年开始重构fiber架构到今年底(或明年初)React18发布正式版,这期...",
@@ -186,7 +177,7 @@
186
177
  "author": "卡颂",
187
178
  "home_url": "https://segmentfault.com/u/kasong",
188
179
  "votes": "13",
189
- "rank": 21
180
+ "rank": 20
190
181
  },
191
182
  {
192
183
  "title": "聊聊开发日常的效率提升工具(全)",
@@ -195,7 +186,7 @@
195
186
  "author": "树酱",
196
187
  "home_url": "https://segmentfault.com/u/shu_jshu_jiashu_jianshu_jiang",
197
188
  "votes": "13",
198
- "rank": 22
189
+ "rank": 21
199
190
  },
200
191
  {
201
192
  "title": "计算机网络经典20问!",
@@ -204,7 +195,7 @@
204
195
  "author": "程序员大彬",
205
196
  "home_url": "https://segmentfault.com/u/5n7qfpo1",
206
197
  "votes": "13",
207
- "rank": 23
198
+ "rank": 22
208
199
  },
209
200
  {
210
201
  "title": "前端实现很哇塞的浏览器端扫码功能🌟",
@@ -213,6 +204,15 @@
213
204
  "author": "dragonir",
214
205
  "home_url": "https://segmentfault.com/u/dragonir",
215
206
  "votes": "19",
207
+ "rank": 23
208
+ },
209
+ {
210
+ "title": "前端如何实现token的无感刷新",
211
+ "description": "通常,对于一些需要记录用户行为的系统,在进行网络请求的时候都会要求传递一下登录的token。不过,为了接口数据的安全,服务器的token一般不会设置太长,根据需要一般是1-7天的样子,token过期后就需要重新登录...",
212
+ "url": "https://segmentfault.com/a/1190000040850857",
213
+ "author": "xiangzhihong",
214
+ "home_url": "https://segmentfault.com/u/xiangzhihong",
215
+ "votes": "20",
216
216
  "rank": 24
217
217
  },
218
218
  {
@@ -234,12 +234,12 @@
234
234
  "rank": 26
235
235
  },
236
236
  {
237
- "title": "前端如何实现token的无感刷新",
238
- "description": "通常,对于一些需要记录用户行为的系统,在进行网络请求的时候都会要求传递一下登录的token。不过,为了接口数据的安全,服务器的token一般不会设置太长,根据需要一般是1-7天的样子,token过期后就需要重新登录...",
239
- "url": "https://segmentfault.com/a/1190000040850857",
240
- "author": "xiangzhihong",
241
- "home_url": "https://segmentfault.com/u/xiangzhihong",
242
- "votes": "19",
237
+ "title": "前端应该知道的:开放图谱协议(The Open Graph protocol)",
238
+ "description": "Open Graph 是一种互联网协议,最初由 Facebook 创建,用于标准化网页中元数据的使用,使得社交媒体得以以丰富的“图形”对象来表示共享的页面内容。",
239
+ "url": "https://segmentfault.com/a/1190000040863000",
240
+ "author": "独钓寒江雪",
241
+ "home_url": "https://segmentfault.com/u/king_hcj",
242
+ "votes": "17",
243
243
  "rank": 27
244
244
  },
245
245
  {
@@ -261,12 +261,12 @@
261
261
  "rank": 29
262
262
  },
263
263
  {
264
- "title": "今天推荐,今年排名前 15 Vue 后台管理模板",
265
- "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
266
- "url": "https://segmentfault.com/a/1190000040814521",
267
- "author": "前端小智",
268
- "home_url": "https://segmentfault.com/u/minnanitkong",
269
- "votes": "11",
264
+ "title": "利用 CSS Overview 面板重构优化你的网站",
265
+ "description": "本文将向大家介绍 Chrome 87 开始支持的 CSS Overview Panel,并且介绍如何更好地利用这个面板。通过 CSS Overview Panel,可能可以帮助我们:",
266
+ "url": "https://segmentfault.com/a/1190000040837145",
267
+ "author": "chokcoco",
268
+ "home_url": "https://segmentfault.com/u/chokcoco",
269
+ "votes": "12",
270
270
  "rank": 30
271
271
  }
272
272
  ]