@wcj/github-rank 22.3.31 → 22.4.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 +28803 -28811
- package/dist/sifou-daily.json +46 -64
- package/dist/sifou-monthly.json +86 -86
- package/dist/sifou-weekly.json +154 -154
- package/dist/toutiao-30.json +97 -97
- package/dist/toutiao-7.json +106 -106
- package/dist/toutiao-90.json +54 -54
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +162 -162
- package/dist/trending-weekly.json +169 -169
- package/dist/users.china.json +2529 -2530
- package/dist/users.json +3183 -3183
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +28803 -28811
- package/web/data/sifou-daily.json +46 -64
- package/web/data/sifou-monthly.json +86 -86
- package/web/data/sifou-weekly.json +154 -154
- package/web/data/toutiao-30.json +97 -97
- package/web/data/toutiao-7.json +106 -106
- package/web/data/toutiao-90.json +54 -54
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +162 -162
- package/web/data/trending-weekly.json +169 -169
- package/web/data/users.china.json +2529 -2530
- package/web/data/users.json +3183 -3183
- package/web/index.html +1652 -1652
- package/web/repos.html +3713 -3713
- package/web/sifou-daily.html +40 -96
- package/web/sifou-monthly.html +111 -111
- package/web/sifou-weekly.html +137 -137
- package/web/toutiao-30.html +72 -72
- package/web/toutiao-7.html +81 -81
- package/web/toutiao-90.html +50 -50
- package/web/trending-monthly.html +145 -141
- package/web/trending-weekly.html +149 -145
- package/web/trending.html +162 -138
- package/web/users.china.html +1288 -1288
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": "大裁员下,程序员如何做“副业”?",
|
|
4
|
+
"description": "前几天有幸看了尤雨溪尤大的直播,他们谈到一个话题,是说目前前端人,或者是整个程序员群体如何做副业?近年来互联网行情下降,好多人都在思考要不要搞个副业来抵御风险。",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041627230",
|
|
6
|
+
"author": "杨成功",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
8
|
+
"votes": "14",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
@@ -17,6 +17,15 @@
|
|
|
17
17
|
"votes": "14",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"title": "一道有意思的 CSS 面试题,FizzBuzz ~",
|
|
22
|
+
"description": "FizzBuzz 是一道很有意思的题目。我们来看看题目:如果遇见了 3 的倍数要说 Fizz,5 的倍数就说 Buzz,如果既是 3 的倍数又是 5 的倍数就说 FizzBuzz。如果是在一些编程语言中,这是一道比较初级的题目,当然,...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041619491",
|
|
24
|
+
"author": "chokcoco",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
26
|
+
"votes": "10",
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
20
29
|
{
|
|
21
30
|
"title": "金三银四了,掌握 JS 这 36 个概念,助你一臂之力",
|
|
22
31
|
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
@@ -24,61 +33,61 @@
|
|
|
24
33
|
"author": "前端小智",
|
|
25
34
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
26
35
|
"votes": "13",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"title": "手把手带你走进Babel的编译世界",
|
|
31
|
-
"description": "谈及 Babel,必然离不开 AST。有关 AST 这个知识点其实是很重要的,但由于涉及到代码编译阶段,大多情况都是由各个框架内置相关处理,所以作为开发(使用)者本身,往往会忽视这个过程。希望通过这篇文章,带各位同...",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041599576",
|
|
33
|
-
"author": "云音乐技术团队",
|
|
34
|
-
"home_url": "https://segmentfault.com/u/musicfe",
|
|
35
|
-
"votes": "9",
|
|
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": "20多个好用的 Vue 组件库,请查收!",
|
|
40
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041573314",
|
|
42
|
+
"author": "前端小智",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
44
|
+
"votes": "11",
|
|
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/
|
|
53
|
-
"votes": "
|
|
48
|
+
"title": "Offer 提速:如何写出有亮点的简历",
|
|
49
|
+
"description": "声明:本文所有观点均代表我个人意见,不代表公司、部门、团队立场/意见,关于内容的对错、价值观由读者自行判断,欢迎友好沟通探讨,希望能和而不同。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041634339",
|
|
51
|
+
"author": "范文杰",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/fanwenjie",
|
|
53
|
+
"votes": "11",
|
|
54
54
|
"rank": 6
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"title": "
|
|
58
|
-
"description": "
|
|
59
|
-
"url": "https://segmentfault.com/a/
|
|
60
|
-
"author": "
|
|
61
|
-
"home_url": "https://segmentfault.com/u/
|
|
62
|
-
"votes": "
|
|
57
|
+
"title": "Go 1.18 泛型全面讲解:一篇讲清泛型的全部",
|
|
58
|
+
"description": "可是因为Go对泛型的支持时间跨度太大,有非常多的以“泛型”为关键字的文章都是在介绍Go1.18之前的旧泛型提案或者设计,而很多设计最终在Go1.18中被废弃或发生了更改。并且很多介绍Go1.18泛型的文章(包括官方的)都...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041634906",
|
|
60
|
+
"author": "WonderfulSoap",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/wonderfulsoap",
|
|
62
|
+
"votes": "6",
|
|
63
63
|
"rank": 7
|
|
64
64
|
},
|
|
65
|
+
{
|
|
66
|
+
"title": "悲报, GIF 之父因新冠去世",
|
|
67
|
+
"description": "今天下午二狗子照常上班摸鱼的时候,突然看到了一则消息,消息说 GIF 的发明人因新冠去世了。作为一个自诩理性的互联网人,二狗子第一反应是看到了一个离谱谣言,可是查看了多方消息后,二狗子难过地发现这是真的。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041631055",
|
|
69
|
+
"author": "云叔_又拍云",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
71
|
+
"votes": "6",
|
|
72
|
+
"rank": 8
|
|
73
|
+
},
|
|
65
74
|
{
|
|
66
75
|
"title": "React Router v6 探索",
|
|
67
76
|
"description": "前言没事翻了翻 React Router 的文档,发现已推到了 v6.2.2 版本,这个版本做了很大的改动,让我们一起看看吧为什么推出 v6推出 v6 的最大原因是 React Hooks 的出现v6 写的代码要比 v5 代码更加紧凑和优雅我们通...",
|
|
68
77
|
"url": "https://segmentfault.com/a/1190000041616895",
|
|
69
78
|
"author": "江辰",
|
|
70
79
|
"home_url": "https://segmentfault.com/u/thomas_5b0e5d1b64584",
|
|
71
|
-
"votes": "
|
|
72
|
-
"rank":
|
|
80
|
+
"votes": "6",
|
|
81
|
+
"rank": 9
|
|
73
82
|
},
|
|
74
83
|
{
|
|
75
|
-
"title": "
|
|
76
|
-
"description": "
|
|
77
|
-
"url": "https://segmentfault.com/a/
|
|
78
|
-
"author": "
|
|
79
|
-
"home_url": "https://segmentfault.com/u/
|
|
84
|
+
"title": "2022招聘季|前端工作中需要掌握的 15 个函数",
|
|
85
|
+
"description": "随机排列数组使用 sort 和 random 方法对数组进行乱序排列非常常用。 {代码...} 检查日期是否有效使用以下代码段检查给定的日期是否有效。 {代码...} 复制到剪贴板将任何文本复制到剪贴板 navigator.clipboard.wr...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041628824",
|
|
87
|
+
"author": "wscats",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/wscats",
|
|
80
89
|
"votes": "7",
|
|
81
|
-
"rank":
|
|
90
|
+
"rank": 10
|
|
82
91
|
},
|
|
83
92
|
{
|
|
84
93
|
"title": "一个支持百万量级的vue3无限滚动组件",
|
|
@@ -86,43 +95,34 @@
|
|
|
86
95
|
"url": "https://segmentfault.com/a/1190000041614746",
|
|
87
96
|
"author": "TNTWEB",
|
|
88
97
|
"home_url": "https://segmentfault.com/u/tnfe",
|
|
89
|
-
"votes": "
|
|
90
|
-
"rank": 10
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"title": "开源码力榜背后的算法模型",
|
|
94
|
-
"description": "来自 X-Lab 的 OpenDigger 团队对 GitHub 开放的归档日志进行分析,筛选出了 2021 全年 GitHub 协作影响力排名前 10,000 的账号,并号召了社区中数十位开发者及十余家合作社区,通过开放式协作共同核实标注信息、...",
|
|
95
|
-
"url": "https://segmentfault.com/a/1190000041604918",
|
|
96
|
-
"author": "SegmentFault思否",
|
|
97
|
-
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
98
|
-
"votes": "5",
|
|
98
|
+
"votes": "6",
|
|
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/
|
|
102
|
+
"title": "按照 Promise/A+ 规范逐行注释并实现 Promise",
|
|
103
|
+
"description": "现在前端越来越卷,不会手写 Promise 都不好意思面试了(手动狗头.jpg)。虽然没多少人会在业务中用自己实现的 Promise,但是,实现 Promise 的过程会让你对 Promise 更加了解,出了问题也可以更好地排查。",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041640722",
|
|
105
|
+
"author": "Asheng",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/ashengtan",
|
|
107
107
|
"votes": "4",
|
|
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/
|
|
116
|
-
"votes": "
|
|
111
|
+
"title": "换个数据结构,一不小心节约了 591 台机器!",
|
|
112
|
+
"description": "你好呀,我是歪歪。前段时间,我在 B 站上看到一个技术视频,题目叫做《机票报价高并发场景下的一些解决方案》。up 主是 Qunar技术大本营,也就是我们耳熟能详的“去哪儿”。视频链接在这里:[链接]当时其实我是被...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041618742",
|
|
114
|
+
"author": "why技术",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/whyjishu",
|
|
116
|
+
"votes": "5",
|
|
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/
|
|
125
|
-
"votes": "
|
|
120
|
+
"title": "冴羽答读者问:30 岁了, 现在开始努力,晚吗?",
|
|
121
|
+
"description": "“The best time to plant a tree is 20 years ago. The second-best time is now.”",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041633336",
|
|
123
|
+
"author": "冴羽",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
125
|
+
"votes": "5",
|
|
126
126
|
"rank": 14
|
|
127
127
|
},
|
|
128
128
|
{
|
|
@@ -135,137 +135,137 @@
|
|
|
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/
|
|
143
|
-
"votes": "
|
|
138
|
+
"title": "了不起的Chrome浏览器(13):Chrome 100支持多屏应用了!",
|
|
139
|
+
"description": "Deprecate the document.domain setter是一个影响很大的breaking change,请大家务必注意排查风险。计划于今年9月份发布的Chrome 106将不再支持通过修改document.domain来绕开同源策略(same origin policy)的限...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041630398",
|
|
141
|
+
"author": "寒雁",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/kiwenlau",
|
|
143
|
+
"votes": "5",
|
|
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": "这不是愚人节玩笑,我们回来了:Typecho 1.2.0 发布!",
|
|
148
|
+
"description": "刚刚,Typecho 项目发起人祁宁在官方博客以开发者账号 @joyqi 发文宣布了 Typecho 1.2.0 正式版发布的消息 —— “这不是玩笑,我们回来了!”",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041642224",
|
|
150
|
+
"author": "MissD",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
152
|
+
"votes": "5",
|
|
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/
|
|
161
|
-
"votes": "
|
|
156
|
+
"title": "拿捏了!这样的购物体验才深得用户心",
|
|
157
|
+
"description": "有的时候用户想要一声令下就能看到自己心仪的商品,有的时候用户需要一个智能购物管家来管理自己常用的卡券,甚至还想要在股掌之间、分秒之际就掌握商品全貌信息。对于用户日益丰富的想象力,移动应用开发者能做...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041623771",
|
|
159
|
+
"author": "HMSCore",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
161
|
+
"votes": "3",
|
|
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/
|
|
165
|
+
"title": "如何添加 babel polyfill?",
|
|
166
|
+
"description": "由于 Babel 7.4 之后不再推荐使用 @babel/polyfill,而 @babel/preset-env 和 plugin-transform-runtime 二者都可以设置 corejs 来处理 polyfill。",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041625821",
|
|
168
|
+
"author": "时倾",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/shiqing_5e690563e48cc",
|
|
170
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/
|
|
179
|
-
"votes": "
|
|
174
|
+
"title": "什么是 LFU 算法?",
|
|
175
|
+
"description": "上次的文章介绍了 LRU 算法,今天打算来介绍一下 LFU 算法。在上篇文章中有提到, LFU(Least frequently used:最少使用)算法与 LRU 算法只是在淘汰策略上有所不同,LRU 倾向于保留最近有使用的数据,而 LFU 倾...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041617815",
|
|
177
|
+
"author": "Shenfq",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/shenfq",
|
|
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": "React18正式版发布,未来发展趋势是?",
|
|
184
|
+
"description": "从v16开始,React团队就在普及并发的概念。在v18的迭代过程中(alpha、Beta、RC),也一直在科普并发特性,所以正式版发布时,已经没有什么新鲜特性。",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041629707",
|
|
186
|
+
"author": "卡颂",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
188
188
|
"votes": "3",
|
|
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": "SVG 绘制自适应的菱形",
|
|
193
|
+
"description": "如果没有边框的话,用 CSS clip-path 也能很方便的裁剪出一个菱形,但是边框不太好处理(通常用嵌套一层的方式或者投影来模拟,但是效果不太好),这里介绍一个 SVG 方式,充分利用缩放特性来实现这样一个效果",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041618406",
|
|
195
|
+
"author": "XboxYan",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
197
|
+
"votes": "4",
|
|
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": "【躲过裁员,成功上岸】发现小公司有不好的苗头,赶紧学习!",
|
|
202
|
+
"description": "读者反馈:今年这波裁员有点凶,但在我们公司去年已经有了些不好的苗头,为了不让自己那么拉胯🌶,躲不过各种坑坑洼洼。跟着小傅哥的博客内容补全了自己很多的知识,包括:中间件、字节码、DDD项目、设计模式以及...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041622957",
|
|
204
|
+
"author": "小傅哥",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
206
|
+
"votes": "4",
|
|
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/
|
|
210
|
+
"title": "VuePress 博客搭建系列 33 篇正式完结!",
|
|
211
|
+
"description": "VuePress 博客搭建系列共计 33 篇,讲解使用 VuePress 搭建博客,进行各种优化,为博客增添各种功能,并部署到 GitHub、Gitee、个人服务器平台的全过程。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041627148",
|
|
213
|
+
"author": "冴羽",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
215
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": "Three.js 实现3D开放世界小游戏:阿狸的多元宇宙 🦊",
|
|
220
|
+
"description": "2545光年之外的开普勒1028星系,有一颗色彩斑斓的宜居星球 🌑,星际移民 👨🚀 必须穿戴基地发放的防辐射服才能生存。阿狸 🦊 驾驶星际飞行器 🚀 降临此地,快帮它在限定时间内使用轮盘移动找到基地获取防辐射服吧!",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041640643",
|
|
222
|
+
"author": "dragonir",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/dragonir",
|
|
224
|
+
"votes": "6",
|
|
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/
|
|
233
|
-
"votes": "
|
|
228
|
+
"title": "angular异步验证器防抖",
|
|
229
|
+
"description": "背景:当前输入框的formControl设置了异步验证器,会根据当前的值进行请求后台,判断数据库中是否存在。原版异步验证器: {代码...} 但是测试下来发现,该异步验证器触发的太频繁了。输入框每输入一个字母都会对...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041621553",
|
|
231
|
+
"author": "weiewiyi",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
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": "《与 Rust 勾心斗角》前言",
|
|
238
|
+
"description": "此文被人举报,然而举报者似乎都没耐心看一下后面附的文档链接,网站审核人员也不在意那链接。倘若再次被举报,我就不会发后文了……世界不会受到任何损失。",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041622075",
|
|
240
|
+
"author": "garfileo",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/garfileo",
|
|
242
|
+
"votes": "4",
|
|
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/
|
|
251
|
-
"votes": "
|
|
246
|
+
"title": "[🔧]前端开发工具推荐",
|
|
247
|
+
"description": "前端开发是指开发与用户直接交互的计算机系统或应用程序的一部分。 本文整理了一些比较有趣的前端工具。1.配色方案为您提供配色方案生成器以及许多很棒的流行配色方案!2.配色方案让您使用各种工具创建自己的配色...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041641164",
|
|
249
|
+
"author": "JenK",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/wangzc996",
|
|
251
|
+
"votes": "8",
|
|
252
252
|
"rank": 28
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"title": "
|
|
256
|
-
"description": "
|
|
257
|
-
"url": "https://segmentfault.com/a/
|
|
258
|
-
"author": "
|
|
259
|
-
"home_url": "https://segmentfault.com/u/
|
|
260
|
-
"votes": "
|
|
255
|
+
"title": "Github Actions 实战提高生产力",
|
|
256
|
+
"description": "GitHub Action 持续集成服务推出有一段时间了,目前已经免费开放使用,由于个人项目都是放在Github上有点多,使用它来发布、测试、部署,是极大的提高了生产力。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041619089",
|
|
258
|
+
"author": "小弟调调",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/ichu",
|
|
260
|
+
"votes": "3",
|
|
261
261
|
"rank": 29
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
|
-
"title": "
|
|
265
|
-
"description": "
|
|
266
|
-
"url": "https://segmentfault.com/a/
|
|
267
|
-
"author": "
|
|
268
|
-
"home_url": "https://segmentfault.com/u/
|
|
264
|
+
"title": "@OneToOne、@ManyToOne的具体使用与区别",
|
|
265
|
+
"description": "在近期的项目中我尝试着把本应用@ManyToOne注解的地方使用@OneToOne注解,本以为进行存储或者查询等操作时会发生错误但是并没有发生任何错误,所有操作都可以正常执行。所以首先我想看一下在数据库中生成的外键是...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041615298",
|
|
267
|
+
"author": "李明",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/pluto_612f55567eb8c",
|
|
269
269
|
"votes": "3",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|