1 頁 (共 1 頁)

[問題]請問開啟 GZip 檔案壓縮格式?

發表於 : 2002-07-28 10:49
Eriol
請問開啟GZip 檔案壓縮格式,效果如何呢?大概可以節省幾%的空間呢?會有什麼後遺症嗎(會耗損系統資源或增加流量和速度變慢等等)?請問各位大大。 ;-)

發表於 : 2002-07-28 11:13
小竹子
沒有確定節省幾%的數據
但是可以肯定的是檔案壓縮效能較高,也簡短壓縮時間加速下載

發表於 : 2002-07-28 13:37
Eriol
小竹子 寫:沒有確定節省幾%的數據
但是可以肯定的是檔案壓縮效能較高,也簡短壓縮時間加速下載
那竹貓也開啟GZip 檔案壓縮格式囉?

發表於 : 2002-07-28 13:40
小竹子
對呀!
不然用一般格式光是壓縮在備份就很久了=_=

發表於 : 2002-07-28 13:55
Eriol
小竹子 寫:對呀!
不然用一般格式光是壓縮在備份就很久了=_=
我可能誤會了,GZip 檔案壓縮格式是指壓縮在備份檔,還是指壓縮在一般的文章,以節省網頁空間? :-o

發表於 : 2002-07-28 14:01
小竹子
Introduction
gzip (GNU zip) is a compression utility designed to be a replacement for compress. Its main advantages over compress are much better compression and freedom from patented algorithms. It has been adopted by the GNU project and is now relatively popular on the Internet. gzip was written by Jean-loup Gailly (jloup@gzip.org), and Mark Adler for the decompression code.
gzip produces files with a .gz extension. gunzip can decompress files created by gzip, compress or pack. The detection of the input format is automatic.

The format of the .gz files generated by gzip is described in RFCs (Request For Comments) 1951 and 1952. Some additional information on the gzip format is given here. A brief description of the compression and decompression algorithms used by gzip is given here. A more informal introduction written by Antaeus Feldspar is given here.

If you have a question about gzip, look first for an answer in this page. If you don't find it, write to support@gzip.org . Please give as much information as possible, at least the name of your operating system (Windows XP, Linux...), the exact command that you typed and the exact error messages that you get. If you just say "gzip doesn't work" I cannot provide any help.




http://www.gzip.org/index.html

發表於 : 2002-07-28 14:04
Eriol
哇!討厭的英文,謝謝提供。 :-o