@wcj/github-rank 22.2.27 → 22.3.2
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 +30625 -30624
- package/dist/sifou-daily.json +41 -23
- package/dist/sifou-monthly.json +94 -94
- package/dist/sifou-weekly.json +163 -163
- package/dist/toutiao-30.json +77 -77
- package/dist/toutiao-7.json +116 -116
- package/dist/toutiao-90.json +46 -46
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +163 -163
- package/dist/trending-weekly.json +165 -165
- package/dist/users.china.json +2664 -2665
- package/dist/users.json +3641 -3642
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +30625 -30624
- package/web/data/sifou-daily.json +41 -23
- package/web/data/sifou-monthly.json +94 -94
- package/web/data/sifou-weekly.json +163 -163
- package/web/data/toutiao-30.json +77 -77
- package/web/data/toutiao-7.json +116 -116
- package/web/data/toutiao-90.json +46 -46
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +163 -163
- package/web/data/trending-weekly.json +165 -165
- package/web/data/users.china.json +2664 -2665
- package/web/data/users.json +3641 -3642
- package/web/index.html +1810 -1810
- package/web/repos.html +4062 -4058
- package/web/sifou-daily.html +77 -21
- package/web/sifou-monthly.html +107 -107
- package/web/sifou-weekly.html +138 -138
- package/web/toutiao-30.html +81 -81
- package/web/toutiao-7.html +81 -81
- package/web/toutiao-90.html +68 -68
- package/web/trending-monthly.html +148 -144
- package/web/trending-weekly.html +146 -142
- package/web/trending.html +138 -150
- package/web/users.china.html +1423 -1423
|
@@ -1,30 +1,12 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "组员重构代码千奇百怪,直接JS、ES6和Vue规范给一梭子",
|
|
4
|
-
"description": "近期组员接手了一个“古老“的初始由后端大佬写的前端项目,业务层面的组件复用,全靠是 copy 相同代码咱不说,经过不同大佬们的维护,代码风格更是千奇百怪。该前端项目还在正常迭代更新,又不可能重写,面对 💩 一...",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000041437117",
|
|
6
|
-
"author": "wuwhs",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/wuwhs",
|
|
8
|
-
"votes": "21",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"title": "前端生成PDF,让后端刮目相看",
|
|
13
|
-
"description": "PDF 全称Portable Document Format (PDF)(便携文档格式),该格式的显示与操作系统、分辨率、设备等因素没有关系,不论是在Windows,Unix还是在苹果公司的Mac OS操作系统中PDF格式都通用。Adobe公司在1993年为了...",
|
|
14
|
-
"url": "https://segmentfault.com/a/1190000041447795",
|
|
15
|
-
"author": "葡萄城技术团队",
|
|
16
|
-
"home_url": "https://segmentfault.com/u/grapecity",
|
|
17
|
-
"votes": "18",
|
|
18
|
-
"rank": 2
|
|
19
|
-
},
|
|
20
2
|
{
|
|
21
3
|
"title": "Web 中的“选区”和“光标”",
|
|
22
4
|
"description": "在 web 开发中,有时不可避免会和“选区”与“光标”打交道,比如选中高亮、选中出现工具栏、手动控制光标位置等。选区就是用鼠标选中的那一部分,通常是蓝色",
|
|
23
5
|
"url": "https://segmentfault.com/a/1190000041457245",
|
|
24
6
|
"author": "XboxYan",
|
|
25
7
|
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
26
|
-
"votes": "
|
|
27
|
-
"rank":
|
|
8
|
+
"votes": "31",
|
|
9
|
+
"rank": 1
|
|
28
10
|
},
|
|
29
11
|
{
|
|
30
12
|
"title": "Redis 忽然变慢了如何排查并解决?",
|
|
@@ -32,16 +14,34 @@
|
|
|
32
14
|
"url": "https://segmentfault.com/a/1190000041446607",
|
|
33
15
|
"author": "码哥字节",
|
|
34
16
|
"home_url": "https://segmentfault.com/u/magebyte",
|
|
35
|
-
"votes": "
|
|
17
|
+
"votes": "24",
|
|
18
|
+
"rank": 2
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"title": "前端生成PDF,让后端刮目相看",
|
|
22
|
+
"description": "PDF 全称Portable Document Format (PDF)(便携文档格式),该格式的显示与操作系统、分辨率、设备等因素没有关系,不论是在Windows,Unix还是在苹果公司的Mac OS操作系统中PDF格式都通用。Adobe公司在1993年为了...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041447795",
|
|
24
|
+
"author": "葡萄城技术团队",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
26
|
+
"votes": "19",
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"title": "手把手教你写一个简易的微前端框架",
|
|
31
|
+
"description": "最近看了几个微前端框架的源码(single-spa、qiankun、micro-app),感觉收获良多。所以打算造一个迷你版的轮子,来加深自己对所学知识的了解。这个轮子将分为五个版本,逐步的实现一个最小可用的微前端框架:支...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041467802",
|
|
33
|
+
"author": "谭光志",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/woai3c",
|
|
35
|
+
"votes": "11",
|
|
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": "[性能优化] 使用 esbuild 为你的构建提速 🚀",
|
|
40
|
+
"description": "于是这两天抽空对项目做了一次构建优化,线上(多国家)构建时间, 从 10分钟 优化到 4分钟, 本地单次构建时间, 从 300秒 优化到 90秒, 效果还不错。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041455457",
|
|
42
|
+
"author": "皮小蛋",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/scaukk",
|
|
44
|
+
"votes": "10",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
47
|
{
|
|
@@ -50,222 +50,222 @@
|
|
|
50
50
|
"url": "https://segmentfault.com/a/1190000041452414",
|
|
51
51
|
"author": "chokcoco",
|
|
52
52
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
53
|
-
"votes": "
|
|
53
|
+
"votes": "10",
|
|
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": "【程序员的实用工具推荐】 Mac 效率神器 Alfred",
|
|
58
|
+
"description": "Alfred 是一款功能非常强大,能有效提升 Mac 电脑使用效率的神器。可以说有了 Alfred 你就基本上可以脱离鼠标实现各种操作。相比 Mac 自带的聚焦搜索,完全可以称得上拥有碾压性的优势。",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041454749",
|
|
60
|
+
"author": "云叔_又拍云",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
62
|
+
"votes": "10",
|
|
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": "23 个非常有用的 NodeJs 库",
|
|
67
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041458272",
|
|
69
|
+
"author": "前端小智",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
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/
|
|
75
|
+
"title": "如何定位浏览器页面崩溃的问题",
|
|
76
|
+
"description": "在实际项目开发中,我们常常会遇到类似如下页面崩溃的问题,导致浏览器页面崩溃的原因一般都是JS Heap堆内存溢出,但此类问题一般控制台都不会报错,所以其定位问题的经验和手段很关键,下文是我在实际项目中遇到...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041465200",
|
|
78
|
+
"author": "记得要微笑",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/tosmile",
|
|
80
80
|
"votes": "6",
|
|
81
81
|
"rank": 9
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"title": "vscode语音注释, 让信息更丰富(
|
|
85
|
-
"description": "
|
|
86
|
-
"url": "https://segmentfault.com/a/
|
|
84
|
+
"title": "vscode语音注释, 让信息更丰富(下)",
|
|
85
|
+
"description": "这个系列的最后一篇, 主要讲述录制音频&音频文件存储相关知识, 当时因为录音有bug搞得我一周没心情吃饭(voice-annotation)。",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041445495",
|
|
87
87
|
"author": "lulu_up",
|
|
88
88
|
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
89
|
-
"votes": "
|
|
89
|
+
"votes": "8",
|
|
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/
|
|
93
|
+
"title": "突破限制,CSS font-variation 可变字体的魅力",
|
|
94
|
+
"description": "上述效果,最核心的就是文字的动画,文字从较细贴着较紧,到较粗隔着较远不断变化。有人会认为这里是 transform: scale(),实则不然。",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041470128",
|
|
96
|
+
"author": "chokcoco",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
98
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": "Vim 核心开发者 Sven Guckes 去世,Vim 之父:我要把 9.0 版本献给他",
|
|
103
|
+
"description": "2 月 21 日,Vim 之父 Bram Moolenaar 在一份公开邮件中宣布了 Vim 核心维护者 Sven Guckes 在柏林因病去世的消息。邮件中,Bram Moolenaar 对 Sven Guckes 的离去表达了沉痛哀悼,并宣布将 Vim 9.0 版本将献给这...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041447407",
|
|
105
|
+
"author": "MissD",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
107
107
|
"votes": "5",
|
|
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": "走进开源项目 - urlcat",
|
|
112
|
+
"description": "urlcat 只有 267 行代码的开源项目,却收获了 1.4 k 的 star,周下载量 1 w 以上,这是我目前遇到过源码最少的开源项目,下面就来一探究竟,看看每个文件在项目中的作用。",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041474553",
|
|
114
|
+
"author": "robin",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/robin_ren",
|
|
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": "Jenkins+Docker+Gitee+SpringBoot自动化部署",
|
|
121
|
+
"description": "当我们使用传统的开发方式开发后台系统时,每写完一个功能点就需要重新运行一下项目,然后进行测试,如果是项目比较小还可以,但是如果项目比较大的话,由于涉及的人员比较多,这种开发方式就比较麻烦。基于此,...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041473617",
|
|
123
|
+
"author": "xiangzhihong",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
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": "Vue 优化速查",
|
|
130
|
+
"description": "首发传送门:[链接]拆分组件我也曾以为,拆分子组件是用于抽象,但实践告诉我,拆分子组件是提升性能的一种方式(特定情况)。在我的实际工作中遇到这么个问题,有一个很大的表格,里面有多个新增条目的对话框,...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041456362",
|
|
132
|
+
"author": "ssshooter",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/ssshooter",
|
|
134
|
+
"votes": "6",
|
|
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": "所以,e.target 和 e.currentTarget 到底有啥区别呢?",
|
|
139
|
+
"description": "大家开发中经常会跟DOM的事件打交道,也会经常用到 e.target 和 e.currentTarget 这两个对象,但是却有很多人根本就不知道这两个有什么区别~~~",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041469717",
|
|
141
|
+
"author": "Sunshine_Lin",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
143
|
+
"votes": "6",
|
|
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": "马斯克:我是 Rust 粉丝,但为了性能会选择 C",
|
|
148
|
+
"description": "作为一位几乎时刻处于风口浪尖上的“网络红人”,特斯拉 CEO 埃隆·马斯克(Elon Musk)被外界评价为“致力于从人工智能手中拯救人类”的钢铁侠。近期,这位大佬又因不少“出格”言论而在社交媒体上引发热议 —— 在一家 AI ...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041453850",
|
|
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/
|
|
156
|
+
"title": "谈一谈组件化",
|
|
157
|
+
"description": "今天前端生态里面,React、Angular和Vue三分天下。虽然这三个框架的定位各有不同,但是它们有一个核心的共同点,那就是提供了组件化的能力。W3C也有Web Component的相关草案,也是为了提供组件化能力。今天我们就...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041469213",
|
|
159
|
+
"author": "记得要微笑",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/tosmile",
|
|
161
161
|
"votes": "4",
|
|
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": "2022目前三种有效加速国内Github",
|
|
166
|
+
"description": "前言利用镜像下载通过代理网站下载Gitee中转fork仓库下载修改 HOSTS 文件进行加速梯子(略)文章发布我的个人网站,并且阅读体验更好油猴插件Github 增强 - 高速下载为 Github 的 Git Clone、Release、Raw、Code(ZI...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041466088",
|
|
168
|
+
"author": "星野",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/qqlcx5",
|
|
170
|
+
"votes": "5",
|
|
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": "收藏吃灰,12 个炫酷背景特效库",
|
|
175
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041469344",
|
|
177
|
+
"author": "前端小智",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
179
|
+
"votes": "5",
|
|
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": "Vue3 + Vite2 + TypeScript + Pinia(Vuex)+JSX 搭建企业级开发脚手架【开箱即用】",
|
|
184
|
+
"description": "随着Vue3的普及,已经有越来越多的项目开始使用Vue3。为了快速进入开发状态,在这里向大家推荐一套开箱即用的企业级开发脚手架,框架使用:Vue3 + Vite2 + TypeScript + JSX + Pinia(Vuex) + Antd。废话不多话,...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041458613",
|
|
186
|
+
"author": "阳晨@",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/yangchen_5f61f615a6de4",
|
|
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/
|
|
197
|
-
"votes": "
|
|
192
|
+
"title": "音视频开发者的福音,快速集成AI配音能力",
|
|
193
|
+
"description": "音视频内容创作者对剪辑应用中的AI配音需求与日俱增。它的优点很多,不光可以解决雇佣人力配音的成本以及创作者本身的口音、语言等限制,还可以大幅提升生产效率。比如,短视频的播放时间短的几十秒,长的vlog类...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041472290",
|
|
195
|
+
"author": "HMSCore",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
197
|
+
"votes": "2",
|
|
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": "如何在 ThreeJS 中实现辉光效果",
|
|
202
|
+
"description": "在游戏中,我们经常可以见到外发光的效果。典型的比如室内场景下的吊灯、电子设备屏幕、室外夜晚的路灯、车灯等等。这些场景的共性是他们提供了亮度和气氛的强烈视觉信息。在实际生活中,这些辉光是由于光线在大...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041473819",
|
|
204
|
+
"author": "ES2049",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/alisecued",
|
|
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/
|
|
215
|
-
"votes": "
|
|
210
|
+
"title": "直播系统聊天技术(七):直播间海量聊天消息的架构设计难点实践",
|
|
211
|
+
"description": "本系列文章的上篇《百万人在线的直播间实时聊天消息分发技术实践》主要分享的是消息分发和丢弃策略。本文将主要从高可用、弹性扩缩容、用户管理、消息分发、客户端优化等角度,分享直播间海量聊天消息的架构设计...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041447676",
|
|
213
|
+
"author": "JackJiang",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/jackjiang",
|
|
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": "搭建一个可视化用户行为轨迹打点体系SDK",
|
|
220
|
+
"description": "● 1、利用xpath的唯一性,绑定打点元素添加事件进行发送数据打点● 2、后台管理系统搭建一个可视化选取打点元素的功能并保存配置● 3、前端根据页面URL获取到打点配置进行初始化(通过xpath绑定事件)基本流程如图...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041457873",
|
|
222
|
+
"author": "墨迹",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/moji_5937c40d934ac",
|
|
224
|
+
"votes": "4",
|
|
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/
|
|
228
|
+
"title": "终于!“30 岁”的 Linux 内核 C 语言将升级到 C11",
|
|
229
|
+
"description": "上周,Linux 内核邮件列表上关于“社区最近讨论了是否为内核采用现代 C 语言标准”的信息引发业内关注。刚刚,Linux 开源社区已正式宣布:内核 C 语言版本将在未来升级到 C11,且预计将在今年 5 月份的 5.18 版本之...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041470767",
|
|
231
|
+
"author": "MissD",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
233
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/
|
|
237
|
+
"title": "JZ-069-在 O(1) 时间内删除链表节点",
|
|
238
|
+
"description": "在 O(1) 时间内删除链表节点。方案:如果该节点不是尾节点,那么可以直接将下一个节点的值赋给该节点,然后令该节点指向下下个节点,再删除下一个节点,时间复杂度为 O(1)。否则,就需要先遍历链表,找到节点的前...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041450918",
|
|
240
|
+
"author": "雄狮虎豹",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
242
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": "Go 核心团队 Russ Cox \"驳斥\"AWS 博文作者 :对 Go 存在严重误导!",
|
|
247
|
+
"description": "2 月 23 日,Go 语言核心开发团队 Russ Cox (rsc) 在社交媒体上连发多条推文,“斥责” AWS 官方于前几日发布的一篇博文对 Go 存在着严重的误导。",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041460033",
|
|
249
|
+
"author": "MissD",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
251
|
+
"votes": "2",
|
|
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": "“Pangu Lab”披露顶级后门“电幕行动”细节:或来自美国黑客组织“方程式” | 已侵害全球 45 个国家地区",
|
|
256
|
+
"description": "2 月 23 日,北京奇安盘古实验室科技有限公司(以下简称“盘古实验室”或 Pangu Lab)在其 www.pangulab.cn 网页上发布了一份报告,该报告内容对美国顶级后门 ——“电幕行动”(Bvp47)的完整技术细节和攻击组织关联进...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041448972",
|
|
258
|
+
"author": "MissD",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
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": "理解mysql的事务隔离级别",
|
|
265
|
+
"description": "考研分数落定,今年无缘,着手准备春招。说到今年考研,分数可谓水涨船高,去年本校专硕270就能进,今年一舍友考了270,排名排到了140名(报的专业要70个),进复试基本无望,估计考本校分数线能到290。走校招的...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041473349",
|
|
267
|
+
"author": "小强Zzz",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/zhaokaiqiang",
|
|
269
269
|
"votes": "3",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|