@wcj/github-rank 22.6.18 → 22.6.21
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 +31644 -31616
- package/dist/sifou-daily.json +52 -34
- package/dist/sifou-monthly.json +59 -59
- package/dist/sifou-weekly.json +157 -157
- package/dist/toutiao-30.json +83 -83
- package/dist/toutiao-7.json +112 -112
- package/dist/toutiao-90.json +41 -41
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +170 -170
- package/dist/users.china.json +2104 -2104
- package/dist/users.json +3405 -3407
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +31644 -31616
- package/web/data/sifou-daily.json +52 -34
- package/web/data/sifou-monthly.json +59 -59
- package/web/data/sifou-weekly.json +157 -157
- package/web/data/toutiao-30.json +83 -83
- package/web/data/toutiao-7.json +112 -112
- package/web/data/toutiao-90.json +41 -41
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +170 -170
- package/web/data/users.china.json +2104 -2104
- package/web/data/users.json +3405 -3407
- package/web/index.html +1789 -1789
- package/web/repos.html +3844 -3844
- package/web/sifou-daily.html +86 -30
- package/web/sifou-monthly.html +86 -86
- package/web/sifou-weekly.html +142 -142
- package/web/toutiao-30.html +87 -87
- package/web/toutiao-7.html +85 -85
- package/web/toutiao-90.html +70 -70
- package/web/trending-monthly.html +142 -146
- package/web/trending-weekly.html +142 -154
- package/web/trending.html +142 -146
- package/web/users.china.html +1069 -1069
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
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": "21",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "React Suspense 尝鲜,处理前后端IO异步操作",
|
|
13
4
|
"description": "Suspense主要用来解决网络IO问题,它早在2018年的React 16.6.0版本中就已发布。它的相关用法有些已经比较成熟,有的相对不太稳定,甚至经历了重命名、删除:",
|
|
@@ -15,34 +6,16 @@
|
|
|
15
6
|
"author": "葡萄城技术团队",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/grapecity",
|
|
17
8
|
"votes": "7",
|
|
18
|
-
"rank":
|
|
19
|
-
},
|
|
20
|
-
{
|
|
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
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"title": "JS实现将文本或JSON内容下载到文件中",
|
|
31
|
-
"description": "有时候在前端开发过程中,可能遇到这样的需求场景:需要将页面上的文本内容下载到文件中,内容可能是某个大的文本字段,比如博客文章,也可能是后端接口返回的 JSON 数据。",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041965165",
|
|
33
|
-
"author": "十方",
|
|
34
|
-
"home_url": "https://segmentfault.com/u/shifang_5b2b70d160932",
|
|
35
|
-
"votes": "9",
|
|
36
|
-
"rank": 4
|
|
9
|
+
"rank": 1
|
|
37
10
|
},
|
|
38
11
|
{
|
|
39
|
-
"title": "
|
|
40
|
-
"description": "
|
|
41
|
-
"url": "https://segmentfault.com/a/
|
|
42
|
-
"author": "
|
|
43
|
-
"home_url": "https://segmentfault.com/u/
|
|
44
|
-
"votes": "
|
|
45
|
-
"rank":
|
|
12
|
+
"title": "掘地三尺搞定 Redis 与 MySQL 数据一致性问题",
|
|
13
|
+
"description": "Redis 拥有高性能的数据读写功能,被我们广泛用在缓存场景,一是能提高业务系统的性能,二是为数据库抵挡了高并发的流量请求,点我 -> 解密 Redis 为什么这么快的秘密。把 Redis 作为缓存组件,需要防止出现以...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041998615",
|
|
15
|
+
"author": "码哥字节",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/magebyte",
|
|
17
|
+
"votes": "12",
|
|
18
|
+
"rank": 2
|
|
46
19
|
},
|
|
47
20
|
{
|
|
48
21
|
"title": "前端性能监测,Runtime Performance Debug 技巧",
|
|
@@ -51,16 +24,7 @@
|
|
|
51
24
|
"author": "前端小智",
|
|
52
25
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
53
26
|
"votes": "7",
|
|
54
|
-
"rank":
|
|
55
|
-
},
|
|
56
|
-
{
|
|
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": "9",
|
|
63
|
-
"rank": 7
|
|
27
|
+
"rank": 3
|
|
64
28
|
},
|
|
65
29
|
{
|
|
66
30
|
"title": "Doris 毕业成为 Apache 顶级项目,独家专访百度 PALO 团队",
|
|
@@ -69,16 +33,16 @@
|
|
|
69
33
|
"author": "思否编辑部",
|
|
70
34
|
"home_url": "https://segmentfault.com/u/writers",
|
|
71
35
|
"votes": "6",
|
|
72
|
-
"rank":
|
|
36
|
+
"rank": 4
|
|
73
37
|
},
|
|
74
38
|
{
|
|
75
|
-
"title": "
|
|
76
|
-
"description": "
|
|
77
|
-
"url": "https://segmentfault.com/a/
|
|
78
|
-
"author": "
|
|
79
|
-
"home_url": "https://segmentfault.com/u/
|
|
80
|
-
"votes": "
|
|
81
|
-
"rank":
|
|
39
|
+
"title": "使用 content-visibility 优化渲染性能",
|
|
40
|
+
"description": "content-visibility:属性控制一个元素是否渲染其内容,它允许用户代理(浏览器)潜在地省略大量布局和渲染工作,直到需要它为止。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041980427",
|
|
42
|
+
"author": "chokcoco",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
44
|
+
"votes": "10",
|
|
45
|
+
"rank": 5
|
|
82
46
|
},
|
|
83
47
|
{
|
|
84
48
|
"title": "Redis都有哪些使用场景",
|
|
@@ -87,7 +51,7 @@
|
|
|
87
51
|
"author": "7small7",
|
|
88
52
|
"home_url": "https://segmentfault.com/u/7small7",
|
|
89
53
|
"votes": "4",
|
|
90
|
-
"rank":
|
|
54
|
+
"rank": 6
|
|
91
55
|
},
|
|
92
56
|
{
|
|
93
57
|
"title": "什么是走索引?",
|
|
@@ -96,6 +60,42 @@
|
|
|
96
60
|
"author": "云叔_又拍云",
|
|
97
61
|
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
98
62
|
"votes": "4",
|
|
63
|
+
"rank": 7
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"title": "React新文档:不要滥用Ref哦~",
|
|
67
|
+
"description": "React新文档有个很有意思的细节:useRef、useEffect这两个API的介绍,在文档中所在的章节叫Escape Hatches(逃生舱)。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041991074",
|
|
69
|
+
"author": "卡颂",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
71
|
+
"votes": "7",
|
|
72
|
+
"rank": 8
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"title": "SegmentFault 思否技术周刊 — 想玩转 Python?简直 So Easy!",
|
|
76
|
+
"description": "Python,是一种面向对象、直译式电脑编程语言,也是一种功能强大的通用型语言,已经具有近二十年的发展历史,成熟且稳定。它包含了一组完善而且容易理解的标准库,能够轻松完成很多常见的任务。它的语法非常简捷...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041986657",
|
|
78
|
+
"author": "Beverly",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/beverly0",
|
|
80
|
+
"votes": "3",
|
|
81
|
+
"rank": 9
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"title": "玩转 AbortController 控制器",
|
|
85
|
+
"description": "绝大部分情况,网络请求都是先请求先响应。但是某些情况下,由于未知的一些问题,可能会导致先请求的 api 后返回。最简单的解决方案就是添加 loading 状态,在所有请求都完成后才能进行下一次请求。",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000042001788",
|
|
87
|
+
"author": "jump__jump",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/jump_and_jump",
|
|
89
|
+
"votes": "3",
|
|
90
|
+
"rank": 10
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"title": "HTML DOM querySelectorAll() 代替 jquery的 $('') CSS选择器",
|
|
94
|
+
"description": "querySelectorAll()方法返回文档中匹配指定CSS选择器的所有元素,其效果与jquery的$('')选择器一样,不同的就是querySelectorAll()方法是Js原生方法,无需引入jquery.min.js库。",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041984588",
|
|
96
|
+
"author": "TANKING",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/tanking",
|
|
98
|
+
"votes": "2",
|
|
99
99
|
"rank": 11
|
|
100
100
|
},
|
|
101
101
|
{
|
|
@@ -108,165 +108,165 @@
|
|
|
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": "CSS实现可拉伸调整尺寸的分栏布局",
|
|
112
|
+
"description": "很多页面布局,特别是那种工具类的、比如编辑器、可视化平台等,为了充分的利用屏幕空间,都会提供拖拽调节各个分栏尺寸的功能,比如像 vscode",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000042006775",
|
|
114
|
+
"author": "XboxYan",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
116
|
+
"votes": "12",
|
|
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": "得物前端唤端业务场景和技术精讲",
|
|
121
|
+
"description": "当你在刷朋友圈时突然看到一个潮鞋广告,正是你非常喜欢、一直想买的那款而且价格美丽,于是你兴奋地点击广告直接打开了购物App,并且直接进入刚刚看到的潮鞋详情页,你只需要直接点击购买就能得到这双你期待已久...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041986500",
|
|
123
|
+
"author": "得物技术",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/dewujishu",
|
|
125
|
+
"votes": "1",
|
|
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": "客观评价 增长趋势比 vite 还猛的 TailwindCSS",
|
|
130
|
+
"description": "作者:pxn > 来源:medium有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041969112",
|
|
132
|
+
"author": "前端小智",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
134
|
+
"votes": "3",
|
|
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": "还在用Navicat?这款开源的数据库管理工具界面更炫酷!",
|
|
139
|
+
"description": "数据库管理工具,是后端程序员使用频率非常高的的工具。Navicat、DataGrip虽然很好用,但都是收费的。最近在逛Github的时候,无意间发现了一款开源的数据库管理工具Beekeeper Studio,界面非常炫酷推荐给大家!",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041979445",
|
|
141
|
+
"author": "macrozheng",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/macrozheng",
|
|
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": "利用微信公众号提供的官方API上传图片获取永久图片素材!当图床用!",
|
|
148
|
+
"description": "自己开发的小程序,例如社区类、电商类、新闻、博客等类型小程序,会需要储存很多图片,图片资源会给个人开发者带来很多成本,万一访问量大了,网站带宽、流量也会不堪重负,所以图片资源必然不合适储存在自己的...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041998801",
|
|
150
|
+
"author": "TANKING",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/tanking",
|
|
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": "十年老友记 | @依云:曾经看到一句话:Coding changes the world!",
|
|
157
|
+
"description": "十年前的今天,SegmentFault 思否正式创立,如一颗嫩绿的幼芽开始成长,期间承载过和煦的日光、沐浴过柔和的春风,也挑战过滂沱的暴雨、体会过凛冽的冬雪。所幸,今日呈现在我们面前的 SegmentFault 思否,已经长...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041992859",
|
|
159
|
+
"author": "思否编辑部",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
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": "十年前的今天,SegmentFault 思否正式创立,如一颗嫩绿的幼芽开始成长,期间承载过和煦的日光、沐浴过柔和的春风,也挑战过滂沱的暴雨、体会过凛冽的冬雪。所幸,今日呈现在我们面前的 SegmentFault 思否,已经长...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041993356",
|
|
168
|
+
"author": "思否编辑部",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
170
|
+
"votes": "2",
|
|
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/
|
|
174
|
+
"title": "正式发布丨Visual Studio Code 1.68",
|
|
175
|
+
"description": "欢迎使用5 月发布的 Visual Studio Code,本次发布的亮点如下:▌Configure Display LanguageConfigure Display Language命令已更新为包括:该语言的语言名称。Available languages显示您的计算机上未安装哪些语言...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041989813",
|
|
177
|
+
"author": "微软技术栈",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/mstech",
|
|
179
179
|
"votes": "1",
|
|
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": "云音乐预估系统建设与实践",
|
|
184
|
+
"description": "预估系统的核心任务是完成模型计算,可以认为模型就是一个函数(举例:f(x1, x2)= ax1 + bx2 +c)。其中参数a、b、c是通过模型训练得出的权重值,自变量x1与x2就是特征,模型计算就是使...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041988087",
|
|
186
|
+
"author": "云音乐技术团队",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/musicfe",
|
|
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/
|
|
197
|
-
"votes": "
|
|
192
|
+
"title": "这个Spring Security登录插件牛啊,验证码、小程序、OAuth2都能快速接入",
|
|
193
|
+
"description": "上次我们把验证码登录、小程序登录优雅地集成到了Spring Security,很多同学大呼过瘾,相比较一些传统玩法高级了很多。胖哥就赶紧抓住机会举一反三,把几个非标准的OAuth2也接入了进来,主要是微信、企业微信,做...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041986074",
|
|
195
|
+
"author": "码农小胖哥",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/10000000",
|
|
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": "记录一个 Nginx-FastCGI-\"Primary script unknown\" 错误",
|
|
202
|
+
"description": "nginx和PHP环境都装好了,然后一运行就报错File not found,看了nginx错误日志之后,各种搜索找了解决方案都不行,一说文件权限问题,一说是php-fpm的权限问题,还有可能是nginx的问题。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041989673",
|
|
204
|
+
"author": "kumfo",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/kumfo",
|
|
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": "系统困境与软件复杂度,为什么我们的系统会如此复杂",
|
|
211
|
+
"description": "有一天,一个医生和一个土木工程师在一起争论“谁是世界上最古老的职业”。医生说:“上帝用亚当的肋骨造出了夏娃,这是历史上第一次外科手术,所以最古老的职业应该是医生”,土木工程师说:“在创世纪之前,上帝从混...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041998329",
|
|
213
|
+
"author": "阿里巴巴移动技术",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/alimobile",
|
|
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": "Goodbye!27 年“老古董”IE 浏览器迎来“退役”倒计时",
|
|
220
|
+
"description": "正如此前预告的那样,即将到来的(太平洋时间 6 月 15 日)也就是后天,微软将停止支持其浏览器的最新版本 IE11(Internet Explorer 11),取而代之的是其独家提供的 Microsoft Edge 浏览器。",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041981116",
|
|
222
|
+
"author": "MissD",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
224
|
+
"votes": "2",
|
|
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": "怎样写个sdk嵌套到别的项目?",
|
|
229
|
+
"description": "需求:客户的项目需要用我们的功能,且需要提供个modal嵌入到他们的项目里,在他们的table中点击对应的item,弹出我提供的modal。解决方案项目使用cra构建,使用webpack@5.70.0的library导出为一个库给第三方使用...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041994702",
|
|
231
|
+
"author": "assassin_cike",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/assassin",
|
|
233
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": "推荐系统是效果导向的数据应用服务,在功能的“有”和“无”之间,有很长的效果“好”和“坏”的光谱。本文以用户请求的粒度建立质量模型,通过数据血缘关联了数据表、算法模型、系统服务和用户请求,并结合美团综合业务...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041996173",
|
|
240
|
+
"author": "美团技术团队",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/meituanjishutuandui",
|
|
242
|
+
"votes": "2",
|
|
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": "webpack打包时如何修改文件名",
|
|
247
|
+
"description": "修改入口文件的文件名通过配置output的filename属性,可以动态的改变入口文件的文件路径和文件名,通常的我们会这样设置filename: \"[name].[chunkhash].js\",而其中的name就是文件名修改的关键,这个na...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041982462",
|
|
249
|
+
"author": "hfhan",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/hfhan",
|
|
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/
|
|
255
|
+
"title": "【Java面试】TCP协议为什么要设计三次握手?",
|
|
256
|
+
"description": "一个工作5年的粉丝,最近去面试了很多公司,每次都被各种技术原理题问得语无伦次。由于找了快1个月时间的工作,有点焦虑,来向我求助。我能做的只是保证每天更新一个面试题,然后问他印象最深刻的一个面试题是什...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041991850",
|
|
258
|
+
"author": "跟着Mic学架构",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/fukua_5be8034f8191f",
|
|
260
260
|
"votes": "2",
|
|
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": "Proxy学习",
|
|
265
|
+
"description": "Map,Set,Date,Promise 等内置类型,都使用了所谓的\"内部插槽\",类似于对象的私有属性,不允许外部访问,所以当代理没做处理时,直接代理他们会发生错误。",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041992118",
|
|
267
|
+
"author": "小绵羊",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/xiaomianyang_5a5c183e17d47",
|
|
269
|
+
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|