Skip to content

Commit b44bbde

Browse files
committed
Fix: without excerpt, giscus embed full articel into url
1 parent dc66e96 commit b44bbde

7 files changed

Lines changed: 7 additions & 2 deletions

_posts/2019-03-17-code-of-conduct.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tags:
1010
toc: true
1111
toc_label: 本文目录
1212
toc_sticky: true
13+
excerpt: "交流原则强调尊重和包容, 反馈机制倡导建设性沟通"
1314
---
1415

1516
## 社交规则

_posts/2019-10-30-zipf.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ mathjax: true
1111
toc: true
1212
toc_label: 本文目录
1313
toc_sticky: true
14+
excerpt: "本文介绍了Zipf定律,该定律描述了互联网内容访问频率分布规律:少数热门内容占据了大部分流量。文章通过数学推导,得到Zipf模型公式,并解释了如何用多项式回归拟合访问日志数据,确定公式参数。最后,文章列举了该定律在缓存配置、日志分析等场景的应用"
1415
---
1516

1617

_posts/2019-11-21-cdn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ mathjax: true
2424
toc: true
2525
toc_label: 本文目录
2626
toc_sticky: true
27+
excerpt: "本文分析了内容分发网络 (CDN) 的成本构成,以及 Zipf 定律对成本的影响。CDN 利用边缘机房缓存热门内容,降低回源成本。文章通过量化业务参数、拟合 Zipf 曲线、确定成本数据,找到了使存储和带宽成本总和最小的最佳边缘容量配置。最后,文章展望了 CDN 和源站未来更紧密的协作模式,以实现更高效的内容分发"
2728
---
2829

2930
在上篇

_posts/2019-12-20-pr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ mathjax: false
1515
toc: true
1616
toc_label: 本文目录
1717
toc_sticky: true
18+
excerpt: "保持 PR 小而快,方便快速审查和合并。 提供清晰的上下文信息,方便审阅者理解代码变更。 积极友好的审查方式,专注于代码逻辑和架构。 团队成员之间彼此信任,并清晰描述代码变更意图。"
1819
---
1920

2021
原文: [Art of Pull Requests](https://hackernoon.com/the-art-of-pull-requests-6f0f099850f9)

_posts/2020-01-28-ec-1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ mathjax: true
4444
toc: true
4545
toc_label: 本文目录
4646
toc_sticky: true
47+
excerpt: "擦除码(EC)通过增加校验块来保证分布式存储的可靠性,允许一定数量的数据块丢失也能恢复。文章以RAID-5、RAID-6为例,解释了k+1、k+2校验策略,并推广到更通用的k+m策略,将其类比为用k个系数定义曲线,并通过曲线上点坐标实现数据冗余"
4748
---
4849

4950
# 前言

_posts/2020-02-04-ec-2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ mathjax: true
4747
toc: true
4848
toc_label: 本文目录
4949
toc_sticky: true
50+
excerpt: "本文介绍了如何在计算机有限的数字精度内实现高效的擦除码算法,并通过引入伽罗华域及模运算,详细阐述了从GF(2)扩展到GF(2⁸)并实现EC编码、解码的过程,最后还讨论了不同矩阵的适用性"
5051
---
5152

5253
# 书接上回

_posts/2020-11-15-slimarray.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ mathjax: true
2323
toc: true
2424
toc_label: 本文目录
2525
toc_sticky: true
26-
excerpt: "slimarray 是一个静态整数压缩数组, 现实数据达到和gzip相当的压缩率,
27-
无需解压就可以直接使用"
26+
excerpt: "slimarray 是一个静态整数压缩数组, 现实数据达到和gzip相当的压缩率, 无需解压就可以直接使用"
2827

2928
---
3029

0 commit comments

Comments
 (0)