From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/gzip_compression/index.html | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/zh-cn/glossary/gzip_compression/index.html (limited to 'files/zh-cn/glossary/gzip_compression') 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 +--- +

Gzip 是一种用于文件压缩与解压缩的文件格式。它基于 Deflate 算法,可将文件(译者注:快速地、流式地)压缩地更小,从而实现更快的网络传输。 Web服务器与现代浏览器普遍地支持 Gzip,这意味着服务器可以在发送文件之前自动使用 Gzip 压缩文件,而浏览器可以在接收文件时自行解压缩文件。

+ +

了解更多

+ + + + -- cgit v1.2.3-54-g00ecf