@wcj/github-rank 22.8.8 → 22.8.11
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 +41271 -41265
- package/dist/sifou-daily.json +117 -18
- package/dist/sifou-monthly.json +122 -122
- package/dist/sifou-weekly.json +155 -155
- package/dist/toutiao-30.json +87 -87
- package/dist/toutiao-7.json +124 -124
- package/dist/toutiao-90.json +55 -55
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +162 -162
- package/dist/trending-weekly.json +173 -173
- package/dist/users.china.json +2665 -2666
- package/dist/users.json +3747 -3747
- package/package.json +1 -1
- package/web/data/repos.json +41271 -41265
- package/web/data/sifou-daily.json +117 -18
- package/web/data/sifou-monthly.json +122 -122
- package/web/data/sifou-weekly.json +155 -155
- package/web/data/toutiao-30.json +87 -87
- package/web/data/toutiao-7.json +124 -124
- package/web/data/toutiao-90.json +55 -55
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +162 -162
- package/web/data/trending-weekly.json +173 -173
- package/web/data/users.china.json +2665 -2666
- package/web/data/users.json +3747 -3747
- package/web/index.html +1890 -1890
- package/web/repos.html +4204 -4204
- package/web/sifou-daily.html +324 -16
- package/web/sifou-monthly.html +135 -135
- package/web/sifou-weekly.html +134 -134
- package/web/toutiao-30.html +88 -88
- package/web/toutiao-7.html +87 -87
- package/web/toutiao-90.html +66 -66
- package/web/trending-monthly.html +145 -145
- package/web/trending-weekly.html +150 -150
- package/web/trending.html +146 -150
- package/web/users.china.html +1474 -1474
|
@@ -1,30 +1,21 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "提升web输入体验!JS 如何自动配对标点符号?",
|
|
4
|
-
"description": "欢迎关注微信公众号前端侦探温馨提示:在阅读本文之前,可以先回顾这篇文章:Web 中的“选区”和“光标”,有很多你可能不太知道的原生 API,以下内容是对该内容的实践运用在写作编辑中,有很多需要成对出现的标点符...",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000042251637",
|
|
6
|
-
"author": "XboxYan",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
8
|
-
"votes": "16",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "妙用 CSS 构建花式透视背景效果",
|
|
13
4
|
"description": "本文将介绍一种巧用 background 配合 backdrop- filter 来构建有趣的透视背景效果的方式。本技巧源自于一名群友的提问,如何构建如 ElementUI 文档的一种顶栏背景特效,看看效果:仔细看,在页面的的滚动过程中,...",
|
|
14
5
|
"url": "https://segmentfault.com/a/1190000042267425",
|
|
15
6
|
"author": "chokcoco",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
17
|
-
"votes": "
|
|
18
|
-
"rank":
|
|
8
|
+
"votes": "20",
|
|
9
|
+
"rank": 1
|
|
19
10
|
},
|
|
20
11
|
{
|
|
21
|
-
"title": "
|
|
22
|
-
"description": "
|
|
23
|
-
"url": "https://segmentfault.com/a/
|
|
12
|
+
"title": "使用 CSS 构建强大且酷炫的粒子动画",
|
|
13
|
+
"description": "当然,不使用 HTML + CSS 的主要原因在于,粒子动画通常需要较多的粒子,而如果使用 HTML + CSS 的话势必需要过多的 DOM 元素,这也就导致了使用 HTML + CSS 构建的粒子动画在性能上毫无优势。",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000042283578",
|
|
24
15
|
"author": "chokcoco",
|
|
25
16
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
26
|
-
"votes": "
|
|
27
|
-
"rank":
|
|
17
|
+
"votes": "17",
|
|
18
|
+
"rank": 2
|
|
28
19
|
},
|
|
29
20
|
{
|
|
30
21
|
"title": "防御式CSS是什么?这几点属性重点防御!",
|
|
@@ -32,15 +23,24 @@
|
|
|
32
23
|
"url": "https://segmentfault.com/a/1190000042272755",
|
|
33
24
|
"author": "前端小智",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
35
|
-
"votes": "
|
|
26
|
+
"votes": "17",
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"title": "可视化拖拽组件库一些技术要点原理分析(四)",
|
|
31
|
+
"description": "本文是可视化拖拽系列的第四篇,比起之前的三篇文章,这篇功能点要稍微少一点,总共有五点:SVG 组件动态属性面板数据来源(接口请求)组件联动组件按需加载如果你对我之前的系列文章不是很了解,建议先把这三篇...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000042282658",
|
|
33
|
+
"author": "谭光志",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/woai3c",
|
|
35
|
+
"votes": "10",
|
|
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": "详聊immer.js高效复制与冻结\"对象\"的原理于局限性",
|
|
40
|
+
"description": "immer.js应该是2019年时候火起来的一个库, 他可以高效的复制一个对象(比如相对于JSON.parse(JSON.stringify(obj))), 并且冻结对这个对象上的一些值的修改权限。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000042282263",
|
|
42
|
+
"author": "lulu_up",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
44
44
|
"votes": "8",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
@@ -54,68 +54,59 @@
|
|
|
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": "React Fiber架构原理剖析",
|
|
58
|
+
"description": "在 React 16 之前,VirtualDOM 的更新采用的是Stack架构实现的,也就是循环递归方式。不过,这种对比方式有明显的缺陷,就是一旦任务开始进行就无法中断,如果遇到应用中组件数量比较庞大,那么VirtualDOM 的层级...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000042271919",
|
|
60
|
+
"author": "xiangzhihong",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
62
|
+
"votes": "7",
|
|
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/
|
|
66
|
+
"title": "PHP如何提高高并发能力",
|
|
67
|
+
"description": "用于生产环境中的PHP需要对其进行优化,让PHP自身发挥更好的性能,除了写好PHP代码,还要配置好php-fpm以及php.ini调优。本文从内存、OPcache、上传、会话以及安全等方面讲解php.ini的配置调优。",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000042280585",
|
|
69
|
+
"author": "7small7",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/7small7",
|
|
71
71
|
"votes": "4",
|
|
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": "面向推荐的汽车知识图谱构建",
|
|
76
|
+
"description": "知识图谱的概念,最早由 Google 在2012 年提出, 旨在实现更智能的搜索引擎,并在2013年之后开始在学术界和工业级普及。目前,随着人工智能技术的高速发展,知识图谱已广泛应用于搜索、推荐、广告、风控、智能调...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000042287137",
|
|
78
|
+
"author": "之家技术",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/zhijiajishu",
|
|
80
|
+
"votes": "8",
|
|
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": "electron 应用开发优秀实践",
|
|
85
|
+
"description": "在团队中,我们因业务发展,需要用到桌面端技术,如离线可用、调用桌面系统能力。什么是桌面端开发?一句话概括就是:以 Windows 、macOS 和 Linux 为操作系统的软件开发。对此我们做了详细的技术调研,桌面端的...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000042267983",
|
|
87
|
+
"author": "vivo互联网技术",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/vivo_tech",
|
|
89
|
+
"votes": "7",
|
|
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": "上一篇我做了一个在线白板!给大家介绍了一下矩形的绘制、选中、拖动、旋转、伸缩,以及放大缩小、网格模式、导出图片等功能,本文继续为各位介绍一下箭头的绘制、自由书写、文字的绘制,以及如何按比例缩放文字...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000042281991",
|
|
96
|
+
"author": "街角小林",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
|
|
98
|
+
"votes": "3",
|
|
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": "markdown 编辑器实现双屏同步滚动",
|
|
103
|
+
"description": "由于一直在使用 markdown 编辑器写技术文章,所以对于编写体验很敏感。我发现各大社区的 markdown 编辑器基本都有同步滚动功能。只不过有些做得好,有些做得马马虎虎。出于好奇,我就打算自己亲自实现一下这个功能。",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000042290360",
|
|
105
|
+
"author": "谭光志",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/woai3c",
|
|
107
107
|
"votes": "3",
|
|
108
108
|
"rank": 12
|
|
109
109
|
},
|
|
110
|
-
{
|
|
111
|
-
"title": "M1 nvm install报错",
|
|
112
|
-
"description": "M1执行nvm install安装node报错404 {代码...} 经过分析发现命令安装node版本时,M1电脑自动拼接路径如下:[链接]arm64是M1特有的软件命令方式 目前node官网不提供此类的压缩包 压缩包官网 解决方案执行install命...",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000042254696",
|
|
114
|
-
"author": "浅夏晴空",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/qianxiaqingkong",
|
|
116
|
-
"votes": "2",
|
|
117
|
-
"rank": 13
|
|
118
|
-
},
|
|
119
110
|
{
|
|
120
111
|
"title": "React组件应用于Spring MVC工程",
|
|
121
112
|
"description": "公司前端工程还处于React+Mobx与Spring MVC(freemarker+jQuery)技术栈共存的阶段,两种技术栈页面难免会存在一些相同的业务功能点,如果分别开发和维护,就需要双倍的人力成本,因此,我们尝试将React业务组件...",
|
|
@@ -123,34 +114,25 @@
|
|
|
123
114
|
"author": "记得要微笑",
|
|
124
115
|
"home_url": "https://segmentfault.com/u/tosmile",
|
|
125
116
|
"votes": "2",
|
|
126
|
-
"rank":
|
|
117
|
+
"rank": 13
|
|
127
118
|
},
|
|
128
119
|
{
|
|
129
|
-
"title": "
|
|
130
|
-
"description": "
|
|
131
|
-
"url": "https://segmentfault.com/a/
|
|
132
|
-
"author": "
|
|
133
|
-
"home_url": "https://segmentfault.com/u/
|
|
134
|
-
"votes": "
|
|
135
|
-
"rank":
|
|
120
|
+
"title": "使用Vue.js编写命令行界面,前端开发CLI的利器",
|
|
121
|
+
"description": "大家好,我是webfansplz.继将 Vue 渲染到嵌入式液晶屏后,今天要跟大家分享的是如何将Vue渲染到命令行工具 :).关于命令行工具,大家应该都比较熟悉了,比如vue-cli、Vite等.我们在编写前端应用面向用户时,通常会非常...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000042288656",
|
|
123
|
+
"author": "null仔",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
|
|
125
|
+
"votes": "2",
|
|
126
|
+
"rank": 14
|
|
136
127
|
},
|
|
137
128
|
{
|
|
138
|
-
"title": "
|
|
139
|
-
"description": "
|
|
140
|
-
"url": "https://segmentfault.com/a/
|
|
141
|
-
"author": "
|
|
142
|
-
"home_url": "https://segmentfault.com/u/
|
|
129
|
+
"title": "Flutter 的 6 个最有用的 VS Code扩展",
|
|
130
|
+
"description": "Pubspec Assist 是一个 Visual Studio Code 扩展,它允许您轻松地将依赖项添加到您的 Dart 和 Flutter 项目的 pubspec.yaml,所有这些都无需离开您的编辑器。",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000042280857",
|
|
132
|
+
"author": "杭州程序员张张",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/dunizb",
|
|
143
134
|
"votes": "4",
|
|
144
|
-
"rank":
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"title": "AI目标分割能力,无需绿幕即可实现快速视频抠图",
|
|
148
|
-
"description": "绿幕抠图是影视制作过程中常见的技术手段,常用于视频中抠除并替换背景,通过后期加工实现视频剪辑制作的更多可能性。然而,绿幕抠图技术制作成本费时费力,无法应用于日常生活。",
|
|
149
|
-
"url": "https://segmentfault.com/a/1190000042252173",
|
|
150
|
-
"author": "HMSCore",
|
|
151
|
-
"home_url": "https://segmentfault.com/u/hms_core",
|
|
152
|
-
"votes": "1",
|
|
153
|
-
"rank": 17
|
|
135
|
+
"rank": 15
|
|
154
136
|
},
|
|
155
137
|
{
|
|
156
138
|
"title": "OpenInfra Days China 2022 启幕在即,SegmentFault 思否战略支持",
|
|
@@ -159,113 +141,131 @@
|
|
|
159
141
|
"author": "MissD",
|
|
160
142
|
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
161
143
|
"votes": "3",
|
|
162
|
-
"rank":
|
|
144
|
+
"rank": 16
|
|
163
145
|
},
|
|
164
146
|
{
|
|
165
|
-
"title": "
|
|
166
|
-
"description": "
|
|
167
|
-
"url": "https://segmentfault.com/a/
|
|
168
|
-
"author": "
|
|
169
|
-
"home_url": "https://segmentfault.com/u/
|
|
147
|
+
"title": "详解 SSL(一):网址栏的小绿锁有什么意义?",
|
|
148
|
+
"description": "随着互联网的飞速发展,用户信息泄漏、数据泄露等安全问题的事件频繁发生。这一切不一定是网站的问题,有时候可能是自己不经意间泄露了自己的信息。例如钓鱼网站就是日常生活中比较常见的,钓鱼网站和真实网站差...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000042273426",
|
|
150
|
+
"author": "云叔_又拍云",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
152
|
+
"votes": "7",
|
|
153
|
+
"rank": 17
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"title": "快速了解navigator API setAppBadge",
|
|
157
|
+
"description": "欢迎关注我的公众号:前端侦探在很多客户端应用程序中,一般会通过应用图标的角标来显示当前消息的数量,例如其实,web 中也有类似的设定,花两分钟了解一下吧一、navigator.setAppBadge现在的navigator早已不是...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000042288003",
|
|
159
|
+
"author": "XboxYan",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
170
161
|
"votes": "3",
|
|
171
|
-
"rank":
|
|
162
|
+
"rank": 18
|
|
172
163
|
},
|
|
173
164
|
{
|
|
174
|
-
"title": "
|
|
175
|
-
"description": "
|
|
176
|
-
"url": "https://segmentfault.com/a/
|
|
177
|
-
"author": "
|
|
178
|
-
"home_url": "https://segmentfault.com/u/
|
|
165
|
+
"title": "精读《Unique, MapTypes, Construct Tuple...》",
|
|
166
|
+
"description": "去重需要不断递归产生去重后结果,因此需要一个辅助变量 R 配合,并把 T 用 infer 逐一拆解,判断第一个字符是否在结果数组里,如果不在就塞进去:",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000042282563",
|
|
168
|
+
"author": "黄子毅",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/aoyangyudakong",
|
|
179
170
|
"votes": "2",
|
|
171
|
+
"rank": 19
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"title": "记录遇到的mongoDb问题, 以及restTemplate请求重试",
|
|
175
|
+
"description": "最近使用mongDb的时候,出现了一些问题。mongoDb 实体id自增在保存实体的时候报了这个错Cannot aotogenerate id of type java.lang.Long for entity即 不能自动生成id之后就带着报错去谷歌了一下。 得到了如下结...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000042287505",
|
|
177
|
+
"author": "weiewiyi",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
179
|
+
"votes": "3",
|
|
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": "Go String 解析",
|
|
184
|
+
"description": "String 类型在Go语言内存模型中其实是一个“描述符”,用一个2字节的数据结构表示,它本身并不真正存储字符串数据,而仅是由一个指向底层存储的指针和字符串的长度字段组成的。",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000042267345",
|
|
186
|
+
"author": "白菜1031",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/baicai1031",
|
|
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": "mongoDb查询中遇到的问题",
|
|
193
|
+
"description": "返回的数据样式:可以看到这样查询后会将从表查询到的数据添加到主表数据中,也就是说在mongoDb中并不需要在实体中加入关联实体,只需加入关联实体的Id即可。如果还想要加入其他查询条件,只需像下面这样加入crit...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000042283317",
|
|
195
|
+
"author": "李明",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/crister_612f55567eb8c",
|
|
197
|
+
"votes": "3",
|
|
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": "评估一个算法的性能主要依据其时间复杂度和空间复杂度来确定。时间复杂度是指该算法运行的时间长短。空间复杂度是指该算法运行占用的内存大小。复杂度越低越好,越短小越好。时间比空间更重要。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000042277209",
|
|
204
|
+
"author": "冰封百度",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/bingfengbaidu",
|
|
206
|
+
"votes": "2",
|
|
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": "【Java面试】讲下线程池的线程回收",
|
|
211
|
+
"description": "大家好,我是Mic,一个工作了14年的Java程序员。最近很多小伙伴私信我,让我说一些线程池相关的问题。线程池这个方向考察的点还挺多的,如果只是靠刷面试题面试官很容易就能识别出来,我随便举几个。线程池是如何...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000042274807",
|
|
213
|
+
"author": "跟着Mic学架构",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/fukua_5be8034f8191f",
|
|
215
215
|
"votes": "1",
|
|
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": "🚀Turborepo:发布当月就激增 3.8k Star,这款超神的新兴 Monorepo 方案,你不打算尝试下吗?",
|
|
220
|
+
"description": "Monorepo是一种项目管理方式,在Monorepo之前,代码仓库管理方式是 MultiRepo,即每个项目都对应着一个单独的代码仓库每个项目进行分散管理这就会导致许多弊端,例如可能每个项目的基建以及工具库都是差不多的,...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000042282389",
|
|
222
|
+
"author": "DevUI团队",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/devui",
|
|
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": "[开源项目]可观测、易使用的SpringBoot线程池",
|
|
229
|
+
"description": "在开发spring boot应用服务的时候,难免会使用到异步任务及线程池。spring boot的线程池是可以自定义的,所以我们经常会在项目里面看到类似于下面这样的代码",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000042284199",
|
|
231
|
+
"author": "字母哥博客",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/zimug",
|
|
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": "Redis 定长队列的探索和实践",
|
|
238
|
+
"description": "vivo 互联网服务器团队 - Wang Zhi一、业务背景从技术的角度来说,技术方案的选型都是受限于实际的业务场景,都以解决实际业务场景为目标。在我们的实际业务场景中,需要以游戏的维度收集和上报行为数据,考虑数...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000042267962",
|
|
240
|
+
"author": "vivo互联网技术",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/vivo_tech",
|
|
242
|
+
"votes": "1",
|
|
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": "网站如果想要实现微信扫码登录其实有很多种方案,常见的方案就是微信开放平台和微信公众号服务号。前者是目前大部分网站并且是微信认可的一种方式,后者是开发者发现服务号具备扫码关注后即可获取用户基本信息的...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000042279451",
|
|
249
|
+
"author": "TANKING",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/tanking",
|
|
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": "JavaScript WebGL 绘制顺序",
|
|
256
|
+
"description": "引子在 JavaScript WebGL 三维相关概念中尝试一些效果的时候,又碰到了新问题,就去查了资料,自己尝试后总结下。OriginMy GitHub绘制顺序之前二维绘制顺序并没有产生明显的不好效果,现在绘制三维影响就比较大了...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000042282536",
|
|
258
|
+
"author": "XXHolic",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/xxholic",
|
|
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/
|
|
264
|
+
"title": "基于微信云开发的幼儿园招生报名小程序",
|
|
265
|
+
"description": "园方人员根据资料可以做预先审核,并提示用户修改完善资料,并可查看和导出名单Excel,审核报名记录等,大大减少了现场报名的人力成本,数字化手段提高了工作效率, 也为家长节省了时间。",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000042284989",
|
|
267
|
+
"author": "CC同学呀",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/ccxiaoyoulu",
|
|
269
269
|
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|