@wcj/github-rank 22.2.9 → 22.2.13
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 +37259 -37256
- package/dist/sifou-daily.json +12 -84
- package/dist/sifou-monthly.json +132 -132
- package/dist/sifou-weekly.json +170 -170
- package/dist/toutiao-30.json +113 -113
- package/dist/toutiao-7.json +119 -119
- package/dist/toutiao-90.json +37 -37
- package/dist/trending-daily.json +175 -175
- package/dist/trending-monthly.json +167 -167
- package/dist/trending-weekly.json +173 -173
- package/dist/users.china.json +2868 -2868
- package/dist/users.json +4024 -4025
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +37259 -37256
- package/web/data/sifou-daily.json +12 -84
- package/web/data/sifou-monthly.json +132 -132
- package/web/data/sifou-weekly.json +170 -170
- package/web/data/toutiao-30.json +113 -113
- package/web/data/toutiao-7.json +119 -119
- package/web/data/toutiao-90.json +37 -37
- package/web/data/trending-daily.json +175 -175
- package/web/data/trending-monthly.json +167 -167
- package/web/data/trending-weekly.json +173 -173
- package/web/data/users.china.json +2868 -2868
- package/web/data/users.json +4024 -4025
- package/web/index.html +1933 -1933
- package/web/repos.html +4420 -4424
- package/web/sifou-daily.html +11 -235
- package/web/sifou-monthly.html +136 -136
- package/web/sifou-weekly.html +147 -147
- package/web/toutiao-30.html +85 -85
- package/web/toutiao-7.html +80 -80
- package/web/toutiao-90.html +79 -79
- package/web/trending-monthly.html +148 -148
- package/web/trending-weekly.html +152 -148
- package/web/trending.html +152 -152
- package/web/users.china.html +1435 -1435
|
@@ -1,200 +1,200 @@
|
|
|
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": "17 个实用 shell 脚本,建议收藏!",
|
|
4
|
+
"description": "1、服务器系统配置初始化 {代码...} 2、批量创建多个用户并设置密码 {代码...} 3、一键查看服务器利用率 {代码...} 4、找出占用CPU 内存过高的进程 {代码...} 5、查看网卡的实时流量 {代码...} 6、监控多台服务器...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041370811",
|
|
6
|
+
"author": "民工哥",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
8
|
+
"votes": "18",
|
|
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": "20个 Javascript 技巧,提高我们的摸鱼时间!",
|
|
13
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041367705",
|
|
15
|
+
"author": "前端小智",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
17
|
+
"votes": "20",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"title": "Suspense对React的意义在哪里?",
|
|
22
|
+
"description": "大家好,我卡颂。可能很多朋友在项目中还没用过Suspense,但是Suspense是React未来发展非常重要的一环。本文会讲解Suspense对于React的意义。欢迎加入人类高质量前端框架群,带飞React的迭代过程React从v16到v18...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041372960",
|
|
24
|
+
"author": "卡颂",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
26
|
+
"votes": "12",
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
20
29
|
{
|
|
21
30
|
"title": "断点调试之压缩引发的血案",
|
|
22
31
|
"description": "事情的起因是前几天线上突然收到一个报警,错误内容是 TypeError: C.fn is not a function。相关同学尝试排查无果后又回滚了最近上线的变更也没有排查到问题。虽然最终确认了复现路径,但是在本地却无法复现。",
|
|
23
32
|
"url": "https://segmentfault.com/a/1190000041370583",
|
|
24
33
|
"author": "公子",
|
|
25
34
|
"home_url": "https://segmentfault.com/u/lizheming",
|
|
26
|
-
"votes": "
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"title": "前融云 CTO 杨攀加入涛思数据,任战略合作 & 开发者生态副总裁",
|
|
31
|
-
"description": "2022 年 2 月 8 日,涛思数据创始人兼 CEO 陶建辉在朋友圈中晒出其与前融云 CTO 杨攀的合照,并发文 “涛思数据今天喜迎大将杨攀”,正式官宣了 “前融云 CTO 杨攀加入涛思数据” 的消息。据悉,杨攀将在涛思数据负责...",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041373152",
|
|
33
|
-
"author": "鸣飞",
|
|
34
|
-
"home_url": "https://segmentfault.com/u/mf",
|
|
35
|
-
"votes": "1",
|
|
35
|
+
"votes": "12",
|
|
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": "浏览器为了安全引入了同源策略,这直接导致默认情况下前后端域名如果不同,那么则功能会受限。 随着前后端分离的发展,前端和后端职责的分离,前端会有专门的本地开发服务器(local dev server)用于本地开发。这个...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041367088",
|
|
42
|
+
"author": "lucifer",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/shuohaodeyixuene",
|
|
44
|
+
"votes": "10",
|
|
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 年 JavaScript 明星项目榜:zx、Vite 、Next.js 、React 大受欢迎",
|
|
49
|
+
"description": "近日,risingstars 出炉了“2021 JavaScript Rising Stars”报告。该报告结合过去 12 个月里 GitHub 上新增的 star 数而对 2021 年 JavaScript 领域的优秀项目做了总结。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041373049",
|
|
51
|
+
"author": "MissD",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
53
|
+
"votes": "9",
|
|
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": "2年经验面试网易灵犀!太注重工程化了!",
|
|
58
|
+
"description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心。今天给大家分享一个大厂的面经——网易灵犀题目一面1、聊项目2、webpack和rollup的区别,打包出来的产物有什么...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041366695",
|
|
60
|
+
"author": "Sunshine_Lin",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
62
|
+
"votes": "9",
|
|
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": "vue原理相关总结",
|
|
67
|
+
"description": "一、vue2.0的双向绑定是怎么实现的 {代码...} 二、数据不更新的问题 {代码...} 三、computed和watch和methods {代码...} 四、vue-router的模式区别 {代码...} 五、vuex解决了什么问题 {代码...} 六、nextTick是怎...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041374585",
|
|
69
|
+
"author": "雨花石",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/yuhuashi_584a46acea21f",
|
|
71
|
+
"votes": "11",
|
|
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": "8 个 Vue.js UI 组件,下一个项目用得上",
|
|
76
|
+
"description": "在 Web 应用程序开发方面,Vue.js 正迅速成为开发人员的最爱。这个现代、新鲜的 JavaScript 库它在 GitHub 上有超过 123,000 颗星,对于开发人员来说是一个引人注目的选择,因为它很容易集成到现有项目中。它的速...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041381106",
|
|
78
|
+
"author": "杭州程序员张张",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/dunizb",
|
|
80
|
+
"votes": "9",
|
|
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": "还在用HttpUtil?试试这款优雅的HTTP客户端工具吧,跟SpringBoot绝配!",
|
|
85
|
+
"description": "我们平时开发项目时,就算是单体应用,也免不了要调用一下其他服务提供的接口。此时就会用到HTTP客户端工具,之前一直使用的是Hutool中的HttpUtil,虽然容易上手,但用起来颇为麻烦!最近发现一款更好用的HTTP客...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041371806",
|
|
87
|
+
"author": "macrozheng",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/macrozheng",
|
|
89
|
+
"votes": "6",
|
|
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": "eslint-plugin-import 规则之 Import / Order",
|
|
94
|
+
"description": "其中,group 是对导入模块进行分组,pathGroups 是通过路径自定义分组,newlines-between 不同组之间是否进行换行,alphabetize 根据字母顺序对每个组内的顺序进行排序",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041375528",
|
|
96
|
+
"author": "robin",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/robin_ren",
|
|
98
|
+
"votes": "7",
|
|
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": "CSS画冰墩墩~",
|
|
103
|
+
"description": "抢不上冰墩墩就自己画一个!在线预览代码: {代码...} {代码...}",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041385432",
|
|
105
|
+
"author": "望记",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/wangji_5d01acdfdd139",
|
|
107
|
+
"votes": "10",
|
|
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": "10个CSS技巧,极大提升用户体验",
|
|
112
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041361645",
|
|
114
|
+
"author": "前端小智",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
116
|
+
"votes": "11",
|
|
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": "HTTPS 加密与认证机制",
|
|
121
|
+
"description": "HTTPSHTTP 缺点:通信使用明文(不加密),内容可能会被窃听;不验证通信方的身份,因此有可能遭遇伪装;无法证明报文的完整性,所以有可能已遭篡改;为了统一解决上述这些问题,需要在 HTTP 上加入加密和认证等...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041380473",
|
|
123
|
+
"author": "时倾",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/shiqing_5e690563e48cc",
|
|
125
|
+
"votes": "8",
|
|
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/
|
|
134
|
-
"votes": "
|
|
129
|
+
"title": "从服务端生成Excel电子表格(GcExcel + SpreadJS)",
|
|
130
|
+
"description": "在服务端生成Excel电子表格,除了使用 Node.js + SpreadJS 外,葡萄城官方推荐使用 SpreadJS + GcExcel。该方案不仅能够解决批量绑定数据源并导出Excel、批量修改大量Excel内容及样式、服务端批量打印以及生成PDF...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041377778",
|
|
132
|
+
"author": "葡萄城技术团队",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
134
|
+
"votes": "4",
|
|
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": "前融云 CTO 杨攀加入涛思数据,任战略合作 & 开发者生态副总裁",
|
|
139
|
+
"description": "2022 年 2 月 8 日,涛思数据创始人兼 CEO 陶建辉在朋友圈中晒出其与前融云 CTO 杨攀的合照,并发文 “涛思数据今天喜迎大将杨攀”,正式官宣了 “前融云 CTO 杨攀加入涛思数据” 的消息。据悉,杨攀将在涛思数据负责...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041373152",
|
|
141
|
+
"author": "鸣飞",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/mf",
|
|
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": "Jest 单元测试疑难点入门",
|
|
148
|
+
"description": "文章基调介绍概念及思考的过程,不提供代码(具体代码写法可参考jest 官网)延伸:信息大爆炸时代,各类资源很丰富,具体教程网上有很多资料详细不过官网,不重复制造相同的信息,造成额外的心智负担大脑只是搜索...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041386455",
|
|
150
|
+
"author": "momo707577045",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/momo707577045",
|
|
152
|
+
"votes": "8",
|
|
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": "15个很有趣的开源项目推荐",
|
|
157
|
+
"description": "《视搭》是一个 视频可视化 搭建项目。您可以通过简单的拖拽方式快速生产一个短视频,使用方式就像易企秀或MAKA等 h5 搭建工具一样的简单。目前行业内罕有关于视频可视化搭建的开源项目,《视搭》是一个相对比较...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041363711",
|
|
159
|
+
"author": "TNTWEB",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/tnfe",
|
|
161
|
+
"votes": "7",
|
|
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": "Redis 使用 List 实现消息队列能保证消息可靠么?",
|
|
166
|
+
"description": "分布式系统中必备的一个中间件就是消息队列,通过消息队列我们能对服务间进行异步解耦、流量消峰、实现最终一致性。目前市面上已经有 RabbitMQ、RochetMQ、ActiveMQ、Kafka等,有人会问:“Redis 适合做消息队列么...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041384720",
|
|
168
|
+
"author": "码哥字节",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/magebyte",
|
|
170
|
+
"votes": "4",
|
|
171
171
|
"rank": 19
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"title": "精读《pipe operator for JavaScript》",
|
|
175
|
+
"description": "Pipe Operator (|>) for JavaScript 提案给 js 增加了 Pipe 语法,这次结合 A pipe operator for JavaScript: introduction and use cases 文章一起深入了解这个提案。概述Pipe 语法可以将函数调用按顺序打平...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041367827",
|
|
177
|
+
"author": "黄子毅",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/aoyangyudakong",
|
|
179
|
+
"votes": "4",
|
|
180
|
+
"rank": 20
|
|
181
|
+
},
|
|
173
182
|
{
|
|
174
183
|
"title": "Go 泛型变更:约束太丑了,先移动到 x/exp 做实验性功能",
|
|
175
184
|
"description": "大家好,我是煎鱼。Go 泛型配套了各种标准库,像是常见的 maps、slices 泛型库。早期他们是长这样的: {代码...} 又或是: {代码...} 关注到里面的标准库 constraints,他就是今天变更的主角。他咋了呢?背景标准...",
|
|
176
185
|
"url": "https://segmentfault.com/a/1190000041368835",
|
|
177
186
|
"author": "煎鱼",
|
|
178
187
|
"home_url": "https://segmentfault.com/u/eddycjy",
|
|
179
|
-
"votes": "
|
|
180
|
-
"rank": 20
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"title": "SpringBoot 项目规范笔记.2021",
|
|
184
|
-
"description": "应用系统开发时,后端服务需要考虑按照模块/微服务的划分原则来划分出多个SpringBoot模块,以便未来微服务化的重构。应用划分规范/原则如下:",
|
|
185
|
-
"url": "https://segmentfault.com/a/1190000041363998",
|
|
186
|
-
"author": "KerryWu",
|
|
187
|
-
"home_url": "https://segmentfault.com/u/kerrywu",
|
|
188
|
-
"votes": "1",
|
|
188
|
+
"votes": "4",
|
|
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": "探讨一下To C营销页面服务端渲染的必要性以及其背后的原理",
|
|
193
|
+
"description": "最近无论是在公司还是自己研究的项目,都一直在搞 H5 页面服务端渲染方面的探索,因此本文来探讨一下服务端渲染的必要性以及其背后的原理。先来看几个问题To C 的 H5 为什么适合做 SSRTo C的营销H5页面的典型特点...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041376841",
|
|
195
|
+
"author": "前端森林",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/fengshuan",
|
|
197
|
+
"votes": "3",
|
|
198
198
|
"rank": 22
|
|
199
199
|
},
|
|
200
200
|
{
|
|
@@ -203,70 +203,70 @@
|
|
|
203
203
|
"url": "https://segmentfault.com/a/1190000041370721",
|
|
204
204
|
"author": "民工哥",
|
|
205
205
|
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
206
|
-
"votes": "
|
|
206
|
+
"votes": "3",
|
|
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": "北京冬奥会开幕式震撼刷屏;GitHub 推出赞助功能;Flutter 2.10 发布 | 思否周刊",
|
|
211
|
+
"description": "40s 新闻速递北京冬奥会开幕式震撼刷屏微软禁用 MSIX AppX 安装程序工信部:冬奥会开幕式保障任务圆满完成,封堵恶意程序发送端 IP 地址 4000 余个英特尔称其 CPU Bug 只有 AMD 的一半Google Chrome 浏览器徽标8 ...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041366705",
|
|
213
|
+
"author": "snakesss",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
215
|
+
"votes": "2",
|
|
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": "使用 CSS Grid 构建复杂布局超实用的技巧!",
|
|
220
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041371479",
|
|
222
|
+
"author": "前端小智",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
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": "60%的人都不知道 package-lock.json 有啥用吧?简单讲讲",
|
|
229
|
+
"description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心。背景不知道大家平时在开发中有没有注意到,你的项目中有两个文件: package.json package-lock.json 应该很...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041384291",
|
|
231
|
+
"author": "Sunshine_Lin",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
233
|
+
"votes": "5",
|
|
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": "Spring Security过滤器链体系",
|
|
238
|
+
"description": "以下摘自胖哥分享的 2022开工福利教程。在学习Spring Security的时候你有没有下面这两个疑问:Spring Security的登录是怎么配置的?Spring Security的访问控制是什么机制?SpringBootWebSecurityConfiguration上...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041384901",
|
|
240
|
+
"author": "码农小胖哥",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/10000000",
|
|
242
|
+
"votes": "3",
|
|
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": "必须知道的JavaScript库 - 可视化库",
|
|
247
|
+
"description": "在研发团队内从0打造一个公司级可视化库/工具可行性非常低(无论是成本还是是否具备能力等等...),综上种种,今天推荐一些web方向现有的工具(包含实现概要,技术方向)来供大家参考使用。",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041390654",
|
|
249
|
+
"author": "wlove",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/xieguoliang",
|
|
251
|
+
"votes": "5",
|
|
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": "低代码搞了个客户关系管理系统 CRM",
|
|
256
|
+
"description": "无远客户关系管理精简版,面向企业客户,支持客户打标签、销售漏斗、自定义销售阶段、自定义客户分类等等,你可以结合本公司的实际情况,进一步自主实现赢单后的销售绩效提成功能模块。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041371754",
|
|
258
|
+
"author": "dafanzhijian",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/dafanzhijian",
|
|
260
|
+
"votes": "4",
|
|
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/
|
|
269
|
-
"votes": "
|
|
264
|
+
"title": "金3银4面试前,把自己弄成卷王!",
|
|
265
|
+
"description": "作者:小傅哥博客:[链接]沉淀、分享、成长,让自己和他人都能有所收获!😄一、快了,已经在做!卷王们,新的一年开始卷了吗!<div align=\"center\"> {代码...} </div>新年放假,捅了3次核酸...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041376019",
|
|
267
|
+
"author": "小傅哥",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
269
|
+
"votes": "2",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|