@wcj/github-rank 22.7.11 → 22.7.14
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 +35381 -35380
- package/dist/sifou-daily.json +42 -6
- package/dist/sifou-monthly.json +95 -95
- package/dist/sifou-weekly.json +160 -160
- package/dist/toutiao-30.json +70 -70
- package/dist/toutiao-7.json +127 -127
- package/dist/toutiao-90.json +29 -29
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +168 -168
- package/dist/trending-weekly.json +154 -154
- package/dist/users.china.json +2534 -2534
- package/dist/users.json +3659 -3659
- package/package.json +1 -1
- package/web/data/repos.json +35381 -35380
- package/web/data/sifou-daily.json +42 -6
- package/web/data/sifou-monthly.json +95 -95
- package/web/data/sifou-weekly.json +160 -160
- package/web/data/toutiao-30.json +70 -70
- package/web/data/toutiao-7.json +127 -127
- package/web/data/toutiao-90.json +29 -29
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +168 -168
- package/web/data/trending-weekly.json +154 -154
- package/web/data/users.china.json +2534 -2534
- package/web/data/users.json +3659 -3659
- package/web/index.html +1855 -1855
- package/web/repos.html +4500 -4504
- package/web/sifou-daily.html +118 -6
- package/web/sifou-monthly.html +131 -131
- package/web/sifou-weekly.html +138 -138
- package/web/toutiao-30.html +88 -88
- package/web/toutiao-7.html +81 -81
- package/web/toutiao-90.html +58 -58
- package/web/trending-monthly.html +145 -149
- package/web/trending-weekly.html +133 -137
- package/web/trending.html +144 -148
- package/web/users.china.html +1359 -1359
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,112 +1,94 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"title": "
|
|
4
|
-
"description": "
|
|
5
|
-
"url": "https://segmentfault.com/a/
|
|
3
|
+
"title": "高阶切图技巧!基于单张图片的任意颜色转换",
|
|
4
|
+
"description": "今天,要介绍一种基于 CSS mask-composite 的高级技巧。通过掌握它,我们可以通过一张 图片,得到关于它的各种变换,甚至乎,得到各种不同颜色的变换。通过单张 PNG/SVG 得到它的反向切图事情的经过是这样的,某...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000042093361",
|
|
6
6
|
"author": "chokcoco",
|
|
7
7
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
8
|
-
"votes": "
|
|
8
|
+
"votes": "10",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"title": "CSS
|
|
13
|
-
"description": "
|
|
14
|
-
"url": "https://segmentfault.com/a/
|
|
12
|
+
"title": "动画合成小技巧!CSS 实现动感的倒计时效果",
|
|
13
|
+
"description": "欢迎关注微信公众号: 前端侦探介绍一个 CSS 动画合成小技巧。先看效果这是一个非常“动感”的倒计时效果,通常在一些活动开场中比较常见,分析一下整个动画过程,不难发现,有以下几类动画数字的变化缩小和放大透...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000042094549",
|
|
15
15
|
"author": "XboxYan",
|
|
16
16
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
17
|
-
"votes": "
|
|
17
|
+
"votes": "11",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
|
-
{
|
|
21
|
-
"title": "使用CSS background实现炫酷悬停效果",
|
|
22
|
-
"description": "日常开发过程中,会遇到不少按钮鼠标悬停的效果,实现这类悬停效果的方式有很多,借助伪元素,CSS3变换及过渡等都可以实现。今天的文章将使用背景色实现类似的效果,当我们遇到一个问题时,你的脑海中的方案不止...",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000042069856",
|
|
24
|
-
"author": "南城大前端",
|
|
25
|
-
"home_url": "https://segmentfault.com/u/nanchengfe",
|
|
26
|
-
"votes": "9",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
20
|
{
|
|
30
21
|
"title": "🗂 看了 web.dev 的 631 篇博客,我总结了这些内容",
|
|
31
22
|
"description": "最近在做 web 性能优化的工作,所以想集中学习了解一下相关的专题内容。这部分内容肯定要学习一手信息,所以找先找了 [链接],一个 Google 官方推出的一个面向 Web 开发者的网站,里面有非常多的教程和最佳实践,...",
|
|
32
23
|
"url": "https://segmentfault.com/a/1190000042083758",
|
|
33
24
|
"author": "卤代烃",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/skychx",
|
|
35
|
-
"votes": "
|
|
26
|
+
"votes": "7",
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"title": "他们齐聚 2022 ECUG Con,只为「中国技术力量」",
|
|
31
|
+
"description": "后来的后来,计算机编程语言百家争鸣,从主流的 Java、C、Python、PHP、JavaScript……到新型的 Go、Go+、Taichi 等,给了技术爱好者们更多的选择。",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000042090195",
|
|
33
|
+
"author": "snakesss",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
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/
|
|
39
|
+
"title": "Nginx部署配置",
|
|
40
|
+
"description": "常用命令启动: {代码...} 立即停止: {代码...} 优雅停止: {代码...} 重启 {代码...} 查看配置文件是否正常,无语法错误 {代码...} 查看日志 {代码...} upstream基本语法upstream 的基本语法如下,一个 upstrea...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000042089218",
|
|
42
|
+
"author": "MangoGoing",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/nulidexiaocongmang",
|
|
44
44
|
"votes": "4",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"title": "
|
|
49
|
-
"description": "
|
|
50
|
-
"url": "https://segmentfault.com/a/
|
|
48
|
+
"title": "DNS 系列(一):为什么更新了 DNS 记录不生效?",
|
|
49
|
+
"description": "我们在上网时如果想要访问到另一台机器上的内容,通常只需要直接输入一串地址,例如:www.upyun.com,就能够准确访问到自己想要访问的网站。但是实际上这只是方便我们记忆的字符形式网络标识,真正让我们的机器和...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000042081565",
|
|
51
51
|
"author": "云叔_又拍云",
|
|
52
52
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
53
53
|
"votes": "4",
|
|
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": "webpack 拆包:关于 splitChunks 的几个重点属性解析",
|
|
58
|
+
"description": "先来举个简单的栗子,wepack 设置中有 3 个入口文件:a.js、b.js 和 c.js,每个入口文件都同步 import 了 m1.js,不设置 splitChunks,配置下 webpack-bundle-analyzer 插件用来查看输出文件的内容,打包输出是这...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000042093955",
|
|
60
|
+
"author": "deepfunc",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/deepfunc",
|
|
62
|
+
"votes": "3",
|
|
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": "Three.js系列: 在元宇宙看电影,享受 VR 视觉盛宴",
|
|
67
|
+
"description": "最近元宇宙的概念很火,并且受到疫情的影响,我们的出行总是受限,电影院也总是关门,但是在家里又没有看大片的氛围,这个时候我们就可以通过自己来造一个宇宙,并在 VR 设备(Oculus 、cardboard)中来观看。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000042094334",
|
|
69
|
+
"author": "程序员秋风",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/qiufeng_5a07f6cb96ee0",
|
|
71
|
+
"votes": "3",
|
|
72
72
|
"rank": 8
|
|
73
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"title": "面试官:主说 Git Rebase 和 Git Merge 差异",
|
|
76
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000042092852",
|
|
78
|
+
"author": "前端小智",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
80
|
+
"votes": "4",
|
|
81
|
+
"rank": 9
|
|
82
|
+
},
|
|
74
83
|
{
|
|
75
84
|
"title": "原生JS以后也支持类型注解啦?",
|
|
76
85
|
"description": "在布达佩斯2022 JSConf会议上,tc39(ES标准委员会)成员Gil Tayar介绍了一份当前仍处于stage 1阶段的提案 —— Type Annotations,意在让原生JS支持类型注解。",
|
|
77
86
|
"url": "https://segmentfault.com/a/1190000042080607",
|
|
78
87
|
"author": "卡颂",
|
|
79
88
|
"home_url": "https://segmentfault.com/u/kasong",
|
|
80
|
-
"votes": "
|
|
81
|
-
"rank": 9
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"title": "Nginx 实战核心知识点整理(上)",
|
|
85
|
-
"description": "Nginx 作为一款高性能的代理软件,在工作中常被用做负载均衡器、正向反向代理。最近在看了一个关于 Nginx 的视频,老师讲得很不错。笔者也记录了一下整套课程的一些重点和自己的理解。",
|
|
86
|
-
"url": "https://segmentfault.com/a/1190000042070687",
|
|
87
|
-
"author": "Rhythm_2019",
|
|
88
|
-
"home_url": "https://segmentfault.com/u/rhythm_2019",
|
|
89
|
-
"votes": "3",
|
|
89
|
+
"votes": "4",
|
|
90
90
|
"rank": 10
|
|
91
91
|
},
|
|
92
|
-
{
|
|
93
|
-
"title": "Web 应用实时版本检测,这么做最方便",
|
|
94
|
-
"description": "经常会发生这样的情况: 当用户在浏览器中打开某 web 应用较长时间且未刷新页面, 在应用有新版本更新或问题修复时, 用户会无法及时知晓有新版发布, 导致用户继续使用旧的版本, 影响用户体验和后端数据准确性。",
|
|
95
|
-
"url": "https://segmentfault.com/a/1190000042069210",
|
|
96
|
-
"author": "Myou_Aki",
|
|
97
|
-
"home_url": "https://segmentfault.com/u/akimyou",
|
|
98
|
-
"votes": "1",
|
|
99
|
-
"rank": 11
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"title": "GitHub 四宗罪“惹众怒”?SFC 发文《Give Up GitHub!》呼吁全网声讨",
|
|
103
|
-
"description": "前几天,一则关于 “GitHub 人工智能编程工具 Copilot 以67 元/月的费用正式上线”的消息引发了开源圈的热议,一时间关于 Copilot 侵犯隐私、抄袭代码、无视许可证以及“开源变付费”等以往争议话题再次被挖出来,且...",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000042071322",
|
|
105
|
-
"author": "MissD",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
107
|
-
"votes": "2",
|
|
108
|
-
"rank": 12
|
|
109
|
-
},
|
|
110
92
|
{
|
|
111
93
|
"title": "Vue3,用组合编写更好的代码:动态返回(3/4)",
|
|
112
94
|
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
@@ -114,158 +96,176 @@
|
|
|
114
96
|
"author": "前端小智",
|
|
115
97
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
116
98
|
"votes": "2",
|
|
117
|
-
"rank":
|
|
99
|
+
"rank": 11
|
|
118
100
|
},
|
|
119
101
|
{
|
|
120
|
-
"title": "
|
|
121
|
-
"description": "
|
|
122
|
-
"url": "https://segmentfault.com/a/
|
|
123
|
-
"author": "
|
|
124
|
-
"home_url": "https://segmentfault.com/u/
|
|
102
|
+
"title": "CSS Houdini:用浏览器引擎实现高级CSS效果",
|
|
103
|
+
"description": "Houdini被称之为Magic of styling and layout on the web,看起来十分神秘,但实际上,Houdini并非什么神秘组织或者神奇魔法,它是一系列与CSS引擎相关的浏览器API的总称。",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000042078359",
|
|
105
|
+
"author": "vivo互联网技术",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/vivo_tech",
|
|
125
107
|
"votes": "1",
|
|
126
|
-
"rank":
|
|
108
|
+
"rank": 12
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"title": "用前端构建工具打包后端服务,我到底经历什么",
|
|
112
|
+
"description": "看到这个 标题,是的,我本是个后端,最近要写点 node.js, 之前写前端,知道 npm build 一下,那么用 javascript 写的后端程序也要 npm build 吧,好的,作为个 gopher , 带着对 javascript 的刻板印象就开干了。",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000042092435",
|
|
114
|
+
"author": "小白要生发",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/xiaobaiyaoshengfa",
|
|
116
|
+
"votes": "1",
|
|
117
|
+
"rank": 13
|
|
127
118
|
},
|
|
128
119
|
{
|
|
129
|
-
"title": "
|
|
130
|
-
"description": "
|
|
131
|
-
"url": "https://segmentfault.com/a/
|
|
120
|
+
"title": "Go学习笔记-Zap日志",
|
|
121
|
+
"description": "mu属性主要是为了确保原子操作,prefix设置每一行的前缀,flag设置输出的各种属性,比如时间、行号、文件路径等。out输出的方向,用于把日志存储文件。",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000042094912",
|
|
132
123
|
"author": "IT小马",
|
|
133
124
|
"home_url": "https://segmentfault.com/u/itxiaoma",
|
|
134
125
|
"votes": "2",
|
|
126
|
+
"rank": 14
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"title": "如何参与开源项目 - 细说 GitHub 上的 PR 全过程",
|
|
130
|
+
"description": "当然,除了正常的 PR 合入流程之外,我还准备详细介绍一下如果一个 PR 提交后遇到了冲突、需要追加 commits、需要合并 commits 等等相对复杂问题该如何解决。",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000042079992",
|
|
132
|
+
"author": "Daniel_Hu",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/daniel_hu_6299be102876e",
|
|
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": "优化 Go 错误处理,魔改 Go recover 靠谱吗?",
|
|
139
|
+
"description": "Go 的错误处理一直是表现最突出的一块地方,许许多多的同学都提出了各种提案,例如:引入 try-catch、用 panic 代替 if err != nil、引入新的关键字等。但这些都被一一驳回了。",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000042085628",
|
|
141
|
+
"author": "煎鱼",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/eddycjy",
|
|
143
143
|
"votes": "2",
|
|
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": "go-zero微服务实战系列(九、极致优化秒杀性能)",
|
|
148
|
+
"description": "上一篇文章中引入了消息队列对秒杀流量做削峰的处理,我们使用的是Kafka,看起来似乎工作的不错,但其实还是有很多隐患存在,如果这些隐患不优化处理掉,那么秒杀抢购活动开始后可能会出现消息堆积、消费延迟、数...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000042099343",
|
|
150
|
+
"author": "kevinwan",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
152
|
+
"votes": "2",
|
|
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": "vue3 + express + socket.io 快速搭建响应式 web 即时聊天应用",
|
|
157
|
+
"description": "这是一款响应式开源的 web 即时聊天应用,该应用使用全新技术构建,前端使用 element-plus+ vue3 + vite + ts + pinia + socket.io + unocss 等开发,后端使用 nodejs + express + socket.io + express-jwt 等开...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000042081989",
|
|
159
|
+
"author": "南风未了",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/nanfengweiliao",
|
|
161
|
+
"votes": "2",
|
|
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": "但是我在使用的时候却报了notifyService的循环依赖。NG0200: Circular dependency in DI detected for ThyNotifyService如图",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000042096697",
|
|
168
|
+
"author": "weiewiyi",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
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": "死锁问题排查过程-间隙锁的复现以及解决",
|
|
175
|
+
"description": "我们在开启多线程对数据库进行操作的时候,先批量对数据进行删除,然后再新增,本来想着是考虑到不走更新,性能会提升,但是执行的时候发现报错,执行的sql等待超时,阻塞了进程,dbcp连接池被打满,数据库表访问...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000042091156",
|
|
177
|
+
"author": "skyarthur",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/skyarthur",
|
|
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": "DNS 系列(二):DNS 记录及工作方式,你了解吗?",
|
|
184
|
+
"description": "在上一篇《DNS 系列(一):为什么更新了 DNS 记录不生效?》中,我们主要讲解了 DNS 和 DNS 传播,知道了网络通信主要通过 IP 地址来进行,而域名系统(DNS)则是保证用户在浏览器中输入域名之后,可以访问到对...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000042094981",
|
|
186
|
+
"author": "云叔_又拍云",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
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": "H5实现生成urlscheme并从H5跳转到小程序",
|
|
193
|
+
"description": "在2022年之前,想要在H5打开小程序只需要在平台上设置urlscheme即可,但是自 2022 年 4 月 11 日起,URL Scheme有效期最长 30 天,不再支持永久有效的URL Scheme、不再区分短期有效URL Scheme与长期有效URL Schem...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000042089388",
|
|
195
|
+
"author": "huaweichenai",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/huaweichenai",
|
|
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/
|
|
201
|
+
"title": "如何在VUE中低延迟播放海康威视RTSP/RTMP视频流并且延迟低于300毫秒?支持海康威视NVR录像机回放!",
|
|
202
|
+
"description": "近期在做摄像头监控视频在网页中播放的工作,现在大部分摄像头厂商如海康威视、大华、华为等都支持标准的RTSP协议,RTSP协议的优势是实时性高、流畅度度高,同时支持H.265和H.264,清晰度也更高,对于要求比较高...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000042083899",
|
|
204
|
+
"author": "李不白",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/libubai",
|
|
206
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/
|
|
215
|
-
"votes": "
|
|
210
|
+
"title": "我想写一个 Vue3 组件库,我该怎么开始?",
|
|
211
|
+
"description": "最近有一些小伙伴问雨声:想要自己做一个组件库,但不知道如何开始?看到别人那些组件库各种各样、五花八门的配置文件和文件结构,根本不知道该从何下手。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000042082390",
|
|
213
|
+
"author": "未觉雨声",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/qmhc",
|
|
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/
|
|
219
|
+
"title": "精读《MinusOne, PickByType, StartsWith...》",
|
|
220
|
+
"description": "TS 没有 “普通” 的运算能力,但涉及数字却有一条生路,即 TS 可通过 ['length'] 访问数组长度,几乎所有数字计算都是通过它推导出来的。",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000042092948",
|
|
222
|
+
"author": "黄子毅",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/aoyangyudakong",
|
|
224
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": "写出个灵活的系统竟然可以如此简单!小白也能写出高级的Java业务!",
|
|
229
|
+
"description": "最近正好公司里有个需求,一个短信业务接了多个第三方供应商,某些业务需要查询第三方供应商剩余的短信包数量去选择剩余量最多的渠道去批量发送。有些业务是指定了某个短信供应商,有些场景需要根据业务的值去动...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000042084710",
|
|
231
|
+
"author": "铂赛东",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
|
|
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/
|
|
242
|
-
"votes": "
|
|
237
|
+
"title": "前端这两年的文章总结",
|
|
238
|
+
"description": "这几天整理的一下过往的文章和笔记,备份到了 Github 上,地址👉 blog。如果我的内容帮助到了您,欢迎点个 Star 🎉🎉🎉 鼓励鼓励 :) ~~~ 👆我希望我的内容可以帮助你。现在我专注于前端领域,但我也将分享我在有限的时...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000042087432",
|
|
240
|
+
"author": "lio_zero",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/lio_zero",
|
|
242
|
+
"votes": "0",
|
|
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": "外卖广告大规模深度学习模型工程实践 | 美团外卖广告工程实践专题连载",
|
|
247
|
+
"description": "在外卖广告CTR场景下,深度学习模型正在从简单DNN小模型过渡到千亿参数复杂模型。基于该背景,本文将重点针对大规模深度模型在全链路带来的挑战,从在线时延、离线效率两个方面展开,阐述外卖广告在大规模深度模...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000042081999",
|
|
249
|
+
"author": "美团技术团队",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/meituanjishutuandui",
|
|
251
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": "大众点评搜索相关性技术探索与实践",
|
|
256
|
+
"description": "搜索相关性用于衡量Query和Doc的相关程度,是搜索引擎的重要环节,本文主要讲述大众点评搜索团队在相关性计算上的技术探索和实践,通过多相似矩阵模型结构、多阶段训练等方法提升预训练模型在相关性问题上的效果...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000042081898",
|
|
258
|
+
"author": "美团技术团队",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/meituanjishutuandui",
|
|
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/
|
|
264
|
+
"title": "状态模式",
|
|
265
|
+
"description": "在新的项目中要变更编辑、新增的方式,之前一直是把列表组件和编辑、新增组件放在同一地位来做的,即是兄弟组件的关系,这样虽然可以解决问题,但是每次跳转回列表页面都会重新进行查询,也就是说我们很有可能看...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000042091705",
|
|
267
|
+
"author": "李明",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/pluto_612f55567eb8c",
|
|
269
269
|
"votes": "2",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|