@wcj/github-rank 22.4.7 → 22.4.10
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 +33795 -33795
- package/dist/sifou-daily.json +6 -69
- package/dist/sifou-monthly.json +86 -86
- package/dist/sifou-weekly.json +170 -170
- package/dist/toutiao-30.json +97 -97
- package/dist/toutiao-7.json +116 -116
- package/dist/toutiao-90.json +24 -24
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +145 -145
- package/dist/trending-weekly.json +170 -170
- package/dist/users.china.json +2491 -2490
- package/dist/users.json +3466 -3466
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +33795 -33795
- package/web/data/sifou-daily.json +6 -69
- package/web/data/sifou-monthly.json +86 -86
- package/web/data/sifou-weekly.json +170 -170
- package/web/data/toutiao-30.json +97 -97
- package/web/data/toutiao-7.json +116 -116
- package/web/data/toutiao-90.json +24 -24
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +145 -145
- package/web/data/trending-weekly.json +170 -170
- package/web/data/users.china.json +2491 -2490
- package/web/data/users.json +3466 -3466
- package/web/index.html +1795 -1795
- package/web/repos.html +4322 -4322
- package/web/sifou-daily.html +6 -202
- package/web/sifou-monthly.html +119 -119
- package/web/sifou-weekly.html +144 -144
- package/web/toutiao-30.html +87 -87
- package/web/toutiao-7.html +80 -80
- package/web/toutiao-90.html +51 -51
- package/web/trending-monthly.html +130 -130
- package/web/trending-weekly.html +147 -147
- package/web/trending.html +151 -143
- package/web/users.china.html +1374 -1374
|
@@ -1,272 +1,272 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "按照 Promise/A+ 规范逐行注释并实现 Promise",
|
|
4
|
-
"description": "现在前端越来越卷,不会手写 Promise 都不好意思面试了(手动狗头.jpg)。虽然没多少人会在业务中用自己实现的 Promise,但是,实现 Promise 的过程会让你对 Promise 更加了解,出了问题也可以更好地排查。",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000041640722",
|
|
6
|
-
"author": "Asheng",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/ashengtan",
|
|
8
|
-
"votes": "8",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "我们是如何解决偶发性的502错误的",
|
|
13
4
|
"description": "从ingress的监控中心,我们看到,失败率虽然不高,但始终保持在0.05到0.1的水平:我们用这样的条件去查询,发现绝大部分错误是502错误: {代码...} 那么502错误到底是个什么错误呢?百度百科给出的解释是:502 Ba...",
|
|
14
5
|
"url": "https://segmentfault.com/a/1190000041651450",
|
|
15
6
|
"author": "张京",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/fengerzh",
|
|
17
|
-
"votes": "
|
|
18
|
-
"rank":
|
|
8
|
+
"votes": "14",
|
|
9
|
+
"rank": 1
|
|
19
10
|
},
|
|
20
11
|
{
|
|
21
|
-
"title": "
|
|
22
|
-
"description": "
|
|
23
|
-
"url": "https://segmentfault.com/a/
|
|
24
|
-
"author": "
|
|
25
|
-
"home_url": "https://segmentfault.com/u/
|
|
26
|
-
"votes": "
|
|
27
|
-
"rank":
|
|
12
|
+
"title": "还在使用定时器吗?CSS 也能实现电子时钟",
|
|
13
|
+
"description": "欢迎关注我的公众号:前端侦探通常要做一个时钟,肯定离不开 JS 定时器。今天换一种思路,用 CSS 来实现一个时钟,如下:你也可以访问这个CSS time (codepen.io)查看实际效果当然借用了一点点 JS 用于初始化时间...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041661094",
|
|
15
|
+
"author": "XboxYan",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
17
|
+
"votes": "11",
|
|
18
|
+
"rank": 2
|
|
28
19
|
},
|
|
29
20
|
{
|
|
30
|
-
"title": "
|
|
31
|
-
"description": "
|
|
32
|
-
"url": "https://segmentfault.com/a/
|
|
33
|
-
"author": "
|
|
34
|
-
"home_url": "https://segmentfault.com/u/
|
|
35
|
-
"votes": "
|
|
36
|
-
"rank":
|
|
21
|
+
"title": "巧用 background-clip 实现超强的文字动效",
|
|
22
|
+
"description": "最近,有同学询问,如何使用 CSS 实现如下效果:看起来是个很有意思的动效。仔细思考一下,要想实现这类效果,其实用到的核心属性只有一个 -- background-clip: text。有意思的 background-clip: textbackground-...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041666096",
|
|
24
|
+
"author": "chokcoco",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
26
|
+
"votes": "12",
|
|
27
|
+
"rank": 3
|
|
37
28
|
},
|
|
38
29
|
{
|
|
39
|
-
"title": "
|
|
40
|
-
"description": "
|
|
41
|
-
"url": "https://segmentfault.com/a/
|
|
42
|
-
"author": "
|
|
43
|
-
"home_url": "https://segmentfault.com/u/
|
|
30
|
+
"title": "Koa2 搭建信令服务器,JS 也能搞定视频通话!",
|
|
31
|
+
"description": "在实际应用场景中,信令服务器的本质就是一台 WeSocket 服务器,两个客户端必须与这个服务器建立 WeSocket 连接,才能互相发送消息。",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041668070",
|
|
33
|
+
"author": "杨成功",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
44
35
|
"votes": "8",
|
|
45
|
-
"rank":
|
|
36
|
+
"rank": 4
|
|
46
37
|
},
|
|
47
38
|
{
|
|
48
|
-
"title": "
|
|
39
|
+
"title": "10个有用的自定义钩子vue.js",
|
|
49
40
|
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
50
|
-
"url": "https://segmentfault.com/a/
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041598901",
|
|
51
42
|
"author": "前端小智",
|
|
52
43
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
44
|
+
"votes": "10",
|
|
45
|
+
"rank": 5
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"title": "2022 招聘季 | 面试了一个月,我经历了什么",
|
|
49
|
+
"description": "Hello, 大家好,我是程序员海军,又到了金三银四的招聘季。 本篇文章总结了我去年面试中遇到的坑,以及身边人遇到的面试坑,经过总结分析才出了此篇文章, 送给 金三银四 找工作的你,找工作运气很重要,时机更...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041658543",
|
|
51
|
+
"author": "程序员海军",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/haijun_5e7e16c909f52",
|
|
53
53
|
"votes": "7",
|
|
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": "Koa2从零到脚手架",
|
|
58
|
+
"description": "由 Express 原班人马打造的新生代 Node.js Web 框架,它的代码很简单,没有像 Express 那样,提供路由、静态服务等等,它是为了解决 Node 问题(简化了 Node 中操作)并取代之,它本身是一个简单的中间件框架,需...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041654130",
|
|
60
|
+
"author": "山头人汉波",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/johanazhu",
|
|
62
|
+
"votes": "5",
|
|
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": "10个很棒的 JavaScript 字符串技巧",
|
|
67
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041659427",
|
|
69
|
+
"author": "前端小智",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
71
|
+
"votes": "7",
|
|
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": "一键安装团队推荐的 vscode 插件",
|
|
76
|
+
"description": "在前端代码库的根目录下新增 .vscode/extensions.json文件注册插件列表,然后将文件随代码提交到 git 。如果哪位成员发现了好用的插件,直接加在 recommendations 数组中既可。入 git 的好处就是: 有记录、持续...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041661941",
|
|
78
|
+
"author": "亖混子",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/1023",
|
|
80
|
+
"votes": "6",
|
|
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": "面试周连续剧之轻车熟路",
|
|
85
|
+
"description": "接着上一篇文章继续聊面试经历,通过前两天的面试经历,以及不断总结完善自己的知识储备,又系统性的准备了一下前端面试知识点,应对一般的面试已经不成问题,可以说自己已经有了“反客为主”的能力,那么马上开启...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041659228",
|
|
87
|
+
"author": "三掌柜",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/sanzhanggui",
|
|
89
|
+
"votes": "3",
|
|
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": "Module Federation在客服工单业务中的最佳实践",
|
|
94
|
+
"description": "一线客服: 基于一站式工作台中的在线工作台及电话工作台,根据用户进线反馈的问题,查看当前用户相关的工单详情或订单详情,并根据实际情况决定是否创建新的工单。",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041675548",
|
|
96
|
+
"author": "得物技术",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/dewujishu",
|
|
98
|
+
"votes": "2",
|
|
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": "面试周连续剧之奇葩遭遇",
|
|
103
|
+
"description": "接着上一篇文章继续聊面试经历,通过前三天的面试经历,梳理总结一下,虽然拿到了三个offer,但是约过的面试还要继续,这是自己的原则,不能随便放别人鸽子,要有面试节操。在分享今天的面试经历的同时,顺便总结...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041669762",
|
|
105
|
+
"author": "三掌柜",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/sanzhanggui",
|
|
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/
|
|
116
|
-
"votes": "
|
|
111
|
+
"title": "冴羽答读者问:何时能够像你一样优秀?",
|
|
112
|
+
"description": "首先真的非常感谢你的肯定,但“优秀”二字让我愧不敢当,在我看来,我并没有做到过什么厉害的事情,只是一路走来,将自己学习到的东西分享出来而已,引用阮一峰老师之前发过的微博:",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041664148",
|
|
114
|
+
"author": "冴羽",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
116
|
+
"votes": "2",
|
|
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": "从零开始 实现一个自己的脚本引擎",
|
|
121
|
+
"description": "项目地址[链接]支持解析js脚本生成语法树、格式化代码支持运行完整js脚本支持安全模式运行单行表达式支持设置超时时间1. 生成语法树 并输出格式化代码示例代码 {代码...} 输出 {代码...} 2. 运行完整脚本以下示例...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041652146",
|
|
123
|
+
"author": "辣子鸡",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/laziji",
|
|
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/
|
|
129
|
+
"title": "带码农《手写Mybatis》进度3:实现映射器的注册和使用",
|
|
130
|
+
"description": "我们可以把 Spring、Mybatis、Dubbo 这样的大型框架或者一些公司内部的较核心项目,都可以称为复杂的系统。这样的工程也不在是初学编程手里的玩具项目,没有所谓的CRUD,更多时候要面对的都是对系统分层的结构设...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041665600",
|
|
132
|
+
"author": "小傅哥",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
134
134
|
"votes": "2",
|
|
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": "如何写出高性能代码(二)巧用数据特性",
|
|
139
|
+
"description": "同一份逻辑,不同人的实现的代码性能会出现数量级的差异; 同一份代码,你可能微调几个字符或者某行代码的顺序,就会有数倍的性能提升;同一份代码,也可能在不同处理器上运行也会有几倍的性能差异;十倍程序员 ...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041657908",
|
|
141
|
+
"author": "xindoo",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/xindoo",
|
|
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": "约束前端项目中的目录和文件名",
|
|
148
|
+
"description": "好的目录设计架构就成功了一半 --- 如何约束项目中的目录和文件名编程中命名规范有:camelCase (驼峰命名法)PascalCase (帕斯卡命名法,又名大驼峰命名法)snake_case (下划线命名法)kebab-case (中划线命名法)Hun...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041664954",
|
|
150
|
+
"author": "亖混子",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/1023",
|
|
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": "Spring Security 一键接入验证码登录和小程序登录",
|
|
157
|
+
"description": "最近实现了一个多端登录的Spring Security组件,用起来非常丝滑,开箱即用,可插拔,而且灵活性非常强。我觉得能满足大部分场景的需要。目前完成了手机号验证码和微信小程序两种自定义登录,加上默认的Form登录,...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041651786",
|
|
159
|
+
"author": "码农小胖哥",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/10000000",
|
|
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": "聊聊mysql的树形结构存储及查询",
|
|
166
|
+
"description": "序本文主要研究一下mysql的树形结构存储及查询存储parent这种方式就是每个节点存储自己的parent_id信息建表及数据准备 {代码...} 查询 {代码...} 存储及修改上比较方便,就是要在sql里头查询树比较费劲,一般是加...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041654734",
|
|
168
|
+
"author": "codecraft",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/codecraft",
|
|
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": "聊聊mysql的单列多值存储",
|
|
175
|
+
"description": "序本文主要研究一下mysql如何用一个列来存储多个值实例用bit类型建表及数据准备 {代码...} 位运算查询 {代码...} 更新 {代码...} 用int/bigint类型建表及数据准备 {代码...} 查询 {代码...} 更新 {代码...} 用var...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041651455",
|
|
177
|
+
"author": "codecraft",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/codecraft",
|
|
179
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": "2022年的JavaScript开发工具",
|
|
184
|
+
"description": "原文:[链接]在2022年,每一位 JS / TS 开发者都应该知道的最重要的开发工具的分类,包括最相关的权衡,以及一些个人建议。在软件工程的世界中,对所使用的工具有一个明确的了解非常重要。但是 JS 工具总是在快速...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041651441",
|
|
186
|
+
"author": "戎马",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/lashoucuijs",
|
|
188
|
+
"votes": "0",
|
|
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": "与 Rust 勾心斗角 · 点",
|
|
193
|
+
"description": "三维世界的原点,就是在三个数轴上的投影为 0 的点。假设三个数轴为 x,y 和 z,则原点在它们上的投影可表示为 x = 0, y = 0, z = 0,用 Rust 代码可表示为",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041652223",
|
|
195
|
+
"author": "garfileo",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/garfileo",
|
|
197
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": "Three.js Sprite源码解析",
|
|
202
|
+
"description": "本文会讲解一下Three.js(r105)的Sprite,主要包括以下几个方面:简单介绍和使用Sprite的Geometry始终朝向相机原理解析大小不变原理解析简单介绍和使用在项目中,我主要会使用Sprite创建一些三维场景中的标签。下...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041644858",
|
|
204
|
+
"author": "luckness",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/luckness",
|
|
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": "Go 1.18:工作区模式workspace mode",
|
|
211
|
+
"description": "Go 1.18除了引入泛型(generics)、模糊测试(Fuzzing)之外,另外一个重大功能是引入了工作区模式(workspace mode)。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041664655",
|
|
213
|
+
"author": "coding进阶",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/c9eulmav",
|
|
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": "JavaScript的几种继承方式",
|
|
220
|
+
"description": "这篇文章称为笔记更为合适一些,内容来源于 《JavaScript高级程序设计 (第三版)》第六章 6.3 继承JavaScript的几种继承方式原型链继承借助构造函数继承(经典继承)组合继承:原型链 + 借用构造函数(最常用)原...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041657343",
|
|
222
|
+
"author": "OneStar",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/funnycoderstar",
|
|
224
|
+
"votes": "3",
|
|
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": "如何写出高性能代码(一)善用算法和数据结构",
|
|
229
|
+
"description": "同一份逻辑,不同人的实现的代码性能会出现数量级的差异; 同一份代码,你可能微调几个字符或者某行代码的顺序,就会有数倍的性能提升;同一份代码,也可能在不同处理器上运行也会有几倍的性能差异;十倍程序员不...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041653423",
|
|
231
|
+
"author": "xindoo",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/xindoo",
|
|
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": "通过 .vscode/settings.json 无感知控制成员的 vscode 表现",
|
|
238
|
+
"description": "通过在项目根目录下新增 .vscode/setings.json 文件,可以做到项目成员的 vscode 表现一致。常见的需求有保存文件自动 fix,保存自动格式化代码等。为了尊重成员的个性化需求,不要对主题、字体等做控制。",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041667869",
|
|
240
|
+
"author": "亖混子",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/1023",
|
|
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/
|
|
251
|
-
"votes": "
|
|
246
|
+
"title": "一个前端所期待的 Mock 功能都是什么样的?",
|
|
247
|
+
"description": "大家好呀,我是一名苦逼的前端开发工程师,为啥苦逼呢,这不,项目下周就要上线了,但是后端还没给我接口,没有接口我就无法调试,工作停滞不前,我也只能坐着干着急。",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041673801",
|
|
249
|
+
"author": "shanyue",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/xiange",
|
|
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": "带你十天轻松搞定 Go 微服务系列(七)",
|
|
256
|
+
"description": "序言我们通过一个系列文章跟大家详细展示一个 go-zero 微服务示例,整个系列分十篇文章,目录结构如下:环境搭建服务拆分用户服务产品服务订单服务支付服务RPC 服务 Auth 验证(本文)服务监控链路追踪分布式事务...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041658258",
|
|
258
|
+
"author": "kevinwan",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
260
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": "秒建炫酷的开源项目文档,这款神器用起来够优雅!",
|
|
265
|
+
"description": "学习过我的开源项目mall的朋友应该知道,我有一个使用Docsify搭建的项目文档网站。使用Docsify搭建文档网站虽然简单,但是缺少分类、标签、SEO这类功能,随着文档越来越多,查找起来有点不方便!今天给大家推荐一...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041666115",
|
|
267
|
+
"author": "macrozheng",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/macrozheng",
|
|
269
|
+
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|