@wcj/github-rank 22.2.20 → 22.2.23
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 +32858 -32856
- package/dist/sifou-daily.json +128 -47
- package/dist/sifou-monthly.json +116 -116
- package/dist/sifou-weekly.json +167 -167
- package/dist/toutiao-30.json +90 -90
- package/dist/toutiao-7.json +123 -123
- package/dist/toutiao-90.json +52 -52
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +152 -152
- package/dist/trending-weekly.json +164 -153
- package/dist/users.china.json +2434 -2433
- package/dist/users.json +3575 -3575
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +32858 -32856
- package/web/data/sifou-daily.json +128 -47
- package/web/data/sifou-monthly.json +116 -116
- package/web/data/sifou-weekly.json +167 -167
- package/web/data/toutiao-30.json +90 -90
- package/web/data/toutiao-7.json +123 -123
- package/web/data/toutiao-90.json +52 -52
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +152 -152
- package/web/data/trending-weekly.json +164 -153
- package/web/data/users.china.json +2434 -2433
- package/web/data/users.json +3575 -3575
- package/web/index.html +1806 -1806
- package/web/repos.html +3989 -3989
- package/web/sifou-daily.html +292 -40
- package/web/sifou-monthly.html +116 -116
- package/web/sifou-weekly.html +145 -145
- package/web/toutiao-30.html +86 -86
- package/web/toutiao-7.html +77 -77
- package/web/toutiao-90.html +92 -92
- package/web/trending-monthly.html +136 -136
- package/web/trending-weekly.html +167 -141
- package/web/trending.html +152 -148
- package/web/users.china.html +1224 -1224
package/dist/sifou-weekly.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
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": "7个杀手级的JS一行代码",
|
|
4
|
+
"description": "这篇文章包含了由无菌手套手工挑选的代码片段,并放置在一个绸缎枕头上。一个由50人组成的团队检查了这些代码,并确保其在发布前处于高度抛光状态。我们来自瑞士的文章发布专家点燃了一支蜡烛,当他将代码输入金...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041415254",
|
|
6
|
+
"author": "gaoryrt",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/gaoryrt",
|
|
8
|
+
"votes": "20",
|
|
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": "网络编程懒人入门(十四):到底什么是Socket?一文即懂!",
|
|
13
|
+
"description": "本文由cxuan分享,原题“原来这才是 Socket”,有修订。1、引言本系列文章前面那些主要讲解的是计算机网络的理论基础,但对于即时通讯IM这方面的应用层开发者来说,跟计算机网络打道的其实是各种API接口。本篇文章...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041413541",
|
|
15
|
+
"author": "JackJiang",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/jackjiang",
|
|
17
|
+
"votes": "13",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -27,86 +27,77 @@
|
|
|
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": "urlcat:JavaScript的URL构建器库",
|
|
31
|
+
"description": "urlcat 是一个小型的 JavaScript 库,它使构建 URL 非常方便并防止常见错误。特性:友好的 API无依赖压缩后0.8KB大小提供TypeScript类型为什么用?在调用 HTTP API 时,通常需要在 URL 中添加动态参数: {代码......",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041417062",
|
|
33
|
+
"author": "杭州程序员张张",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/dunizb",
|
|
35
|
+
"votes": "9",
|
|
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": "吐血整理的webpack入门知识及常用loader和plugin",
|
|
40
|
+
"description": "在这个内卷为王的时代,内卷文化已经渗透到工作和生活的方方面面。不在知识的海洋里翱翔,就会在知识的海洋里溺亡。作为一名新生代农民工,在智商与勤奋已经被工友大佬们双重碾压的同时,面对日新月异的搬砖(编程...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041436294",
|
|
42
|
+
"author": "TNTWEB",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/tnfe",
|
|
44
|
+
"votes": "9",
|
|
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": "小程序实现手写签名",
|
|
49
|
+
"description": "在微信小程序上实现手写签名,获取canvascontext新版本和旧版本有点坑,新版本在获取canvas后如果页面有滑动,则签名坐标出现异常(在微信开发者工具上会出现2022-2-17),但是在真机上即使滑动也不会出现异常,为...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041421576",
|
|
51
|
+
"author": "小小蚊子",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/zjw8023",
|
|
53
|
+
"votes": "10",
|
|
54
54
|
"rank": 6
|
|
55
55
|
},
|
|
56
|
-
{
|
|
57
|
-
"title": "网络编程懒人入门(十四):到底什么是Socket?一文即懂!",
|
|
58
|
-
"description": "本文由cxuan分享,原题“原来这才是 Socket”,有修订。1、引言本系列文章前面那些主要讲解的是计算机网络的理论基础,但对于即时通讯IM这方面的应用层开发者来说,跟计算机网络打道的其实是各种API接口。本篇文章...",
|
|
59
|
-
"url": "https://segmentfault.com/a/1190000041413541",
|
|
60
|
-
"author": "JackJiang",
|
|
61
|
-
"home_url": "https://segmentfault.com/u/jackjiang",
|
|
62
|
-
"votes": "8",
|
|
63
|
-
"rank": 7
|
|
64
|
-
},
|
|
65
56
|
{
|
|
66
57
|
"title": "首屏时间,你说你优化了,那你倒是计算出给给我看啊!",
|
|
67
58
|
"description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心背景当我们在做项目的性能优化的时候,优化首屏时间是一个避不过去的优化方向,但是又有多少人想过这两个东西...",
|
|
68
59
|
"url": "https://segmentfault.com/a/1190000041419030",
|
|
69
60
|
"author": "Sunshine_Lin",
|
|
70
61
|
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
71
|
-
"votes": "
|
|
62
|
+
"votes": "11",
|
|
63
|
+
"rank": 7
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"title": "GPL3.0许可证软件著作权纠纷案例解析",
|
|
67
|
+
"description": "工信部 《“十四五”软件和信息技术服务业发展规划的通知》提出了“繁荣国内开源生态”的目标,我国将大力发展国内开源基金会等开源组织,完善开源软件治理规则,普及开源软件文化。开源软件的治理与生态建设,离不开...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041424310",
|
|
69
|
+
"author": "AlexChen",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/alex2020",
|
|
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": "你不能不知道的安全性 HTTP headers",
|
|
76
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041327802",
|
|
78
|
+
"author": "前端小智",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
80
|
+
"votes": "9",
|
|
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": "棋盘上的麦粒问题,相信每个人都听说过。那小小的 64 个棋盘格,因为一个简单的逻辑设定,便能装下全世界的的麦粒。表格工具作为办公场景中最基础也最常用的业务支撑工具,同样具有着无限的可能。",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041424455",
|
|
87
|
+
"author": "思否编辑部",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
89
|
+
"votes": "5",
|
|
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": "前端技术分享:页面性能优化问题复盘",
|
|
94
|
+
"description": "在 code_pc 项目中,前端需要使用 rrweb 对老师教学内容进行录制,学员可以进行录制回放。为减小录制文件体积,当前的录制策略是先录制一次全量快照,后续录制增量快照,录制阶段实际就是通过 MutationObserver ...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041412519",
|
|
96
|
+
"author": "有道技术团队",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/youdaotec",
|
|
98
|
+
"votes": "7",
|
|
99
99
|
"rank": 11
|
|
100
100
|
},
|
|
101
|
-
{
|
|
102
|
-
"title": "Cross-origin 跨域请求",
|
|
103
|
-
"description": "Cookie1993 迎来了 img 标签,这是 web 第一次迎来了资源加载 {代码...} 1994 {代码...} 1995 {代码...} 起初这样的设计会导致严重的问题:无论是网站,只要包含上面的标签都会携带 cookie 访问。更不用说这样的...",
|
|
104
|
-
"url": "https://segmentfault.com/a/1190000041398310",
|
|
105
|
-
"author": "donggg",
|
|
106
|
-
"home_url": "https://segmentfault.com/u/donggg1942",
|
|
107
|
-
"votes": "6",
|
|
108
|
-
"rank": 12
|
|
109
|
-
},
|
|
110
101
|
{
|
|
111
102
|
"title": "助推数字经济,面向未来办公|SpreadJSV15.0新版本发布会即将盛启",
|
|
112
103
|
"description": "近年来,互联网、大数据、云计算、人工智能、区块链等技术加速创新,日益融入经济社会发展各领域全程。数字经济发展速度之快、辐射范围之广、影响程度之深前所未有,正在成为重组全球要素资源、重塑全球经济结构...",
|
|
@@ -114,159 +105,168 @@
|
|
|
114
105
|
"author": "葡萄城技术团队",
|
|
115
106
|
"home_url": "https://segmentfault.com/u/grapecity",
|
|
116
107
|
"votes": "3",
|
|
108
|
+
"rank": 12
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"title": "两招提升硬盘存储数据的写入效率",
|
|
112
|
+
"description": "如今存储数据的方式有很多,而硬盘因为价格和数据保护方面的优势,是大部分用户的首选。但是,硬盘和内存相比在 IO 读写上慢了好几个数量级,那为什么会更偏好硬盘呢?",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041419958",
|
|
114
|
+
"author": "云叔_又拍云",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
116
|
+
"votes": "6",
|
|
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": "疑难杂症:运用 transform 导致文本模糊的现象探究",
|
|
121
|
+
"description": "在我们的页面中,经常会出现这样的问题,一块区域内的文本或者边框,在展示的时候,变得特别的模糊,如下(数据经过脱敏处理):正常而言,应该是这样的:emmm,可能大图不是很明显,我们取一细节对比,就非常直观...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041434887",
|
|
123
|
+
"author": "chokcoco",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
125
125
|
"votes": "6",
|
|
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": "vscode语音注释, 让信息更丰富(中)",
|
|
130
|
+
"description": "上一篇我们做完了最基础的功能\"识别语音注释\", 本篇我们要一起开发语音'播放'等相关功能。",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041432903",
|
|
132
|
+
"author": "lulu_up",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
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": "组员重构代码千奇百怪,直接JS、ES6和Vue规范给一梭子",
|
|
139
|
+
"description": "近期组员接手了一个“古老“的初始由后端大佬写的前端项目,业务层面的组件复用,全靠是 copy 相同代码咱不说,经过不同大佬们的维护,代码风格更是千奇百怪。该前端项目还在正常迭代更新,又不可能重写,面对 💩 一...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041437117",
|
|
141
|
+
"author": "wuwhs",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/wuwhs",
|
|
143
|
+
"votes": "12",
|
|
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": "XTask 一个拓展性极强的Android任务执行框架",
|
|
148
|
+
"description": "很早之前接触了RxJava的任务流操作,觉得这种将复杂业务流通过一个个操作符拆解开来,形成一条条条理清晰的function, 让人写起来直呼过瘾.其实这就是责任链模式的一种应用.",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041423184",
|
|
150
|
+
"author": "xuexiangjys",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/xuexiangjys",
|
|
152
|
+
"votes": "4",
|
|
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": "影响数据库选择的因素数据量:是否海量数据,单表数据量太大会考验数据库的性能数据结构:结构化 (每条记录的结构都一样) 还是非结构化的 (不同记录的结构可以不一样)是否宽表:一条记录是 10 个域,还是成百上千...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041419728",
|
|
159
|
+
"author": "民工哥",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/jishuroad",
|
|
161
|
+
"votes": "5",
|
|
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": "VuePress 博客如何开启本地 HTTPS 访问",
|
|
166
|
+
"description": "如果我们在本地运行项目,运行地址类似于http://localhost:8080/learn-typescript/,以 http 开头,这在大部分时候都满足了需要,但有的时候,比如兼容 PWA,就需要以 https 开头,那我们如何在本地使用 https 地...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041416203",
|
|
168
|
+
"author": "冴羽",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
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": "不废话,代码实践带你掌握 强缓存、协商缓存!",
|
|
175
|
+
"description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提是我的初心背景无论是开发中或者是面试中,HTTP缓存都是非常重要的,这体现在了两个方面:开发中:合理利用 HTTP缓存 可...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041424550",
|
|
177
|
+
"author": "Sunshine_Lin",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
179
|
+
"votes": "9",
|
|
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": "vscode语音注释, 让信息更丰富 (上)",
|
|
184
|
+
"description": "这个系列我会将我制作\"语音注释\"插件的完整过程分享出来, 还是那句话'过程'比'结果'更有趣。",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041432110",
|
|
186
|
+
"author": "lulu_up",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
188
|
+
"votes": "6",
|
|
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": "种类丰富的材质库,让开发者建模轻松高效",
|
|
193
|
+
"description": "材质,是图形学中描述光线如何在物体表面和内部进行交互的一种性质,由材质模型和一组控制参数来定义表面外观。如下图所示,左边的图添加各种材料的纹理后,真实感立显。材质贴图目前已经广泛应用在游戏、建筑、...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041411460",
|
|
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": "数据库事务概论",
|
|
202
|
+
"description": "重新梳理一下对事务的理解,这个系列的文章在20年就写了一大部分,后面转向优先级更高级的文章了,想拿出来续写的时候,发现由于文件没有上传网络,于是就去另一台电脑上找,然后打不开了。这个故事告诉我们,核...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041429360",
|
|
204
|
+
"author": "北冥有只鱼",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/beiyouzhiyu",
|
|
206
|
+
"votes": "3",
|
|
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": "怎么说服领导,能让我用DDD架构肝项目?",
|
|
211
|
+
"description": "我也苦思冥想,怎么跟领导说咱们从 MVC 升级到 DDD 吧,因为 DDD 代码结构更加清晰、领域驱动比测试驱动开发更加先进、研发的兄弟们也更想用用新框架等。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041434726",
|
|
213
|
+
"author": "小傅哥",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/fuzhengwei",
|
|
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/
|
|
219
|
+
"title": "【实战】用原生的 JavaScript Intersection Observer API 实现 Lazy Loading",
|
|
220
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041233034",
|
|
222
|
+
"author": "前端小智",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
224
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/
|
|
233
|
-
"votes": "
|
|
228
|
+
"title": "JavaScript报错类型(报错速查)",
|
|
229
|
+
"description": "变量名不规范: var 1 = 1; // Uncaught SyntaxError: Unexpected number var 1a = 1; // Uncaught SyntaxError: Invalid or unexpected number",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041420674",
|
|
231
|
+
"author": "海洋饼干",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/zhouhaiyang",
|
|
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/
|
|
242
|
-
"votes": "
|
|
237
|
+
"title": "2.21汇报",
|
|
238
|
+
"description": "这周遇到的问题主要是环境问题第一个就是历史遗留问题,MySQL版本问题当时没有及时解决,当时想着就是啥时候遇到问题再说,然后在跑日志系统的时候是没有问题的,后来在智慧社区就有问题了。其实当时是没有装MySQ...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041437694",
|
|
240
|
+
"author": "李国稳",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/meng_60ba0d4174d72",
|
|
242
|
+
"votes": "3",
|
|
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": "JZ-063-数据流中的中位数",
|
|
247
|
+
"description": "如何得到一个数据流中的中位数?如果从数据流中读出奇数个数值,那么中位数就是所有数值排序之后位于中间的数值。如果从数据流中读出偶数个数值,那么中位数就是所有数值排序之后中间两个数的平均值。我们使用Ins...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041418223",
|
|
249
|
+
"author": "雄狮虎豹",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
251
|
+
"votes": "4",
|
|
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": "JZ-066-机器人的运动范围",
|
|
256
|
+
"description": "地上有一个m行和n列的方格。一个机器人从坐标0,0的格子开始移动,每一次只能向左,右,上,下四个方向移动一格,但是不能进入行坐标和列坐标的数位之和大于k的格子。 例如,当k为18时,机器人能够进入方格(35,37...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041431460",
|
|
258
|
+
"author": "雄狮虎豹",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
260
|
+
"votes": "4",
|
|
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": "HMS Core携手厦门大学打造AR增强现实技术",
|
|
265
|
+
"description": "HMS Core AR Engine团队联手厦门大学信息学院,与专业学生面对面深度交流行业发展与前沿成果。双方共同编写行业知识教材,引导学生开发AR游戏实践,为未来AR、VR人才培养培育可复制的教学模式与资源。",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041420671",
|
|
267
|
+
"author": "HMSCore",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
269
|
+
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|