@wcj/github-rank 22.6.13 → 22.6.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 +39156 -39176
- package/dist/sifou-daily.json +62 -17
- package/dist/sifou-monthly.json +112 -112
- package/dist/sifou-weekly.json +167 -167
- package/dist/toutiao-30.json +87 -87
- package/dist/toutiao-7.json +125 -125
- package/dist/toutiao-90.json +52 -52
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +153 -153
- package/dist/trending-weekly.json +163 -163
- package/dist/users.china.json +2498 -2500
- package/dist/users.json +3729 -3730
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +39156 -39176
- package/web/data/sifou-daily.json +62 -17
- package/web/data/sifou-monthly.json +112 -112
- package/web/data/sifou-weekly.json +167 -167
- package/web/data/toutiao-30.json +87 -87
- package/web/data/toutiao-7.json +125 -125
- package/web/data/toutiao-90.json +52 -52
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +153 -153
- package/web/data/trending-weekly.json +163 -163
- package/web/data/users.china.json +2498 -2500
- package/web/data/users.json +3729 -3730
- package/web/index.html +1881 -1881
- package/web/repos.html +4520 -4524
- package/web/sifou-daily.html +156 -16
- package/web/sifou-monthly.html +120 -120
- package/web/sifou-weekly.html +142 -142
- package/web/toutiao-30.html +99 -99
- package/web/toutiao-7.html +83 -83
- package/web/toutiao-90.html +68 -68
- package/web/trending-monthly.html +140 -136
- package/web/trending-weekly.html +140 -144
- package/web/trending.html +156 -140
- package/web/users.china.html +1385 -1385
|
@@ -1,38 +1,38 @@
|
|
|
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": "巧妙使用Vue.extend继承组件实现el-table双击可编辑(不使用v-if和v-else)",
|
|
4
|
+
"description": "看了一下网上的帖子,大多数都是搞两部分dom,一块是输入框,用于编辑状态填写;另一块是普通标签,用于在不编辑显示状态下呈现单元格文字内容。再加上一个flag标识搭配v-if和v-else去控制编辑状态、还是显示状态...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041974425",
|
|
6
|
+
"author": "水冗水孚",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/shuirongshui",
|
|
8
|
+
"votes": "16",
|
|
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": "搭建前端监控,如何采集异常数据?",
|
|
13
|
+
"description": "前两篇,我们介绍了为什么前端应该有监控系统,以及搭建前端监控的总体步骤,前端监控的 Why 和 What 想必你已经明白了。接下来我们解决 How 如何实现的问题。",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041962607",
|
|
15
|
+
"author": "杨成功",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
17
|
+
"votes": "14",
|
|
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": "让拖拽更加人性化?如何自定义dragover样式",
|
|
22
|
+
"description": "欢迎关注微信公众号: 前端侦探在 web 开发中,经常会碰到需要拖拽的场景。为了更好的体验,拖拽区域需要有一定的变化提示,告诉用户:\"现在可以放在这里了~\",例如这样的之前在这篇文章讲述了如何自定义 drag 样...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041974546",
|
|
24
|
+
"author": "XboxYan",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
26
|
+
"votes": "10",
|
|
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": "干货合集│最好用的 python 库都在这",
|
|
31
|
+
"description": "一、分词 - jieba优秀的中文分词库,依靠中文词库,利用词库确定汉子之间关联的概率,形成分词结果 {代码...} 二、词云库 - wordcloud对数据中出现频率较高的 关键词 生成的一幅图像,予以视觉上的突出 {代码...}...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041962217",
|
|
33
|
+
"author": "极客飞兔",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/autofelix",
|
|
35
|
+
"votes": "7",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -45,40 +45,58 @@
|
|
|
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": "JS实现将文本或JSON内容下载到文件中",
|
|
49
|
+
"description": "有时候在前端开发过程中,可能遇到这样的需求场景:需要将页面上的文本内容下载到文件中,内容可能是某个大的文本字段,比如博客文章,也可能是后端接口返回的 JSON 数据。",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041965165",
|
|
51
|
+
"author": "十方",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/shifang_5b2b70d160932",
|
|
53
|
+
"votes": "5",
|
|
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": "使用 content-visibility 优化渲染性能",
|
|
58
|
+
"description": "content-visibility:属性控制一个元素是否渲染其内容,它允许用户代理(浏览器)潜在地省略大量布局和渲染工作,直到需要它为止。",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041980427",
|
|
60
|
+
"author": "chokcoco",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
62
|
+
"votes": "8",
|
|
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": "前端视角看视频处理",
|
|
67
|
+
"description": "视频,英文:video,直译为视觉画面的频率,最原始的含义,应该是随着时间的流逝不停地播放画面,进而产生了一种视觉上连续的效果,彷佛重现了现实世界的场景。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041967735",
|
|
69
|
+
"author": "TNTWEB",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/tnfe",
|
|
71
|
+
"votes": "5",
|
|
72
72
|
"rank": 8
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
"title": "
|
|
76
|
-
"description": "
|
|
77
|
-
"url": "https://segmentfault.com/a/
|
|
75
|
+
"title": "为什么Hook没有ErrorBoundary?",
|
|
76
|
+
"description": "在很多全面使用Hooks开发的团队,唯一使用ClassComponent的场景就是使用ClassComponent创建ErrorBoundary。",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041974765",
|
|
78
|
+
"author": "卡颂",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
80
|
+
"votes": "3",
|
|
81
|
+
"rank": 9
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"title": "【实操干货】做好这 16 项优化,你的 Linux 操作系统焕然一新",
|
|
85
|
+
"description": "大家好,这次跟大家谈谈又拍云的操作系统优化方案。往简单地说,我们使用的 Linux 操作系统主要都是基于 CentOS6/7 的精简和优化。往复杂地说,则是我们有两套系统,业务上使用的定制 Linux 系统和数据中心使用的...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041974556",
|
|
78
87
|
"author": "云叔_又拍云",
|
|
79
88
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
89
|
+
"votes": "6",
|
|
90
|
+
"rank": 10
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"title": "如何用pkg打包nodejs可执行文件",
|
|
94
|
+
"description": "使用pkg可以将Node.js项目打包为可执行文件,甚至可以在未安装Node.js的设备上运行。实验环境操作系统:windowsnode版本: 16.14.2操作过程下载PKG咱们可以选择全局安装,在任意目录执行: {代码...} 打包程序先写...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041958374",
|
|
96
|
+
"author": "墨城",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/xiaomogu_5f2124ad3ad42",
|
|
80
98
|
"votes": "4",
|
|
81
|
-
"rank":
|
|
99
|
+
"rank": 11
|
|
82
100
|
},
|
|
83
101
|
{
|
|
84
102
|
"title": "「BUIDLCON2022」“Web3 开发者峰会”线上报名火热开启!",
|
|
@@ -87,186 +105,168 @@
|
|
|
87
105
|
"author": "MissD",
|
|
88
106
|
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
89
107
|
"votes": "1",
|
|
90
|
-
"rank": 10
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"title": "Spring是如何支持多数据源的",
|
|
94
|
-
"description": "上篇介绍了数据源基础,并实现了基于两套DataSource,两套mybatis配置的多数据源,从基础知识层面阐述了多数据源的实现思路。不了解的同学请戳→同学,你的多数据源事务失效了!",
|
|
95
|
-
"url": "https://segmentfault.com/a/1190000041935752",
|
|
96
|
-
"author": "Java课代表",
|
|
97
|
-
"home_url": "https://segmentfault.com/u/zhengxl5566",
|
|
98
|
-
"votes": "6",
|
|
99
|
-
"rank": 11
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"title": "精读《type challenges - easy》",
|
|
103
|
-
"description": "TS 强类型非常好用,但在实际运用中,免不了遇到一些难以描述,反复看官方文档也解决不了的问题,至今为止也没有任何一篇文档,或者一套教材可以解决所有犄角旮旯的类型问题。为什么会这样呢?因为 TS 并不是简单...",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000041941889",
|
|
105
|
-
"author": "黄子毅",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/aoyangyudakong",
|
|
107
|
-
"votes": "3",
|
|
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": "react-router-middleware-plus开源啦 | 基于react-router v6的零成本式路由权限解决方案",
|
|
112
|
+
"description": "一、你的苦恼~~你还在为react-router的路由权限控制而烦恼吗?你还在翻遍了社区react路由权限相关文章发现都是V4、V5版本的而烦恼吗?你还在为自行适配react-router v6版本的权限步骤繁杂,多重鉴权逻辑嵌套而烦...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041958877",
|
|
114
|
+
"author": "胡哥有话说",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/justbecoder",
|
|
116
116
|
"votes": "3",
|
|
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": "一个“@”引发的“reply-all 事件”:让 GitHub 变身发骚扰邮件的“僵尸网络”!近 40 万开发者受影响",
|
|
121
|
+
"description": "近日,一位 18 岁的新手因向 GitHub 仓库提交 PR(Pull Request,Pull 请求),结果一个“@”让 GitHub 变身“僵尸网络”向近 40 万开发者狂发骚扰邮件的“reply-all 风暴”热度席卷了开源圈。",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041959460",
|
|
123
|
+
"author": "MissD",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
125
125
|
"votes": "3",
|
|
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": "2022中国信通院安全运营发展论坛成功召开",
|
|
130
|
+
"description": "6月10日,由中国信息通信研究院(以下简称“中国信通院”)主办的安全运营发展论坛在京召开。会上中国信通院公布了最新安全运营中心(SOC)能力评估、云工作负载保护平台(CWPP)能力评估与案例评选结果,发布《主...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041983409",
|
|
132
|
+
"author": "snakesss",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
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": "JS判定一个给定的时间在某个时间范围内",
|
|
139
|
+
"description": "有这样的一个场景:给定一个时间,需要判定这个时间在哪个时间范围内.比如时间范围如下: {代码...} 现在给定一个时间 15:28 ,那么就需要返回 [\"15:00\",\"16:00\"] 这个时间范围,具体的实现代码如下: {代码...} ...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041955642",
|
|
141
|
+
"author": "十方",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/shifang_5b2b70d160932",
|
|
143
143
|
"votes": "3",
|
|
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": "JS实现JSON对象与URL参数的相互转换",
|
|
148
|
+
"description": "JSON对象转换为URL参数,主要有两种实现方式,一种是遍历JSON对象属性,另一种是使用 URLSearchParams ,下面分别结合代码介绍一下。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041961440",
|
|
150
|
+
"author": "十方",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/shifang_5b2b70d160932",
|
|
152
|
+
"votes": "3",
|
|
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": "一、创建机器人选择群 ► 右键 ► 管理聊天信息 ► 添加群机器人完善机器人基本信息,包括头像、名称等二、机器人配置说明创建好的机器人都有一个唯一的 webhook 地址一定要保护好自己的 webhook 地址,如果一旦泄露...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041974376",
|
|
159
|
+
"author": "极客飞兔",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/autofelix",
|
|
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": "项目中关于解构的常用用法",
|
|
166
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041973838",
|
|
168
|
+
"author": "前端小智",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
170
|
+
"votes": "4",
|
|
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": "JS实现的接粽子小游戏,愿你好运接粽而至",
|
|
175
|
+
"description": "端午节虽然已经过了,但是美好的生活以旧在继续。这里用 JS 实现了一个简单的接粽子小游戏,寓意美好接粽而至。能接到多少粽子,完全看你手速,不用担心端午没粽子了。线上体验地址",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041957646",
|
|
177
|
+
"author": "linshuai",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/linshuai",
|
|
179
|
+
"votes": "2",
|
|
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/
|
|
188
|
-
"votes": "
|
|
183
|
+
"title": "微软 GitHub 宣布将“淘汰” Atom 代码编辑器!未来重点转向 VS Code",
|
|
184
|
+
"description": "太平洋时间 6 月 8 日,GitHub 官方博客正式发文称:“今天,我们宣布,我们将在 2022 年 12 月 15 日对 Atom 进行归档,并将该组织下的所有项目归档。”",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041964961",
|
|
186
|
+
"author": "MissD",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
188
|
+
"votes": "2",
|
|
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": "还在从零开始搭建项目?这款升级版快速开发脚手架值得一试!",
|
|
193
|
+
"description": "关注我Github的小伙伴应该了解,之前我开源了一款快速开发脚手架mall-tiny,该脚手架继承了mall项目的技术栈,拥有完整的权限管理功能。最近抽空把该项目支持了Spring Boot 2.7.0,今天再和大家聊聊这个脚手架,...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041957879",
|
|
195
|
+
"author": "macrozheng",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/macrozheng",
|
|
197
197
|
"votes": "3",
|
|
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": "新提案,初识CSS的object-view-box属性",
|
|
202
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041935473",
|
|
204
|
+
"author": "前端小智",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
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/
|
|
210
|
+
"title": "基于Gin框架的web后端开发(十): Gin框架-中间件(定义、使用、通信与实例)详解",
|
|
211
|
+
"description": "Gin-中间件:Gin框架的作者为开发者们提供的一种机制,可以让开发者自定义请求执行的Hook函数,中间件函数(或者叫Hook函数、钩子函数)适合处理很多重复的操作的场景(比如登录认证,权限校验,数据分页,耗时统...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041963752",
|
|
213
|
+
"author": "LiberHome",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/liberhome",
|
|
215
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": "View UI Plus 发布 1.2.0 版本,新增 Image、Skeleton、Typography 组件",
|
|
220
|
+
"description": "新增排版组件 Typography,内置丰富的内容排版 UI,支持拷贝、可编辑、省略等功能。Typography 共包含 5 个组件:Typography 内容结构",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041975376",
|
|
222
|
+
"author": "Aresn",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/aresn",
|
|
224
|
+
"votes": "1",
|
|
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": "马志强:语音识别技术研究进展和应用落地分享丨RTC Dev Meetup",
|
|
229
|
+
"description": "本文内容源自「RTC Dev Meetup 丨语音处理在实时互动领域的技术实践和应用】的演讲分享,分享讲师为寰语科技语音识别研究主管马志强。",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041962781",
|
|
231
|
+
"author": "声网",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/shengwangapi",
|
|
233
|
+
"votes": "2",
|
|
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": "6 月 TIOBE 榜单:C++ 即将超越 Java 进入 Top3,PHP 热度再下滑",
|
|
238
|
+
"description": "近日,TIOBE 出炉了 2022 年 6 月份的编程语言趋势榜单。本次数据显示,C++ 的热度和流行趋势即将超越 Java,而 PHP 热度再下滑,已跌出前十。",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041969334",
|
|
240
|
+
"author": "MissD",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
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/
|
|
251
|
-
"votes": "
|
|
246
|
+
"title": "React Fiber架构原理",
|
|
247
|
+
"description": "在 React 16 之前,VirtualDOM 的更新过程是采用 Stack 架构实现的,也就是循环递归方式。这种对比方式有一个问题,就是一旦任务开始进行就无法中断,如果应用中组件数量庞大,Virtual DOM 的层级就会比较深。如...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041965895",
|
|
249
|
+
"author": "xiangzhihong",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
251
|
+
"votes": "1",
|
|
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": "Java 基础常见知识点&面试题总结(上),2022 最新版!| JavaGuide",
|
|
256
|
+
"description": "《Java 面试指北》来啦!这是一份教你如何更高效地准备面试的小册,涵盖常见八股文(系统设计、常见框架、分布式、高并发 ......)、优质面经等内容。JavaGuide(Java学习&&面试指南):[链接]首发于:[链接]",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041960013",
|
|
258
|
+
"author": "JavaGuide",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/javaguide",
|
|
260
|
+
"votes": "1",
|
|
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": "Spring Security整合企业微信的扫码登录,企微的API惊讶到我了",
|
|
265
|
+
"description": "现在很多企业都接入了企业微信,作为私域社群工具,企业微信开放了很多API,可以打通很多自有的应用。既然是应用,那肯定需要做登录。正好企业微信提供了企业微信扫码授权登录功能,而且号称使用了OAuth,正好拿...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041967393",
|
|
267
|
+
"author": "码农小胖哥",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/10000000",
|
|
269
|
+
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|