@wcj/github-rank 22.4.18 → 22.4.19

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 +23774 -23774
  2. package/dist/sifou-daily.json +63 -18
  3. package/dist/sifou-monthly.json +50 -50
  4. package/dist/sifou-weekly.json +119 -119
  5. package/dist/toutiao-30.json +70 -70
  6. package/dist/toutiao-7.json +80 -80
  7. package/dist/toutiao-90.json +11 -11
  8. package/dist/trending-daily.json +159 -159
  9. package/dist/trending-monthly.json +146 -146
  10. package/dist/trending-weekly.json +161 -161
  11. package/dist/users.china.json +1868 -1868
  12. package/dist/users.json +1921 -1921
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +23774 -23774
  16. package/web/data/sifou-daily.json +63 -18
  17. package/web/data/sifou-monthly.json +50 -50
  18. package/web/data/sifou-weekly.json +119 -119
  19. package/web/data/toutiao-30.json +70 -70
  20. package/web/data/toutiao-7.json +80 -80
  21. package/web/data/toutiao-90.json +11 -11
  22. package/web/data/trending-daily.json +159 -159
  23. package/web/data/trending-monthly.json +146 -146
  24. package/web/data/trending-weekly.json +161 -161
  25. package/web/data/users.china.json +1868 -1868
  26. package/web/data/users.json +1921 -1921
  27. package/web/index.html +1056 -1056
  28. package/web/repos.html +3348 -3348
  29. package/web/sifou-daily.html +156 -16
  30. package/web/sifou-monthly.html +75 -75
  31. package/web/sifou-weekly.html +114 -114
  32. package/web/toutiao-30.html +88 -88
  33. package/web/toutiao-7.html +66 -66
  34. package/web/toutiao-90.html +25 -25
  35. package/web/trending-monthly.html +135 -135
  36. package/web/trending-weekly.html +144 -144
  37. package/web/trending.html +140 -136
  38. package/web/users.china.html +904 -904
@@ -9,11 +9,11 @@
9
9
  "rank": 1
10
10
  },
11
11
  {
12
- "title": "硬核 | Redis 布隆(Bloom Filter)过滤器原理与实战",
13
- "description": "在Redis 缓存击穿(失效)、缓存穿透、缓存雪崩怎么解决?中我们说到可以使用布隆过滤器避免「缓存穿透」。码哥,布隆过滤器还能在哪些场景使用呀?比如我们使用「码哥跳动」开发的「明日头条」APP 看新闻,如何...",
14
- "url": "https://segmentfault.com/a/1190000041686261",
15
- "author": "码哥字节",
16
- "home_url": "https://segmentfault.com/u/magebyte",
12
+ "title": "图说前端-送给您百张前端技术图谱",
13
+ "description": "TNTWeb - 全称腾讯新闻前端团队,组内小伙伴在 Web 前端、NodeJS 开发、UI 设计、移动 APP 等大前端领域都有所实践和积累。目前团队主要支持腾讯新闻各业务的前端开发,业务开发之余也积累沉淀了一些前端基础设施...",
14
+ "url": "https://segmentfault.com/a/1190000041707644",
15
+ "author": "TNTWEB",
16
+ "home_url": "https://segmentfault.com/u/tnfe",
17
17
  "votes": "12",
18
18
  "rank": 2
19
19
  },
@@ -54,21 +54,21 @@
54
54
  "rank": 6
55
55
  },
56
56
  {
57
- "title": "图说前端-送给您百张前端技术图谱",
58
- "description": "TNTWeb - 全称腾讯新闻前端团队,组内小伙伴在 Web 前端、NodeJS 开发、UI 设计、移动 APP 等大前端领域都有所实践和积累。目前团队主要支持腾讯新闻各业务的前端开发,业务开发之余也积累沉淀了一些前端基础设施...",
59
- "url": "https://segmentfault.com/a/1190000041707644",
60
- "author": "TNTWEB",
61
- "home_url": "https://segmentfault.com/u/tnfe",
57
+ "title": "不借助 Javascript,利用 SVG 快速构建马赛克效果",
58
+ "description": "之前在公众号转发了好友 Vajoy 的一篇文章 -- 巧用 CSS 把图片马赛克风格化。核心是利用了 CSS 中一个很有意思的属性 -- image-rendering,它可以用于设置图像缩放算法。何为 image-rendering?CSS 属性 image-re...",
59
+ "url": "https://segmentfault.com/a/1190000041690130",
60
+ "author": "chokcoco",
61
+ "home_url": "https://segmentfault.com/u/chokcoco",
62
62
  "votes": "8",
63
63
  "rank": 7
64
64
  },
65
65
  {
66
- "title": "打造轻量级 WebIDE,看这一篇文章就够啦",
67
- "description": "目前团队正在着手搭建低代码平台,该平台将支持 LowCode/ProCode 双模式在线开发,而 ProCode 场景便需要一个功能相对完备的运行在浏览器的 WebIDE。同时考虑到未来可能的一些区块代码平台的需求,将 WebIDE 模块...",
68
- "url": "https://segmentfault.com/a/1190000041686221",
69
- "author": "云音乐技术团队",
70
- "home_url": "https://segmentfault.com/u/musicfe",
71
- "votes": "3",
66
+ "title": "5个一定要学会的JavaScript新特性",
67
+ "description": "也许你我素未谋面,但很可能相见恨晚,我是前端胖头鱼前言JavaScript在不断地升级迭代,越来越多的新特性让我们的代码写起来变得简洁有趣,这篇文章会介绍5个新特性,一起研究一下把。1.# 使用\"Object.hasOwn\"替...",
68
+ "url": "https://segmentfault.com/a/1190000041694411",
69
+ "author": "前端胖头鱼",
70
+ "home_url": "https://segmentfault.com/u/116263",
71
+ "votes": "11",
72
72
  "rank": 8
73
73
  },
74
74
  {
@@ -77,7 +77,7 @@
77
77
  "url": "https://segmentfault.com/a/1190000041647249",
78
78
  "author": "前端小智",
79
79
  "home_url": "https://segmentfault.com/u/minnanitkong",
80
- "votes": "4",
80
+ "votes": "5",
81
81
  "rank": 9
82
82
  },
83
83
  {
@@ -89,15 +89,6 @@
89
89
  "votes": "5",
90
90
  "rank": 10
91
91
  },
92
- {
93
- "title": "5个一定要学会的JavaScript新特性",
94
- "description": "也许你我素未谋面,但很可能相见恨晚,我是前端胖头鱼前言JavaScript在不断地升级迭代,越来越多的新特性让我们的代码写起来变得简洁有趣,这篇文章会介绍5个新特性,一起研究一下把。1.# 使用\"Object.hasOwn\"替...",
95
- "url": "https://segmentfault.com/a/1190000041694411",
96
- "author": "前端胖头鱼",
97
- "home_url": "https://segmentfault.com/u/116263",
98
- "votes": "9",
99
- "rank": 11
100
- },
101
92
  {
102
93
  "title": "《8分钟学会 Vue.js 原理》:一、template 字符串编译为抽象语法树 AST",
103
94
  "description": "《8分钟学会 Vue.js 原理》:一、template 字符串编译为抽象语法树 ASTVue.js 并没有什么神秘的魔法,模板渲染、虚拟 DOM diff,也都是一行行代码基于 API 实现的。本文将用几分钟时间,分章节讲清楚 Vue.js 2.0 ...",
@@ -105,52 +96,7 @@
105
96
  "author": "帅到被人砍",
106
97
  "home_url": "https://segmentfault.com/u/juniortour",
107
98
  "votes": "4",
108
- "rank": 12
109
- },
110
- {
111
- "title": "墨菲安全正式发布 murphysec 开源项目!让开发者更安全的使用开源代码",
112
- "description": "4 月 11 日,墨菲安全正式发布了其开源软件安全检测工具——murphysec 。据悉,该项目集合了易用、专业、创新等优势,意在帮助每一位开发者更安全的使用开源代码。",
113
- "url": "https://segmentfault.com/a/1190000041684916",
114
- "author": "MissD",
115
- "home_url": "https://segmentfault.com/u/d2ms1shh",
116
- "votes": "2",
117
- "rank": 13
118
- },
119
- {
120
- "title": "笔试算法题总结",
121
- "description": "hashmap的原理这里不再讲述,不知道的小伙伴可以看这篇文章。Hash与HashMaphashmap数据结构的引入能帮助我们将O(n)的时间复杂度降低为O(1)的时间复杂度,代价是使用了O(n)的空间复杂度。这么一看好像功过参半...",
122
- "url": "https://segmentfault.com/a/1190000041688073",
123
- "author": "小强Zzz",
124
- "home_url": "https://segmentfault.com/u/zhaokaiqiang",
125
- "votes": "5",
126
- "rank": 14
127
- },
128
- {
129
- "title": "了解一下 ::target-text 选择器",
130
- "description": "欢迎关注我的公众号:前端侦探最近在 MDN 官网看到了一个从未见过的选择器,::target-text。简单研究了一下,觉得还有点意思,也有点实际用处,现在分享一下。一、::target-text 是干什么的想必大家都用过:target...",
131
- "url": "https://segmentfault.com/a/1190000041685048",
132
- "author": "XboxYan",
133
- "home_url": "https://segmentfault.com/u/xboxyan",
134
- "votes": "4",
135
- "rank": 15
136
- },
137
- {
138
- "title": "不借助 Javascript,利用 SVG 快速构建马赛克效果",
139
- "description": "之前在公众号转发了好友 Vajoy 的一篇文章 -- 巧用 CSS 把图片马赛克风格化。核心是利用了 CSS 中一个很有意思的属性 -- image-rendering,它可以用于设置图像缩放算法。何为 image-rendering?CSS 属性 image-re...",
140
- "url": "https://segmentfault.com/a/1190000041690130",
141
- "author": "chokcoco",
142
- "home_url": "https://segmentfault.com/u/chokcoco",
143
- "votes": "6",
144
- "rank": 16
145
- },
146
- {
147
- "title": "告别收费BI!如何自己动手做一个免费的可视化数据报表还支持文档在线预览?",
148
- "description": "本人大学刚毕业目前在一家互联网公司从事产品运营工作,一季度刚过,公司需要我出一份产品运营数据报表,由于产品用户数据、订单数据等数据量太大,我希望找一款Bi产品,支持我做出一个精美的可视化报表,还可以...",
149
- "url": "https://segmentfault.com/a/1190000041685816",
150
- "author": "徐骏",
151
- "home_url": "https://segmentfault.com/u/xujun_6253b72d8cc31",
152
- "votes": "9",
153
- "rank": 17
99
+ "rank": 11
154
100
  },
155
101
  {
156
102
  "title": "写给“未来的”组件库的调研和思考",
@@ -159,7 +105,16 @@
159
105
  "author": "玩弄心里的鬼",
160
106
  "home_url": "https://segmentfault.com/u/lizongyuan",
161
107
  "votes": "2",
162
- "rank": 18
108
+ "rank": 12
109
+ },
110
+ {
111
+ "title": "后端学习值得收藏的一些开源电子书",
112
+ "description": "这是龙芯团队胡伟武老师等人编写的《计算机体系结构基础》(第三版)的开源版本。胡伟武是著名的计算机领域专家,任龙芯中科技术有限公司董事长,也是我国第一颗通用处理器龙芯的总设计师。",
113
+ "url": "https://segmentfault.com/a/1190000041691470",
114
+ "author": "LeanCloud",
115
+ "home_url": "https://segmentfault.com/u/leancloud",
116
+ "votes": "6",
117
+ "rank": 13
163
118
  },
164
119
  {
165
120
  "title": "冴羽答读者问:怎么才能像你一样写文章如喝水?",
@@ -168,7 +123,7 @@
168
123
  "author": "冴羽",
169
124
  "home_url": "https://segmentfault.com/u/yayu",
170
125
  "votes": "3",
171
- "rank": 19
126
+ "rank": 14
172
127
  },
173
128
  {
174
129
  "title": "开发者必读:2022年移动应用趋势洞察白皮书",
@@ -177,25 +132,7 @@
177
132
  "author": "HMSCore",
178
133
  "home_url": "https://segmentfault.com/u/hms_core",
179
134
  "votes": "2",
180
- "rank": 20
181
- },
182
- {
183
- "title": "异步验证器防抖的补充 以及 记录动态组件遇到的问题",
184
- "description": "补充这里对上文的异步验证器防抖做一点补充。[链接] {代码...} 上文的最后提到,发现这种写法可以。经过老师的判断后,发现几种写法的关键在于一个问题:每次获得新值的时候,fromControl是否会取消对上一个数据...",
185
- "url": "https://segmentfault.com/a/1190000041688103",
186
- "author": "weiewiyi",
187
- "home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
188
- "votes": "3",
189
- "rank": 21
190
- },
191
- {
192
- "title": "这篇手写 Promise 你一定要康康",
193
- "description": "最近重温了一下 Q/Promise 的设计讲解,结合自己的理解和一些小优化,决定也来写一篇手写 Promise 的文章。本文的内容适合对 Promise 的使用有一定了解的童鞋,因为过程中不会过多解释 Promise 的基础操作。我们...",
194
- "url": "https://segmentfault.com/a/1190000041687791",
195
- "author": "deepfunc",
196
- "home_url": "https://segmentfault.com/u/deepfunc",
197
- "votes": "3",
198
- "rank": 22
135
+ "rank": 15
199
136
  },
200
137
  {
201
138
  "title": "得物App H5秒开优化实战",
@@ -203,17 +140,8 @@
203
140
  "url": "https://segmentfault.com/a/1190000041701111",
204
141
  "author": "得物技术",
205
142
  "home_url": "https://segmentfault.com/u/dewujishu",
206
- "votes": "2",
207
- "rank": 23
208
- },
209
- {
210
- "title": "后端学习值得收藏的一些开源电子书",
211
- "description": "这是龙芯团队胡伟武老师等人编写的《计算机体系结构基础》(第三版)的开源版本。胡伟武是著名的计算机领域专家,任龙芯中科技术有限公司董事长,也是我国第一颗通用处理器龙芯的总设计师。",
212
- "url": "https://segmentfault.com/a/1190000041691470",
213
- "author": "LeanCloud",
214
- "home_url": "https://segmentfault.com/u/leancloud",
215
- "votes": "5",
216
- "rank": 24
143
+ "votes": "3",
144
+ "rank": 16
217
145
  },
218
146
  {
219
147
  "title": "[性能优化] 为虚拟列表增加离屏渲染和缓存",
@@ -222,7 +150,16 @@
222
150
  "author": "皮小蛋",
223
151
  "home_url": "https://segmentfault.com/u/scaukk",
224
152
  "votes": "0",
225
- "rank": 25
153
+ "rank": 17
154
+ },
155
+ {
156
+ "title": "搞懂 TypeScript 中的映射类型(Mapped Types)",
157
+ "description": "本文会和大家详细介绍 TypeScript 中的映射类型(Mapped Type),看完本文你将学到以下知识点:数学中的映射和 TS 中的映射类型的关系;TS 中映射类型的应用;TS 中映射类型修饰符的应用;接下来会先从「数学中的...",
158
+ "url": "https://segmentfault.com/a/1190000041715281",
159
+ "author": "pingan8787",
160
+ "home_url": "https://segmentfault.com/u/pingan8787",
161
+ "votes": "4",
162
+ "rank": 18
226
163
  },
227
164
  {
228
165
  "title": "支付宝小程序 横屏电子版签字 ,canvas实现",
@@ -231,7 +168,7 @@
231
168
  "author": "那年",
232
169
  "home_url": "https://segmentfault.com/u/nanian_5cd6881d3cc98",
233
170
  "votes": "1",
234
- "rank": 26
171
+ "rank": 19
235
172
  },
236
173
  {
237
174
  "title": "天地图修改主题颜色修改背景色",
@@ -240,7 +177,16 @@
240
177
  "author": "SangSir",
241
178
  "home_url": "https://segmentfault.com/u/sangsir",
242
179
  "votes": "1",
243
- "rank": 27
180
+ "rank": 20
181
+ },
182
+ {
183
+ "title": "Go语言轻松进阶",
184
+ "description": "导读 {代码...} 今天我们开始进入《Go语言轻松进阶》系列第二章「内存与垃圾回收」第二部分「Go语言内存管理」。关于「内存与垃圾回收」章节,会从如下三大部分展开:读前知识储备(已完结)指针的大小内存的线性分...",
185
+ "url": "https://segmentfault.com/a/1190000041708020",
186
+ "author": "TIGERB",
187
+ "home_url": "https://segmentfault.com/u/tigerb",
188
+ "votes": "1",
189
+ "rank": 21
244
190
  },
245
191
  {
246
192
  "title": "正则表达式提取 git 提交记录中的新增代码行",
@@ -249,24 +195,78 @@
249
195
  "author": "Dushusir",
250
196
  "home_url": "https://segmentfault.com/u/dushusir",
251
197
  "votes": "1",
252
- "rank": 28
198
+ "rank": 22
253
199
  },
254
200
  {
255
- "title": "Go语言轻松进阶",
256
- "description": "导读 {代码...} 今天我们开始进入《Go语言轻松进阶》系列第二章「内存与垃圾回收」第二部分「Go语言内存管理」。关于「内存与垃圾回收」章节,会从如下三大部分展开:读前知识储备(已完结)指针的大小内存的线性分...",
257
- "url": "https://segmentfault.com/a/1190000041708020",
258
- "author": "TIGERB",
259
- "home_url": "https://segmentfault.com/u/tigerb",
201
+ "title": "ECMAScript 新提案:.findLast()和.findLastIndex()从尾到头搜索数组",
202
+ "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
203
+ "url": "https://segmentfault.com/a/1190000041677593",
204
+ "author": "前端小智",
205
+ "home_url": "https://segmentfault.com/u/minnanitkong",
260
206
  "votes": "1",
261
- "rank": 29
207
+ "rank": 23
262
208
  },
263
209
  {
264
- "title": "Java 18 新功能介绍",
265
- "description": "文章持续更新,可以关注公众号程序猿阿朗或访问未读代码博客。 本文 Github.com/niumoo/JavaNotes 已经收录,欢迎Star。Java 18 在2022 年 3 月 22 日正式发布,Java 18 不是一个长期支持版本,这次更新共带来 9 ...",
266
- "url": "https://segmentfault.com/a/1190000041684565",
267
- "author": "程序猿阿朗",
268
- "home_url": "https://segmentfault.com/u/niumoo",
210
+ "title": "gitlab CI/CD配置中遇到的问题",
211
+ "description": "先来说一下配置CI/CD的目的,我们在提交代码后即提交push请求后gitLab会自动生成一个pipeLine任务,如果我们想要在每次提交代码之后都跑一次单元测试就需要对其进行编辑,此外我们还可以在此运行我们自定义的脚本...",
212
+ "url": "https://segmentfault.com/a/1190000041711569",
213
+ "author": "李明",
214
+ "home_url": "https://segmentfault.com/u/pluto_612f55567eb8c",
215
+ "votes": "3",
216
+ "rank": 24
217
+ },
218
+ {
219
+ "title": "GitHub/GitLab配置SSH Key,以及RSA入门",
220
+ "description": "前言团队的项目近期更换到GitLab托管了,验证方式也从以前的HTTPS+SSH变成了纯SSH,所以就需要配置SSH Key。SSH的加密使用的RSA算法,文章末尾将给出一个简单的加密解密演示。一、生成公钥私钥对先看看无Key连接...",
221
+ "url": "https://segmentfault.com/a/1190000041713720",
222
+ "author": "LYX6666",
223
+ "home_url": "https://segmentfault.com/u/liuyuxuan6666",
224
+ "votes": "3",
225
+ "rank": 25
226
+ },
227
+ {
228
+ "title": "初看满头问号,看懂直接跪下!",
229
+ "description": "你好呀,我是歪歪。我最近在 stackoverflow 上看到一段代码,怎么说呢。就是初看一脸懵逼,看懂直接跪下!我先带你看看 stackoverflow 上的这个问题是啥,然后引出这段代码:[链接]问题特别简单,就一句话:谁能...",
230
+ "url": "https://segmentfault.com/a/1190000041696508",
231
+ "author": "why技术",
232
+ "home_url": "https://segmentfault.com/u/whyjishu",
233
+ "votes": "3",
234
+ "rank": 26
235
+ },
236
+ {
237
+ "title": "推荐个我在用的免费翻译软件,支持多家翻译API整合",
238
+ "description": "前段时间发了个关于《Spring支持PHP》的视频:点击查看然后有小伙伴留言说:“你这个翻译好像很好用的样子”。的确,我自己也觉得很好用。之前视频没看过的不知道是哪个,可以通过截图简单了解下:基本操作就是选中...",
239
+ "url": "https://segmentfault.com/a/1190000041695503",
240
+ "author": "程序猿DD",
241
+ "home_url": "https://segmentfault.com/u/coderdd",
242
+ "votes": "1",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "一个小目标的达成——Milvus 10,000 星!",
247
+ "description": "近日,开源项目 Milvus 在向量数据库征程上取得了新的里程碑——GitHub 10,000 星。虽然我们认为 star 数不是评价开源项目质量的唯一标准,但还是感谢每一位通过点星来支持 Milvus 项目的开发者。",
248
+ "url": "https://segmentfault.com/a/1190000041695335",
249
+ "author": "Zilliz",
250
+ "home_url": "https://segmentfault.com/u/zilliz",
251
+ "votes": "1",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "都“毕业”了,靠什么和东哥做“兄弟”?",
256
+ "description": "追根溯源,首先是马老师作为大佬们能说会道的担当曝出金句:\"未来,我们希望每年向社会推荐输出至少1000名10年以上的阿里人,他们应该参与到社会建设\"。",
257
+ "url": "https://segmentfault.com/a/1190000041709916",
258
+ "author": "不会写代码的小白",
259
+ "home_url": "https://segmentfault.com/u/z_61ea63e052dfb",
269
260
  "votes": "2",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "超越 Nginx!号称下一代 Web 服务器,用起来够优雅!",
265
+ "description": "Nginx是一款非常流行的Web服务器,在Github上已有16K+Star,我们经常用它来做静态资源托管或反向代理。最近发现了一款全新的Web服务器Caddy,Star数超越Nginx,标星38K+Star。试用了一下Caddy,发现它使用起来比N...",
266
+ "url": "https://segmentfault.com/a/1190000041689452",
267
+ "author": "macrozheng",
268
+ "home_url": "https://segmentfault.com/u/macrozheng",
269
+ "votes": "1",
270
270
  "rank": 30
271
271
  }
272
272
  ]
@@ -1,4 +1,14 @@
1
1
  [
2
+ {
3
+ "title": "9大高性能优化经验总结,强烈建议收藏!!!",
4
+ "description": "",
5
+ "votes": "100",
6
+ "url": "/k/26za4ep",
7
+ "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
8
+ "avatarAlt": "进击的程序猿 - 独家号",
9
+ "subjectName": "进击的程序猿",
10
+ "homeUrl": "/subjects/24912"
11
+ },
2
12
  {
3
13
  "title": "Kafka 面试连环炮, 看看你能撑到哪一步?",
4
14
  "description": "",
@@ -9,16 +19,6 @@
9
19
  "subjectName": "服务架构及中台",
10
20
  "homeUrl": "/subjects/26578"
11
21
  },
12
- {
13
- "title": "9大高性能优化经验总结,强烈建议收藏!!!",
14
- "description": "",
15
- "votes": "94",
16
- "url": "/k/26za4ep",
17
- "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
18
- "avatarAlt": "进击的程序猿 - 独家号",
19
- "subjectName": "进击的程序猿",
20
- "homeUrl": "/subjects/24912"
21
- },
22
22
  {
23
23
  "title": "如果你是一个Golang面试官,你会问哪些问题?",
24
24
  "description": "",
@@ -29,6 +29,16 @@
29
29
  "subjectName": "GoHackers",
30
30
  "homeUrl": "/subjects/1385"
31
31
  },
32
+ {
33
+ "title": "技术开发人员如何制定自己的OKR",
34
+ "description": "",
35
+ "votes": "81",
36
+ "url": "/k/zq8oiet",
37
+ "avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
38
+ "avatarAlt": "ASCE1885 - 独家号",
39
+ "subjectName": "ASCE1885",
40
+ "homeUrl": "/subjects/4829"
41
+ },
32
42
  {
33
43
  "title": "解析分布式系统的缓存设计",
34
44
  "description": "",
@@ -49,20 +59,10 @@
49
59
  "subjectName": "浪客用react,java全栈",
50
60
  "homeUrl": "/subjects/132403"
51
61
  },
52
- {
53
- "title": "时间轮原理及其在框架中的应用",
54
- "description": "",
55
- "votes": "79",
56
- "url": "/k/1dwwpfd",
57
- "avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
58
- "avatarAlt": "ASCE1885 - 独家号",
59
- "subjectName": "ASCE1885",
60
- "homeUrl": "/subjects/4829"
61
- },
62
62
  {
63
63
  "title": "系统架构的11条原则",
64
64
  "description": "基本原则原则一:价值为王解析:价值为王的另一种说法叫做YAGNI。YAGNI 是 You aren’t gonna need it 的缩写。该原则的基本含义就是,不应该开发任何当前...",
65
- "votes": "83",
65
+ "votes": "86",
66
66
  "url": "/k/xbwjqgj",
67
67
  "avatar": "https://img.toutiao.io/subject/4325865040b44c0b9e2d8d80a83d1d11/thumb",
68
68
  "avatarAlt": "编程一生 - 独家号",
@@ -70,15 +70,25 @@
70
70
  "homeUrl": "/subjects/350352"
71
71
  },
72
72
  {
73
- "title": "技术开发人员如何制定自己的OKR",
73
+ "title": "时间轮原理及其在框架中的应用",
74
74
  "description": "",
75
- "votes": "74",
76
- "url": "/k/zq8oiet",
75
+ "votes": "79",
76
+ "url": "/k/1dwwpfd",
77
77
  "avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
78
78
  "avatarAlt": "ASCE1885 - 独家号",
79
79
  "subjectName": "ASCE1885",
80
80
  "homeUrl": "/subjects/4829"
81
81
  },
82
+ {
83
+ "title": "万字长文助你上手软件领域驱动设计 DDD",
84
+ "description": "",
85
+ "votes": "79",
86
+ "url": "/k/72nuj7z",
87
+ "avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
88
+ "avatarAlt": "趣编程的独家号 - 独家号",
89
+ "subjectName": "趣编程的独家号",
90
+ "homeUrl": "/subjects/465623"
91
+ },
82
92
  {
83
93
  "title": "20多个好用的 Vue 组件库,请查收!",
84
94
  "description": "",
@@ -100,19 +110,19 @@
100
110
  "homeUrl": "/subjects/1385"
101
111
  },
102
112
  {
103
- "title": "万字长文助你上手软件领域驱动设计 DDD",
113
+ "title": "别再说你不懂规则引擎了!",
104
114
  "description": "",
105
- "votes": "78",
106
- "url": "/k/72nuj7z",
107
- "avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
108
- "avatarAlt": "趣编程的独家号 - 独家号",
109
- "subjectName": "趣编程的独家号",
110
- "homeUrl": "/subjects/465623"
115
+ "votes": "74",
116
+ "url": "/k/edts5o5",
117
+ "avatar": "https://img.toutiao.io/subject/378e77470970490b9e51050078d80e34/thumb",
118
+ "avatarAlt": "安全屋 - 独家号",
119
+ "subjectName": "安全屋",
120
+ "homeUrl": "/subjects/27565"
111
121
  },
112
122
  {
113
123
  "title": "盘点 3 月份 yyds 的开源项目",
114
124
  "description": "",
115
- "votes": "75",
125
+ "votes": "77",
116
126
  "url": "/k/79431xa",
117
127
  "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
118
128
  "avatarAlt": "服务架构及中台 - 独家号",
@@ -139,26 +149,26 @@
139
149
  "subjectName": "Java研发",
140
150
  "homeUrl": "/subjects/2079"
141
151
  },
142
- {
143
- "title": "Go 高性能编程技法",
144
- "description": "",
145
- "votes": "64",
146
- "url": "/k/405ts7m",
147
- "avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
148
- "avatarAlt": "趣编程的独家号 - 独家号",
149
- "subjectName": "趣编程的独家号",
150
- "homeUrl": "/subjects/465623"
151
- },
152
152
  {
153
153
  "title": "腾讯一面:CORS为什么能保障安全?为什么只对复杂请求做预检?",
154
154
  "description": "",
155
- "votes": "69",
155
+ "votes": "70",
156
156
  "url": "/k/quomj0f",
157
157
  "avatar": "https://img.toutiao.io/subject/c9bc51847b0c4b49aca52d0eaa087ed1/thumb",
158
158
  "avatarAlt": "冷星前端圈 - 独家号",
159
159
  "subjectName": "冷星前端圈",
160
160
  "homeUrl": "/subjects/380054"
161
161
  },
162
+ {
163
+ "title": "玩转 Spring Boot 原理篇(启动机制源码剖析)",
164
+ "description": "",
165
+ "votes": "59",
166
+ "url": "/k/c0in8ue",
167
+ "avatar": "https://img.toutiao.io/subject/b4777bbb5fa24a528ca72184edd23114/thumb",
168
+ "avatarAlt": "一猿小讲 - 独家号",
169
+ "subjectName": "一猿小讲",
170
+ "homeUrl": "/subjects/413084"
171
+ },
162
172
  {
163
173
  "title": "一年实现降本60%,货拉拉全链路监控演进史",
164
174
  "description": "",
@@ -170,14 +180,14 @@
170
180
  "homeUrl": "/subjects/132121"
171
181
  },
172
182
  {
173
- "title": "玩转 Spring Boot 原理篇(启动机制源码剖析)",
183
+ "title": "万字长文,教你用go开发区块链应用",
174
184
  "description": "",
175
- "votes": "56",
176
- "url": "/k/c0in8ue",
177
- "avatar": "https://img.toutiao.io/subject/b4777bbb5fa24a528ca72184edd23114/thumb",
178
- "avatarAlt": "一猿小讲 - 独家号",
179
- "subjectName": "一猿小讲",
180
- "homeUrl": "/subjects/413084"
185
+ "votes": "55",
186
+ "url": "/k/3f3i7ey",
187
+ "avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
188
+ "avatarAlt": "GoHackers - 独家号",
189
+ "subjectName": "GoHackers",
190
+ "homeUrl": "/subjects/1385"
181
191
  },
182
192
  {
183
193
  "title": "总结篇:消息中间件MQ的学习境界和路线",
@@ -199,16 +209,6 @@
199
209
  "subjectName": "架构必知必会",
200
210
  "homeUrl": "/subjects/472073"
201
211
  },
202
- {
203
- "title": "万字长文,教你用go开发区块链应用",
204
- "description": "",
205
- "votes": "53",
206
- "url": "/k/3f3i7ey",
207
- "avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
208
- "avatarAlt": "GoHackers - 独家号",
209
- "subjectName": "GoHackers",
210
- "homeUrl": "/subjects/1385"
211
- },
212
212
  {
213
213
  "title": "JMH + Arthas,性能监控的神器",
214
214
  "description": "",
@@ -219,6 +219,16 @@
219
219
  "subjectName": "浪客用react,java全栈",
220
220
  "homeUrl": "/subjects/132403"
221
221
  },
222
+ {
223
+ "title": "面试必备:聊聊分布式锁的多种实现!",
224
+ "description": "",
225
+ "votes": "52",
226
+ "url": "/k/kypk9q4",
227
+ "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
228
+ "avatarAlt": "Bloomingroses - 独家号",
229
+ "subjectName": "Bloomingroses",
230
+ "homeUrl": "/subjects/98777"
231
+ },
222
232
  {
223
233
  "title": "聊聊API网关",
224
234
  "description": "",
@@ -238,15 +248,5 @@
238
248
  "avatarAlt": "JavaGuide - 独家号",
239
249
  "subjectName": "JavaGuide",
240
250
  "homeUrl": "/subjects/352853"
241
- },
242
- {
243
- "title": "如何从容应对复杂性",
244
- "description": "",
245
- "votes": "52",
246
- "url": "/k/e5pmody",
247
- "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
248
- "avatarAlt": "Bloomingroses - 独家号",
249
- "subjectName": "Bloomingroses",
250
- "homeUrl": "/subjects/98777"
251
251
  }
252
252
  ]