@wcj/github-rank 22.3.26 → 22.3.29
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 +30975 -30972
- package/dist/sifou-daily.json +55 -154
- package/dist/sifou-monthly.json +104 -104
- package/dist/sifou-weekly.json +153 -153
- package/dist/toutiao-30.json +76 -76
- package/dist/toutiao-7.json +111 -111
- package/dist/toutiao-90.json +43 -43
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +139 -139
- package/dist/trending-weekly.json +160 -160
- package/dist/users.china.json +2056 -2056
- package/dist/users.json +3196 -3196
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +30975 -30972
- package/web/data/sifou-daily.json +55 -154
- package/web/data/sifou-monthly.json +104 -104
- package/web/data/sifou-weekly.json +153 -153
- package/web/data/toutiao-30.json +76 -76
- package/web/data/toutiao-7.json +111 -111
- package/web/data/toutiao-90.json +43 -43
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +139 -139
- package/web/data/trending-weekly.json +160 -160
- package/web/data/users.china.json +2056 -2056
- package/web/data/users.json +3196 -3196
- package/web/index.html +1684 -1684
- package/web/repos.html +3919 -3919
- package/web/sifou-daily.html +47 -355
- package/web/sifou-monthly.html +139 -139
- package/web/sifou-weekly.html +140 -140
- package/web/toutiao-30.html +83 -83
- package/web/toutiao-7.html +75 -75
- package/web/toutiao-90.html +48 -48
- package/web/trending-monthly.html +124 -124
- package/web/trending-weekly.html +139 -139
- package/web/trending.html +134 -158
- package/web/users.china.html +1105 -1105
|
@@ -1,39 +1,12 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "5年经验(专升本)入职B站分享",
|
|
4
|
-
"description": "大概在去年11月份的时候,我负责的业务线一直做不出成绩。而且整个公司的前端技术设施,都是我一手搭建出来的,再待在公司,没什么可成长的空间,就想跳槽了,期间考虑了几个可能性:",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000041572883",
|
|
6
|
-
"author": "江辰",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/thomas_5b0e5d1b64584",
|
|
8
|
-
"votes": "47",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "一个小厂前端 Leader 如何筛选候选人?",
|
|
13
4
|
"description": "在我看来,面试的唯一目的就是招人,一定是因为团队缺人需要补充,你才会放下手头的工作花时间去筛简历,约面试。那么作为面试官,这个时候就一定要告诉自己:",
|
|
14
5
|
"url": "https://segmentfault.com/a/1190000041592141",
|
|
15
6
|
"author": "杨成功",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
17
|
-
"votes": "
|
|
18
|
-
"rank":
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"title": "2022招聘季 | 怎么准备面试?面试官一般会问些什么问题? | web 前端",
|
|
22
|
-
"description": "前两天北京下雪了,很冷。2022 招聘季,好像也比往年冷一些。2021 年 K12 的大量裁员,腾讯、快手、字节、滴滴、蘑菇街也在裁员。想要换工作的同学应该准备些什么呢?面试流程是什么样子的?如何应对面试呢?怎么...",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000041560515",
|
|
24
|
-
"author": "linong",
|
|
25
|
-
"home_url": "https://segmentfault.com/u/linong",
|
|
26
|
-
"votes": "22",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"title": "CSS 也能自动补全字符串?",
|
|
31
|
-
"description": "欢迎关注我的公众号:前端侦探很多时候都会碰到字符串补全的需求,典型的例子就时间或者日期中的补零操作,例如 {代码...} 通常的做法是 {代码...} 后来,JS 中出现了原生的补全方法padStart()和padEnd(),如下 {...",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041580205",
|
|
33
|
-
"author": "XboxYan",
|
|
34
|
-
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
35
|
-
"votes": "15",
|
|
36
|
-
"rank": 4
|
|
8
|
+
"votes": "18",
|
|
9
|
+
"rank": 1
|
|
37
10
|
},
|
|
38
11
|
{
|
|
39
12
|
"title": "Redis 缓存击穿(失效)、缓存穿透、缓存雪崩怎么解决?",
|
|
@@ -41,8 +14,17 @@
|
|
|
41
14
|
"url": "https://segmentfault.com/a/1190000041586984",
|
|
42
15
|
"author": "码哥字节",
|
|
43
16
|
"home_url": "https://segmentfault.com/u/magebyte",
|
|
44
|
-
"votes": "
|
|
45
|
-
"rank":
|
|
17
|
+
"votes": "15",
|
|
18
|
+
"rank": 2
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"title": "3D 沙盒游戏之避障踩坑和实现之旅",
|
|
22
|
+
"description": "最近在实现一个 3D 的沙盒类游戏,基本的功能就是在一个 3D 平面里,进行建筑物的搭建,可以在场景内添加或者编辑建筑物,然后平面内存在一个人物模型,他可以穿梭行走于建筑物之间。",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041603598",
|
|
24
|
+
"author": "凹凸实验室",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/o2team",
|
|
26
|
+
"votes": "12",
|
|
27
|
+
"rank": 3
|
|
46
28
|
},
|
|
47
29
|
{
|
|
48
30
|
"title": "从0到1教你在AWS中部署动态网站Typecho系统",
|
|
@@ -50,17 +32,17 @@
|
|
|
50
32
|
"url": "https://segmentfault.com/a/1190000041598952",
|
|
51
33
|
"author": "沈唁",
|
|
52
34
|
"home_url": "https://segmentfault.com/u/sy_records",
|
|
53
|
-
"votes": "
|
|
54
|
-
"rank":
|
|
35
|
+
"votes": "9",
|
|
36
|
+
"rank": 4
|
|
55
37
|
},
|
|
56
38
|
{
|
|
57
|
-
"title": "
|
|
58
|
-
"description": "
|
|
59
|
-
"url": "https://segmentfault.com/a/
|
|
60
|
-
"author": "
|
|
61
|
-
"home_url": "https://segmentfault.com/u/
|
|
62
|
-
"votes": "
|
|
63
|
-
"rank":
|
|
39
|
+
"title": "介绍 4个很 Nice 的 Veu 路由过渡动效!",
|
|
40
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041592406",
|
|
42
|
+
"author": "前端小智",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
44
|
+
"votes": "8",
|
|
45
|
+
"rank": 5
|
|
64
46
|
},
|
|
65
47
|
{
|
|
66
48
|
"title": "Three.js 火焰效果实现艾尔登法环动态logo 🔥",
|
|
@@ -68,17 +50,8 @@
|
|
|
68
50
|
"url": "https://segmentfault.com/a/1190000041585906",
|
|
69
51
|
"author": "dragonir",
|
|
70
52
|
"home_url": "https://segmentfault.com/u/dragonir",
|
|
71
|
-
"votes": "9",
|
|
72
|
-
"rank": 8
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"title": "17 个实用的图像特效库",
|
|
76
|
-
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
77
|
-
"url": "https://segmentfault.com/a/1190000041578591",
|
|
78
|
-
"author": "前端小智",
|
|
79
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
80
53
|
"votes": "11",
|
|
81
|
-
"rank":
|
|
54
|
+
"rank": 6
|
|
82
55
|
},
|
|
83
56
|
{
|
|
84
57
|
"title": "2022 年最受瞩目的新特性 CSS @layer 到底是个啥?",
|
|
@@ -87,16 +60,16 @@
|
|
|
87
60
|
"author": "chokcoco",
|
|
88
61
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
89
62
|
"votes": "8",
|
|
90
|
-
"rank":
|
|
63
|
+
"rank": 7
|
|
91
64
|
},
|
|
92
65
|
{
|
|
93
|
-
"title": "
|
|
94
|
-
"description": "
|
|
95
|
-
"url": "https://segmentfault.com/a/
|
|
96
|
-
"author": "
|
|
97
|
-
"home_url": "https://segmentfault.com/u/
|
|
98
|
-
"votes": "
|
|
99
|
-
"rank":
|
|
66
|
+
"title": "手把手带你走进Babel的编译世界",
|
|
67
|
+
"description": "谈及 Babel,必然离不开 AST。有关 AST 这个知识点其实是很重要的,但由于涉及到代码编译阶段,大多情况都是由各个框架内置相关处理,所以作为开发(使用)者本身,往往会忽视这个过程。希望通过这篇文章,带各位同...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041599576",
|
|
69
|
+
"author": "云音乐技术团队",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/musicfe",
|
|
71
|
+
"votes": "8",
|
|
72
|
+
"rank": 8
|
|
100
73
|
},
|
|
101
74
|
{
|
|
102
75
|
"title": "手把手教你搭建博客",
|
|
@@ -105,158 +78,185 @@
|
|
|
105
78
|
"author": "robin",
|
|
106
79
|
"home_url": "https://segmentfault.com/u/robin_ren",
|
|
107
80
|
"votes": "4",
|
|
81
|
+
"rank": 9
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"title": "Golang 常见设计模式之装饰模式",
|
|
85
|
+
"description": "想必只要是熟悉 Python 的同学对装饰模式一定不会陌生,这类 Python 从语法上原生支持的装饰器,大大提高了装饰模式在 Python 中的应用。尽管 Go 语言中装饰模式没有 Python 中应用的那么广泛,但是它也有其独到...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041593752",
|
|
87
|
+
"author": "云叔_又拍云",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
89
|
+
"votes": "6",
|
|
90
|
+
"rank": 10
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"title": "OpenShift 与 OpenStack:让云变得更简单",
|
|
94
|
+
"description": "OpenShift 与 OpenStack 都是在 2010、2011 年左右创建的,用于构建可扩展云平台的开源技术,两者都用于在混合云环境中构建可扩展系统。从历史来看,OpenStack 的存在时间要比 OpenShift 长。这两个项目的演变代...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041602430",
|
|
96
|
+
"author": "云叔_又拍云",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
98
|
+
"votes": "6",
|
|
99
|
+
"rank": 11
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"title": "发福利啦!史上最全颜色收集网站,我要给你“好看”!",
|
|
103
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041565099",
|
|
105
|
+
"author": "前端小智",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
107
|
+
"votes": "11",
|
|
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": "来自 X-Lab 的 OpenDigger 团队对 GitHub 开放的归档日志进行分析,筛选出了 2021 全年 GitHub 协作影响力排名前 10,000 的账号,并号召了社区中数十位开发者及十余家合作社区,通过开放式协作共同核实标注信息、...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041604918",
|
|
114
|
+
"author": "SegmentFault思否",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
116
|
+
"votes": "4",
|
|
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": "JavaScript WebGL 矩阵",
|
|
121
|
+
"description": "引子本以为可以开始尝试三维的效果了,查了一下资料之后发现要先了解矩阵。在这里集中收集一下相关基础知识点。OriginMy GitHub简介简单来说,矩阵(Matrix)是数字按行和列的矩形排列。一般描述先行后列,例如下...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041612644",
|
|
123
|
+
"author": "XXHolic",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/xxholic",
|
|
125
|
+
"votes": "4",
|
|
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": "2022招聘季|从招聘方的角度理解求职",
|
|
130
|
+
"description": "前些日子,有位同学找我咨询求职问题。他本科专业其实不错,但是第一份工作没找好,所以只好报了家培训班,想社招之路走得更稳一些。结业之前,他担心培训班就业辅导不够,也找了几位外部导师帮忙。其中就包括我。",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041617937",
|
|
132
|
+
"author": "Meathill",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/meathill",
|
|
134
|
+
"votes": "12",
|
|
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": "Java18的新特性",
|
|
139
|
+
"description": "Java语言特性系列Java5的新特性Java6的新特性Java7的新特性Java8的新特性Java9的新特性Java10的新特性Java11的新特性Java12的新特性Java13的新特性Java14的新特性Java15的新特性Java16的新特性Java17的新特性Java...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041598372",
|
|
141
|
+
"author": "codecraft",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/codecraft",
|
|
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": "HMS Core视频编辑服务:AI着色, 忆往昔看今朝",
|
|
148
|
+
"description": "近期热播的电视剧《人世间》,讲述了70年代无数普通人的故事,细腻的人物形象和真实的故事感动着我们。原来在那个年代,我们的父母和祖辈都在为新中国的美好生活而奋斗着,为国家舍弃了小家团聚的机会;原来在那...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041607999",
|
|
150
|
+
"author": "HMSCore",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
152
|
+
"votes": "3",
|
|
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": "基于 Stencil 构建 Web Components 组件库",
|
|
157
|
+
"description": "「组件化」 一直是前端工程师绕不开的话题,不管是日常业务开发封装业务组件;还是基础设施建设开发UI组件或基础组件;亦或者是 React 、Vue、Angular 等MV*框架,都是秉承着组件作为基础原子概念,所以可以肯定...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041597585",
|
|
159
|
+
"author": "SuperX",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/qzuser_584786517d31a",
|
|
161
|
+
"votes": "4",
|
|
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": "【高并发】两种异步模型与深度解析Future接口",
|
|
166
|
+
"description": "本文有点长,但是满满的干货,以实际案例的形式分析了两种异步模型,并从源码角度深度解析Future接口和FutureTask类,希望大家踏下心来,打开你的IDE,跟着文章看源码,相信你一定收获不小!",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041608492",
|
|
168
|
+
"author": "冰河",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/binghe001",
|
|
170
|
+
"votes": "4",
|
|
171
171
|
"rank": 19
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
|
-
"title": "
|
|
174
|
+
"title": "求助,这几道面试题有些我回答不出来了",
|
|
175
175
|
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
176
|
-
"url": "https://segmentfault.com/a/
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041562142",
|
|
177
177
|
"author": "前端小智",
|
|
178
178
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
179
|
-
"votes": "
|
|
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/
|
|
183
|
+
"title": "搭建 VuePress 站点必做的 10 个优化",
|
|
184
|
+
"description": "前言在 《一篇带你用 VuePress + Github Pages 搭建博客》中,我们使用 VuePress 搭建了一个博客,最终的效果查看:TypeScript 中文文档。在搭建这样一个博客后,其实还有很多的优化工作需要做,本篇我们来盘点一...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041593877",
|
|
186
|
+
"author": "冴羽",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
188
188
|
"votes": "3",
|
|
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": "WebGL 的 Hello World",
|
|
193
|
+
"description": "本文整理自 div 侠于 凹凸 2022 年技术分享,简单介绍了 WebGL 画一个基础图形的流程,希望你了解之后,在使用 3d 渲染库的时候可以少点迷糊。",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041603586",
|
|
195
|
+
"author": "凹凸实验室",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/o2team",
|
|
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/
|
|
201
|
+
"title": "@OneToOne、@ManyToOne的具体使用与区别",
|
|
202
|
+
"description": "在近期的项目中我尝试着把本应用@ManyToOne注解的地方使用@OneToOne注解,本以为进行存储或者查询等操作时会发生错误但是并没有发生任何错误,所有操作都可以正常执行。所以首先我想看一下在数据库中生成的外键是...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041615298",
|
|
204
|
+
"author": "李明",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/pluto_612f55567eb8c",
|
|
206
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": "曝苹果计划推出硬件订阅服务;Linux 5.17 发布;Firefox 将支持 AV1 硬件加速 | 思否周刊",
|
|
211
|
+
"description": "40s 新闻速递Rust代码占到了Firefox项目的近十分之一苹果回应两天内两次宕机:部分服务受影响,现已得到解决Android短信和电话应用都会悄悄向Google发送数据曝苹果计划推出硬件订阅服务:按月租用 iPhone 手机、...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041614879",
|
|
213
|
+
"author": "snakesss",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
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": "npm install报错not found: python2的结局方法",
|
|
220
|
+
"description": "这个问题,困扰过几乎所有的前端开发人员,我自己每次换电脑也对这个很头疼。干脆重新整理记录一下。安装指定版本的python下载地址:[链接]安装Visual C++(需要先安装Visual Studio)下载地址:[链接]在Visual S...",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041588011",
|
|
222
|
+
"author": "jsoncode",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/jsoncode",
|
|
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/
|
|
233
|
-
"votes": "
|
|
228
|
+
"title": "项目开发中对成长的一些思考",
|
|
229
|
+
"description": "写作目的希望通过这次分享能够让大家更好的去独立进行项目开发,或者是带着团队一起去完成项目的开发,并且在这过程中都有成长。前言项目总有做完的时候,就是看有没有做对,做成。除了关注项目本身之外,还需要...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041608723",
|
|
231
|
+
"author": "heweixiao",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/heweixiao",
|
|
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/
|
|
237
|
+
"title": "2022 软件工程师状况报告:Go 最抢手|开发者最“嫌弃” PHP、Swift、Scala/R/Objective-C",
|
|
238
|
+
"description": "“2022 年软件工程师状况报告”基于对 2020 年 1 月 - 2021 年 12 月间收集的 2000 份调查回复进行整理,通过对市场上公司和软件工程师之间的 366000+ 次互动数据进行分析,以及对 2000 多名候选者进行调查后,最终...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041600676",
|
|
240
|
+
"author": "MissD",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
242
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": "总结了一下程序员们都应该知道的各类开源许可证及合规相关的知识",
|
|
247
|
+
"description": "因为我们本身也在做开源,所以比较关注这个问题,最近因为工作需要,总结和分析了一下关于开源许可证相关的知识,也分享给大家一起讨论,希望得到大家的指导。",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041587295",
|
|
249
|
+
"author": "墨菲安全",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/murphysec",
|
|
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工程师一面 + 被捞一面 + 二面面经(附答案)",
|
|
256
|
+
"description": "《Java 面试指北》来啦!这是我这两年利用业余时间完成的 JavaGuide 开源版的补充。【一面】全程55min先自我介绍一下吧Java1.8 的新特性?你说到了 Lambda 表达式,你说说它的优缺点?Java 8 的 Stream 流用过吗...",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041610510",
|
|
258
|
+
"author": "JavaGuide",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/javaguide",
|
|
260
260
|
"votes": "2",
|
|
261
261
|
"rank": 29
|
|
262
262
|
}
|