@wcj/github-rank 21.12.15 → 21.12.16
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 +20843 -20840
- package/dist/sifou-daily.json +71 -143
- package/dist/sifou-monthly.json +66 -66
- package/dist/sifou-weekly.json +127 -127
- package/dist/toutiao-30.json +46 -46
- package/dist/toutiao-7.json +90 -90
- package/dist/toutiao-90.json +12 -12
- package/dist/trending-daily.json +168 -168
- package/dist/trending-monthly.json +152 -152
- package/dist/trending-weekly.json +155 -155
- package/dist/users.china.json +2003 -2004
- package/dist/users.json +1953 -1953
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +20843 -20840
- package/web/data/sifou-daily.json +71 -143
- package/web/data/sifou-monthly.json +66 -66
- package/web/data/sifou-weekly.json +127 -127
- package/web/data/toutiao-30.json +46 -46
- package/web/data/toutiao-7.json +90 -90
- package/web/data/toutiao-90.json +12 -12
- package/web/data/trending-daily.json +168 -168
- package/web/data/trending-monthly.json +152 -152
- package/web/data/trending-weekly.json +155 -155
- package/web/data/users.china.json +2003 -2004
- package/web/data/users.json +1953 -1953
- package/web/index.html +1097 -1097
- package/web/repos.html +2459 -2459
- package/web/sifou-daily.html +60 -284
- package/web/sifou-monthly.html +107 -107
- package/web/sifou-weekly.html +131 -131
- package/web/toutiao-30.html +53 -53
- package/web/toutiao-7.html +86 -86
- package/web/toutiao-90.html +34 -34
- package/web/trending-monthly.html +144 -144
- package/web/trending-weekly.html +148 -144
- package/web/trending.html +143 -147
- package/web/users.china.html +1209 -1209
package/dist/sifou-daily.json
CHANGED
|
@@ -1,191 +1,119 @@
|
|
|
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": "JZ-027-字符串的排列",
|
|
4
|
+
"description": "输入一个字符串,按字典序打印出该字符串中字符的所有排列。例如输入字符串abc,则按字典序打印出由字符a,b,c所能排列出来的所有字符串abc,acb,bac,bca,cab和cba。题目链接: 字符串的排列",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041125191",
|
|
6
|
+
"author": "雄狮虎豹",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
8
|
+
"votes": "4",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"title": "
|
|
13
|
-
"description": "
|
|
14
|
-
"url": "https://segmentfault.com/a/
|
|
15
|
-
"author": "
|
|
16
|
-
"home_url": "https://segmentfault.com/u/
|
|
17
|
-
"votes": "
|
|
12
|
+
"title": "JZ-026-二叉搜索树与双向链表",
|
|
13
|
+
"description": "二叉搜索树与双向链表题目描述输入一棵二叉搜索树,将该二叉搜索树转换成一个排序的双向链表。要求不能创建任何新的结点,只能调整树中结点指针的指向。题目链接: 二叉搜索树与双向链表代码 {代码...} 【每日寄语...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041119644",
|
|
15
|
+
"author": "雄狮虎豹",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
17
|
+
"votes": "4",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"title": "
|
|
22
|
-
"description": "
|
|
23
|
-
"url": "https://segmentfault.com/a/
|
|
24
|
-
"author": "
|
|
25
|
-
"home_url": "https://segmentfault.com/u/
|
|
26
|
-
"votes": "
|
|
21
|
+
"title": "原来这才是 Socket !",
|
|
22
|
+
"description": "关于对 Socket 的认识,大致分为下面几个主题,Socket 是什么,Socket 是如何创建的,Socket 是如何连接并收发数据的,Socket 套接字的删除等。",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041119178",
|
|
24
|
+
"author": "程序员cxuan",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/cxuan",
|
|
26
|
+
"votes": "5",
|
|
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/
|
|
30
|
+
"title": "女,30+,已婚,未育的前端打工人2021年终总结",
|
|
31
|
+
"description": "看到标题4个标签的形容词,女,30+,已婚,未育,层层递进,焦虑感是不是油然而生并且越来越大。当这四个形容词组合在一起的时候,不知道猎头和其他公司的 HR 是怎么鼓起勇气给我打的电话,一定是因为我的简历太...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041123903",
|
|
33
|
+
"author": "阳呀呀",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/yangyaya",
|
|
35
35
|
"votes": "2",
|
|
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/
|
|
39
|
+
"title": "让你用Markdown的方式来做PPT",
|
|
40
|
+
"description": "也许你是以为代码高手,Markdown写作高手,但你是PPT高手吗?你的成绩有没有被PPT高手抢走过呢?不会作精美PPT是不是很头疼呢?今天就给大家介绍了一款PPT制作利器:Slidev~说Slidev之前,咱先聊聊Markdown,在认...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041119566",
|
|
42
|
+
"author": "程序猿DD",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/coderdd",
|
|
44
44
|
"votes": "4",
|
|
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": "激情、努力、进步、迷失、悔恨、失落百感交集的2021年",
|
|
49
|
+
"description": "本文参与了SegmentFault 思否征文「2021 总结」,欢迎正在阅读的你也加入。引言不管怎么说,2021年,一家人还能健健康康的活着,经历多少不愉快,也没关系,因为我相信,经历是宝贵的财富,厄运散尽,好彩自然来...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041122239",
|
|
51
|
+
"author": "小隐",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/xiaoyin_lele",
|
|
53
|
+
"votes": "1",
|
|
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/
|
|
57
|
+
"title": "谷歌 Android 12 Go 正式发布!",
|
|
58
|
+
"description": "12 月 15 日,谷歌发布了适用于小型或廉价智能手机的 Android 12 Go 版本操作系统。全新登场的 Android 12 Go 版本更流畅、更省电、更安全。",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041120423",
|
|
60
|
+
"author": "六一",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
|
|
62
62
|
"votes": "1",
|
|
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": "成功只有一种-OBKoro1的2021年终总结",
|
|
67
|
+
"description": "前言又到了写年终总结的时候,想想上次写年终总结的时候,还是在上次 :)回顾了一下去年写的年终总结,按照惯例感慨了一下时间过得很快。今年的年终总结还是Captain提醒我写的,然后我还是拖了两周 哈哈大事坐标:...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041120053",
|
|
69
|
+
"author": "OBKoro1",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/obkoro1",
|
|
71
|
+
"votes": "1",
|
|
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/
|
|
75
|
+
"title": "【C进阶】20、链接过程简介",
|
|
76
|
+
"description": "Summary1)链接的定义:将目标文件最终链接为可执行程序 2)链接的2种方式:静态链接:目标文件会被直接*链接*进可执行程序。slib.a被删掉后,程序依旧可以运行动态链接:程序启动后才动态加载目标文件。dlib.so...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041125067",
|
|
78
|
+
"author": "bryson",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/lala_60a20654d1aa3",
|
|
80
80
|
"votes": "1",
|
|
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/
|
|
84
|
+
"title": "Svelte入门——Web Components实现跨框架组件复用(二)",
|
|
85
|
+
"description": "使用 Svelte 开发 VUE 和 React 都支持的自定义单元格组件在上节中,我们一起了解了如何使用Svelte封装Web Component,从而实现在不同页面间使用电子表格组件。Svelte封装组件跨框架复用,带来的好处也十分明显:...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041120812",
|
|
87
|
+
"author": "葡萄城技术团队",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
89
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/
|
|
98
|
-
"votes": "
|
|
93
|
+
"title": "Java常用的五大算法详解",
|
|
94
|
+
"description": "1.把一个复杂的问题分成两个或更多的相同或相似的子问题,再把子问题分成更小的子问题……直到最后子问题可以简单的直接求解,原问题的解即子问题的解的合并。2.分治策略是对于一个规模为n的问题,若该问题可以容易...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041120414",
|
|
96
|
+
"author": "江湖大侠",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/msjhw_com",
|
|
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/
|
|
102
|
+
"title": "度量避坑指南,合理选择指标 | IDCF",
|
|
103
|
+
"description": "管理层都喜欢指标,是基于这样的出发点,“我们需要一个数字来衡量我们的表现。数字会关注人并帮助我们衡量成功。” 虽然本意是好的,但数字管理会不自觉地导致有问题的行为,并最终有损于更广泛的项目和组织目标。...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041117569",
|
|
105
|
+
"author": "IDCF",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/idcf",
|
|
107
107
|
"votes": "1",
|
|
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": "Golang gRPC实践 在gRPC中使用FlatBuffers编码",
|
|
112
|
+
"description": "FlatBuffers是一个跨平台的序列化库,旨在实现最大的内存效率。它允许您直接访问序列化数据,而无需首先对其进行解析/解包,同时仍具有良好的向前/向后兼容性。",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041123754",
|
|
114
|
+
"author": "Coldstar",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/coldstar",
|
|
116
116
|
"votes": "1",
|
|
117
117
|
"rank": 13
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"title": "MySQL数据库基础教程(无比详细)mysql初体验篇",
|
|
121
|
-
"description": "一、数据库的基本概念1、数据(Data)描述事物的符号记录包括数字,文字,图形,图像,声音,档案记录等以“记录”形式按统一的格式进行存储2、表将不同的记录组织在一起用来存储具体数据3、数据库表的集合,是存储...",
|
|
122
|
-
"url": "https://segmentfault.com/a/1190000041114730",
|
|
123
|
-
"author": "牛仔码农",
|
|
124
|
-
"home_url": "https://segmentfault.com/u/camille_5f9b7f6b8693f",
|
|
125
|
-
"votes": "1",
|
|
126
|
-
"rank": 14
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"title": "从零开始的常用MySQL语句练习大全",
|
|
130
|
-
"description": "很多时候深入学习固然很重要,但是想要写下一篇给新手都能看得懂看的很香,并且老鸟可以查漏补缺的的练习博客,还是挺有难度,所以今天尝试写一些关于MySQL的语句练习大全,供想要从零开始练习MySQL的新手们去学习。",
|
|
131
|
-
"url": "https://segmentfault.com/a/1190000041114362",
|
|
132
|
-
"author": "fx67ll",
|
|
133
|
-
"home_url": "https://segmentfault.com/u/wensandaoshi",
|
|
134
|
-
"votes": "1",
|
|
135
|
-
"rank": 15
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"title": "一个Vue3可使用的JSON转excel组件",
|
|
139
|
-
"description": "此组件中实现的方法使用HTML表绘制。在xls文件中,Microsoft Excel不再将HTML识别为本机内容,因此在打开文件之前会显示警告消息。excel的内容已经完美呈现,但是提示信息无法避免,请不要在意!",
|
|
140
|
-
"url": "https://segmentfault.com/a/1190000041117522",
|
|
141
|
-
"author": "小章鱼",
|
|
142
|
-
"home_url": "https://segmentfault.com/u/xiaozhangyu_5bc816f5e2adb",
|
|
143
|
-
"votes": "1",
|
|
144
|
-
"rank": 16
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"title": "实现自动引入+按需引入element-plus原来如此简单",
|
|
148
|
-
"description": "前言:使用unplugin-vue-components后,可以实现按需引入,而且也不用再使用import引入需要的组件,直接使用<el-button>等组件就可以。",
|
|
149
|
-
"url": "https://segmentfault.com/a/1190000041116726",
|
|
150
|
-
"author": "河豚学前端",
|
|
151
|
-
"home_url": "https://segmentfault.com/u/puffer",
|
|
152
|
-
"votes": "1",
|
|
153
|
-
"rank": 17
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"title": "开源,自建?小微企业的代码仓库选型之路",
|
|
157
|
-
"description": "背景:来自云效客户选型的一个参考,从搭建了自己的代码仓库到使用云效的Codeup的转变,云效Codeup 能自然的和钉钉群成员进行挂钩,并且云效Codeup 本身还有:仓库加密,代码备份,安全访问,审计等功能。甚至他...",
|
|
158
|
-
"url": "https://segmentfault.com/a/1190000041113833",
|
|
159
|
-
"author": "云效DevOps平台",
|
|
160
|
-
"home_url": "https://segmentfault.com/u/yunxiao0816",
|
|
161
|
-
"votes": "1",
|
|
162
|
-
"rank": 18
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"title": "Day14/100 React 颜色选择器",
|
|
166
|
-
"description": "1、需求在React+Ant Design的项目中,需要选择颜色。Ant Design 没有合适的组件。2、React-color找到了这个插件,周下载量103w官方给了Demo {代码...} 3、实际开发1、我用的这种形式2、需要十六进制转Rgba转格式t...",
|
|
167
|
-
"url": "https://segmentfault.com/a/1190000041113725",
|
|
168
|
-
"author": "SnowWolfArden",
|
|
169
|
-
"home_url": "https://segmentfault.com/u/snowwolfarden",
|
|
170
|
-
"votes": "1",
|
|
171
|
-
"rank": 19
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"title": "JavaMoney规范(JSR 354)与对应实现解读",
|
|
175
|
-
"description": "当前JDK中用来表达货币的类为java.util.Currency,这个类仅仅能够表示按照[ISO-4217]描述的货币类型。它没有与之关联的数值,也不能描述规范外的一些货币。对于货币的计算、货币兑换、货币的格式化没有提供相关的...",
|
|
176
|
-
"url": "https://segmentfault.com/a/1190000041112700",
|
|
177
|
-
"author": "vivo互联网技术",
|
|
178
|
-
"home_url": "https://segmentfault.com/u/vivo_tech",
|
|
179
|
-
"votes": "1",
|
|
180
|
-
"rank": 20
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"title": "OPPO云VPC网络实践",
|
|
184
|
-
"description": "随着OPPO业务的快速发展,OPPO云规模增长迅速。大规模虚拟实例的弹性伸缩、低延时需求对网络提出了诸多挑战。原有基于VLAN搭建的私有网络无法解决这些问题,给网络运维和业务的快速上线带来了挑战。",
|
|
185
|
-
"url": "https://segmentfault.com/a/1190000041112371",
|
|
186
|
-
"author": "OPPO数智技术",
|
|
187
|
-
"home_url": "https://segmentfault.com/u/oppo_internet_tech",
|
|
188
|
-
"votes": "1",
|
|
189
|
-
"rank": 21
|
|
190
118
|
}
|
|
191
119
|
]
|
package/dist/sifou-monthly.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"url": "https://segmentfault.com/a/1190000041099699",
|
|
24
24
|
"author": "林小志",
|
|
25
25
|
"home_url": "https://segmentfault.com/u/linxz",
|
|
26
|
-
"votes": "
|
|
26
|
+
"votes": "25",
|
|
27
27
|
"rank": 3
|
|
28
28
|
},
|
|
29
29
|
{
|
|
@@ -44,6 +44,15 @@
|
|
|
44
44
|
"votes": "27",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
|
+
{
|
|
48
|
+
"title": "超硬核 Web 前端学霸笔记,学完就去找工作!",
|
|
49
|
+
"description": "文章和教程Vue 学习笔记Node 学习笔记React 学习笔记Angular 学习笔记RequireJS 学习笔记Webpack 学习笔记Gulp 学习笔记Python 学习笔记Egret 引擎学习笔记流处理,TCP 和 UDP,WebRTC 和 Blob 学习笔记博客前端...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041031214",
|
|
51
|
+
"author": "wscats",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/wscats",
|
|
53
|
+
"votes": "25",
|
|
54
|
+
"rank": 6
|
|
55
|
+
},
|
|
47
56
|
{
|
|
48
57
|
"title": "一文讲透自适应熔断的原理和实现",
|
|
49
58
|
"description": "微服务集群中,每个应用基本都会依赖一定数量的外部服务。有可能随时都会遇到网络连接缓慢,超时,依赖服务过载,服务不可用的情况,在高并发场景下如果此时调用方不做任何处理,继续持续请求故障服务的话很容易引...",
|
|
@@ -51,7 +60,7 @@
|
|
|
51
60
|
"author": "kevinwan",
|
|
52
61
|
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
53
62
|
"votes": "22",
|
|
54
|
-
"rank":
|
|
63
|
+
"rank": 7
|
|
55
64
|
},
|
|
56
65
|
{
|
|
57
66
|
"title": "使用 CSS 轻松实现高频出现的各类奇形怪状按钮",
|
|
@@ -59,8 +68,8 @@
|
|
|
59
68
|
"url": "https://segmentfault.com/a/1190000041044028",
|
|
60
69
|
"author": "chokcoco",
|
|
61
70
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
62
|
-
"votes": "
|
|
63
|
-
"rank":
|
|
71
|
+
"votes": "23",
|
|
72
|
+
"rank": 8
|
|
64
73
|
},
|
|
65
74
|
{
|
|
66
75
|
"title": "面试题整理之Vue篇",
|
|
@@ -69,7 +78,7 @@
|
|
|
69
78
|
"author": "Aaron",
|
|
70
79
|
"home_url": "https://segmentfault.com/u/aaronblog",
|
|
71
80
|
"votes": "27",
|
|
72
|
-
"rank":
|
|
81
|
+
"rank": 9
|
|
73
82
|
},
|
|
74
83
|
{
|
|
75
84
|
"title": "良苦用心啊!我把7大跨域解决方法原理画成10张图,做成图解!",
|
|
@@ -77,17 +86,17 @@
|
|
|
77
86
|
"url": "https://segmentfault.com/a/1190000041032091",
|
|
78
87
|
"author": "Sunshine_Lin",
|
|
79
88
|
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
80
|
-
"votes": "
|
|
81
|
-
"rank":
|
|
89
|
+
"votes": "26",
|
|
90
|
+
"rank": 10
|
|
82
91
|
},
|
|
83
92
|
{
|
|
84
|
-
"title": "
|
|
85
|
-
"description": "
|
|
86
|
-
"url": "https://segmentfault.com/a/
|
|
87
|
-
"author": "
|
|
88
|
-
"home_url": "https://segmentfault.com/u/
|
|
89
|
-
"votes": "
|
|
90
|
-
"rank":
|
|
93
|
+
"title": "思否年度有奖征文丨用文字记录下属于你的2021",
|
|
94
|
+
"description": "亲爱的开发者们:大家好,我是 SegmentFault 思否的社区管理员 思否小姐姐~2021,也注定是个不平凡的一年! 鲜花与荆棘,凛寒和热盼;仔细想来,大家在这一年一定经历和成长了很多,人生的进度条又向前了一格。20...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041089764",
|
|
96
|
+
"author": "SegmentFault思否",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
98
|
+
"votes": "15",
|
|
99
|
+
"rank": 11
|
|
91
100
|
},
|
|
92
101
|
{
|
|
93
102
|
"title": "「万字总结」熬夜总结50个JS的高级知识点,全都会你就是神!!!",
|
|
@@ -96,7 +105,7 @@
|
|
|
96
105
|
"author": "Sunshine_Lin",
|
|
97
106
|
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
98
107
|
"votes": "25",
|
|
99
|
-
"rank":
|
|
108
|
+
"rank": 12
|
|
100
109
|
},
|
|
101
110
|
{
|
|
102
111
|
"title": "git进阶(撤销pull、撤销merge、撤销add)",
|
|
@@ -105,15 +114,6 @@
|
|
|
105
114
|
"author": "浅夏晴空",
|
|
106
115
|
"home_url": "https://segmentfault.com/u/qianxiaqingkong",
|
|
107
116
|
"votes": "14",
|
|
108
|
-
"rank": 12
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"title": "思否年度有奖征文丨用文字记录下属于你的2021",
|
|
112
|
-
"description": "亲爱的开发者们:大家好,我是 SegmentFault 思否的社区管理员 思否小姐姐~2021,也注定是个不平凡的一年! 鲜花与荆棘,凛寒和热盼;仔细想来,大家在这一年一定经历和成长了很多,人生的进度条又向前了一格。20...",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000041089764",
|
|
114
|
-
"author": "SegmentFault思否",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
116
|
-
"votes": "14",
|
|
117
117
|
"rank": 13
|
|
118
118
|
},
|
|
119
119
|
{
|
|
@@ -125,6 +125,15 @@
|
|
|
125
125
|
"votes": "17",
|
|
126
126
|
"rank": 14
|
|
127
127
|
},
|
|
128
|
+
{
|
|
129
|
+
"title": "用CSS来撸一只神经猫",
|
|
130
|
+
"description": "之前围住神经猫的H5小游戏火爆了朋友圈,其中神经猫贱贱的表情,露着屁股的各种姿势,也给用户带来了不少趣味。现在我们就用CSS来撸出一只小贱猫。从网上下载一张我们要仿照的神经猫图片,如下:",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041016364",
|
|
132
|
+
"author": "linshuai",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/linshuai",
|
|
134
|
+
"votes": "15",
|
|
135
|
+
"rank": 15
|
|
136
|
+
},
|
|
128
137
|
{
|
|
129
138
|
"title": "一篇搞懂容器技术的基石: cgroup",
|
|
130
139
|
"description": "大家好,我是张晋涛。目前我们所提到的容器技术、虚拟化技术(不论何种抽象层次下的虚拟化技术)都能做到资源层面上的隔离和限制。对于容器技术而言,它实现资源层面上的限制和隔离,依赖于 Linux 内核所提供的 c...",
|
|
@@ -132,7 +141,7 @@
|
|
|
132
141
|
"author": "张晋涛",
|
|
133
142
|
"home_url": "https://segmentfault.com/u/moelove",
|
|
134
143
|
"votes": "12",
|
|
135
|
-
"rank":
|
|
144
|
+
"rank": 16
|
|
136
145
|
},
|
|
137
146
|
{
|
|
138
147
|
"title": "PHP 基金会,是个好事 (PHP Foundation)",
|
|
@@ -141,7 +150,7 @@
|
|
|
141
150
|
"author": "summerblue",
|
|
142
151
|
"home_url": "https://segmentfault.com/u/summerblue",
|
|
143
152
|
"votes": "15",
|
|
144
|
-
"rank":
|
|
153
|
+
"rank": 17
|
|
145
154
|
},
|
|
146
155
|
{
|
|
147
156
|
"title": "Error Boundaries是这么实现的,还挺巧妙",
|
|
@@ -150,15 +159,6 @@
|
|
|
150
159
|
"author": "卡颂",
|
|
151
160
|
"home_url": "https://segmentfault.com/u/kasong",
|
|
152
161
|
"votes": "10",
|
|
153
|
-
"rank": 17
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"title": "用CSS来撸一只神经猫",
|
|
157
|
-
"description": "之前围住神经猫的H5小游戏火爆了朋友圈,其中神经猫贱贱的表情,露着屁股的各种姿势,也给用户带来了不少趣味。现在我们就用CSS来撸出一只小贱猫。从网上下载一张我们要仿照的神经猫图片,如下:",
|
|
158
|
-
"url": "https://segmentfault.com/a/1190000041016364",
|
|
159
|
-
"author": "linshuai",
|
|
160
|
-
"home_url": "https://segmentfault.com/u/linshuai",
|
|
161
|
-
"votes": "14",
|
|
162
162
|
"rank": 18
|
|
163
163
|
},
|
|
164
164
|
{
|
|
@@ -179,6 +179,15 @@
|
|
|
179
179
|
"votes": "10",
|
|
180
180
|
"rank": 20
|
|
181
181
|
},
|
|
182
|
+
{
|
|
183
|
+
"title": "「总结」今年我写了55篇文章,面试了30个人,学习了385个知识点!",
|
|
184
|
+
"description": "就在今年年初,我成为了一名作者,我的昵称是「Sunshine_Lin」,这是因为这个英文名跟我「林三心」的发音很像。他们都叫我「三心哥」,虽然我是个菜鸟,但是他们都叫我哥,还有,用最通俗的话讲最难的知识点是我...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041037062",
|
|
186
|
+
"author": "Sunshine_Lin",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
188
|
+
"votes": "20",
|
|
189
|
+
"rank": 21
|
|
190
|
+
},
|
|
182
191
|
{
|
|
183
192
|
"title": "重写数组的方法(改变原数组)",
|
|
184
193
|
"description": "下图是我自我学习模拟数组时总结的一些重新数组的方法:本文我们暂不讨论不改变原数组的方法,只谈改变原数组用到的 6 种方法。改变原数组的方法push()按参数顺序向数组尾部添加元素,返回新数组的长度 {代码...}...",
|
|
@@ -186,7 +195,7 @@
|
|
|
186
195
|
"author": "云叔_又拍云",
|
|
187
196
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
188
197
|
"votes": "10",
|
|
189
|
-
"rank":
|
|
198
|
+
"rank": 22
|
|
190
199
|
},
|
|
191
200
|
{
|
|
192
201
|
"title": "2021 re:Invent ,我们到底该关注哪些发布?",
|
|
@@ -195,7 +204,16 @@
|
|
|
195
204
|
"author": "思否编辑部",
|
|
196
205
|
"home_url": "https://segmentfault.com/u/writers",
|
|
197
206
|
"votes": "13",
|
|
198
|
-
"rank":
|
|
207
|
+
"rank": 23
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"title": "如果将元宇宙逐层拆解,你会发现内核是“云”",
|
|
211
|
+
"description": "2021 最火的新概念,莫过于元宇宙。2021 年 10 月 29 日,Facebook 宣布改名 Meta;2021 年 11 月 1 日,“元宇宙第一股” Roblox 经过短暂调整,宣布重新上线。接下来关于元宇宙的线下 / 线上讨论如火如荼,元...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041109778",
|
|
213
|
+
"author": "思否编辑部",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
215
|
+
"votes": "9",
|
|
216
|
+
"rank": 24
|
|
199
217
|
},
|
|
200
218
|
{
|
|
201
219
|
"title": "一个 Babelfish ,看懂云数据库的发展方向",
|
|
@@ -204,16 +222,16 @@
|
|
|
204
222
|
"author": "思否编辑部",
|
|
205
223
|
"home_url": "https://segmentfault.com/u/writers",
|
|
206
224
|
"votes": "12",
|
|
207
|
-
"rank":
|
|
225
|
+
"rank": 25
|
|
208
226
|
},
|
|
209
227
|
{
|
|
210
|
-
"title": "
|
|
211
|
-
"description": "
|
|
212
|
-
"url": "https://segmentfault.com/a/
|
|
213
|
-
"author": "
|
|
214
|
-
"home_url": "https://segmentfault.com/u/
|
|
215
|
-
"votes": "
|
|
216
|
-
"rank":
|
|
228
|
+
"title": "基于 Vite 搭建开发体验超级丝滑的 Vue3 组件库开发框架",
|
|
229
|
+
"description": "说到 Vue 的组件库,大家肯定早已耳熟能详,随随便便就能列举出一大堆。那为什么还需要自己去搭建呢?结合自身的经验,在业务中往往需要高度定制化的组件,无论是 UI 和交互,可能都会跟市面上现有的组件库有着较...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041103446",
|
|
231
|
+
"author": "jrainlau",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/jrainlau",
|
|
233
|
+
"votes": "14",
|
|
234
|
+
"rank": 26
|
|
217
235
|
},
|
|
218
236
|
{
|
|
219
237
|
"title": "安排几款实用的内网穿透工具+教程",
|
|
@@ -222,7 +240,7 @@
|
|
|
222
240
|
"author": "民工哥",
|
|
223
241
|
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
224
242
|
"votes": "13",
|
|
225
|
-
"rank":
|
|
243
|
+
"rank": 27
|
|
226
244
|
},
|
|
227
245
|
{
|
|
228
246
|
"title": "你真的认为Google翻译不影响\"前端\"页面功能吗?",
|
|
@@ -231,7 +249,7 @@
|
|
|
231
249
|
"author": "lulu_up",
|
|
232
250
|
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
233
251
|
"votes": "11",
|
|
234
|
-
"rank":
|
|
252
|
+
"rank": 28
|
|
235
253
|
},
|
|
236
254
|
{
|
|
237
255
|
"title": "可以中断的异步操作",
|
|
@@ -240,7 +258,7 @@
|
|
|
240
258
|
"author": "边城",
|
|
241
259
|
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
242
260
|
"votes": "10",
|
|
243
|
-
"rank":
|
|
261
|
+
"rank": 29
|
|
244
262
|
},
|
|
245
263
|
{
|
|
246
264
|
"title": "你说你会Promise?那你解决一下项目中的这五个难题?",
|
|
@@ -249,24 +267,6 @@
|
|
|
249
267
|
"author": "Sunshine_Lin",
|
|
250
268
|
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
251
269
|
"votes": "16",
|
|
252
|
-
"rank": 28
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"title": "如果将元宇宙逐层拆解,你会发现内核是“云”",
|
|
256
|
-
"description": "2021 最火的新概念,莫过于元宇宙。2021 年 10 月 29 日,Facebook 宣布改名 Meta;2021 年 11 月 1 日,“元宇宙第一股” Roblox 经过短暂调整,宣布重新上线。接下来关于元宇宙的线下 / 线上讨论如火如荼,元...",
|
|
257
|
-
"url": "https://segmentfault.com/a/1190000041109778",
|
|
258
|
-
"author": "思否编辑部",
|
|
259
|
-
"home_url": "https://segmentfault.com/u/writers",
|
|
260
|
-
"votes": "8",
|
|
261
|
-
"rank": 29
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"title": "押注云计算未来先机,re:Invent 2021邀请你共赴“十年之约”",
|
|
265
|
-
"description": "在2021年的“十四五”规划中,数字中国建设被提到了新的高度,其中云计算作为重点产业之一出现在其中,由此也可预见,云计算软件或将迎来新的发展契机。",
|
|
266
|
-
"url": "https://segmentfault.com/a/1190000041052149",
|
|
267
|
-
"author": "snakesss",
|
|
268
|
-
"home_url": "https://segmentfault.com/u/snakesss",
|
|
269
|
-
"votes": "10",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|