@wcj/github-rank 22.3.22 → 22.3.25
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 +33395 -33380
- package/dist/sifou-daily.json +53 -107
- package/dist/sifou-monthly.json +94 -94
- package/dist/sifou-weekly.json +153 -162
- package/dist/toutiao-30.json +105 -105
- package/dist/toutiao-7.json +135 -135
- package/dist/toutiao-90.json +54 -54
- package/dist/trending-daily.json +175 -175
- package/dist/trending-monthly.json +153 -153
- package/dist/trending-weekly.json +166 -166
- package/dist/users.china.json +3160 -3160
- package/dist/users.json +3889 -3889
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +33395 -33380
- package/web/data/sifou-daily.json +53 -107
- package/web/data/sifou-monthly.json +94 -94
- package/web/data/sifou-weekly.json +153 -162
- package/web/data/toutiao-30.json +105 -105
- package/web/data/toutiao-7.json +135 -135
- package/web/data/toutiao-90.json +54 -54
- package/web/data/trending-daily.json +175 -175
- package/web/data/trending-monthly.json +153 -153
- package/web/data/trending-weekly.json +166 -166
- package/web/data/users.china.json +3160 -3160
- package/web/data/users.json +3889 -3889
- package/web/index.html +1938 -1938
- package/web/repos.html +4131 -4131
- package/web/sifou-daily.html +46 -214
- package/web/sifou-monthly.html +117 -117
- package/web/sifou-weekly.html +136 -164
- package/web/toutiao-30.html +91 -91
- package/web/toutiao-7.html +83 -83
- package/web/toutiao-90.html +59 -59
- package/web/trending-monthly.html +133 -137
- package/web/trending-weekly.html +147 -143
- package/web/trending.html +156 -148
- package/web/users.china.html +1593 -1593
package/dist/sifou-weekly.json
CHANGED
|
@@ -5,62 +5,35 @@
|
|
|
5
5
|
"url": "https://segmentfault.com/a/1190000041572883",
|
|
6
6
|
"author": "江辰",
|
|
7
7
|
"home_url": "https://segmentfault.com/u/thomas_5b0e5d1b64584",
|
|
8
|
-
"votes": "
|
|
8
|
+
"votes": "47",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
|
-
{
|
|
12
|
-
"title": "css 的 filter属性竟然如此好玩",
|
|
13
|
-
"description": "在此之前我对css里面的filter属性不是很了解, 只知道使用这个属性来改变svg图片的颜色, 最近恰好查了很多相关文档并做了大量实验, 并有了一些启发与想法, 索性就在这里分享出来。",
|
|
14
|
-
"url": "https://segmentfault.com/a/1190000041549883",
|
|
15
|
-
"author": "lulu_up",
|
|
16
|
-
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
17
|
-
"votes": "33",
|
|
18
|
-
"rank": 2
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"title": "5种限流算法,7种限流方式,挡住突发流量?",
|
|
22
|
-
"description": "最近几年,随着微服务的流行,服务和服务之间的依赖越来越强,调用关系越来越复杂,服务和服务之间的稳定性越来越重要。在遇到突发的请求量激增,恶意的用户访问,亦或请求频率过高给下游服务带来较大压力时,我...",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000041548601",
|
|
24
|
-
"author": "程序猿阿朗",
|
|
25
|
-
"home_url": "https://segmentfault.com/u/niumoo",
|
|
26
|
-
"votes": "22",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"title": "神奇的 CSS,让文字智能适配背景颜色",
|
|
31
|
-
"description": "文本在黑色底色上表现为白色,在白色底色上表现为黑色。看似很复杂的一个效果,但是其实在 CSS 中非常好实现,今天就介绍这样一个小技巧,在 CSS 中,利用混合模式 mix-blend-mode: difference,让文字智能适配背...",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041556519",
|
|
33
|
-
"author": "chokcoco",
|
|
34
|
-
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
35
|
-
"votes": "24",
|
|
36
|
-
"rank": 4
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"title": "穷追猛打,阿里二面问了我30分钟从URL输入到渲染...",
|
|
40
|
-
"description": "当面试官问出这个题后,大部分人听到都是内心窃喜:早就背下这篇八股文。但是稍等,下面几个问题你能答出来吗:浏览器对URL为什么要解析?URL参数用的是什么字符编码?那encodeURI和encodeURIComponent有什么区别...",
|
|
41
|
-
"url": "https://segmentfault.com/a/1190000041553527",
|
|
42
|
-
"author": "前端私教年年",
|
|
43
|
-
"home_url": "https://segmentfault.com/u/qiuzhisijiaoniannian",
|
|
44
|
-
"votes": "13",
|
|
45
|
-
"rank": 5
|
|
46
|
-
},
|
|
47
11
|
{
|
|
48
12
|
"title": "2022招聘季 | 怎么准备面试?面试官一般会问些什么问题? | web 前端",
|
|
49
13
|
"description": "前两天北京下雪了,很冷。2022 招聘季,好像也比往年冷一些。2021 年 K12 的大量裁员,腾讯、快手、字节、滴滴、蘑菇街也在裁员。想要换工作的同学应该准备些什么呢?面试流程是什么样子的?如何应对面试呢?怎么...",
|
|
50
14
|
"url": "https://segmentfault.com/a/1190000041560515",
|
|
51
15
|
"author": "linong",
|
|
52
16
|
"home_url": "https://segmentfault.com/u/linong",
|
|
53
|
-
"votes": "
|
|
54
|
-
"rank":
|
|
17
|
+
"votes": "22",
|
|
18
|
+
"rank": 2
|
|
55
19
|
},
|
|
56
20
|
{
|
|
57
|
-
"title": "
|
|
58
|
-
"description": "
|
|
59
|
-
"url": "https://segmentfault.com/a/
|
|
60
|
-
"author": "
|
|
61
|
-
"home_url": "https://segmentfault.com/u/
|
|
21
|
+
"title": "Redis 缓存击穿(失效)、缓存穿透、缓存雪崩怎么解决?",
|
|
22
|
+
"description": "用 Redis 作为缓存系统正好可以弥补 DB 的不足,「码哥」在自己的 MacBook Pro 2019 上执行 Redis 性能测试如下:",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041586984",
|
|
24
|
+
"author": "码哥字节",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/magebyte",
|
|
62
26
|
"votes": "14",
|
|
63
|
-
"rank":
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"title": "一个小厂前端 Leader 如何筛选候选人?",
|
|
31
|
+
"description": "在我看来,面试的唯一目的就是招人,一定是因为团队缺人需要补充,你才会放下手头的工作花时间去筛简历,约面试。那么作为面试官,这个时候就一定要告诉自己:",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041592141",
|
|
33
|
+
"author": "杨成功",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
35
|
+
"votes": "12",
|
|
36
|
+
"rank": 4
|
|
64
37
|
},
|
|
65
38
|
{
|
|
66
39
|
"title": "老板让我 7 天研究一个 Plausible 统计",
|
|
@@ -69,7 +42,7 @@
|
|
|
69
42
|
"author": "kumfo",
|
|
70
43
|
"home_url": "https://segmentfault.com/u/kumfo",
|
|
71
44
|
"votes": "9",
|
|
72
|
-
"rank":
|
|
45
|
+
"rank": 5
|
|
73
46
|
},
|
|
74
47
|
{
|
|
75
48
|
"title": "编程中常用的加密算法",
|
|
@@ -77,53 +50,62 @@
|
|
|
77
50
|
"url": "https://segmentfault.com/a/1190000041569757",
|
|
78
51
|
"author": "编程码农",
|
|
79
52
|
"home_url": "https://segmentfault.com/u/onlythinking",
|
|
80
|
-
"votes": "
|
|
81
|
-
"rank":
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"title": "招聘季征文活动丨如何“反杀”面试官?",
|
|
85
|
-
"description": "💭💭💭“怎么准备面试?面试官一般会问些什么问题?”“哪些面试经验,让你成功上岸?”“经历过哪些尴尬的面试场面?”“面试准备中有哪些最最最常见的坑?”“如何写好一份面试简历?”",
|
|
86
|
-
"url": "https://segmentfault.com/a/1190000041558580",
|
|
87
|
-
"author": "SegmentFault思否",
|
|
88
|
-
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
89
|
-
"votes": "6",
|
|
90
|
-
"rank": 10
|
|
53
|
+
"votes": "15",
|
|
54
|
+
"rank": 6
|
|
91
55
|
},
|
|
92
56
|
{
|
|
93
|
-
"title": "
|
|
94
|
-
"description": "
|
|
95
|
-
"url": "https://segmentfault.com/a/
|
|
96
|
-
"author": "
|
|
97
|
-
"home_url": "https://segmentfault.com/u/
|
|
98
|
-
"votes": "
|
|
99
|
-
"rank":
|
|
57
|
+
"title": "CSS 也能自动补全字符串?",
|
|
58
|
+
"description": "欢迎关注我的公众号:前端侦探很多时候都会碰到字符串补全的需求,典型的例子就时间或者日期中的补零操作,例如 {代码...} 通常的做法是 {代码...} 后来,JS 中出现了原生的补全方法padStart()和padEnd(),如下 {...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041580205",
|
|
60
|
+
"author": "XboxYan",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
62
|
+
"votes": "10",
|
|
63
|
+
"rank": 7
|
|
100
64
|
},
|
|
101
65
|
{
|
|
102
|
-
"title": "
|
|
103
|
-
"description": "
|
|
104
|
-
"url": "https://segmentfault.com/a/
|
|
105
|
-
"author": "
|
|
106
|
-
"home_url": "https://segmentfault.com/u/
|
|
107
|
-
"votes": "
|
|
108
|
-
"rank":
|
|
66
|
+
"title": "Three.js 火焰效果实现艾尔登法环动态logo 🔥",
|
|
67
|
+
"description": "《艾尔登法环》是最近比较火的一款游戏,观察可以发现它的 Logo 是由几个圆弧和线段构成。本文使用 React + Three.js 技术栈,实现具有火焰效果艾尔登法环 Logo,本文中涉及到的知识点包括:Fire.js 基本使用方法...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041585906",
|
|
69
|
+
"author": "dragonir",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/dragonir",
|
|
71
|
+
"votes": "8",
|
|
72
|
+
"rank": 8
|
|
109
73
|
},
|
|
110
74
|
{
|
|
111
|
-
"title": "
|
|
112
|
-
"description": "
|
|
113
|
-
"url": "https://segmentfault.com/a/
|
|
114
|
-
"author": "
|
|
115
|
-
"home_url": "https://segmentfault.com/u/
|
|
116
|
-
"votes": "
|
|
117
|
-
"rank":
|
|
75
|
+
"title": "数据库与缓存双写一致性",
|
|
76
|
+
"description": "先做一个说明,从理论上来说,有两种处理思维,一种需保证数据强一致性,这样性能肯定大打折扣;另外我们可以采用最终一致性,保证性能的基础上,允许一定时间内的数据不一致,但最终数据是一致的。",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041576417",
|
|
78
|
+
"author": "超大只乌龟",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/chenwugui",
|
|
80
|
+
"votes": "8",
|
|
81
|
+
"rank": 9
|
|
118
82
|
},
|
|
119
83
|
{
|
|
120
|
-
"title": "
|
|
84
|
+
"title": "17 个实用的图像特效库",
|
|
121
85
|
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
122
|
-
"url": "https://segmentfault.com/a/
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041578591",
|
|
123
87
|
"author": "前端小智",
|
|
124
88
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
125
|
-
"votes": "
|
|
126
|
-
"rank":
|
|
89
|
+
"votes": "11",
|
|
90
|
+
"rank": 10
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"title": "从0到1教你在AWS中部署动态网站Typecho系统",
|
|
94
|
+
"description": "Typecho 是使用 PHP 语言开发的一套博客程序,同时也支持多种数据库(Mysql, PostgreSQL, SQLite),本篇文章将演示部署Typecho到aws上的过程。",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041598952",
|
|
96
|
+
"author": "沈唁",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/sy_records",
|
|
98
|
+
"votes": "5",
|
|
99
|
+
"rank": 11
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"title": "2022 年最受瞩目的新特性 CSS @layer 到底是个啥?",
|
|
103
|
+
"description": "步入 2022,CSS 的新特性层出不穷,而最近在 CSS 圈最受瞩目的新特性,非 CSS @layer 莫属。本文,将用最简洁的语言,快速让读者们搞懂,到底什么是 CSS @layer 新规范。过往 CSS 优先级中存在的问题如果我们的页...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041587233",
|
|
105
|
+
"author": "chokcoco",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
107
|
+
"votes": "8",
|
|
108
|
+
"rank": 12
|
|
127
109
|
},
|
|
128
110
|
{
|
|
129
111
|
"title": "一个格子衫女孩的成长史——面试篇",
|
|
@@ -132,7 +114,7 @@
|
|
|
132
114
|
"author": "不会写代码的小白",
|
|
133
115
|
"home_url": "https://segmentfault.com/u/z_61ea63e052dfb",
|
|
134
116
|
"votes": "11",
|
|
135
|
-
"rank":
|
|
117
|
+
"rank": 13
|
|
136
118
|
},
|
|
137
119
|
{
|
|
138
120
|
"title": "商业计划书还能照抄? SourceDB 商业计划书被曝抄袭涛思数据 PPT",
|
|
@@ -141,24 +123,42 @@
|
|
|
141
123
|
"author": "鸣飞",
|
|
142
124
|
"home_url": "https://segmentfault.com/u/mf",
|
|
143
125
|
"votes": "3",
|
|
126
|
+
"rank": 14
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"title": "手把手教你搭建博客",
|
|
130
|
+
"description": "由于 github 访问不太稳定,觉得将博客迁移到 AWS 上。可以借助 AWS 存储的功能。为什么选择 hexo生成页面速度快支持 markdown一键部署超强的扩展性海量的插件创建博客 {代码...} 这短短的几步,博客便创建成功了...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041600277",
|
|
132
|
+
"author": "robin",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/robin_ren",
|
|
134
|
+
"votes": "3",
|
|
135
|
+
"rank": 15
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"title": "面试大厂,手写代码这些就够了,附 codepen 地址!",
|
|
139
|
+
"description": "Offer 驾到,掘友接招!我正在参与2022春招系列活动-经验复盘,点击查看 活动详情 即算参赛大家好,我是山月。这篇文章也可在我的博客面试路线图进行查看。其中有一个高频问题是:我如何进行编程题目的练习?山月...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041584723",
|
|
141
|
+
"author": "shanyue",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/xiange",
|
|
143
|
+
"votes": "7",
|
|
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": "阿里三面:灵魂一击——有react fiber,为什么不需要vue fiber呢?",
|
|
148
|
+
"description": "提到react fiber,大部分人都知道这是一个react新特性,看过一些网上的文章,大概能说出“纤程”“一种新的数据结构”“更新时调度机制”等关键词。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041584647",
|
|
150
|
+
"author": "前端私教年年",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/qiuzhisijiaoniannian",
|
|
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/
|
|
161
|
-
"votes": "
|
|
156
|
+
"title": "Golang 常见设计模式之装饰模式",
|
|
157
|
+
"description": "想必只要是熟悉 Python 的同学对装饰模式一定不会陌生,这类 Python 从语法上原生支持的装饰器,大大提高了装饰模式在 Python 中的应用。尽管 Go 语言中装饰模式没有 Python 中应用的那么广泛,但是它也有其独到...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041593752",
|
|
159
|
+
"author": "云叔_又拍云",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
161
|
+
"votes": "6",
|
|
162
162
|
"rank": 18
|
|
163
163
|
},
|
|
164
164
|
{
|
|
@@ -171,102 +171,93 @@
|
|
|
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": "点击页面元素,这个Vite插件帮我打开了Vue组件 🚀",
|
|
175
|
+
"description": "vite-plugin-vue-inspector的功能是点击页面元素,自动打开本地IDE并跳转到对应的Vue组件.类似于Vue DevTools的 Open component in editor功能.",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041578690",
|
|
177
|
+
"author": "null仔",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
|
|
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": "Android Handler面试总结",
|
|
184
|
+
"description": "Handler的作用只是将消息加到MessageQueue中,并后续取出消息后,根据消息的target字段分发给当初的那个handler,所以Handler对于Looper是可以多对一的,也就是多个Hanlder对象都可以用同一个线程、同一个Looper...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041568618",
|
|
186
|
+
"author": "xiangzhihong",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
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": "SQL CASE 表达式",
|
|
193
|
+
"description": "明显可以看出,简单表达式只是搜索表达式 a = b 的特例,因为无法书写任何符号,只要条件换成 a > b 就无法胜任了,而搜索表达式不但可以轻松胜任,甚至可以写聚合函数。",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041578841",
|
|
195
|
+
"author": "黄子毅",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/aoyangyudakong",
|
|
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": "用简单的代码描述Angular父组件、子组件传值",
|
|
202
|
+
"description": "其中①就是选择器,就是告诉别的组件,如果想调用我这个组件,就要使用本组件的选择器<selectorName></selectorName>来调用。",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041583641",
|
|
204
|
+
"author": "LYX6666",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/liuyuxuan6666",
|
|
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": "angular动态表单",
|
|
211
|
+
"description": "项目中需要实现一个模块,任务管理,这里的任务是多样的。比如说打疫苗是一个任务,我们首先建立这个任务,然后在任务中规定几个字段,比如说打疫苗的地点,时间,接种疫苗品牌等等。关爱老人是另一个任务,任务...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041583811",
|
|
213
|
+
"author": "小强Zzz",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/zhaokaiqiang",
|
|
215
|
+
"votes": "3",
|
|
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": "Go 1.18 新特性多模块工作区教程-让多模块开发变得简单",
|
|
220
|
+
"description": "随着 2022 年 3 月 15 日 go 1.18 正式发布,新版本除了对性能的提升之外,还引入了很多新功能,其中就有 go 期盼已久的功能泛型(Generics),同时还引入的多模块工作区(Workspaces)和模糊测试(Fuzzing)。",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041578818",
|
|
222
|
+
"author": "link1st",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/link1st",
|
|
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": "Java系列 | 远程热部署在美团的落地实践",
|
|
229
|
+
"description": "Sonic是美团内部研发设计的一款用于热部署的IDEA插件,本文其实现原理及落地的一些技术细节。在阅读本文之前,建议大家先熟悉一下Spring源码、Spring MVC 源码 、Spring Boot源码 、Agent字节码增强、Javassist、...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041581466",
|
|
231
|
+
"author": "美团技术团队",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/meituanjishutuandui",
|
|
233
|
+
"votes": "4",
|
|
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": "angular动态组件加载器的个人理解",
|
|
238
|
+
"description": "本文是基于angular官方文档所给出的代码来进行的。传送门我们以广告为例来展示其相应功能。下面是我们想要实现的效果:我们会发现广告有不同大小,格式。同一个格式下会有不同的内容。下面我们先来说明这是如何实...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041572641",
|
|
240
|
+
"author": "李明",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/pluto_612f55567eb8c",
|
|
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/
|
|
246
|
+
"title": "JVM自定义类加载器在代码扩展性的实践",
|
|
247
|
+
"description": "名单管理系统是手机上各个模块将需要管控的应用配置到文件中,然后下发到手机上进行应用管控的系统,比如各个应用的耗电量管控;各个模块的管控应用文件考虑到安全问题,有自己的不同的加密方式,按照以往的经验...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041579140",
|
|
249
|
+
"author": "vivo互联网技术",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/vivo_tech",
|
|
251
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/
|
|
255
|
+
"title": "分享一些阅读Java相关框架源码的经验",
|
|
256
|
+
"description": "很多源码都是samples样例项目以及单元测试,你可以从这些可执行的代码入手。例如Spring Authorization Server中的单元测试和样例。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041578380",
|
|
258
|
+
"author": "码农小胖哥",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/10000000",
|
|
260
260
|
"votes": "2",
|
|
261
261
|
"rank": 29
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"title": "如何设计信息安全领域的实时安全基线引擎",
|
|
265
|
-
"description": "摘要:本文整理自奇安信集团高级技术专家覃永靖在 Flink Forward Asia 2021 行业实践专场的分享。本篇内容主要分为四个部分:什么是安全分析计算框架的选择引擎设计实践与展望",
|
|
266
|
-
"url": "https://segmentfault.com/a/1190000041564826",
|
|
267
|
-
"author": "ApacheFlink",
|
|
268
|
-
"home_url": "https://segmentfault.com/u/ververica",
|
|
269
|
-
"votes": "3",
|
|
270
|
-
"rank": 30
|
|
271
262
|
}
|
|
272
263
|
]
|