@wcj/github-rank 22.10.7 → 22.10.9
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 +27068 -27054
- package/dist/sifou-daily.json +38 -1
- package/dist/sifou-monthly.json +98 -98
- package/dist/sifou-weekly.json +138 -156
- package/dist/toutiao-30.json +55 -55
- package/dist/toutiao-7.json +116 -116
- package/dist/toutiao-90.json +3 -3
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +150 -150
- package/dist/trending-weekly.json +149 -149
- package/dist/users.china.json +1824 -1824
- package/dist/users.json +2752 -2752
- package/package.json +1 -1
- package/web/data/repos.json +27068 -27054
- package/web/data/sifou-daily.json +38 -1
- package/web/data/sifou-monthly.json +98 -98
- package/web/data/sifou-weekly.json +138 -156
- package/web/data/toutiao-30.json +55 -55
- package/web/data/toutiao-7.json +116 -116
- package/web/data/toutiao-90.json +3 -3
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +150 -150
- package/web/data/trending-weekly.json +149 -149
- package/web/data/users.china.json +1824 -1824
- package/web/data/users.json +2752 -2752
- package/web/index.html +1542 -1542
- package/web/repos.html +3403 -3403
- package/web/sifou-daily.html +114 -2
- package/web/sifou-monthly.html +143 -143
- package/web/sifou-weekly.html +115 -171
- package/web/toutiao-30.html +100 -100
- package/web/toutiao-7.html +91 -91
- package/web/toutiao-90.html +5 -5
- package/web/trending-monthly.html +139 -139
- package/web/trending-weekly.html +131 -131
- package/web/trending.html +150 -146
- package/web/users.china.html +931 -931
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"title": "
|
|
4
|
-
"description": "
|
|
5
|
-
"url": "https://segmentfault.com/a/
|
|
6
|
-
"author": "
|
|
7
|
-
"home_url": "https://segmentfault.com/u/
|
|
8
|
-
"votes": "
|
|
3
|
+
"title": "这些js原型及原型链面试题你能做对几道",
|
|
4
|
+
"description": "一、前言在面试过程中,频频被原型相关知识问住,每次回答都支支吾吾。后来有家非常心仪的公司,在二面时,果不其然,又问原型了!我痛下决心用了两天时间钻研了下原型,弄明白后发现世界都明亮了,原来这么简单 ...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000042569583",
|
|
6
|
+
"author": "腹黑的可乐",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/fuheidekele",
|
|
8
|
+
"votes": "14",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
@@ -27,29 +27,29 @@
|
|
|
27
27
|
"rank": 3
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"title": "
|
|
31
|
-
"description": "
|
|
32
|
-
"url": "https://segmentfault.com/a/
|
|
33
|
-
"author": "
|
|
34
|
-
"home_url": "https://segmentfault.com/u/
|
|
35
|
-
"votes": "
|
|
30
|
+
"title": "sofa模块化隔离",
|
|
31
|
+
"description": "传统项目中有时会Klass service层直接调用Student service层的Bean去实现某些逻辑,当项目变得越来越大时,这种层与层之间的依赖关系变得十分复杂,不利于开发。多个团队同时开发时,本团队只希望关心自己负责的...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000042574759",
|
|
33
|
+
"author": "小强Zzz",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/zhaokaiqiang",
|
|
35
|
+
"votes": "3",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"title": "
|
|
40
|
-
"description": "
|
|
41
|
-
"url": "https://segmentfault.com/a/
|
|
42
|
-
"author": "
|
|
43
|
-
"home_url": "https://segmentfault.com/u/
|
|
44
|
-
"votes": "
|
|
39
|
+
"title": "总结本周遇到的问题",
|
|
40
|
+
"description": "报错如下:搜索后发现此类错误和数据库的字符集有关系之所以之前没发现此类问题是因为之前测试时只测试了保存英文字符,然而当我们存储中文字符时就会出现此类错误。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000042573964",
|
|
42
|
+
"author": "李明",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/crister_612f55567eb8c",
|
|
44
|
+
"votes": "3",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"title": "
|
|
49
|
-
"description": "
|
|
50
|
-
"url": "https://segmentfault.com/a/
|
|
51
|
-
"author": "
|
|
52
|
-
"home_url": "https://segmentfault.com/u/
|
|
48
|
+
"title": "从零开始Wails2编写Web桌面应用",
|
|
49
|
+
"description": "前端要写桌面应用的话首先想到的肯定是Electron,Electron的应用成熟度已经无可置疑,但包体积始终是个令人头疼的问题。如果很在意体积问题,而且喜欢尝试新技术的话,在现代其他编程语言不断侵入前端生态的情况...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000042572133",
|
|
51
|
+
"author": "LnEoi",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/lneoi",
|
|
53
53
|
"votes": "1",
|
|
54
54
|
"rank": 6
|
|
55
55
|
},
|
|
@@ -63,210 +63,192 @@
|
|
|
63
63
|
"rank": 7
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
"title": "
|
|
67
|
-
"description": "
|
|
68
|
-
"url": "https://segmentfault.com/a/
|
|
69
|
-
"author": "
|
|
70
|
-
"home_url": "https://segmentfault.com/u/
|
|
71
|
-
"votes": "
|
|
66
|
+
"title": "JavaScript中this指向哪儿?如何确定this?-前端面试进阶",
|
|
67
|
+
"description": "只要你踏入JavaScript 的世界,那么你一定会遇到 this 关键词。有许多人所 this 是 JavaScript 中最复杂的东西之一,也有人说 this 其实很简单......但是事实确实,有许多工作了好多年的小伙伴,在 this 指向问题...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000042569595",
|
|
69
|
+
"author": "腹黑的可乐",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/fuheidekele",
|
|
71
|
+
"votes": "10",
|
|
72
72
|
"rank": 8
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
"title": "
|
|
76
|
-
"description": "
|
|
77
|
-
"url": "https://segmentfault.com/a/
|
|
78
|
-
"author": "
|
|
79
|
-
"home_url": "https://segmentfault.com/u/
|
|
80
|
-
"votes": "
|
|
75
|
+
"title": "Linux三剑客:grep、sed、awk基础入门学习笔记",
|
|
76
|
+
"description": "正则表达式是对字符串和特殊字符操作的一种逻辑公式,就是用事先定义好的一些特定字符及这些特定字符的组合,组成一个“规则字符串”,这个“规则字符串”用来表达对字符串的一种过滤逻辑。",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000042572545",
|
|
78
|
+
"author": "生信分析笔记",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/jewin",
|
|
80
|
+
"votes": "2",
|
|
81
81
|
"rank": 9
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"title": "
|
|
85
|
-
"description": "
|
|
86
|
-
"url": "https://segmentfault.com/a/
|
|
87
|
-
"author": "
|
|
88
|
-
"home_url": "https://segmentfault.com/u/
|
|
89
|
-
"votes": "
|
|
84
|
+
"title": "麒麟操作系统 (kylinos) 从入门到精通 - 办公环境- 第三十七篇 资料搜索(windows下everything替代)",
|
|
85
|
+
"description": "类别:笔记本型号:中国长城 UF712硬件平台:飞腾处理器(ArmV8 指令集)系统:银河麒麟操作系统 V10 SP1(2203) 关键词:信创,麒麟系统,linux,PKS,银河麒麟,飞腾,arm64,arm,everything,fsearch,find",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000042575016",
|
|
87
|
+
"author": "码上世界",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/code4world",
|
|
89
|
+
"votes": "1",
|
|
90
90
|
"rank": 10
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
"title": "
|
|
94
|
-
"description": "
|
|
95
|
-
"url": "https://segmentfault.com/a/
|
|
96
|
-
"author": "
|
|
97
|
-
"home_url": "https://segmentfault.com/u/
|
|
93
|
+
"title": "实现《羊了个羊-美女版》小游戏(低配版)",
|
|
94
|
+
"description": "前面有总结过一篇《简易动物版的羊了个羊》的实现,今天参考了鱼皮大佬的鱼了个鱼,我好奇研究了一下他的源码实现,并结合自己的理解,也用react + antd实现了一版,在实现的过程中,我只是简单修改了一下核心逻辑...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000042575730",
|
|
96
|
+
"author": "夕水",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
|
|
98
98
|
"votes": "2",
|
|
99
99
|
"rank": 11
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"title": "
|
|
103
|
-
"description": "
|
|
104
|
-
"url": "https://segmentfault.com/a/
|
|
105
|
-
"author": "
|
|
106
|
-
"home_url": "https://segmentfault.com/u/
|
|
107
|
-
"votes": "
|
|
102
|
+
"title": "Json序列化以及Infinite recursion",
|
|
103
|
+
"description": "背景 {代码...} 当时开发的时候报了这个错。看报错就知道是因为,json的相互依赖。比如A 中有一个属性是 B , 而B中也有一个属性是A。 这将造成了json序列化的时候,报相互依赖的异常。而正好,当前的代码就是这么...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000042574739",
|
|
105
|
+
"author": "weiewiyi",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
107
|
+
"votes": "2",
|
|
108
108
|
"rank": 12
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
"title": "
|
|
112
|
-
"description": "
|
|
113
|
-
"url": "https://segmentfault.com/a/
|
|
114
|
-
"author": "
|
|
115
|
-
"home_url": "https://segmentfault.com/u/
|
|
111
|
+
"title": "Vue项目单元测试入门",
|
|
112
|
+
"description": "本文以Jest测试框架为例子,介绍常用的api和用法安装 {代码...} 常用api {代码...} 匹配函数 {代码...} 生命周期 {代码...} 组件 {代码...} 用法 {代码...} 常规测试 {代码...} 分组测试 {代码...} 异步代码测试...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000042570207",
|
|
114
|
+
"author": "寻雾启示",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/xin1994",
|
|
116
116
|
"votes": "1",
|
|
117
117
|
"rank": 13
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"title": "
|
|
121
|
-
"description": "
|
|
122
|
-
"url": "https://segmentfault.com/a/
|
|
123
|
-
"author": "
|
|
124
|
-
"home_url": "https://segmentfault.com/u/
|
|
120
|
+
"title": "Vue实战必会的几个技巧",
|
|
121
|
+
"description": "vue 中常见别名有:up/向上箭头、down/向下箭头、left/左箭头、right/右箭头、space/空格、tab/换行、esc/退出、enter/回车、delete/删除",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000042571032",
|
|
123
|
+
"author": "yyds2026",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/junyidemaodou",
|
|
125
125
|
"votes": "1",
|
|
126
126
|
"rank": 14
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"title": "
|
|
130
|
-
"description": "
|
|
131
|
-
"url": "https://segmentfault.com/a/
|
|
132
|
-
"author": "
|
|
133
|
-
"home_url": "https://segmentfault.com/u/
|
|
129
|
+
"title": "利用Vue自定义指令让你的开发变得更优雅",
|
|
130
|
+
"description": "前段时间在用框架开发H5页面时,碰到框架中的组件内置了一个属性用于适配异形屏,虽然是组件内部实现的,但这个方式让我萌生一个想法:能不能自己写一个属性来实现这样的功能?",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000042574651",
|
|
132
|
+
"author": "罡风小天",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/shawnphang",
|
|
134
134
|
"votes": "1",
|
|
135
135
|
"rank": 15
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
|
-
"title": "
|
|
139
|
-
"description": "
|
|
140
|
-
"url": "https://segmentfault.com/a/
|
|
141
|
-
"author": "
|
|
142
|
-
"home_url": "https://segmentfault.com/u/
|
|
138
|
+
"title": "面试题-Java基础",
|
|
139
|
+
"description": "JRE:java运行环境,为java的运行提供了所需环境。具体来说就是JDK其实包含了JRE,同时还提供了编译Java源码的编译器JAVAC,以及很多java程序调试和分析的工具。简单来说:如果你需要运行Java程序,只需安装JRE就...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000042573592",
|
|
141
|
+
"author": "李博帅",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/liboshuai",
|
|
143
143
|
"votes": "1",
|
|
144
144
|
"rank": 16
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
|
-
"title": "
|
|
148
|
-
"description": "
|
|
149
|
-
"url": "https://segmentfault.com/a/
|
|
150
|
-
"author": "
|
|
151
|
-
"home_url": "https://segmentfault.com/u/
|
|
152
|
-
"votes": "
|
|
147
|
+
"title": "call、apply、bind之间的区别",
|
|
148
|
+
"description": "3、当我们使用call和apply时,函数会直接被调用,而用bind指定this指向时函数不会立即调用,而是返回一个新函数,这个函数即使被直接调用其this还是指向所绑定的对象。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000042570103",
|
|
150
|
+
"author": "小卢没烦恼",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/_632fb19cc6ef3",
|
|
152
|
+
"votes": "1",
|
|
153
153
|
"rank": 17
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
|
-
"title": "
|
|
157
|
-
"description": "
|
|
158
|
-
"url": "https://segmentfault.com/a/
|
|
159
|
-
"author": "
|
|
160
|
-
"home_url": "https://segmentfault.com/u/
|
|
156
|
+
"title": "解决图片底部白边",
|
|
157
|
+
"description": "解决图片底部白边当图片的父元素是一个块盒,且父元素高度自动即没有指定值,图片底部和父元素底边之间往往会出现空白。例: {代码...} 效果如下 :我们可以明显的看到图片与边框存在一个白边,那么我们要如何解...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000042573147",
|
|
159
|
+
"author": "小卢没烦恼",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/_632fb19cc6ef3",
|
|
161
161
|
"votes": "1",
|
|
162
162
|
"rank": 18
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"title": "
|
|
166
|
-
"description": "
|
|
167
|
-
"url": "https://segmentfault.com/a/
|
|
168
|
-
"author": "
|
|
169
|
-
"home_url": "https://segmentfault.com/u/
|
|
170
|
-
"votes": "
|
|
165
|
+
"title": "CSS3中弹性项目的压缩规则",
|
|
166
|
+
"description": "得到的结果是item1的宽度为140px,item2的宽度为160px,也就是说,item1的压缩值是60px,item2的压缩值为240px。压缩值算法如下:",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000042571352",
|
|
168
|
+
"author": "小卢没烦恼",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/_632fb19cc6ef3",
|
|
170
|
+
"votes": "1",
|
|
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/
|
|
179
|
-
"votes": "
|
|
174
|
+
"title": "即时通讯社交应用创业",
|
|
175
|
+
"description": "2011年推出微信,腾讯在打通中国熟人关系链的同时,也在不断打造微信生态,拓展微信支付、小程序等功能。虽然微信生态颇具体量,但尾大不掉也是事实。",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000042573321",
|
|
177
|
+
"author": "雯文",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/wen_62753939d92c2",
|
|
179
|
+
"votes": "0",
|
|
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": "最全Spring+Boot+MVC+CloudAlibaba学习手册,你想学的全都有",
|
|
184
|
+
"description": "Spring框架自诞生以来一直备受开发者青睐,有人亲切的称之为:Spring 全家桶。Spring更是避免了重复造轮子的工作并跟随着互联网行业的发展做出不断的更新,很多研发人员把spring看作心目中最好的Java项目,没有之...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000042575782",
|
|
186
|
+
"author": "Java架构师",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/taozi_60b0b3c71b1a8",
|
|
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/
|
|
192
|
+
"title": "go 酷之viper 配置读取",
|
|
193
|
+
"description": "引言viper 是一个用于读取配置文件的库。如果你需要读取配置文件,那么 viper 足够好用。项目地址项目地址: [链接] [star:20.7k]使用场景读取配置安装go get github.com/spf13/viper常用方法SetConfigFile 定义...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000042577361",
|
|
195
|
+
"author": "13sai",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/13sai",
|
|
197
197
|
"votes": "1",
|
|
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": "Vue3移动端组件库Varlet源码主题阅读之一:本地启动服务时都做了什么",
|
|
202
|
+
"description": "Vue开源的组件库有很多,基本各个大厂都会做一个,所以作为个人再重复造轮子其实意义也不是很大,但是笔者对于如何设计一个Vue组件库还是挺感兴趣的。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000042577567",
|
|
204
|
+
"author": "街角小林",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
|
|
206
|
+
"votes": "0",
|
|
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": "
|
|
210
|
+
"title": "JavaScript 新提案:array.groupBy()",
|
|
211
|
+
"description": "本文首发于微信公众号:大迁世界, 我的微信:qq449245884,我会第一时间和你分享前端行业趋势,学习途径等等。更多开源作品请看 GitHub [链接] ,包含一线大厂面试完整考点、资料以及我的系列文章。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000042578631",
|
|
213
|
+
"author": "前端小智",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
215
|
+
"votes": "3",
|
|
216
216
|
"rank": 24
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
"title": "
|
|
220
|
-
"description": "
|
|
221
|
-
"url": "https://segmentfault.com/a/
|
|
222
|
-
"author": "
|
|
223
|
-
"home_url": "https://segmentfault.com/u/
|
|
224
|
-
"votes": "
|
|
219
|
+
"title": "35+,如果面试让我手写红黑树!",
|
|
220
|
+
"description": "为啥,面试官那么喜欢让你聊聊 HashMap?因为 HashMap 涉及的东西广,用到的数据结构多,问题延展性好,一个 HashMap 就能聊下来80%的数据结构了。而且面试 HashMap 能通过你对红黑树的了解定位出你哪个级别的研...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000042581816",
|
|
222
|
+
"author": "小傅哥",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
224
|
+
"votes": "2",
|
|
225
225
|
"rank": 25
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
"title": "
|
|
229
|
-
"description": "
|
|
230
|
-
"url": "https://segmentfault.com/a/
|
|
231
|
-
"author": "
|
|
232
|
-
"home_url": "https://segmentfault.com/u/
|
|
228
|
+
"title": "想学习Web安全,如何入门?",
|
|
229
|
+
"description": "开始前的思考我真的喜欢搞安全吗?我想通过安全赚钱钱?我不知道做什么就是随便?一辈子做安全吗?\\这些不想清楚会对你以后的发展很不利,与其盲目的学习web安全,不如先做一个长远的计划。否则在我看来都是浪费时间...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000042581060",
|
|
231
|
+
"author": "代码熬夜敲",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/2uj39mdb",
|
|
233
233
|
"votes": "1",
|
|
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/
|
|
237
|
+
"title": "用自己的编程语言实现了一个网站(增强版)",
|
|
238
|
+
"description": "看起来确实非常的挫,其实之前一直也想做一个 GScript 的在线 playground ,于是国庆期间学了一点 皮毛 Vue 加上老弟的帮忙(他是前端开发),最终完成了下面这个网站:",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000042578505",
|
|
240
|
+
"author": "crossoverJie",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/crossoverjie",
|
|
242
242
|
"votes": "1",
|
|
243
243
|
"rank": 27
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
|
-
"title": "
|
|
247
|
-
"description": "
|
|
248
|
-
"url": "https://segmentfault.com/a/
|
|
249
|
-
"author": "
|
|
250
|
-
"home_url": "https://segmentfault.com/u/
|
|
246
|
+
"title": "vue项目接入海康威视h5player.js播放器",
|
|
247
|
+
"description": "最近公司项目需要接入海康视频监控,先后使用了easyplayer.js(只能播放海康视频的hls视频流,加载很慢,放弃),海康自带WEB插件(需要用户安装插件,放弃),最终决定使用海康H5player.js插件,使用版本V2.12,供大...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000042580894",
|
|
249
|
+
"author": "瑞瑞同学_",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/ruiruik",
|
|
251
251
|
"votes": "1",
|
|
252
252
|
"rank": 28
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"title": "解决图片底部白边",
|
|
256
|
-
"description": "解决图片底部白边当图片的父元素是一个块盒,且父元素高度自动即没有指定值,图片底部和父元素底边之间往往会出现空白。例: {代码...} 效果如下 :我们可以明显的看到图片与边框存在一个白边,那么我们要如何解...",
|
|
257
|
-
"url": "https://segmentfault.com/a/1190000042573147",
|
|
258
|
-
"author": "小卢没烦恼",
|
|
259
|
-
"home_url": "https://segmentfault.com/u/_632fb19cc6ef3",
|
|
260
|
-
"votes": "1",
|
|
261
|
-
"rank": 29
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"title": "面试题-Java基础",
|
|
265
|
-
"description": "JRE:java运行环境,为java的运行提供了所需环境。具体来说就是JDK其实包含了JRE,同时还提供了编译Java源码的编译器JAVAC,以及很多java程序调试和分析的工具。简单来说:如果你需要运行Java程序,只需安装JRE就...",
|
|
266
|
-
"url": "https://segmentfault.com/a/1190000042573592",
|
|
267
|
-
"author": "李博帅",
|
|
268
|
-
"home_url": "https://segmentfault.com/u/liboshuai",
|
|
269
|
-
"votes": "1",
|
|
270
|
-
"rank": 30
|
|
271
253
|
}
|
|
272
254
|
]
|
package/dist/toutiao-30.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
{
|
|
23
23
|
"title": "分享16个我总结的思维模型(程序员必读,受用终身)",
|
|
24
24
|
"description": "人们在围绕软件开发的讨论中,几乎不可避免会随口引用一两条原则。你可能听过人们说:“这行不通,因为‘X法则’!”。或者“你不知道‘Y原则’吗?”你是哪种类型的软件开发人员?有许多规律...",
|
|
25
|
-
"votes": "
|
|
25
|
+
"votes": "86",
|
|
26
26
|
"url": "/k/f7r13v5",
|
|
27
27
|
"avatar": "https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb",
|
|
28
28
|
"avatarAlt": "乱点技能树 - 独家号",
|
|
@@ -39,16 +39,6 @@
|
|
|
39
39
|
"subjectName": "架构之美",
|
|
40
40
|
"homeUrl": "/subjects/42200"
|
|
41
41
|
},
|
|
42
|
-
{
|
|
43
|
-
"title": "微服务网关鉴权:gateway使用、网关限流使用、用户密码加密、JWT鉴权",
|
|
44
|
-
"description": "点击上方“芋道源码”,选择“设为星标”管她前浪,还是后浪?能浪的浪,才是好浪!每天 10:33 更新文章,每天掉亿点点头发...源码精品专栏 原创 | Java 2021 超神之路...",
|
|
45
|
-
"votes": "79",
|
|
46
|
-
"url": "/k/rdhhq5d",
|
|
47
|
-
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
48
|
-
"avatarAlt": "Bloomingroses - 独家号",
|
|
49
|
-
"subjectName": "Bloomingroses",
|
|
50
|
-
"homeUrl": "/subjects/98777"
|
|
51
|
-
},
|
|
52
42
|
{
|
|
53
43
|
"title": "性能优化必备——火焰图",
|
|
54
44
|
"description": "引言本文主要介绍火焰图及使用技巧,学习如何使用火焰图快速定位软件的性能卡点。 结合最佳实践实战案例,帮助读者加深刻的理解火焰图构造及原理,理解 CPU 耗时,定位性能瓶颈。背景当前...",
|
|
@@ -72,7 +62,7 @@
|
|
|
72
62
|
{
|
|
73
63
|
"title": "聊聊 8种 架构模式",
|
|
74
64
|
"description": "来源:juejin.cn/post/6844904007438172167傅一平评语:这是一篇很好的普及架构知识的文章,对于非科班出身的技术管理者还是很有实际指导意义,我读了获得感...",
|
|
75
|
-
"votes": "
|
|
65
|
+
"votes": "69",
|
|
76
66
|
"url": "/k/luf0yh6",
|
|
77
67
|
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
78
68
|
"avatarAlt": "进击的程序猿 - 独家号",
|
|
@@ -89,16 +79,6 @@
|
|
|
89
79
|
"subjectName": "Bloomingroses",
|
|
90
80
|
"homeUrl": "/subjects/98777"
|
|
91
81
|
},
|
|
92
|
-
{
|
|
93
|
-
"title": "SQL优化万能公式:5 大步骤 + 10 个案例",
|
|
94
|
-
"description": "",
|
|
95
|
-
"votes": "63",
|
|
96
|
-
"url": "/k/4p8xa6s",
|
|
97
|
-
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
98
|
-
"avatarAlt": "Bloomingroses - 独家号",
|
|
99
|
-
"subjectName": "Bloomingroses",
|
|
100
|
-
"homeUrl": "/subjects/98777"
|
|
101
|
-
},
|
|
102
82
|
{
|
|
103
83
|
"title": "从我在阿里带队的得与失,谈技术管理如何避免瞎折腾",
|
|
104
84
|
"description": "曾子曰:吾日三省吾身,反思是人类进化出来的一项异常宝贵的能力。我在阿里带团队也有四年多的时间,有必要总结一下此间得失;另外,前几天和一个刚开始带团队的同学聊天,他觉得角色转变对于他...",
|
|
@@ -130,14 +110,14 @@
|
|
|
130
110
|
"homeUrl": "/subjects/31250"
|
|
131
111
|
},
|
|
132
112
|
{
|
|
133
|
-
"title": "
|
|
113
|
+
"title": "万字长文,SpringSecurity实现权限系统设计",
|
|
134
114
|
"description": "",
|
|
135
|
-
"votes": "
|
|
136
|
-
"url": "/k/
|
|
137
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
138
|
-
"avatarAlt": "
|
|
139
|
-
"subjectName": "
|
|
140
|
-
"homeUrl": "/subjects/
|
|
115
|
+
"votes": "48",
|
|
116
|
+
"url": "/k/rb5lzmf",
|
|
117
|
+
"avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
|
|
118
|
+
"avatarAlt": "浪客用react,java全栈 - 独家号",
|
|
119
|
+
"subjectName": "浪客用react,java全栈",
|
|
120
|
+
"homeUrl": "/subjects/132403"
|
|
141
121
|
},
|
|
142
122
|
{
|
|
143
123
|
"title": "我是怎么读代码的",
|
|
@@ -149,16 +129,6 @@
|
|
|
149
129
|
"subjectName": "架构之美",
|
|
150
130
|
"homeUrl": "/subjects/42200"
|
|
151
131
|
},
|
|
152
|
-
{
|
|
153
|
-
"title": "万字长文,SpringSecurity实现权限系统设计",
|
|
154
|
-
"description": "",
|
|
155
|
-
"votes": "47",
|
|
156
|
-
"url": "/k/rb5lzmf",
|
|
157
|
-
"avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
|
|
158
|
-
"avatarAlt": "浪客用react,java全栈 - 独家号",
|
|
159
|
-
"subjectName": "浪客用react,java全栈",
|
|
160
|
-
"homeUrl": "/subjects/132403"
|
|
161
|
-
},
|
|
162
132
|
{
|
|
163
133
|
"title": "如何设计一个消息中心",
|
|
164
134
|
"description": "如今的内容型产品,不管提供的是什么类型的内容,在其主功能之外,不可避免的会有另一个十分重要的功能——消息中心。而无论是信息流、论坛、信箱,还是私聊、群聊、通知,推拉模型是内容型(包...",
|
|
@@ -179,6 +149,16 @@
|
|
|
179
149
|
"subjectName": "码农参上",
|
|
180
150
|
"homeUrl": "/subjects/457899"
|
|
181
151
|
},
|
|
152
|
+
{
|
|
153
|
+
"title": "从0到1000万:哔哩哔哩直播架构演进史",
|
|
154
|
+
"description": "本期作者 赵海林B端技术中心资深开发工程师 01 前言 哔哩哔哩直播成立于 2014 年,经过 8 年时间的发展已经从最初的业务试水成长为公司重要的业务板块之一。技术架构也从一个...",
|
|
155
|
+
"votes": "50",
|
|
156
|
+
"url": "/k/c1wadvv",
|
|
157
|
+
"avatar": "https://img.toutiao.io/default-avatar.png",
|
|
158
|
+
"avatarAlt": "u485925的独家号 - 独家号",
|
|
159
|
+
"subjectName": "u485925的独家号",
|
|
160
|
+
"homeUrl": "/subjects/361937"
|
|
161
|
+
},
|
|
182
162
|
{
|
|
183
163
|
"title": "20 图 |6 千字|缓存实战(上篇)",
|
|
184
164
|
"description": "回复 PDF 领取资料 这是悟空的第 96 篇原创文章作者 | 悟空聊架构来源 | 悟空聊架构(ID:PassJava666)转载请联系授权(微信ID:PassJava)前言先说个...",
|
|
@@ -200,14 +180,14 @@
|
|
|
200
180
|
"homeUrl": "/subjects/416733"
|
|
201
181
|
},
|
|
202
182
|
{
|
|
203
|
-
"title": "
|
|
204
|
-
"description": "
|
|
205
|
-
"votes": "
|
|
206
|
-
"url": "/k/
|
|
207
|
-
"avatar": "https://img.toutiao.io/
|
|
208
|
-
"avatarAlt": "
|
|
209
|
-
"subjectName": "
|
|
210
|
-
"homeUrl": "/subjects/
|
|
183
|
+
"title": "慢查询 MySQL 定位优化技巧,从10s优化到300ms",
|
|
184
|
+
"description": "大家好,我是不才陈某~ 今天分享一下如何快速定位慢查询SQL以及优化1.如何定位并优化慢查询SQL? 一般有3个思考方向:根据慢日志定位慢查询sql使用explain等工具分析sq...",
|
|
185
|
+
"votes": "42",
|
|
186
|
+
"url": "/k/3re4xuy",
|
|
187
|
+
"avatar": "https://img.toutiao.io/subject/ca32be3cbe13422a9fc08989bf5378d9/thumb",
|
|
188
|
+
"avatarAlt": "文不落 - 独家号",
|
|
189
|
+
"subjectName": "文不落",
|
|
190
|
+
"homeUrl": "/subjects/113701"
|
|
211
191
|
},
|
|
212
192
|
{
|
|
213
193
|
"title": "2022 年了,我才开始学 TypeScript ,晚吗?(7.5k字总结)",
|
|
@@ -220,14 +200,14 @@
|
|
|
220
200
|
"homeUrl": "/subjects/7076"
|
|
221
201
|
},
|
|
222
202
|
{
|
|
223
|
-
"title": "
|
|
224
|
-
"description": "
|
|
225
|
-
"votes": "
|
|
226
|
-
"url": "/k/
|
|
227
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
228
|
-
"avatarAlt": "
|
|
229
|
-
"subjectName": "
|
|
230
|
-
"homeUrl": "/subjects/
|
|
203
|
+
"title": "如何利用 MySQL 5.7 提供的虚拟列来提高查询效率",
|
|
204
|
+
"description": " 点击上方蓝字关注我们 01前言 在我们日常开发过程中,有时候因为对索引列进行函数调用,导致索引失效。举个例子,比如我们要按月查询记录,而当我们 表中只存时间,如果我们使用如下语句...",
|
|
205
|
+
"votes": "39",
|
|
206
|
+
"url": "/k/o8wbfmb",
|
|
207
|
+
"avatar": "https://img.toutiao.io/subject/f13d5c901ebe4d5f9509d20e36f1ee33/thumb",
|
|
208
|
+
"avatarAlt": "linyb极客之路 - 独家号",
|
|
209
|
+
"subjectName": "linyb极客之路",
|
|
210
|
+
"homeUrl": "/subjects/406737"
|
|
231
211
|
},
|
|
232
212
|
{
|
|
233
213
|
"title": "5大主流方案对比:MySQL千亿级数据线上平滑扩容实战",
|
|
@@ -248,5 +228,25 @@
|
|
|
248
228
|
"avatarAlt": "文不落 - 独家号",
|
|
249
229
|
"subjectName": "文不落",
|
|
250
230
|
"homeUrl": "/subjects/113701"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"title": "MySQL 上亿大表优化实践",
|
|
234
|
+
"description": "👇推荐大家关注一个公众号👇点击上方 \"编程技术圈\"关注, 星标或置顶一起成长后台回复“大礼包”有惊喜礼包!每日英文Man has to be crazy for once, whe...",
|
|
235
|
+
"votes": "43",
|
|
236
|
+
"url": "/k/8d5235l",
|
|
237
|
+
"avatar": "https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb",
|
|
238
|
+
"avatarAlt": "乱点技能树 - 独家号",
|
|
239
|
+
"subjectName": "乱点技能树",
|
|
240
|
+
"homeUrl": "/subjects/194141"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"title": "字节二面:Redis 的大 Key 对持久化有什么影响?",
|
|
244
|
+
"description": "",
|
|
245
|
+
"votes": "37",
|
|
246
|
+
"url": "/k/dwzvr51",
|
|
247
|
+
"avatar": "https://img.toutiao.io/subject/5677c886e56b479194e85580c577d68a/thumb",
|
|
248
|
+
"avatarAlt": "编程爱好者(网络编程) - 独家号",
|
|
249
|
+
"subjectName": "编程爱好者(网络编程)",
|
|
250
|
+
"homeUrl": "/subjects/134283"
|
|
251
251
|
}
|
|
252
252
|
]
|