@wcj/github-rank 22.7.2 → 22.7.3
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.
- package/dist/repos.json +17963 -17962
- package/dist/sifou-daily.json +5 -77
- package/dist/sifou-monthly.json +72 -72
- package/dist/sifou-weekly.json +95 -95
- package/dist/toutiao-30.json +29 -29
- package/dist/toutiao-7.json +72 -72
- package/dist/toutiao-90.json +11 -11
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +148 -148
- package/dist/trending-weekly.json +154 -154
- package/dist/users.china.json +1050 -1051
- package/dist/users.json +1886 -1887
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +17963 -17962
- package/web/data/sifou-daily.json +5 -77
- package/web/data/sifou-monthly.json +72 -72
- package/web/data/sifou-weekly.json +95 -95
- package/web/data/toutiao-30.json +29 -29
- package/web/data/toutiao-7.json +72 -72
- package/web/data/toutiao-90.json +11 -11
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +148 -148
- package/web/data/trending-weekly.json +154 -154
- package/web/data/users.china.json +1050 -1051
- package/web/data/users.json +1886 -1887
- package/web/index.html +1035 -1035
- package/web/repos.html +2534 -2534
- package/web/sifou-daily.html +6 -230
- package/web/sifou-monthly.html +142 -142
- package/web/sifou-weekly.html +123 -123
- package/web/toutiao-30.html +33 -33
- package/web/toutiao-7.html +65 -65
- package/web/toutiao-90.html +13 -13
- package/web/trending-monthly.html +139 -139
- package/web/trending-weekly.html +133 -141
- package/web/trending.html +146 -146
- package/web/users.china.html +641 -641
|
@@ -8,6 +8,15 @@
|
|
|
8
8
|
"votes": "14",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
|
+
{
|
|
12
|
+
"title": "SegmentFault 思否技术周刊 -- 超实用 Vue 合集,请查收",
|
|
13
|
+
"description": "Vue.js 是一个用于创建 web 交互界面的工具。其特点是简洁 HTML 模板 + JSON 数据,再创建一个 Vue 实例,就这么简单。数据驱动 自动追踪依赖的模板表达式和计算属性。组件化 用解耦、可复用的组件来构造界面。轻...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000042048392",
|
|
15
|
+
"author": "Beverly",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/beverly0",
|
|
17
|
+
"votes": "6",
|
|
18
|
+
"rank": 2
|
|
19
|
+
},
|
|
11
20
|
{
|
|
12
21
|
"title": "esbuild 构建油猴脚本",
|
|
13
22
|
"description": "前段时间思否十周年,搞了个问答打卡活动。参与打卡活动的人需要在回答问题的结尾加一个“小尾巴”。加小尾巴本身并不难,但是由于官方没有提供快捷方式,每次都需要自己从某个地方拷贝过去,稍嫌繁琐。正好前不久...",
|
|
@@ -15,16 +24,16 @@
|
|
|
15
24
|
"author": "边城",
|
|
16
25
|
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
17
26
|
"votes": "6",
|
|
18
|
-
"rank":
|
|
27
|
+
"rank": 3
|
|
19
28
|
},
|
|
20
29
|
{
|
|
21
|
-
"title": "
|
|
22
|
-
"description": "
|
|
23
|
-
"url": "https://segmentfault.com/a/
|
|
24
|
-
"author": "
|
|
25
|
-
"home_url": "https://segmentfault.com/u/
|
|
30
|
+
"title": "switch 有四样写法你知道么",
|
|
31
|
+
"description": "我所知道的 JavaScript 的 switch 语句只有一种写法。但要说到对分支的处理,写法可就多了去了。if 分支写法可以算一种,switch 分支写法可以算第二种,第三种是使用策略模式,如果要把条件运算符也算上的话,嗯...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000042055258",
|
|
33
|
+
"author": "边城",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
26
35
|
"votes": "6",
|
|
27
|
-
"rank":
|
|
36
|
+
"rank": 4
|
|
28
37
|
},
|
|
29
38
|
{
|
|
30
39
|
"title": "热乎乎的前端\"数字\" 转换 \"货币字符串\", 如此有趣的知识来啦 (Intl.NumberFormat)",
|
|
@@ -33,7 +42,7 @@
|
|
|
33
42
|
"author": "lulu_up",
|
|
34
43
|
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
35
44
|
"votes": "10",
|
|
36
|
-
"rank":
|
|
45
|
+
"rank": 5
|
|
37
46
|
},
|
|
38
47
|
{
|
|
39
48
|
"title": "几百行代码实现一个 JSON 解析器",
|
|
@@ -42,7 +51,7 @@
|
|
|
42
51
|
"author": "crossoverJie",
|
|
43
52
|
"home_url": "https://segmentfault.com/u/crossoverjie",
|
|
44
53
|
"votes": "4",
|
|
45
|
-
"rank":
|
|
54
|
+
"rank": 6
|
|
46
55
|
},
|
|
47
56
|
{
|
|
48
57
|
"title": "React团队最近都在忙啥呢?",
|
|
@@ -51,7 +60,7 @@
|
|
|
51
60
|
"author": "卡颂",
|
|
52
61
|
"home_url": "https://segmentfault.com/u/kasong",
|
|
53
62
|
"votes": "4",
|
|
54
|
-
"rank":
|
|
63
|
+
"rank": 7
|
|
55
64
|
},
|
|
56
65
|
{
|
|
57
66
|
"title": "社招两年半10个公司28轮面试面经(含字节、拼多多、美团、滴滴......)",
|
|
@@ -60,7 +69,7 @@
|
|
|
60
69
|
"author": "CoderW",
|
|
61
70
|
"home_url": "https://segmentfault.com/u/coderw_5fd9998278d42",
|
|
62
71
|
"votes": "6",
|
|
63
|
-
"rank":
|
|
72
|
+
"rank": 8
|
|
64
73
|
},
|
|
65
74
|
{
|
|
66
75
|
"title": "又拍云 Redis 的改进之路",
|
|
@@ -69,7 +78,7 @@
|
|
|
69
78
|
"author": "云叔_又拍云",
|
|
70
79
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
71
80
|
"votes": "4",
|
|
72
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
73
82
|
},
|
|
74
83
|
{
|
|
75
84
|
"title": "Vue项目之使用EditorConfig, Eslint和Prettier实现代码规范",
|
|
@@ -78,26 +87,8 @@
|
|
|
78
87
|
"author": "玛尔斯通",
|
|
79
88
|
"home_url": "https://segmentfault.com/u/zhouqichao",
|
|
80
89
|
"votes": "8",
|
|
81
|
-
"rank": 9
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"title": "Flex & Bison 开始",
|
|
85
|
-
"description": "Flex 用于词法分析(lexical analysis,或称 scanning),把输入分割成一个个有意义的词块,称为记号(token)。",
|
|
86
|
-
"url": "https://segmentfault.com/a/1190000042035066",
|
|
87
|
-
"author": "GoCoding",
|
|
88
|
-
"home_url": "https://segmentfault.com/u/gocoding",
|
|
89
|
-
"votes": "2",
|
|
90
90
|
"rank": 10
|
|
91
91
|
},
|
|
92
|
-
{
|
|
93
|
-
"title": "switch 有四样写法你知道么",
|
|
94
|
-
"description": "我所知道的 JavaScript 的 switch 语句只有一种写法。但要说到对分支的处理,写法可就多了去了。if 分支写法可以算一种,switch 分支写法可以算第二种,第三种是使用策略模式,如果要把条件运算符也算上的话,嗯...",
|
|
95
|
-
"url": "https://segmentfault.com/a/1190000042055258",
|
|
96
|
-
"author": "边城",
|
|
97
|
-
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
98
|
-
"votes": "6",
|
|
99
|
-
"rank": 11
|
|
100
|
-
},
|
|
101
92
|
{
|
|
102
93
|
"title": "超 Nice 的表格响应式布局小技巧",
|
|
103
94
|
"description": "今天,遇到了一个很有意思的问题,一名群友问我,仅仅使用 CSS,能否实现这样一种响应式的布局效果:简单解析一下效果:在屏幕视口较为宽时,表现为一个整体 Table 的样式而当屏幕视口宽度较小时,原 Table 的每...",
|
|
@@ -105,7 +96,7 @@
|
|
|
105
96
|
"author": "chokcoco",
|
|
106
97
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
107
98
|
"votes": "7",
|
|
108
|
-
"rank":
|
|
99
|
+
"rank": 11
|
|
109
100
|
},
|
|
110
101
|
{
|
|
111
102
|
"title": "20个稀奇古怪的 JavaScript 表达式,你要挑战回答一下嘛",
|
|
@@ -114,7 +105,7 @@
|
|
|
114
105
|
"author": "前端小智",
|
|
115
106
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
116
107
|
"votes": "4",
|
|
117
|
-
"rank":
|
|
108
|
+
"rank": 12
|
|
118
109
|
},
|
|
119
110
|
{
|
|
120
111
|
"title": "angular ChangeDetectorRef",
|
|
@@ -123,7 +114,7 @@
|
|
|
123
114
|
"author": "weiewiyi",
|
|
124
115
|
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
125
116
|
"votes": "4",
|
|
126
|
-
"rank":
|
|
117
|
+
"rank": 13
|
|
127
118
|
},
|
|
128
119
|
{
|
|
129
120
|
"title": "git配置以及替换gerrit默认commit-msg hook",
|
|
@@ -132,7 +123,7 @@
|
|
|
132
123
|
"author": "记得要微笑",
|
|
133
124
|
"home_url": "https://segmentfault.com/u/tosmile",
|
|
134
125
|
"votes": "2",
|
|
135
|
-
"rank":
|
|
126
|
+
"rank": 14
|
|
136
127
|
},
|
|
137
128
|
{
|
|
138
129
|
"title": "企业级低代码平台,JeecgBoot-Vue3版 v1.3.0 里程碑版本发布",
|
|
@@ -141,6 +132,15 @@
|
|
|
141
132
|
"author": "scott",
|
|
142
133
|
"home_url": "https://segmentfault.com/u/jeecg",
|
|
143
134
|
"votes": "2",
|
|
135
|
+
"rank": 15
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"title": "Ajax 怎么取消?要不要取消?",
|
|
139
|
+
"description": "假如你熟悉 xhr,会知道 Ajax 其实可以前端主动取消,使用的是 XMLHttpRequest.abort()。当然现在也不是刀耕火种的时代,除了面试,可能基本不会手写 xhr,在无人不知的 axios 中有两种取消方法:",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000042053708",
|
|
141
|
+
"author": "ssshooter",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/ssshooter",
|
|
143
|
+
"votes": "2",
|
|
144
144
|
"rank": 16
|
|
145
145
|
},
|
|
146
146
|
{
|
|
@@ -152,15 +152,6 @@
|
|
|
152
152
|
"votes": "2",
|
|
153
153
|
"rank": 17
|
|
154
154
|
},
|
|
155
|
-
{
|
|
156
|
-
"title": "MongoDB 关系实现",
|
|
157
|
-
"description": "MongoDB不同于我们常用的mysql,作为一款非关系型数据库,数据存储已类似于json格式存储在文档里,不存在外建,无法实现mysql的表格之间关联。那么,对于一对一,一对多,多对一,多对多关系如何实现呢?",
|
|
158
|
-
"url": "https://segmentfault.com/a/1190000042041143",
|
|
159
|
-
"author": "小强Zzz",
|
|
160
|
-
"home_url": "https://segmentfault.com/u/zhaokaiqiang",
|
|
161
|
-
"votes": "3",
|
|
162
|
-
"rank": 18
|
|
163
|
-
},
|
|
164
155
|
{
|
|
165
156
|
"title": "我大抵是卷上瘾了,横竖睡不着!竟让一个Bug,搞我两次!",
|
|
166
157
|
"description": "作者:小傅哥博客:[链接]沉淀、分享、成长,让自己和他人都能有所收获!😄一、前言:一个Bug没想到一个Bug,竟然搞我两次!我大抵是卷上瘾了,横竖都睡不着,坐起来身来打开Mac和外接显示器,这Bug没有由来,默然...",
|
|
@@ -168,61 +159,61 @@
|
|
|
168
159
|
"author": "小傅哥",
|
|
169
160
|
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
170
161
|
"votes": "3",
|
|
162
|
+
"rank": 18
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"title": "MongoDB 关系实现",
|
|
166
|
+
"description": "MongoDB不同于我们常用的mysql,作为一款非关系型数据库,数据存储已类似于json格式存储在文档里,不存在外建,无法实现mysql的表格之间关联。那么,对于一对一,一对多,多对一,多对多关系如何实现呢?",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000042041143",
|
|
168
|
+
"author": "小强Zzz",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/zhaokaiqiang",
|
|
170
|
+
"votes": "3",
|
|
171
171
|
"rank": 19
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
|
-
"title": "
|
|
175
|
-
"description": "
|
|
176
|
-
"url": "https://segmentfault.com/a/
|
|
177
|
-
"author": "
|
|
178
|
-
"home_url": "https://segmentfault.com/u/
|
|
174
|
+
"title": "冴羽答读者问:如何在工作中打造影响力,带动同事?",
|
|
175
|
+
"description": "前言最近我发起了「冴羽答读者问」活动,如果你也有想要提问的问题,欢迎留言,我会按照顺序依此回答。正文什么是影响力呢?引用百度百科的解释:影响力是用一种别人所乐于接受的方式,改变他人的思想和行动的能...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000042054629",
|
|
177
|
+
"author": "冴羽",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
179
179
|
"votes": "3",
|
|
180
180
|
"rank": 20
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
|
-
"title": "
|
|
184
|
-
"description": "
|
|
185
|
-
"url": "https://segmentfault.com/a/
|
|
186
|
-
"author": "
|
|
187
|
-
"home_url": "https://segmentfault.com/u/
|
|
183
|
+
"title": "前端 Git-Hooks 工程化实践",
|
|
184
|
+
"description": "前段时间,部门的前端项目迁移到 monorepo 架构,笔者在其中负责跟 git 工作流相关的事情,其中就包括 git hooks 相关的工程化的实践。用到了一些常用的相关工具如 husky、lint-staged、commitizen、commit-lint ...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000042044415",
|
|
186
|
+
"author": "袋鼠云数栈UED",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/daishuyunshuzhanqianduan",
|
|
188
188
|
"votes": "1",
|
|
189
189
|
"rank": 21
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
|
-
"title": "
|
|
193
|
-
"description": "
|
|
194
|
-
"url": "https://segmentfault.com/a/
|
|
195
|
-
"author": "
|
|
196
|
-
"home_url": "https://segmentfault.com/u/
|
|
197
|
-
"votes": "
|
|
192
|
+
"title": "测试一下Pinia,Vuex 要出局了?",
|
|
193
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041999027",
|
|
195
|
+
"author": "前端小智",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
197
|
+
"votes": "2",
|
|
198
198
|
"rank": 22
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"title": "
|
|
202
|
-
"description": "
|
|
203
|
-
"url": "https://segmentfault.com/a/
|
|
204
|
-
"author": "
|
|
205
|
-
"home_url": "https://segmentfault.com/u/
|
|
206
|
-
"votes": "
|
|
201
|
+
"title": "精读《Permutation, Flatten, Absolute...》",
|
|
202
|
+
"description": "所以这题如果能 “递归触发联合类型分配率”,就有戏解决啊。但触发的条件必须存在两个泛型,而题目传入的只有一个,我们只好创造第二个泛型,使其默认值等于第一个:",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000042037674",
|
|
204
|
+
"author": "黄子毅",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/aoyangyudakong",
|
|
206
|
+
"votes": "1",
|
|
207
207
|
"rank": 23
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
"title": "
|
|
211
|
-
"description": "
|
|
212
|
-
"url": "https://segmentfault.com/a/
|
|
213
|
-
"author": "
|
|
214
|
-
"home_url": "https://segmentfault.com/u/
|
|
215
|
-
"votes": "2",
|
|
216
|
-
"rank": 24
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"title": "前端 Git-Hooks 工程化实践",
|
|
220
|
-
"description": "前段时间,部门的前端项目迁移到 monorepo 架构,笔者在其中负责跟 git 工作流相关的事情,其中就包括 git hooks 相关的工程化的实践。用到了一些常用的相关工具如 husky、lint-staged、commitizen、commit-lint ...",
|
|
221
|
-
"url": "https://segmentfault.com/a/1190000042044415",
|
|
222
|
-
"author": "袋鼠云数栈UED",
|
|
223
|
-
"home_url": "https://segmentfault.com/u/daishuyunshuzhanqianduan",
|
|
210
|
+
"title": "2022 年编程语言趋势:Swift、Kotlin 热度持续增长,收入最高的 5 种编程语言竟是它们",
|
|
211
|
+
"description": "随着低代码和无代码平台的兴起,2022 年编程语言的世界正在悄然发生着变化。如今,大多数开发人员对最常用的常规编程语言有着透彻的了解,但掌握不常见的编程语言也能帮助开发者获得高薪的工作。特别是如软件开发...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000042053038",
|
|
213
|
+
"author": "MissD",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
224
215
|
"votes": "1",
|
|
225
|
-
"rank":
|
|
216
|
+
"rank": 24
|
|
226
217
|
},
|
|
227
218
|
{
|
|
228
219
|
"title": "JavaScript框架的四个时代",
|
|
@@ -231,17 +222,35 @@
|
|
|
231
222
|
"author": "前端小智",
|
|
232
223
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
233
224
|
"votes": "2",
|
|
225
|
+
"rank": 25
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"title": "在异步方法中获取登陆用户时出现的问题",
|
|
229
|
+
"description": "在重写分配任务算法时需要获取当前登陆用户区域及其子区域,重写之后进行测试的时候发现任务直接停留在了分配中,查看后台日志时发现了报错根据报错查看抛出错误的地方可以发现是在调用getAuthUserDetailWithoutT...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000042037821",
|
|
231
|
+
"author": "李明",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/pluto_612f55567eb8c",
|
|
233
|
+
"votes": "3",
|
|
234
234
|
"rank": 26
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
|
-
"title": "
|
|
238
|
-
"description": "
|
|
239
|
-
"url": "https://segmentfault.com/a/
|
|
240
|
-
"author": "
|
|
241
|
-
"home_url": "https://segmentfault.com/u/
|
|
242
|
-
"votes": "
|
|
237
|
+
"title": "MySQL 锁常见知识点&面试题总结",
|
|
238
|
+
"description": "InnoDB 不光支持表级锁(table-level locking),还支持行级锁(row-level locking),默认为行级锁。行级锁的粒度更小,仅对相关的记录上锁即可(对一行或者多行记录加锁),所以对于并发写入操作来说, InnoDB 的性...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000042050754",
|
|
240
|
+
"author": "JavaGuide",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/javaguide",
|
|
242
|
+
"votes": "1",
|
|
243
243
|
"rank": 27
|
|
244
244
|
},
|
|
245
|
+
{
|
|
246
|
+
"title": "面试官:哥们Go语言的互斥锁了解到什么程度?",
|
|
247
|
+
"description": "哈喽,大家好,我是asong。当提到并发编程、多线程编程时,都会在第一时间想到锁,锁是并发编程中的同步原语,他可以保证多线程在访问同一片内存时不会出现竞争来保证并发安全;在Go语言中更推崇由channel通过通...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000042041754",
|
|
249
|
+
"author": "asong",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/asong_5eeb7a1d0da86",
|
|
251
|
+
"votes": "1",
|
|
252
|
+
"rank": 28
|
|
253
|
+
},
|
|
245
254
|
{
|
|
246
255
|
"title": "英特尔傲腾,让数据管理不再纠结",
|
|
247
256
|
"description": "据中国信通院最新报告显示,随着5G和人工智能等新技术应用落地,2021年中国人均移动数据流量比2015年增长18倍,预计到2025年全球数据量将会从2016年的16ZB上升至163ZB,我们也正经历着一场有海量且场景丰富的数据...",
|
|
@@ -249,15 +258,6 @@
|
|
|
249
258
|
"author": "溜达兔",
|
|
250
259
|
"home_url": "https://segmentfault.com/u/liudatu",
|
|
251
260
|
"votes": "1",
|
|
252
|
-
"rank": 28
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"title": "Vue3中props和defineEmit的区别",
|
|
256
|
-
"description": "由于之前写的项目都是基于react来开发和思考的,转到vue中从来未接触过emit这个概念,官方的文档写的也不是特别清楚,(也或许是我的思想还尚未从react的编程理念中转出来)查阅了很多作者关于emit的解释,但从他...",
|
|
257
|
-
"url": "https://segmentfault.com/a/1190000042035344",
|
|
258
|
-
"author": "韩xiao方MY",
|
|
259
|
-
"home_url": "https://segmentfault.com/u/jiaolvdekaixinguo",
|
|
260
|
-
"votes": "2",
|
|
261
261
|
"rank": 29
|
|
262
262
|
}
|
|
263
263
|
]
|
package/web/data/toutiao-30.json
CHANGED
|
@@ -19,6 +19,16 @@
|
|
|
19
19
|
"subjectName": "乱点技能树",
|
|
20
20
|
"homeUrl": "/subjects/194141"
|
|
21
21
|
},
|
|
22
|
+
{
|
|
23
|
+
"title": "吐血整理:一份不可多得的架构师图谱!",
|
|
24
|
+
"description": "文章来源:https://c1n.cn/J3wve目录概述微服务消息队列概述“架构师图谱”是一个很宏大的命题,特别是优秀的架构师自身也是“由点到...",
|
|
25
|
+
"votes": "117",
|
|
26
|
+
"url": "/k/ptp0ru2",
|
|
27
|
+
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
28
|
+
"avatarAlt": "进击的程序猿 - 独家号",
|
|
29
|
+
"subjectName": "进击的程序猿",
|
|
30
|
+
"homeUrl": "/subjects/24912"
|
|
31
|
+
},
|
|
22
32
|
{
|
|
23
33
|
"title": "MongoDB全方位知识图谱!",
|
|
24
34
|
"description": "导语 | MongoDB是一个强大的分布式存储引擎,天然支持高可用、分布式和灵活设计。MongoDB的一个很重要的设计理念是:服务端只关注底层核心能力的输出,至于怎么用,就尽可能的...",
|
|
@@ -29,16 +39,6 @@
|
|
|
29
39
|
"subjectName": "趣编程的独家号",
|
|
30
40
|
"homeUrl": "/subjects/465623"
|
|
31
41
|
},
|
|
32
|
-
{
|
|
33
|
-
"title": "吐血整理:一份不可多得的架构师图谱!",
|
|
34
|
-
"description": "文章来源:https://c1n.cn/J3wve目录概述微服务消息队列概述“架构师图谱”是一个很宏大的命题,特别是优秀的架构师自身也是“由点到...",
|
|
35
|
-
"votes": "110",
|
|
36
|
-
"url": "/k/ptp0ru2",
|
|
37
|
-
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
38
|
-
"avatarAlt": "进击的程序猿 - 独家号",
|
|
39
|
-
"subjectName": "进击的程序猿",
|
|
40
|
-
"homeUrl": "/subjects/24912"
|
|
41
|
-
},
|
|
42
42
|
{
|
|
43
43
|
"title": "Redis夺命52连问",
|
|
44
44
|
"description": "大家好,我是苏三,面渣逆袭系列继续,这节我们来搞定Redis——不会有人假期玩去了吧?不会吧?基础1.说说什么是Redis?Redis图标Redis是一种基于键值对(key-val...",
|
|
@@ -162,27 +162,17 @@
|
|
|
162
162
|
{
|
|
163
163
|
"title": "生产环境Go程序内存泄露,用pprof如何快速定位",
|
|
164
164
|
"description": "内存泄漏可以在整个系统中以多种形式出现,除了在写代码上的疏忽,忘了关闭该关闭的资源外,更多的时候导致系统发生内存泄露原因可能是设计上决策不对、或者业务逻辑上的疏忽没有考虑到一些边界...",
|
|
165
|
-
"votes": "
|
|
165
|
+
"votes": "44",
|
|
166
166
|
"url": "/k/o31fl5p",
|
|
167
167
|
"avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
|
|
168
168
|
"avatarAlt": "GoHackers - 独家号",
|
|
169
169
|
"subjectName": "GoHackers",
|
|
170
170
|
"homeUrl": "/subjects/1385"
|
|
171
171
|
},
|
|
172
|
-
{
|
|
173
|
-
"title": "我做Go项目的一些实战经验",
|
|
174
|
-
"description": "",
|
|
175
|
-
"votes": "51",
|
|
176
|
-
"url": "/k/n4zn8vb",
|
|
177
|
-
"avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
|
|
178
|
-
"avatarAlt": "GoHackers - 独家号",
|
|
179
|
-
"subjectName": "GoHackers",
|
|
180
|
-
"homeUrl": "/subjects/1385"
|
|
181
|
-
},
|
|
182
172
|
{
|
|
183
173
|
"title": "最牛逼的技术能力,是技术领导力",
|
|
184
174
|
"description": "",
|
|
185
|
-
"votes": "
|
|
175
|
+
"votes": "46",
|
|
186
176
|
"url": "/k/kron0fq",
|
|
187
177
|
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
188
178
|
"avatarAlt": "进击的程序猿 - 独家号",
|
|
@@ -209,6 +199,16 @@
|
|
|
209
199
|
"subjectName": "JuiceFS的独家号",
|
|
210
200
|
"homeUrl": "/subjects/464469"
|
|
211
201
|
},
|
|
202
|
+
{
|
|
203
|
+
"title": "【合集】万字长文带你重温Elasticsearch ,这下完全懂了!",
|
|
204
|
+
"description": "",
|
|
205
|
+
"votes": "40",
|
|
206
|
+
"url": "/k/etl9ji2",
|
|
207
|
+
"avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
|
|
208
|
+
"avatarAlt": "架构必知必会 - 独家号",
|
|
209
|
+
"subjectName": "架构必知必会",
|
|
210
|
+
"homeUrl": "/subjects/472073"
|
|
211
|
+
},
|
|
212
212
|
{
|
|
213
213
|
"title": "这些Shell分析服务器日志命令集锦",
|
|
214
214
|
"description": "",
|
|
@@ -240,13 +240,13 @@
|
|
|
240
240
|
"homeUrl": "/subjects/98777"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
|
-
"title": "
|
|
243
|
+
"title": "Git存储原理及部分实现",
|
|
244
244
|
"description": "",
|
|
245
|
-
"votes": "
|
|
246
|
-
"url": "/k/
|
|
247
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
248
|
-
"avatarAlt": "
|
|
249
|
-
"subjectName": "
|
|
250
|
-
"homeUrl": "/subjects/
|
|
245
|
+
"votes": "42",
|
|
246
|
+
"url": "/k/ztcw9lm",
|
|
247
|
+
"avatar": "https://img.toutiao.io/subject/b9c73f469a224f428fa995bb6d0b7d9e/thumb",
|
|
248
|
+
"avatarAlt": "码小生 - 独家号",
|
|
249
|
+
"subjectName": "码小生",
|
|
250
|
+
"homeUrl": "/subjects/97644"
|
|
251
251
|
}
|
|
252
252
|
]
|