@wcj/github-rank 22.1.29 → 22.2.2
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 +31857 -31843
- package/dist/sifou-daily.json +6 -69
- package/dist/sifou-monthly.json +101 -101
- package/dist/sifou-weekly.json +169 -169
- package/dist/toutiao-30.json +79 -79
- package/dist/toutiao-7.json +122 -122
- package/dist/toutiao-90.json +49 -49
- package/dist/trending-daily.json +165 -165
- package/dist/trending-monthly.json +156 -156
- package/dist/trending-weekly.json +167 -167
- package/dist/users.china.json +1499 -1499
- package/dist/users.json +3846 -3846
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +31857 -31843
- package/web/data/sifou-daily.json +6 -69
- package/web/data/sifou-monthly.json +101 -101
- package/web/data/sifou-weekly.json +169 -169
- package/web/data/toutiao-30.json +79 -79
- package/web/data/toutiao-7.json +122 -122
- package/web/data/toutiao-90.json +49 -49
- package/web/data/trending-daily.json +165 -165
- package/web/data/trending-monthly.json +156 -156
- package/web/data/trending-weekly.json +167 -167
- package/web/data/users.china.json +1499 -1499
- package/web/data/users.json +3846 -3846
- package/web/index.html +1936 -1936
- package/web/repos.html +4033 -4033
- package/web/sifou-daily.html +6 -202
- package/web/sifou-monthly.html +146 -146
- package/web/sifou-weekly.html +145 -145
- package/web/toutiao-30.html +90 -90
- package/web/toutiao-7.html +78 -78
- package/web/toutiao-90.html +84 -84
- package/web/trending-monthly.html +136 -140
- package/web/trending-weekly.html +142 -146
- package/web/trending.html +142 -142
- package/web/users.china.html +818 -818
|
@@ -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": "火山引擎违反 Apache 2.0 许可证的情况下非法地重新发布了Apache SkyWalking",
|
|
4
|
+
"description": "近日我们关注到知名开源项目 Apache SkyWalking 在其官方博客发布了文章称:字节跳动子公司火山引擎在使用 Apache SkyWalking 构建其商业化产品期间改变了所有的包名,删除了 Apache 软件基金会的 header,并且在...",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041355320",
|
|
6
|
+
"author": "鸣飞",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/mf",
|
|
8
|
+
"votes": "9",
|
|
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": "2022,每个 Leaper 都会有好未来",
|
|
13
|
+
"description": "我是郑庆鑫,前好未来励步事业部的前端负责人,LeapFE是我们团队的简称,曾几何时,我们团队的共同愿景是成为业界知名的前端团队。而今年由于政策对公司毁灭性打击,这个愿景要搁置了,但对于我们绝大多数人,已...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041350991",
|
|
15
|
+
"author": "LeapFE",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/leapfe",
|
|
17
|
+
"votes": "25",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -23,54 +23,45 @@
|
|
|
23
23
|
"url": "https://segmentfault.com/a/1190000041341813",
|
|
24
24
|
"author": "aryu",
|
|
25
25
|
"home_url": "https://segmentfault.com/u/aryu",
|
|
26
|
-
"votes": "
|
|
26
|
+
"votes": "10",
|
|
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": "60行代码实现React的事件系统",
|
|
31
|
+
"description": "大家好,我卡颂。由于如下原因,React的事件系统代码量很大:需要抹平不同浏览器的差异与内部的优先级机制绑定需要考虑所有浏览器事件但如果抽丝剥茧会发现,事件系统的核心只有两个模块:SyntheticEvent(合成事...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041355419",
|
|
33
|
+
"author": "卡颂",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/kasong",
|
|
35
|
+
"votes": "8",
|
|
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": "清除 useEffect 副作用",
|
|
40
|
+
"description": "在 React 组件中,我们会在 useEffect() 中执行方法,并返回一个函数用于清除它带来的副作用影响。以下是我们业务中的一个场景,该自定义 Hooks 用于每隔 2s 调用接口更新数据。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041351344",
|
|
42
|
+
"author": "公子",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/lizheming",
|
|
44
|
+
"votes": "7",
|
|
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": "最近,我们内部的一个低代码平台完工上线,它的首页大概是这样子(数据脱敏):当然,这个不是项目不是本文的重点。主要看看这个页面的背景,一个磨砂(毛玻璃)质感效果的渐变背景图,看上去是比较高级的。剥离...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041342064",
|
|
51
|
+
"author": "chokcoco",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
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": "建一座国际连锁“商场”:openEuler的雄心与蓝图 | 开源访谈《源创者说》首播",
|
|
58
|
+
"description": "熊伟,南开大学毕业,工学博士,曾在TurboLinux、WindRiver等公司参与操作系统研发。2014年加入华为,现为2012实验室中央软件院服务器操作系统首席架构师,openEuler技术委员会委员,openEuler社区主要创建人之一...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041353765",
|
|
60
|
+
"author": "思否编辑部",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/writers",
|
|
62
|
+
"votes": "2",
|
|
63
63
|
"rank": 7
|
|
64
64
|
},
|
|
65
|
-
{
|
|
66
|
-
"title": "微软公布 VS Code Java 2022 年路线图!",
|
|
67
|
-
"description": "在 1 月 20 日发布的新年第一篇博客文章中,微软对 2021 年的亮点做了回顾,并正式发布了 2022 年路线图,其中就包括一些重点关注的方面和令人兴奋的功能更新。",
|
|
68
|
-
"url": "https://segmentfault.com/a/1190000041331010",
|
|
69
|
-
"author": "MissD",
|
|
70
|
-
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
71
|
-
"votes": "5",
|
|
72
|
-
"rank": 8
|
|
73
|
-
},
|
|
74
65
|
{
|
|
75
66
|
"title": "从服务端生成Excel电子表格(Node.js+SpreadJS)",
|
|
76
67
|
"description": "Node.js是一个基于Chrome V8引擎的JavaScript运行环境,通常用于创建网络应用程序。它可以同时处理多个连接,并且不像其他大多数模型那样依赖线程。",
|
|
@@ -78,195 +69,204 @@
|
|
|
78
69
|
"author": "葡萄城技术团队",
|
|
79
70
|
"home_url": "https://segmentfault.com/u/grapecity",
|
|
80
71
|
"votes": "3",
|
|
72
|
+
"rank": 8
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"title": "两年经验前端:字节跳动系—石墨文档面经",
|
|
76
|
+
"description": "前言今天给大家分享一个字节跳动系公司——石墨文档的面经吧!废话不多说,先看题目!题目一面1、['10', '10', '10', '10', '10'].map(parseInt) 的输出值是什么?2、你们现在的技术栈是什么?为什么要使用ts?3、s...",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041355537",
|
|
78
|
+
"author": "Sunshine_Lin",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
80
|
+
"votes": "7",
|
|
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": "Vue.js 创始人尤雨溪回应“Vue涉及国家安全漏洞”相关传闻",
|
|
85
|
+
"description": "近日,网上流传的一张关于“SonarQube 和 Vue.js 涉及国家安全漏洞“的截图引发业内关注。1 月 25 日, Vue.js 创始人尤雨溪迅速在个人平台账号上对此事做了回应。",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041343124",
|
|
87
|
+
"author": "MissD",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
89
|
+
"votes": "4",
|
|
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": "Deno 2021 回顾:优化 Deno 内核、兼容 Node.js、Deno 2 路线图将至",
|
|
94
|
+
"description": "作为 Deno 第一笔资金投入的一年,该公司在 2021 里在 10 个方面有了强大且持续的发展:发布了 44 个版本(11 个次要,33 个补丁),landing 关键特征,无数 bug 的修复以及在性能方面的显著优化。",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041347985",
|
|
96
|
+
"author": "MissD",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
98
|
+
"votes": "4",
|
|
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": "一文读懂 Serverless 的起源、发展和落地实践",
|
|
103
|
+
"description": "**2012 年,Serverless 这个单词第一次出现,由 Iron 公司提出,字面意思就是不需要服务器。但是真正被大家所熟知,是在 2014 年 AWS 推出 Lambda 的时候。Lambda 产品的推出开启了云计算的新时代,之后所有的大...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041358075",
|
|
105
|
+
"author": "Serverless",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/jiang_5f3236dd7afd1",
|
|
107
|
+
"votes": "4",
|
|
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": "Flutter启动流程分析之插件化升级探索",
|
|
112
|
+
"description": "Flutter是Google推出的一款跨平台框架。与Weex等其他跨端框架不同的是,Flutter的界面布局绘制是由自己完成的,而不是转换成对应平台的原生组件。那么各个平台是如何启动它的呢?从Flutter官方提供的架构图上看,...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041342576",
|
|
114
|
+
"author": "得物技术",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/dewujishu",
|
|
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": "SegmentFault 思否合伙人江波当选开源社 2022 年度理事和执行长",
|
|
121
|
+
"description": "祝贺🎉SegmentFault 思否合伙人江波成为开源社 2022 年度理事与执行长,开源社区靠参与及贡献赢得尊重。新的一年 SegmentFault 思否将继续努力为开发者与开源社区赋能,也做好科技企业和开发者沟通的桥梁,帮助开...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041353909",
|
|
123
|
+
"author": "SegmentFault思否",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
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/
|
|
134
|
-
"votes": "
|
|
129
|
+
"title": "10 个冷门但又非常实用的 Docker 使用技巧",
|
|
130
|
+
"description": "在平时的工作中,docker 接触得很多,除了经常使用的 docker run ,docker stop等命令,docker 还有很多十分有用但是却不经常使用的命令,下面就来总结一下:",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041343897",
|
|
132
|
+
"author": "ax2djmti",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/ax2djmti",
|
|
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/
|
|
143
|
-
"votes": "
|
|
138
|
+
"title": "LeetCode-153-寻找旋转排序数组中的最小值",
|
|
139
|
+
"description": "题目描述:已知一个长度为 n 的数组,预先按照升序排列,经由 1 到 n 次 旋转 后,得到输入数组。例如,原数组 nums = [0,1,2,4,5,6,7] 在变化后可能得到:若旋转 4 次,则可以得到 [4,5,6,7,0,1,2]若旋转 7 次,...",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041341823",
|
|
141
|
+
"author": "雄狮虎豹",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
143
|
+
"votes": "4",
|
|
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": "Leetcode 题解系列 -- 股票的最大利润(动态规划)",
|
|
148
|
+
"description": "本专题旨在分享刷Leecode过程发现的一些思路有趣或者有价值的题目。【当然是基于js进行解答】。动态规划一样是leetcode 中等难度习题的重点类型之一,同时可能也是面试热点之一,所以重要性不言而喻。题目相关原...",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041351502",
|
|
150
|
+
"author": "安歌",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/linlinma",
|
|
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/
|
|
156
|
+
"title": "LeetCode-162-寻找峰值",
|
|
157
|
+
"description": "题目描述:峰值元素是指其值大于左右相邻值的元素。给你一个输入数组 nums,找到峰值元素并返回其索引。数组可能包含多个峰值,在这种情况下,返回 任何一个峰值 所在位置即可。你可以假设 nums[-1] = nums[n] = ...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041347272",
|
|
159
|
+
"author": "雄狮虎豹",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
161
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/
|
|
165
|
+
"title": "作业帮基于 Flink 的实时计算平台实践",
|
|
166
|
+
"description": "摘要:本文整理自作业帮实时计算负责人张迎在 Flink Forward Asia 2021 的分享。在作业帮实时计算演进过程中,Flink 起到了重要的作用,特别是借助于 FlinkSQL 极大的提高了实时任务的开发效率。这篇文章主要分享...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041345146",
|
|
168
|
+
"author": "ApacheFlink",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/ververica",
|
|
170
170
|
"votes": "3",
|
|
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": "以终为始在日常生活中指的是先确定目标,再做好计划。之前读管理学的书的时候,学到了这个概念。而在算法中,以终为始指的是从结果反向推,直到问题的初始状态。那么什么时候适合反向思考呢?一个很简单的原则就...",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041354601",
|
|
177
|
+
"author": "lucifer",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/shuohaodeyixuene",
|
|
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": "再见 Typora !这款开源的 Markdown 神器界面更炫酷,逼格更高!",
|
|
184
|
+
"description": "作为一名程序员,经常会有写技术文档的需求。Markdown由于语法简洁、使用方便深受广大程序员们的喜爱。谁电脑上不安装个Markdown工具呢?之前一直使用Typora,很喜欢它所见即所得的实时预览功能,不过现在新版收...",
|
|
185
|
+
"url": "https://segmentfault.com/a/1190000041341611",
|
|
186
|
+
"author": "macrozheng",
|
|
187
|
+
"home_url": "https://segmentfault.com/u/macrozheng",
|
|
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/
|
|
192
|
+
"title": "基于Liuli构建纯净的RSS公众号信息流",
|
|
193
|
+
"description": "Liuli原来命名为2C,后面交流群的朋友提供了琉璃这个名字,取自梅尧臣《缑山子晋祠 会善寺》中的琉璃开净界,薜荔启禅关,其寓意也很符合项目的立意:",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041346981",
|
|
195
|
+
"author": "howie6879",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/howie6879_5939328a9736a",
|
|
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": "官宣!2021中国开源年报震撼首发!一篇报告带你读懂中国开源的2021~",
|
|
202
|
+
"description": "开源,在2021年,火了,而且是燎原烈火,烧的焮天铄地,可以说是中国开源迅猛发展的元年也不为过。我们看到,在开源领域上,国策的重点扶持、资本的加码青睐、社区的联合推广、教育的持续深入......这些无不都在...",
|
|
203
|
+
"url": "https://segmentfault.com/a/1190000041352971",
|
|
204
|
+
"author": "SegmentFault思否",
|
|
205
|
+
"home_url": "https://segmentfault.com/u/segmentfault",
|
|
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/
|
|
215
|
-
"votes": "
|
|
210
|
+
"title": "C# 官方文档导读及推荐书单",
|
|
211
|
+
"description": "由于长期积累,C# 官方文档提供的内容较多,但比较杂乱,对初学者来说并不是很友好。而对已经学习了 C# 的人,作为参考和知识点查找工具来说是非常有用的。但是,官方文档提供了最全、最详细的学习内容,初学者可...",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041348573",
|
|
213
|
+
"author": "边城",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/jamesfancy",
|
|
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/
|
|
224
|
-
"votes": "
|
|
219
|
+
"title": "cURL 作者“回怼”财富 500 强公司的“白嫖”要求 :不付钱就闭嘴!",
|
|
220
|
+
"description": "近日,cURL 的作者 Daniel Stenberg 发布的一篇推文引起了热议。文中,他礼貌的“回怼”了来自500强公司对其技术支持“白嫖”的无理要求——“要么付钱,要么闭嘴!”",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041343020",
|
|
222
|
+
"author": "MissD",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
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": "聊聊如何进行代码混淆",
|
|
229
|
+
"description": "将有意义的类,字段、方法名称更改为无意义的字符串。生成的新名称越短,字节代码越小。在名称混淆的字节代码中,包,类,字段和方法名称已重命名,并且永远不能恢复原始名称。不幸的是,控制流程仍然清晰可见。...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041341473",
|
|
231
|
+
"author": "linyb极客之路",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/linybjikezhilu",
|
|
233
|
+
"votes": "0",
|
|
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": "你的网页有多快 — 从 DOMReady 到 Element Timing",
|
|
238
|
+
"description": "总所周知,写文章需要一个标题。虽然我们搞代码的人一般都喜欢单刀直入,但是受制于文体的约束和发表载体的要求,有时不得不想一个标题。而起一个标题,不亚于起一个函数名或者变量名。单就这篇文章,我就有好几...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041345779",
|
|
240
|
+
"author": "ES2049",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/alisecued",
|
|
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": "OpenCloudOS 首个社区版本正式发布:稳定的企业级服务器 Linux 发行版",
|
|
247
|
+
"description": "作为可靠的企业级服务器 Linux 发行版,全新的 OpenCloudOS 8.5 版本基于 Linux 内核自主研发设计,其稳定性、安全性、兼容性和性能等核心能力均已得到长时间充分验证。用户可将 OpenCloudOS 8.5 直接部署应用到...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041346218",
|
|
249
|
+
"author": "MissD",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
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/
|
|
260
|
-
"votes": "
|
|
255
|
+
"title": "英特尔最强芯片 Alder Lake Core i9 与苹果 M1 Max 跑分结果出炉!",
|
|
256
|
+
"description": "近期,首批搭载英特尔 12 代酷睿 i9 处理器的产品已经正式上线,英特尔此前曾声称其新一代酷睿 i9 处理器性能可以超过苹果公司目前最强大的 M1 Max 芯片。、",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041348003",
|
|
258
|
+
"author": "snakesss",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
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": "Android黑科技:如何启动未注册的Activity",
|
|
265
|
+
"description": "如果有人问你,未在配置文件中注册的Activity可以启动吗。可能你一开始会回答不行,但是细细思考,你会发现,使用Android Hook等技术启动未注册的Activity也是可以的,这也是Android Hook 插件化技术原理的基础。",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041355453",
|
|
267
|
+
"author": "xiangzhihong",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/xiangzhihong",
|
|
269
|
+
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|