@wcj/github-rank 22.2.10 → 22.2.11

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 +21210 -21229
  2. package/dist/sifou-daily.json +113 -41
  3. package/dist/sifou-monthly.json +80 -80
  4. package/dist/sifou-weekly.json +148 -148
  5. package/dist/toutiao-30.json +64 -64
  6. package/dist/toutiao-7.json +78 -78
  7. package/dist/toutiao-90.json +22 -22
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +158 -158
  10. package/dist/trending-weekly.json +159 -159
  11. package/dist/users.china.json +2167 -2159
  12. package/dist/users.json +1971 -1972
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +21210 -21229
  16. package/web/data/sifou-daily.json +113 -41
  17. package/web/data/sifou-monthly.json +80 -80
  18. package/web/data/sifou-weekly.json +148 -148
  19. package/web/data/toutiao-30.json +64 -64
  20. package/web/data/toutiao-7.json +78 -78
  21. package/web/data/toutiao-90.json +22 -22
  22. package/web/data/trending-daily.json +171 -171
  23. package/web/data/trending-monthly.json +158 -158
  24. package/web/data/trending-weekly.json +159 -159
  25. package/web/data/users.china.json +2167 -2159
  26. package/web/data/users.json +1971 -1972
  27. package/web/index.html +984 -984
  28. package/web/repos.html +3465 -3469
  29. package/web/sifou-daily.html +259 -35
  30. package/web/sifou-monthly.html +103 -103
  31. package/web/sifou-weekly.html +139 -139
  32. package/web/toutiao-30.html +61 -61
  33. package/web/toutiao-7.html +78 -78
  34. package/web/toutiao-90.html +54 -54
  35. package/web/trending-monthly.html +138 -138
  36. package/web/trending-weekly.html +139 -139
  37. package/web/trending.html +150 -146
  38. package/web/users.china.html +1377 -1377
@@ -1,29 +1,29 @@
1
1
  [
2
- {
3
- "title": "Three.js 实现2022冬奥主题3D趣味页面 🐼",
4
- "description": "迎冬奥,一起向未来!2022冬奥会马上就要开始了,本文使用 Three.js + React 技术栈,实现冬日和奥运元素,制作了一个充满趣味和纪念意义的冬奥主题 3D 页面。本文涉及到的知识点主要包括:TorusGeometry 圆环面...",
5
- "url": "https://segmentfault.com/a/1190000041363089",
6
- "author": "dragonir",
7
- "home_url": "https://segmentfault.com/u/dragonir",
8
- "votes": "56",
9
- "rank": 1
10
- },
11
2
  {
12
3
  "title": "17 个实用 shell 脚本,建议收藏!",
13
4
  "description": "1、服务器系统配置初始化 {代码...} 2、批量创建多个用户并设置密码 {代码...} 3、一键查看服务器利用率 {代码...} 4、找出占用CPU 内存过高的进程 {代码...} 5、查看网卡的实时流量 {代码...} 6、监控多台服务器...",
14
5
  "url": "https://segmentfault.com/a/1190000041370811",
15
6
  "author": "民工哥",
16
7
  "home_url": "https://segmentfault.com/u/jishuroad",
17
- "votes": "13",
8
+ "votes": "17",
9
+ "rank": 1
10
+ },
11
+ {
12
+ "title": "20个 Javascript 技巧,提高我们的摸鱼时间!",
13
+ "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
14
+ "url": "https://segmentfault.com/a/1190000041367705",
15
+ "author": "前端小智",
16
+ "home_url": "https://segmentfault.com/u/minnanitkong",
17
+ "votes": "14",
18
18
  "rank": 2
19
19
  },
20
20
  {
21
- "title": "跨域了? 装个插件就够了!",
22
- "description": "浏览器为了安全引入了同源策略,这直接导致默认情况下前后端域名如果不同,那么则功能会受限。 随着前后端分离的发展,前端和后端职责的分离,前端会有专门的本地开发服务器(local dev server)用于本地开发。这个...",
23
- "url": "https://segmentfault.com/a/1190000041367088",
24
- "author": "lucifer",
25
- "home_url": "https://segmentfault.com/u/shuohaodeyixuene",
26
- "votes": "7",
21
+ "title": "Suspense对React的意义在哪里?",
22
+ "description": "大家好,我卡颂。可能很多朋友在项目中还没用过Suspense,但是Suspense是React未来发展非常重要的一环。本文会讲解Suspense对于React的意义。欢迎加入人类高质量前端框架群,带飞React的迭代过程React从v16到v18...",
23
+ "url": "https://segmentfault.com/a/1190000041372960",
24
+ "author": "卡颂",
25
+ "home_url": "https://segmentfault.com/u/kasong",
26
+ "votes": "8",
27
27
  "rank": 3
28
28
  },
29
29
  {
@@ -32,53 +32,62 @@
32
32
  "url": "https://segmentfault.com/a/1190000041370583",
33
33
  "author": "公子",
34
34
  "home_url": "https://segmentfault.com/u/lizheming",
35
- "votes": "9",
35
+ "votes": "10",
36
36
  "rank": 4
37
37
  },
38
38
  {
39
- "title": "Suspense对React的意义在哪里?",
40
- "description": "大家好,我卡颂。可能很多朋友在项目中还没用过Suspense,但是Suspense是React未来发展非常重要的一环。本文会讲解Suspense对于React的意义。欢迎加入人类高质量前端框架群,带飞React的迭代过程React从v16到v18...",
41
- "url": "https://segmentfault.com/a/1190000041372960",
42
- "author": "卡颂",
43
- "home_url": "https://segmentfault.com/u/kasong",
44
- "votes": "6",
39
+ "title": "跨域了? 装个插件就够了!",
40
+ "description": "浏览器为了安全引入了同源策略,这直接导致默认情况下前后端域名如果不同,那么则功能会受限。 随着前后端分离的发展,前端和后端职责的分离,前端会有专门的本地开发服务器(local dev server)用于本地开发。这个...",
41
+ "url": "https://segmentfault.com/a/1190000041367088",
42
+ "author": "lucifer",
43
+ "home_url": "https://segmentfault.com/u/shuohaodeyixuene",
44
+ "votes": "7",
45
45
  "rank": 5
46
46
  },
47
47
  {
48
- "title": "20个 Javascript 技巧,提高我们的摸鱼时间!",
49
- "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
50
- "url": "https://segmentfault.com/a/1190000041367705",
51
- "author": "前端小智",
52
- "home_url": "https://segmentfault.com/u/minnanitkong",
53
- "votes": "6",
48
+ "title": "2年经验面试网易灵犀!太注重工程化了!",
49
+ "description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心。今天给大家分享一个大厂的面经——网易灵犀题目一面1、聊项目2、webpack和rollup的区别,打包出来的产物有什么...",
50
+ "url": "https://segmentfault.com/a/1190000041366695",
51
+ "author": "Sunshine_Lin",
52
+ "home_url": "https://segmentfault.com/u/user_ze46ouik",
53
+ "votes": "7",
54
54
  "rank": 6
55
55
  },
56
56
  {
57
- "title": "前融云 CTO 杨攀加入涛思数据,任战略合作 & 开发者生态副总裁",
58
- "description": "2022 2 8 日,涛思数据创始人兼 CEO 陶建辉在朋友圈中晒出其与前融云 CTO 杨攀的合照,并发文 “涛思数据今天喜迎大将杨攀”,正式官宣了 “前融云 CTO 杨攀加入涛思数据” 的消息。据悉,杨攀将在涛思数据负责...",
59
- "url": "https://segmentfault.com/a/1190000041373152",
60
- "author": "鸣飞",
61
- "home_url": "https://segmentfault.com/u/mf",
62
- "votes": "1",
57
+ "title": "2021 JavaScript 明星项目榜:zx、Vite 、Next.js 、React 大受欢迎",
58
+ "description": "近日,risingstars 出炉了“2021 JavaScript Rising Stars”报告。该报告结合过去 12 个月里 GitHub 上新增的 star 数而对 2021 JavaScript 领域的优秀项目做了总结。",
59
+ "url": "https://segmentfault.com/a/1190000041373049",
60
+ "author": "MissD",
61
+ "home_url": "https://segmentfault.com/u/d2ms1shh",
62
+ "votes": "8",
63
63
  "rank": 7
64
64
  },
65
+ {
66
+ "title": "eslint-plugin-import 规则之 Import / Order",
67
+ "description": "其中,group 是对导入模块进行分组,pathGroups 是通过路径自定义分组,newlines-between 不同组之间是否进行换行,alphabetize 根据字母顺序对每个组内的顺序进行排序",
68
+ "url": "https://segmentfault.com/a/1190000041375528",
69
+ "author": "robin",
70
+ "home_url": "https://segmentfault.com/u/robin_ren",
71
+ "votes": "6",
72
+ "rank": 8
73
+ },
65
74
  {
66
75
  "title": "从服务端生成Excel电子表格(GcExcel + SpreadJS)",
67
76
  "description": "在服务端生成Excel电子表格,除了使用 Node.js + SpreadJS 外,葡萄城官方推荐使用 SpreadJS + GcExcel。该方案不仅能够解决批量绑定数据源并导出Excel、批量修改大量Excel内容及样式、服务端批量打印以及生成PDF...",
68
77
  "url": "https://segmentfault.com/a/1190000041377778",
69
78
  "author": "葡萄城技术团队",
70
79
  "home_url": "https://segmentfault.com/u/grapecity",
71
- "votes": "1",
72
- "rank": 8
80
+ "votes": "4",
81
+ "rank": 9
73
82
  },
74
83
  {
75
- "title": "深入浅出 Angular 变更检测",
76
- "description": "Angular 中的变更检测是一种用来将应用程序 UI 的状态与数据的状态同步的机制。当应用逻辑更改组件数据时,绑定到视图中 DOM 属性上的值也要随之更改。变更检测器负责更新视图以反映当前的数据模型。阅读本文之前...",
77
- "url": "https://segmentfault.com/a/1190000041365492",
78
- "author": "Zuckjet",
79
- "home_url": "https://segmentfault.com/u/zuckjet",
80
- "votes": "3",
81
- "rank": 9
84
+ "title": "前融云 CTO 杨攀加入涛思数据,任战略合作 & 开发者生态副总裁",
85
+ "description": "2022 2 8 日,涛思数据创始人兼 CEO 陶建辉在朋友圈中晒出其与前融云 CTO 杨攀的合照,并发文 “涛思数据今天喜迎大将杨攀”,正式官宣了 “前融云 CTO 杨攀加入涛思数据” 的消息。据悉,杨攀将在涛思数据负责...",
86
+ "url": "https://segmentfault.com/a/1190000041373152",
87
+ "author": "鸣飞",
88
+ "home_url": "https://segmentfault.com/u/mf",
89
+ "votes": "1",
90
+ "rank": 10
82
91
  },
83
92
  {
84
93
  "title": "还在用HttpUtil?试试这款优雅的HTTP客户端工具吧,跟SpringBoot绝配!",
@@ -86,53 +95,35 @@
86
95
  "url": "https://segmentfault.com/a/1190000041371806",
87
96
  "author": "macrozheng",
88
97
  "home_url": "https://segmentfault.com/u/macrozheng",
89
- "votes": "3",
90
- "rank": 10
91
- },
92
- {
93
- "title": "2021 年 JavaScript 明星项目榜:zx、Vite 、Next.js 、React 大受欢迎",
94
- "description": "近日,risingstars 出炉了“2021 JavaScript Rising Stars”报告。该报告结合过去 12 个月里 GitHub 上新增的 star 数而对 2021 年 JavaScript 领域的优秀项目做了总结。",
95
- "url": "https://segmentfault.com/a/1190000041373049",
96
- "author": "MissD",
97
- "home_url": "https://segmentfault.com/u/d2ms1shh",
98
- "votes": "6",
98
+ "votes": "4",
99
99
  "rank": 11
100
100
  },
101
101
  {
102
- "title": "2年经验面试网易灵犀!太注重工程化了!",
103
- "description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心。今天给大家分享一个大厂的面经——网易灵犀题目一面1、聊项目2、webpack和rollup的区别,打包出来的产物有什么...",
104
- "url": "https://segmentfault.com/a/1190000041366695",
105
- "author": "Sunshine_Lin",
106
- "home_url": "https://segmentfault.com/u/user_ze46ouik",
107
- "votes": "5",
102
+ "title": "深入浅出 Angular 变更检测",
103
+ "description": "Angular 中的变更检测是一种用来将应用程序 UI 的状态与数据的状态同步的机制。当应用逻辑更改组件数据时,绑定到视图中 DOM 属性上的值也要随之更改。变更检测器负责更新视图以反映当前的数据模型。阅读本文之前...",
104
+ "url": "https://segmentfault.com/a/1190000041365492",
105
+ "author": "Zuckjet",
106
+ "home_url": "https://segmentfault.com/u/zuckjet",
107
+ "votes": "4",
108
108
  "rank": 12
109
109
  },
110
110
  {
111
- "title": "eslint-plugin-import 规则之 Import / Order",
112
- "description": "其中,group 是对导入模块进行分组,pathGroups 是通过路径自定义分组,newlines-between 不同组之间是否进行换行,alphabetize 根据字母顺序对每个组内的顺序进行排序",
113
- "url": "https://segmentfault.com/a/1190000041375528",
114
- "author": "robin",
115
- "home_url": "https://segmentfault.com/u/robin_ren",
111
+ "title": "Go 泛型变更:约束太丑了,先移动到 x/exp 做实验性功能",
112
+ "description": "大家好,我是煎鱼。Go 泛型配套了各种标准库,像是常见的 maps、slices 泛型库。早期他们是长这样的: {代码...} 又或是: {代码...} 关注到里面的标准库 constraints,他就是今天变更的主角。他咋了呢?背景标准...",
113
+ "url": "https://segmentfault.com/a/1190000041368835",
114
+ "author": "煎鱼",
115
+ "home_url": "https://segmentfault.com/u/eddycjy",
116
116
  "votes": "4",
117
117
  "rank": 13
118
118
  },
119
- {
120
- "title": "​北京冬奥会开幕式震撼刷屏;GitHub 推出赞助功能;Flutter 2.10 发布 | 思否周刊",
121
- "description": "40s 新闻速递北京冬奥会开幕式震撼刷屏微软禁用 MSIX AppX 安装程序工信部:冬奥会开幕式保障任务圆满完成,封堵恶意程序发送端 IP 地址 4000 余个英特尔称其 CPU Bug 只有 AMD 的一半Google Chrome 浏览器徽标8 ...",
122
- "url": "https://segmentfault.com/a/1190000041366705",
123
- "author": "snakesss",
124
- "home_url": "https://segmentfault.com/u/snakesss",
125
- "votes": "2",
126
- "rank": 14
127
- },
128
119
  {
129
120
  "title": "精读《pipe operator for JavaScript》",
130
121
  "description": "Pipe Operator (|>) for JavaScript 提案给 js 增加了 Pipe 语法,这次结合 A pipe operator for JavaScript: introduction and use cases 文章一起深入了解这个提案。概述Pipe 语法可以将函数调用按顺序打平...",
131
122
  "url": "https://segmentfault.com/a/1190000041367827",
132
123
  "author": "黄子毅",
133
124
  "home_url": "https://segmentfault.com/u/aoyangyudakong",
134
- "votes": "2",
135
- "rank": 15
125
+ "votes": "3",
126
+ "rank": 14
136
127
  },
137
128
  {
138
129
  "title": "比 Xshell 还好用的 SSH 客户端神器!爱了",
@@ -140,8 +131,8 @@
140
131
  "url": "https://segmentfault.com/a/1190000041370721",
141
132
  "author": "民工哥",
142
133
  "home_url": "https://segmentfault.com/u/jishuroad",
143
- "votes": "2",
144
- "rank": 16
134
+ "votes": "3",
135
+ "rank": 15
145
136
  },
146
137
  {
147
138
  "title": "使用 CSS Grid 构建复杂布局超实用的技巧!",
@@ -149,7 +140,16 @@
149
140
  "url": "https://segmentfault.com/a/1190000041371479",
150
141
  "author": "前端小智",
151
142
  "home_url": "https://segmentfault.com/u/minnanitkong",
152
- "votes": "3",
143
+ "votes": "4",
144
+ "rank": 16
145
+ },
146
+ {
147
+ "title": "​北京冬奥会开幕式震撼刷屏;GitHub 推出赞助功能;Flutter 2.10 发布 | 思否周刊",
148
+ "description": "40s 新闻速递北京冬奥会开幕式震撼刷屏微软禁用 MSIX AppX 安装程序工信部:冬奥会开幕式保障任务圆满完成,封堵恶意程序发送端 IP 地址 4000 余个英特尔称其 CPU Bug 只有 AMD 的一半Google Chrome 浏览器徽标8 ...",
149
+ "url": "https://segmentfault.com/a/1190000041366705",
150
+ "author": "snakesss",
151
+ "home_url": "https://segmentfault.com/u/snakesss",
152
+ "votes": "2",
153
153
  "rank": 17
154
154
  },
155
155
  {
@@ -158,114 +158,114 @@
158
158
  "url": "https://segmentfault.com/a/1190000041364460",
159
159
  "author": "Sunshine_Lin",
160
160
  "home_url": "https://segmentfault.com/u/user_ze46ouik",
161
- "votes": "2",
161
+ "votes": "3",
162
162
  "rank": 18
163
163
  },
164
164
  {
165
- "title": "Flutter 2.10 更新详解",
166
- "description": "Flutter 2.10 版已正式发布!虽然⾃ 上次稳定版本发布 以来还不到两个⽉,即使在这么短的时间内,我们也已处理和关闭了 1843 个 Issue,合并了来⾃全球 155 位贡献者的 1525 个 PR。感谢⼤家在 2021 年末的假期期...",
167
- "url": "https://segmentfault.com/a/1190000041364916",
168
- "author": "Flutter",
169
- "home_url": "https://segmentfault.com/u/flutter",
170
- "votes": "2",
165
+ "title": "10个CSS技巧,极大提升用户体验",
166
+ "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
167
+ "url": "https://segmentfault.com/a/1190000041361645",
168
+ "author": "前端小智",
169
+ "home_url": "https://segmentfault.com/u/minnanitkong",
170
+ "votes": "6",
171
171
  "rank": 19
172
172
  },
173
173
  {
174
- "title": "配置化el-form的二次封装之思路分析附上代码可直接使用",
175
- "description": "问题描述个人愚见编写代码其实就是:学习规则(看官方文档)使用规则(在使用的过程中进一步理解官方文档)最终基于原有底层官方文档规则再自定义新规则(封装新的规则,便于复用)所以本文讲述一下基于原有的el-...",
176
- "url": "https://segmentfault.com/a/1190000041363226",
177
- "author": "水冗水孚",
178
- "home_url": "https://segmentfault.com/u/shuirongshui",
179
- "votes": "1",
174
+ "title": "15个很有趣的开源项目推荐",
175
+ "description": "《视搭》是一个 视频可视化 搭建项目。您可以通过简单的拖拽方式快速生产一个短视频,使用方式就像易企秀或MAKA等 h5 搭建工具一样的简单。目前行业内罕有关于视频可视化搭建的开源项目,《视搭》是一个相对比较...",
176
+ "url": "https://segmentfault.com/a/1190000041363711",
177
+ "author": "TNTWEB",
178
+ "home_url": "https://segmentfault.com/u/tnfe",
179
+ "votes": "4",
180
180
  "rank": 20
181
181
  },
182
182
  {
183
- "title": "实用WGCLOUD监测Redis运行状态教程",
184
- "description": "介绍通过WGCLOUD来监测Redis运行的状态,端口,日志[链接]",
185
- "url": "https://segmentfault.com/a/1190000041365459",
186
- "author": "徐三刀",
187
- "home_url": "https://segmentfault.com/u/9b3sps2b",
188
- "votes": "1",
183
+ "title": "探讨一下To C营销页面服务端渲染的必要性以及其背后的原理",
184
+ "description": "最近无论是在公司还是自己研究的项目,都一直在搞 H5 页面服务端渲染方面的探索,因此本文来探讨一下服务端渲染的必要性以及其背后的原理。先来看几个问题To C 的 H5 为什么适合做 SSRTo C的营销H5页面的典型特点...",
185
+ "url": "https://segmentfault.com/a/1190000041376841",
186
+ "author": "前端森林",
187
+ "home_url": "https://segmentfault.com/u/fengshuan",
188
+ "votes": "2",
189
189
  "rank": 21
190
190
  },
191
191
  {
192
- "title": "Element Plus 正式版发布啦!🎉🎉",
193
- "description": "今天,我们非常高兴地宣布 Element Plus 稳定版正式发布。自第一个 commit 起,经过 1 年零 7 个月的持续迭代开发,总计 2635 commits,经过 256 位贡献者所提交的 2494 个 PR,137 Alpha 与 Beta 版本,在社...",
194
- "url": "https://segmentfault.com/a/1190000041369261",
195
- "author": "朱昆iamkun_com",
196
- "home_url": "https://segmentfault.com/u/zhukuniamkun_com",
192
+ "title": "Flutter 2.10 更新详解",
193
+ "description": "Flutter 2.10 版已正式发布!虽然⾃ 上次稳定版本发布 以来还不到两个⽉,即使在这么短的时间内,我们也已处理和关闭了 1843 Issue,合并了来⾃全球 155 位贡献者的 1525 个 PR。感谢⼤家在 2021 年末的假期期...",
194
+ "url": "https://segmentfault.com/a/1190000041364916",
195
+ "author": "Flutter",
196
+ "home_url": "https://segmentfault.com/u/flutter",
197
197
  "votes": "2",
198
198
  "rank": 22
199
199
  },
200
200
  {
201
- "title": "Go 泛型变更:约束太丑了,先移动到 x/exp 做实验性功能",
202
- "description": "大家好,我是煎鱼。Go 泛型配套了各种标准库,像是常见的 maps、slices 泛型库。早期他们是长这样的: {代码...} 又或是: {代码...} 关注到里面的标准库 constraints,他就是今天变更的主角。他咋了呢?背景标准...",
203
- "url": "https://segmentfault.com/a/1190000041368835",
204
- "author": "煎鱼",
205
- "home_url": "https://segmentfault.com/u/eddycjy",
206
- "votes": "1",
201
+ "title": "低代码搞了个客户关系管理系统 CRM",
202
+ "description": "无远客户关系管理精简版,面向企业客户,支持客户打标签、销售漏斗、自定义销售阶段、自定义客户分类等等,你可以结合本公司的实际情况,进一步自主实现赢单后的销售绩效提成功能模块。",
203
+ "url": "https://segmentfault.com/a/1190000041371754",
204
+ "author": "dafanzhijian",
205
+ "home_url": "https://segmentfault.com/u/dafanzhijian",
206
+ "votes": "4",
207
207
  "rank": 23
208
208
  },
209
209
  {
210
- "title": "Rust入门系列之环境准备 - Mac os篇",
211
- "description": "安装直接按照官网的安装步骤进行即可 -> Rust官网Mac os通过 curl 安装 rustup (_rust 的安装器和版本管理工具_) {代码...} 在上面的安装过程中,还会自带安装 rust 的构建工具和包管理器 - cargo (_前端同学...",
212
- "url": "https://segmentfault.com/a/1190000041363945",
213
- "author": "木木剑光",
214
- "home_url": "https://segmentfault.com/u/18227192769",
215
- "votes": "1",
210
+ "title": "vue原理相关总结",
211
+ "description": "一、vue2.0的双向绑定是怎么实现的 {代码...} 二、数据不更新的问题 {代码...} 三、computed和watch和methods {代码...} 四、vue-router的模式区别 {代码...} 五、vuex解决了什么问题 {代码...} 六、nextTick是怎...",
212
+ "url": "https://segmentfault.com/a/1190000041374585",
213
+ "author": "雨花石",
214
+ "home_url": "https://segmentfault.com/u/yuhuashi_584a46acea21f",
215
+ "votes": "6",
216
216
  "rank": 24
217
217
  },
218
218
  {
219
- "title": "如何在自己的系统嵌入WGCLOUD",
220
- "description": "我结合我们项目的经验给大家说一下:1、在自己系统加一个菜单或按钮,命名就根据自己自定义了,当点击时候,跳转到WGCLOUD页面,这个办法是最简单的了。唯一不足之处是需要登录,不过我们可以选择浏览器记住密码...",
221
- "url": "https://segmentfault.com/a/1190000041363136",
222
- "author": "徐三刀",
223
- "home_url": "https://segmentfault.com/u/9b3sps2b",
224
- "votes": "1",
219
+ "title": "Element Plus 正式版发布啦!🎉🎉",
220
+ "description": "今天,我们非常高兴地宣布 Element Plus 稳定版正式发布。自第一个 commit 起,经过 1 年零 7 个月的持续迭代开发,总计 2635 commits,经过 256 位贡献者所提交的 2494 个 PR,137 个 Alpha 与 Beta 版本,在社...",
221
+ "url": "https://segmentfault.com/a/1190000041369261",
222
+ "author": "朱昆iamkun_com",
223
+ "home_url": "https://segmentfault.com/u/zhukuniamkun_com",
224
+ "votes": "2",
225
225
  "rank": 25
226
226
  },
227
227
  {
228
- "title": "迷你版react代码实现",
229
- "description": "代码结构在 React 代码执行前,JSX 会被 Babel 转换为 React.createElement 方法的调用,这里模拟React.createElement实现,.babelrc中需要配置一下",
230
- "url": "https://segmentfault.com/a/1190000041365816",
231
- "author": "HeiYanjing",
232
- "home_url": "https://segmentfault.com/u/heiyanjing",
228
+ "title": "实用WGCLOUD监测Redis运行状态教程",
229
+ "description": "介绍通过WGCLOUD来监测Redis运行的状态,端口,日志[链接]",
230
+ "url": "https://segmentfault.com/a/1190000041365459",
231
+ "author": "徐三刀",
232
+ "home_url": "https://segmentfault.com/u/9b3sps2b",
233
233
  "votes": "1",
234
234
  "rank": 26
235
235
  },
236
236
  {
237
- "title": "Jetpack DragAndDrop 库——拖放操作如此轻松!",
238
- "description": "拖放 是最基本的手势操作,用户可以点击并按住图片、文本或其他数据元素,然后将其拖动至另一个应用 (或者同一个应用的其他位置) 并松手,即可将数据放置到新的位置上。手势通常在触摸屏上表现为长按,在使用鼠标...",
239
- "url": "https://segmentfault.com/a/1190000041368817",
240
- "author": "Android开发者",
241
- "home_url": "https://segmentfault.com/u/androiddevs",
242
- "votes": "1",
237
+ "title": "金3银4面试前,把自己弄成卷王!",
238
+ "description": "作者:小傅哥博客:[链接]沉淀、分享、成长,让自己和他人都能有所收获!😄一、快了,已经在做!卷王们,新的一年开始卷了吗!<div align=\"center\"> {代码...} </div>新年放假,捅了3次核酸...",
239
+ "url": "https://segmentfault.com/a/1190000041376019",
240
+ "author": "小傅哥",
241
+ "home_url": "https://segmentfault.com/u/fuzhengwei",
242
+ "votes": "2",
243
243
  "rank": 27
244
244
  },
245
245
  {
246
- "title": "SpringBoot 项目规范笔记.2021",
247
- "description": "应用系统开发时,后端服务需要考虑按照模块/微服务的划分原则来划分出多个SpringBoot模块,以便未来微服务化的重构。应用划分规范/原则如下:",
248
- "url": "https://segmentfault.com/a/1190000041363998",
249
- "author": "KerryWu",
250
- "home_url": "https://segmentfault.com/u/kerrywu",
251
- "votes": "1",
246
+ "title": "动手打造一款 canvas 排版引擎",
247
+ "description": "图片来源:[链接]本文作者:飞扬背景在线示例Demo作为前端开发尤其是偏 c 端的前端开发者(如微信小程序),相信大家都碰到过分享活动图片、分享海报图类似的功能一般这种需求的解决方案大体上可以分为以下几种:...",
248
+ "url": "https://segmentfault.com/a/1190000041372332",
249
+ "author": "云音乐技术团队",
250
+ "home_url": "https://segmentfault.com/u/musicfe",
251
+ "votes": "2",
252
252
  "rank": 28
253
253
  },
254
254
  {
255
- "title": "Apache Druid 在 Shopee 的工程实践",
256
- "description": "Apache Druid 是一款高性能的开源时序数据库,它适用于交互式体验的低延时查询分析场景。本文将主要分享 Apache Druid 在支撑 Shopee 相关核心业务 OLAP 实时分析方面的工程实践。随着 Shopee 业务不断发展,越来...",
257
- "url": "https://segmentfault.com/a/1190000041369588",
258
- "author": "Shopee技术团队",
259
- "home_url": "https://segmentfault.com/u/techatshopee",
255
+ "title": "APM-监控子线程操作 UI",
256
+ "description": "一款监控子线程操纵 UI 的能力,也可以添加自定义的 API 进行监控(实现在子线程监控某些 API 的时候捕获具体堆栈信息,帮助定位问题)",
257
+ "url": "https://segmentfault.com/a/1190000041370532",
258
+ "author": "fantasticbaby",
259
+ "home_url": "https://segmentfault.com/u/fantasticbaby",
260
260
  "votes": "1",
261
261
  "rank": 29
262
262
  },
263
263
  {
264
- "title": "DeepFaceDrawing: 使用草图生成人脸图像",
265
- "description": "这篇文章的想法是设计一个应用程序来使用该面部草图来绘制一张真实的面部图像,该应用程序在警察、电影拍摄和面部彩绘中具有各种应用。这个想法的主要标准之一是它简单明了,非常易于使用,即使你不是一个好的画...",
266
- "url": "https://segmentfault.com/a/1190000041368100",
267
- "author": "deephub",
268
- "home_url": "https://segmentfault.com/u/deephub",
264
+ "title": "【译】How I built a wind map with WebGL",
265
+ "description": "引子对风场可视化的效果感兴趣,搜资料的时候发现这篇文章,读了后觉得翻译一下以便再次查阅。原文:How I built a wind map with WebGLOriginMy GitHub正文查看我的基于 WebGL 的风场模拟演示!让我们深入了解它...",
266
+ "url": "https://segmentfault.com/a/1190000041367755",
267
+ "author": "XXHolic",
268
+ "home_url": "https://segmentfault.com/u/xxholic",
269
269
  "votes": "2",
270
270
  "rank": 30
271
271
  }
@@ -1,4 +1,14 @@
1
1
  [
2
+ {
3
+ "title": "神器 Nginx 的学习手册 ( 建议收藏 )",
4
+ "description": " 转载:DevOps技术栈Nginx 是一个高性能的 HTTP 和反向代理服务器,特点是占用内存少,并发能力强,事实上 Nginx 的并发能力确实在同类型的网页服务器中表现较好。...",
5
+ "votes": "151",
6
+ "url": "/k/6f1qaso",
7
+ "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
8
+ "avatarAlt": "服务架构及中台 - 独家号",
9
+ "subjectName": "服务架构及中台",
10
+ "homeUrl": "/subjects/26578"
11
+ },
2
12
  {
3
13
  "title": "Redis 很屌,不懂使用规范就糟蹋了",
4
14
  "description": "",
@@ -9,20 +19,10 @@
9
19
  "subjectName": "进击的程序猿",
10
20
  "homeUrl": "/subjects/24912"
11
21
  },
12
- {
13
- "title": "神器 Nginx 的学习手册 ( 建议收藏 )",
14
- "description": " 转载:DevOps技术栈Nginx 是一个高性能的 HTTP 和反向代理服务器,特点是占用内存少,并发能力强,事实上 Nginx 的并发能力确实在同类型的网页服务器中表现较好。...",
15
- "votes": "106",
16
- "url": "/k/6f1qaso",
17
- "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
18
- "avatarAlt": "服务架构及中台 - 独家号",
19
- "subjectName": "服务架构及中台",
20
- "homeUrl": "/subjects/26578"
21
- },
22
22
  {
23
23
  "title": "据说看完这篇 JVM 要一小时",
24
24
  "description": "",
25
- "votes": "100",
25
+ "votes": "101",
26
26
  "url": "/k/1dauixx",
27
27
  "avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
28
28
  "avatarAlt": "浪客用react,java全栈 - 独家号",
@@ -52,7 +52,7 @@
52
52
  {
53
53
  "title": "从MVC到DDD的架构演进",
54
54
  "description": "",
55
- "votes": "92",
55
+ "votes": "93",
56
56
  "url": "/k/c7mn7hz",
57
57
  "avatar": "https://img.toutiao.io/subject/ea8976fb047b483dacc34fd01e51d47e/thumb",
58
58
  "avatarAlt": "Java研发 - 独家号",
@@ -62,7 +62,7 @@
62
62
  {
63
63
  "title": "面渣逆袭:Java并发六十问,图文详解,快来看看你会多少道!",
64
64
  "description": "",
65
- "votes": "90",
65
+ "votes": "93",
66
66
  "url": "/k/4ndh1gd",
67
67
  "avatar": "https://img.toutiao.io/subject/d42ad8a9192a430b9df44df9a6d383df/thumb",
68
68
  "avatarAlt": "三分恶 - 独家号",
@@ -102,13 +102,23 @@
102
102
  {
103
103
  "title": "阿里专家:如何画出优秀的架构图?",
104
104
  "description": "",
105
- "votes": "71",
105
+ "votes": "73",
106
106
  "url": "/k/92sk26n",
107
107
  "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
108
108
  "avatarAlt": "Bloomingroses - 独家号",
109
109
  "subjectName": "Bloomingroses",
110
110
  "homeUrl": "/subjects/98777"
111
111
  },
112
+ {
113
+ "title": "作为研发Leader,如何做总结",
114
+ "description": "",
115
+ "votes": "74",
116
+ "url": "/k/1g7flto",
117
+ "avatar": "https://img.toutiao.io/subject/6fc0fabfe93146e28ff47aa9f908dee9/thumb",
118
+ "avatarAlt": "天行者YANG - 独家号",
119
+ "subjectName": "天行者YANG",
120
+ "homeUrl": "/subjects/199751"
121
+ },
112
122
  {
113
123
  "title": "优雅整洁的 Java 代码命名技巧,风之极·净化",
114
124
  "description": "",
@@ -120,24 +130,24 @@
120
130
  "homeUrl": "/subjects/132403"
121
131
  },
122
132
  {
123
- "title": "作为研发Leader,如何做总结",
133
+ "title": "真香啊!接私活必备的 N 个开源项目(附源码合集第一期)!收藏走起!",
124
134
  "description": "",
125
- "votes": "73",
126
- "url": "/k/1g7flto",
127
- "avatar": "https://img.toutiao.io/subject/6fc0fabfe93146e28ff47aa9f908dee9/thumb",
128
- "avatarAlt": "天行者YANG - 独家号",
129
- "subjectName": "天行者YANG",
130
- "homeUrl": "/subjects/199751"
135
+ "votes": "72",
136
+ "url": "/k/he7umju",
137
+ "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
138
+ "avatarAlt": "服务架构及中台 - 独家号",
139
+ "subjectName": "服务架构及中台",
140
+ "homeUrl": "/subjects/26578"
131
141
  },
132
142
  {
133
- "title": "3万字 | 34 图 | Netty | 内核角度看IO模型",
143
+ "title": "支付系统架构设计详解",
134
144
  "description": "",
135
- "votes": "69",
136
- "url": "/k/zavpca4",
137
- "avatar": "https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb",
138
- "avatarAlt": "乱点技能树 - 独家号",
139
- "subjectName": "乱点技能树",
140
- "homeUrl": "/subjects/194141"
145
+ "votes": "64",
146
+ "url": "/k/5tx1zgw",
147
+ "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
148
+ "avatarAlt": "服务架构及中台 - 独家号",
149
+ "subjectName": "服务架构及中台",
150
+ "homeUrl": "/subjects/26578"
141
151
  },
142
152
  {
143
153
  "title": "服务探活的五种方式",
@@ -170,24 +180,14 @@
170
180
  "homeUrl": "/subjects/14371"
171
181
  },
172
182
  {
173
- "title": "真香啊!接私活必备的 N 个开源项目(附源码合集第一期)!收藏走起!",
174
- "description": "",
175
- "votes": "66",
176
- "url": "/k/he7umju",
177
- "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
178
- "avatarAlt": "服务架构及中台 - 独家号",
179
- "subjectName": "服务架构及中台",
180
- "homeUrl": "/subjects/26578"
181
- },
182
- {
183
- "title": "支付系统架构设计详解",
184
- "description": "",
185
- "votes": "57",
186
- "url": "/k/5tx1zgw",
187
- "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
188
- "avatarAlt": "服务架构及中台 - 独家号",
189
- "subjectName": "服务架构及中台",
190
- "homeUrl": "/subjects/26578"
183
+ "title": "百度和米哈游的Golang面试经验分享",
184
+ "description": "最近面了两家公司的go技术岗位,一家百度,一家米哈游,面试的情况也不太乐观,现在分享一下面试中问的问题吧。两家都是采用线上面试的,当时没有录音,现在全靠自己的回忆来复盘一下了。百度...",
185
+ "votes": "62",
186
+ "url": "/k/q0sox0k",
187
+ "avatar": "https://img.toutiao.io/subject/de644bbb42b34c618fad49fb47759970/thumb",
188
+ "avatarAlt": "4k咖啡豆 - 独家号",
189
+ "subjectName": "4k咖啡豆",
190
+ "homeUrl": "/subjects/158649"
191
191
  },
192
192
  {
193
193
  "title": "原来这才是动态代理!!!",
@@ -210,14 +210,24 @@
210
210
  "homeUrl": "/subjects/136176"
211
211
  },
212
212
  {
213
- "title": "百度和米哈游的Golang面试经验分享",
214
- "description": "最近面了两家公司的go技术岗位,一家百度,一家米哈游,面试的情况也不太乐观,现在分享一下面试中问的问题吧。两家都是采用线上面试的,当时没有录音,现在全靠自己的回忆来复盘一下了。百度...",
215
- "votes": "59",
216
- "url": "/k/q0sox0k",
217
- "avatar": "https://img.toutiao.io/subject/de644bbb42b34c618fad49fb47759970/thumb",
218
- "avatarAlt": "4k咖啡豆 - 独家号",
219
- "subjectName": "4k咖啡豆",
220
- "homeUrl": "/subjects/158649"
213
+ "title": "嗨,我想和你分享一下千万级支付对账系统是怎么设计的。",
214
+ "description": "",
215
+ "votes": "55",
216
+ "url": "/k/44s6x73",
217
+ "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
218
+ "avatarAlt": "服务架构及中台 - 独家号",
219
+ "subjectName": "服务架构及中台",
220
+ "homeUrl": "/subjects/26578"
221
+ },
222
+ {
223
+ "title": "如何撰写好的技术方案设计-真实案例干货分享",
224
+ "description": "",
225
+ "votes": "55",
226
+ "url": "/k/0f5fv4t",
227
+ "avatar": "https://img.toutiao.io/subject/bd96da5f87da45b8a1b5f3e6715a6482/thumb",
228
+ "avatarAlt": "浅谈架构 - 独家号",
229
+ "subjectName": "浅谈架构",
230
+ "homeUrl": "/subjects/379488"
221
231
  },
222
232
  {
223
233
  "title": "超快速定位OOM,值得收藏",
@@ -229,16 +239,6 @@
229
239
  "subjectName": "进击的程序猿",
230
240
  "homeUrl": "/subjects/24912"
231
241
  },
232
- {
233
- "title": "嗨,我想和你分享一下千万级支付对账系统是怎么设计的。",
234
- "description": "",
235
- "votes": "54",
236
- "url": "/k/44s6x73",
237
- "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
238
- "avatarAlt": "服务架构及中台 - 独家号",
239
- "subjectName": "服务架构及中台",
240
- "homeUrl": "/subjects/26578"
241
- },
242
242
  {
243
243
  "title": "面试官问: Redis为什么是单线程、及高并发快的原因?",
244
244
  "description": "",