aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/gzip_compression
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/gzip_compression
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/gzip_compression')
-rw-r--r--files/zh-cn/glossary/gzip_compression/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/gzip_compression/index.html b/files/zh-cn/glossary/gzip_compression/index.html
new file mode 100644
index 0000000000..8c7e9e0f4a
--- /dev/null
+++ b/files/zh-cn/glossary/gzip_compression/index.html
@@ -0,0 +1,26 @@
+---
+title: Gzip 压缩
+slug: Glossary/GZip_compression
+tags:
+ - 压缩
+ - 数据
+ - 术语
+translation_of: Glossary/GZip_compression
+---
+<p>Gzip 是一种用于文件压缩与解压缩的文件格式。它基于 Deflate 算法,可将文件(译者注:快速地、流式地)压缩地更小,从而实现更快的网络传输。 Web服务器与现代浏览器普遍地支持 Gzip,这意味着服务器可以在发送文件之前自动使用 Gzip 压缩文件,而浏览器可以在接收文件时自行解压缩文件。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<ul>
+ <li><a href="https://varvy.com/pagespeed/enable-compression.html">如何启用 GZip 压缩</a></li>
+ <li><a href="https://en.wikipedia.org/wiki/Gzip">Gzip on Wikipedia</a></li>
+ <li>中文维基百科上的 <a href="https://zh.wikipedia.org/wiki/Gzip">Gzip</a></li>
+</ul>
+
+<section class="Quick_links" id="Quick_Links">
+<ul>
+ <li>
+ <details open><summary><a href="/zh-CN/docs/Glossary">MDN 术语表</a></summary> {{ListSubpages("/zh-CN/docs/Glossary")}}</details>
+ </li>
+</ul>
+</section>