@wcj/github-rank 22.4.12 → 22.4.15
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 +36072 -36078
- package/dist/sifou-daily.json +39 -48
- package/dist/sifou-monthly.json +116 -116
- package/dist/sifou-weekly.json +171 -171
- package/dist/toutiao-30.json +101 -101
- package/dist/toutiao-7.json +110 -110
- package/dist/toutiao-90.json +58 -58
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +163 -163
- package/dist/trending-weekly.json +169 -169
- package/dist/users.china.json +2754 -2754
- package/dist/users.json +3697 -3697
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +36072 -36078
- package/web/data/sifou-daily.json +39 -48
- package/web/data/sifou-monthly.json +116 -116
- package/web/data/sifou-weekly.json +171 -171
- package/web/data/toutiao-30.json +101 -101
- package/web/data/toutiao-7.json +110 -110
- package/web/data/toutiao-90.json +58 -58
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +163 -163
- package/web/data/trending-weekly.json +169 -169
- package/web/data/users.china.json +2754 -2754
- package/web/data/users.json +3697 -3697
- package/web/index.html +1863 -1863
- package/web/repos.html +4467 -4467
- package/web/sifou-daily.html +34 -62
- package/web/sifou-monthly.html +113 -113
- package/web/sifou-weekly.html +148 -148
- package/web/toutiao-30.html +90 -90
- package/web/toutiao-7.html +83 -83
- package/web/toutiao-90.html +85 -85
- package/web/trending-monthly.html +143 -143
- package/web/trending-weekly.html +147 -147
- package/web/trending.html +140 -156
- package/web/users.china.html +1361 -1361
|
@@ -1,48 +1,12 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "巧用 background-clip 实现超强的文字动效",
|
|
4
|
-
"description": "最近,有同学询问,如何使用 CSS 实现如下效果:看起来是个很有意思的动效。仔细思考一下,要想实现这类效果,其实用到的核心属性只有一个 -- background-clip: text。有意思的 background-clip: textbackground-...",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000041666096",
|
|
6
|
-
"author": "chokcoco",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
8
|
-
"votes": "21",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"title": "还在使用定时器吗?CSS 也能实现电子时钟",
|
|
13
|
-
"description": "欢迎关注我的公众号:前端侦探通常要做一个时钟,肯定离不开 JS 定时器。今天换一种思路,用 CSS 来实现一个时钟,如下:你也可以访问这个CSS time (codepen.io)查看实际效果当然借用了一点点 JS 用于初始化时间...",
|
|
14
|
-
"url": "https://segmentfault.com/a/1190000041661094",
|
|
15
|
-
"author": "XboxYan",
|
|
16
|
-
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
17
|
-
"votes": "18",
|
|
18
|
-
"rank": 2
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"title": "Koa2 搭建信令服务器,JS 也能搞定视频通话!",
|
|
22
|
-
"description": "在实际应用场景中,信令服务器的本质就是一台 WeSocket 服务器,两个客户端必须与这个服务器建立 WeSocket 连接,才能互相发送消息。",
|
|
23
|
-
"url": "https://segmentfault.com/a/1190000041668070",
|
|
24
|
-
"author": "杨成功",
|
|
25
|
-
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
26
|
-
"votes": "10",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"title": "10个有用的自定义钩子vue.js",
|
|
31
|
-
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041598901",
|
|
33
|
-
"author": "前端小智",
|
|
34
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
35
|
-
"votes": "12",
|
|
36
|
-
"rank": 4
|
|
37
|
-
},
|
|
38
2
|
{
|
|
39
3
|
"title": "分享 15 个 Vue3 全家桶开发的避坑经验",
|
|
40
4
|
"description": "最近入门 Vue3 并完成 3 个项目,遇到问题蛮多的,今天就花点时间整理一下,和大家分享 15 个比较常见的问题,基本都贴出对应文档地址,还请多看文档~已经完成的 3 个项目基本都是使用 Vue3 (setup-script 模式)...",
|
|
41
5
|
"url": "https://segmentfault.com/a/1190000041679573",
|
|
42
6
|
"author": "pingan8787",
|
|
43
7
|
"home_url": "https://segmentfault.com/u/pingan8787",
|
|
44
|
-
"votes": "
|
|
45
|
-
"rank":
|
|
8
|
+
"votes": "30",
|
|
9
|
+
"rank": 1
|
|
46
10
|
},
|
|
47
11
|
{
|
|
48
12
|
"title": "11+ chrome高级调试技巧,学会效率直接提升666%",
|
|
@@ -50,35 +14,53 @@
|
|
|
50
14
|
"url": "https://segmentfault.com/a/1190000041683548",
|
|
51
15
|
"author": "前端胖头鱼",
|
|
52
16
|
"home_url": "https://segmentfault.com/u/116263",
|
|
53
|
-
"votes": "
|
|
54
|
-
"rank":
|
|
17
|
+
"votes": "27",
|
|
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/
|
|
62
|
-
"votes": "
|
|
63
|
-
"rank":
|
|
21
|
+
"title": "一些关于react的keep-alive功能相关知识在这里(上)",
|
|
22
|
+
"description": "这是在2022年开发中PM提的一个需求, 某个table被用户输入了一些搜搜条件并且浏览到了第3页, 那如果我跳转到其他路由后返回当前页面, 希望搜索条件还在, 并且仍处于第三页, 这不就是vue...",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041683300",
|
|
24
|
+
"author": "lulu_up",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
26
|
+
"votes": "11",
|
|
27
|
+
"rank": 3
|
|
64
28
|
},
|
|
65
29
|
{
|
|
66
|
-
"title": "
|
|
67
|
-
"description": "
|
|
68
|
-
"url": "https://segmentfault.com/a/
|
|
69
|
-
"author": "
|
|
70
|
-
"home_url": "https://segmentfault.com/u/
|
|
30
|
+
"title": "一些关于react的keep-alive功能相关知识在这里(下)",
|
|
31
|
+
"description": "比如页面上的table里有100条数据, 我们想看第100条数据, 那就要滚动不少距离, 不少场景这种滚动距离也是有必要保留的。",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041683421",
|
|
33
|
+
"author": "lulu_up",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/lulu_up",
|
|
71
35
|
"votes": "8",
|
|
72
|
-
"rank":
|
|
36
|
+
"rank": 4
|
|
73
37
|
},
|
|
74
38
|
{
|
|
75
|
-
"title": "
|
|
76
|
-
"description": "
|
|
77
|
-
"url": "https://segmentfault.com/a/
|
|
78
|
-
"author": "
|
|
79
|
-
"home_url": "https://segmentfault.com/u/
|
|
80
|
-
"votes": "
|
|
81
|
-
"rank":
|
|
39
|
+
"title": "硬核 | Redis 布隆(Bloom Filter)过滤器原理与实战",
|
|
40
|
+
"description": "在Redis 缓存击穿(失效)、缓存穿透、缓存雪崩怎么解决?中我们说到可以使用布隆过滤器避免「缓存穿透」。码哥,布隆过滤器还能在哪些场景使用呀?比如我们使用「码哥跳动」开发的「明日头条」APP 看新闻,如何...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041686261",
|
|
42
|
+
"author": "码哥字节",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/magebyte",
|
|
44
|
+
"votes": "9",
|
|
45
|
+
"rank": 5
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"title": "轻量迅捷时代,Vite 与Webpack 谁赢谁输",
|
|
49
|
+
"description": "Webpack是一个JavaScript应用程序的静态模块打包工具,它会对整个应用程序进行依赖关系图构建。而这也会导致一个不可避免的情况,使用Webpack启动应用程序的服务器,会花费比较长的时间——一些大型应用程序可能需...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041696911",
|
|
51
|
+
"author": "葡萄城技术团队",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/grapecity",
|
|
53
|
+
"votes": "3",
|
|
54
|
+
"rank": 6
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"title": "🔥前端脚手架辣么多,那我也要写一个玩玩",
|
|
58
|
+
"description": "2022年已经过了四分之一还多了,之前说好的每个月一片文章好像也没有让自己兑现。最近公司在做一些前端工程化相关的东西,虽然准备做组件库的事情被领导给毙了,不过在这之前写了一个脚手架的工具,...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041693503",
|
|
60
|
+
"author": "恪晨",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/bo_wang_code",
|
|
62
|
+
"votes": "6",
|
|
63
|
+
"rank": 7
|
|
82
64
|
},
|
|
83
65
|
{
|
|
84
66
|
"title": "Module Federation在客服工单业务中的最佳实践",
|
|
@@ -87,115 +69,115 @@
|
|
|
87
69
|
"author": "得物技术",
|
|
88
70
|
"home_url": "https://segmentfault.com/u/dewujishu",
|
|
89
71
|
"votes": "3",
|
|
72
|
+
"rank": 8
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"title": "墨菲安全正式发布 murphysec 开源项目!让开发者更安全的使用开源代码",
|
|
76
|
+
"description": "4 月 11 日,墨菲安全正式发布了其开源软件安全检测工具——murphysec 。据悉,该项目集合了易用、专业、创新等优势,意在帮助每一位开发者更安全的使用开源代码。",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041684916",
|
|
78
|
+
"author": "MissD",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
80
|
+
"votes": "2",
|
|
81
|
+
"rank": 9
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"title": "一个前端所期待的 Mock 功能都是什么样的?",
|
|
85
|
+
"description": "大家好呀,我是一名苦逼的前端开发工程师,为啥苦逼呢,这不,项目下周就要上线了,但是后端还没给我接口,没有接口我就无法调试,工作停滞不前,我也只能坐着干着急。",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041673801",
|
|
87
|
+
"author": "shanyue",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/xiange",
|
|
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": "打造轻量级 WebIDE,看这一篇文章就够啦",
|
|
94
|
+
"description": "目前团队正在着手搭建低代码平台,该平台将支持 LowCode/ProCode 双模式在线开发,而 ProCode 场景便需要一个功能相对完备的运行在浏览器的 WebIDE。同时考虑到未来可能的一些区块代码平台的需求,将 WebIDE 模块...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041686221",
|
|
96
|
+
"author": "云音乐技术团队",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/musicfe",
|
|
98
|
+
"votes": "2",
|
|
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": "笔试算法题总结",
|
|
103
|
+
"description": "hashmap的原理这里不再讲述,不知道的小伙伴可以看这篇文章。Hash与HashMaphashmap数据结构的引入能帮助我们将O(n)的时间复杂度降低为O(1)的时间复杂度,代价是使用了O(n)的空间复杂度。这么一看好像功过参半...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041688073",
|
|
105
|
+
"author": "小强Zzz",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/zhaokaiqiang",
|
|
107
|
+
"votes": "5",
|
|
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/
|
|
111
|
+
"title": "5个一定要学会的JavaScript新特性",
|
|
112
|
+
"description": "也许你我素未谋面,但很可能相见恨晚,我是前端胖头鱼前言JavaScript在不断地升级迭代,越来越多的新特性让我们的代码写起来变得简洁有趣,这篇文章会介绍5个新特性,一起研究一下把。1.# 使用\"Object.hasOwn\"替...",
|
|
113
|
+
"url": "https://segmentfault.com/a/1190000041694411",
|
|
114
|
+
"author": "前端胖头鱼",
|
|
115
|
+
"home_url": "https://segmentfault.com/u/116263",
|
|
116
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": "《8分钟学会 Vue.js 原理》:一、template 字符串编译为抽象语法树 AST",
|
|
121
|
+
"description": "《8分钟学会 Vue.js 原理》:一、template 字符串编译为抽象语法树 ASTVue.js 并没有什么神秘的魔法,模板渲染、虚拟 DOM diff,也都是一行行代码基于 API 实现的。本文将用几分钟时间,分章节讲清楚 Vue.js 2.0 ...",
|
|
122
|
+
"url": "https://segmentfault.com/a/1190000041689097",
|
|
123
|
+
"author": "帅到被人砍",
|
|
124
|
+
"home_url": "https://segmentfault.com/u/juniortour",
|
|
125
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": "不借助 Javascript,利用 SVG 快速构建马赛克效果",
|
|
130
|
+
"description": "之前在公众号转发了好友 Vajoy 的一篇文章 -- 巧用 CSS 把图片马赛克风格化。核心是利用了 CSS 中一个很有意思的属性 -- image-rendering,它可以用于设置图像缩放算法。何为 image-rendering?CSS 属性 image-re...",
|
|
131
|
+
"url": "https://segmentfault.com/a/1190000041690130",
|
|
132
|
+
"author": "chokcoco",
|
|
133
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
134
|
+
"votes": "5",
|
|
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": "写给“未来的”组件库的调研和思考",
|
|
139
|
+
"description": "这是一篇不知道题目该是啥的竟品调研文章。最近调研了几个国外优秀的开源组件库,一个是为了之后可能做基础组件库做技术储备,另一个是为了跳出国内 antd 的“舒适圈”,看看对于组件库来说国外的团队是如何设计的。",
|
|
140
|
+
"url": "https://segmentfault.com/a/1190000041691150",
|
|
141
|
+
"author": "玩弄心里的鬼",
|
|
142
|
+
"home_url": "https://segmentfault.com/u/lizongyuan",
|
|
143
|
+
"votes": "2",
|
|
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": "作为前端,需要知道这些工具,解放我的重复劳动力",
|
|
148
|
+
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
149
|
+
"url": "https://segmentfault.com/a/1190000041647249",
|
|
150
|
+
"author": "前端小智",
|
|
151
|
+
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
152
|
+
"votes": "2",
|
|
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": "异步验证器防抖的补充 以及 记录动态组件遇到的问题",
|
|
157
|
+
"description": "补充这里对上文的异步验证器防抖做一点补充。[链接] {代码...} 上文的最后提到,发现这种写法可以。经过老师的判断后,发现几种写法的关键在于一个问题:每次获得新值的时候,fromControl是否会取消对上一个数据...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000041688103",
|
|
159
|
+
"author": "weiewiyi",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
161
161
|
"votes": "3",
|
|
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": "冴羽答读者问:怎么才能像你一样写文章如喝水?",
|
|
166
|
+
"description": "我想可能是这几个月,更新的速度太快了一点,自元旦起,到今天 4 月 11 日,已经过去了 101天,而我已经发了 31 篇文章,平均 3.3 天一篇,当然这只是发布的,如果不是微信公众号每天只能发一篇,以及周五、周末...",
|
|
167
|
+
"url": "https://segmentfault.com/a/1190000041693522",
|
|
168
|
+
"author": "冴羽",
|
|
169
|
+
"home_url": "https://segmentfault.com/u/yayu",
|
|
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": "3",
|
|
180
|
-
"rank": 20
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"title": "一个前端所期待的 Mock 功能都是什么样的?",
|
|
184
|
-
"description": "大家好呀,我是一名苦逼的前端开发工程师,为啥苦逼呢,这不,项目下周就要上线了,但是后端还没给我接口,没有接口我就无法调试,工作停滞不前,我也只能坐着干着急。",
|
|
185
|
-
"url": "https://segmentfault.com/a/1190000041673801",
|
|
186
|
-
"author": "shanyue",
|
|
187
|
-
"home_url": "https://segmentfault.com/u/xiange",
|
|
188
|
-
"votes": "2",
|
|
189
|
-
"rank": 21
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"title": "通过 .vscode/settings.json 无感知控制成员的 vscode 表现",
|
|
193
|
-
"description": "通过在项目根目录下新增 .vscode/setings.json 文件,可以做到项目成员的 vscode 表现一致。常见的需求有保存文件自动 fix,保存自动格式化代码等。为了尊重成员的个性化需求,不要对主题、字体等做控制。",
|
|
194
|
-
"url": "https://segmentfault.com/a/1190000041667869",
|
|
195
|
-
"author": "亖混子",
|
|
196
|
-
"home_url": "https://segmentfault.com/u/1023",
|
|
174
|
+
"title": "vscode插件编写体验-右键菜单",
|
|
175
|
+
"description": "首先,我的需求是插件能在编辑器上,当我选择文本时右键有转换的操作按键,可以点击触发将选中的内容进行识别,如果是rgba就换算成hex,如果是hex就换算成rgba",
|
|
176
|
+
"url": "https://segmentfault.com/a/1190000041672434",
|
|
177
|
+
"author": "Dont",
|
|
178
|
+
"home_url": "https://segmentfault.com/u/dont",
|
|
197
179
|
"votes": "2",
|
|
198
|
-
"rank":
|
|
180
|
+
"rank": 20
|
|
199
181
|
},
|
|
200
182
|
{
|
|
201
183
|
"title": "Tauri 与 Electron",
|
|
@@ -204,7 +186,16 @@
|
|
|
204
186
|
"author": "江辰",
|
|
205
187
|
"home_url": "https://segmentfault.com/u/thomas_5b0e5d1b64584",
|
|
206
188
|
"votes": "3",
|
|
207
|
-
"rank":
|
|
189
|
+
"rank": 21
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"title": "了解一下 ::target-text 选择器",
|
|
193
|
+
"description": "欢迎关注我的公众号:前端侦探最近在 MDN 官网看到了一个从未见过的选择器,::target-text。简单研究了一下,觉得还有点意思,也有点实际用处,现在分享一下。一、::target-text 是干什么的想必大家都用过:target...",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000041685048",
|
|
195
|
+
"author": "XboxYan",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
197
|
+
"votes": "3",
|
|
198
|
+
"rank": 22
|
|
208
199
|
},
|
|
209
200
|
{
|
|
210
201
|
"title": "带你十天轻松搞定 Go 微服务之大结局(分布式事务)",
|
|
@@ -213,60 +204,69 @@
|
|
|
213
204
|
"author": "kevinwan",
|
|
214
205
|
"home_url": "https://segmentfault.com/u/kevinwan",
|
|
215
206
|
"votes": "2",
|
|
207
|
+
"rank": 23
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"title": "后端学习值得收藏的一些开源电子书",
|
|
211
|
+
"description": "这是龙芯团队胡伟武老师等人编写的《计算机体系结构基础》(第三版)的开源版本。胡伟武是著名的计算机领域专家,任龙芯中科技术有限公司董事长,也是我国第一颗通用处理器龙芯的总设计师。",
|
|
212
|
+
"url": "https://segmentfault.com/a/1190000041691470",
|
|
213
|
+
"author": "LeanCloud",
|
|
214
|
+
"home_url": "https://segmentfault.com/u/leancloud",
|
|
215
|
+
"votes": "5",
|
|
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进阶—基础特性】defer",
|
|
220
|
+
"description": "defer 第二个重要用途就是处理异常,与 recover 搭配一起处理 panic,让程序从异常中恢复。例如 gin 框架中 recovery 中间件的源码:",
|
|
221
|
+
"url": "https://segmentfault.com/a/1190000041675960",
|
|
222
|
+
"author": "与昊",
|
|
223
|
+
"home_url": "https://segmentfault.com/u/yu_5e842f4043ba6",
|
|
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": "这篇手写 Promise 你一定要康康",
|
|
229
|
+
"description": "最近重温了一下 Q/Promise 的设计讲解,结合自己的理解和一些小优化,决定也来写一篇手写 Promise 的文章。本文的内容适合对 Promise 的使用有一定了解的童鞋,因为过程中不会过多解释 Promise 的基础操作。我们...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000041687791",
|
|
231
|
+
"author": "deepfunc",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/deepfunc",
|
|
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": "告别收费BI!如何自己动手做一个免费的可视化数据报表还支持文档在线预览?",
|
|
238
|
+
"description": "本人大学刚毕业目前在一家互联网公司从事产品运营工作,一季度刚过,公司需要我出一份产品运营数据报表,由于产品用户数据、订单数据等数据量太大,我希望找一款Bi产品,支持我做出一个精美的可视化报表,还可以...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000041685816",
|
|
240
|
+
"author": "徐骏",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/xujun_6253b72d8cc31",
|
|
242
|
+
"votes": "9",
|
|
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": "现代 CSS 解决方案:Modern CSS Reset",
|
|
247
|
+
"description": "在早年间(其实也不是很早),写过几篇关于 CSS Reset 的文章 - reset.css 知多少。详细描述了当时业界比较常用的,两个 CSS reset 方案:reset.css 与 Normalize.css。以更为推荐的 Normalize.css 为例,它的核...",
|
|
248
|
+
"url": "https://segmentfault.com/a/1190000041700998",
|
|
249
|
+
"author": "chokcoco",
|
|
250
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
251
|
+
"votes": "8",
|
|
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": "XTask与RxJava的使用比较",
|
|
256
|
+
"description": "XTask是一个拓展性极强的Android任务执行框架。通过它,你可以自由定义和组合任务来实现你想要的功能,尤其适用于处理复杂的业务流程,可灵活添加前置任务或者调整执行顺序。",
|
|
257
|
+
"url": "https://segmentfault.com/a/1190000041681939",
|
|
258
|
+
"author": "xuexiangjys",
|
|
259
|
+
"home_url": "https://segmentfault.com/u/xuexiangjys",
|
|
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": "正式发布!VS Code 1.66新特性",
|
|
265
|
+
"description": "Visual Studio Code 1.66 现已发布!该版本更新内容很多,本文摘录部分新特性来作介绍。本地历史记录可以在时间轴视图中使用文件的本地历史记录,独立于源代码控制跟踪本地文件更改。根据配置的设置,每次保存编...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000041668879",
|
|
267
|
+
"author": "微软技术栈",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/mstech",
|
|
269
|
+
"votes": "1",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|