gzip
美
英 
例句
You can also look at the compressratio property to see how much your pool has been compressed (using the default compressor, gzip).
您还可以查看compressratio属性,了解您的池有多少已经被压缩(使用默认压缩程序,gzip)。
In many instances, being able to GZIP encode the SOAP envelope results in faster transaction times with a relatively low overhead.
在许多情况下,能够对SOAP信封进行GZIP编码将能够以相对较少的开销换回更短的事务完成时间。
This function checks the magic number of the image to determine if it's a minux, etc2, romfs, cramfs, or gzip format.
这个函数会检查映像文件的magic号来确定它是minux、etc2、romfs、cramfs或gzip格式。
One of the ways in which administrators can improve performance for slower networks is to use GZIP compression.
管理员可以用来提高较慢网络的性能的一个方法是使用GZIP压缩。
Since the IBM HTTP Server is an Apache server clone, it was thought possible to use the freely available mod_gzip module.
由于IBMHTTP服务器是Apache服务器的克隆,所以很自然想到使用可免费获得的mod_gzip模块。
If it does, I will set the response header Content-Encoding to gzip and wrapper the response output stream with a GZIP output stream.
如果支持,我将把响应头Content-Encoding设置为gzip并用GZIP输出流把响应输出流包装起来。
The SVG images, being represented as pure text, can be compressed using some of the well-known text compression algorithms like gzip.
SVG图像,以纯文本形式表示,可以使用一些常用的文本压缩算法,比如gzip,对之进行压缩。
For application servers that do not automatically gzip static file content, this service solves this problem.
对于没有自动压缩静态文件内容的应用服务器,这个服务解决了这一问题。
You need to be able to copy the chunks in parallel using archive custom programs like dd and gzip.
您需要能够使用像dd和gzip这样的存档自定义程序来并行复制大块内容。
Trying to gzip them not only wastes CPU but can potentially increase file sizes.
试图gzip他们不仅废物CPU,而且可能可以增加文件大小。
Download the tarball (a gzip-compressed TAR file), unpack it, configure the code for your system, and build and install the software.
下载tarball(一个由gzip压缩了的TAR文件),将它解压缩,然后针对您的系统配置这些代码,构建并安装这个软件。
If it did, wrapper the input stream with a GZIP input stream.
如果是,以GZIP输入流的形式来包装输入流。
For Unix users, please use the standard gzip + tar command to extract the book into your desired place of your local drive.
对UNIX用户,请用常用的gzip配合tar命令解压缩所下载的书到您硬盘中指定的地方。
I also need to check the HTTP header content-encoding to see if the server responded with GZIP.
我也需要检查HTTP头content-encoding来看看服务器是否用GZIP响应。
One of the most effective ways to compress resources is by enabling gzip (short for GNU zip) for text-based resources.
对于基于文本的资源,最有效的压缩方法是启用gzip(GNUzip的缩写)。
Publicly available compression tools (gzip, Unix compress) can be used to compress the static files.
流行的压缩工具(gzip、Unixcompress)均可压缩这些静态文件。
The goal is to achieve transparency; intercept the input and output streams and funnel them through the appropriate GZIP stream.
我们的目的是实现透明化;拦截输入流和输出流,并通过相应的GZIP流进行传送。
Through the analysis of source code for gzip deflate compression algorithm to make a detailed description.
我们通过对gzip源码的分析来对deflate压缩算法做一个详细的说明。
Unlike mod_gzip, the Hyperspace product compression module need not be integrated with the Web server and can be used with any Web server.
与mod_gzip不同,Hyperspace产品压缩模块不需要与Web服务器集成并可用于任何Web服务器。
The first level, the gzip compression algorithm used in the description of the basic principles.
第一种程度,对gzip所使用压缩算法基本原理的说明。
If you want a different splash image for GRUB, you are limited to a 14-color X Window pixmap (. xpm) file that must be gzipped.
如果您想对GRUB使用不同的启动图像,那么您只能使用14色XWindowpixmap(.xpm)文件,而且文件必须被gzip压缩。
I am going to trust the client if it indicates that it accepts GZIP encoding.
如果客户机显示它接受GZIP编码,那我就将这件事交给客户机去做。
Accelerating time to transmit content: Akamai can compress the content on the edge servers using gzip before sending it to the client.
加快传输内容的速度:Akamai可以使用gzip压缩边缘服务器上的内容,然后再把内容发送给客户机。
If you have an environment that includes low-end machines and a slow network, using GZIP may be a performance trade off.
如果有一个包括低端机器和低速网络的环境,那么使用GZIP可能会牺牲性能。
The best way to do this is to tell your web server to gzip your JavaScript files before sending them to the client.
最好的方法是让服务器将JavaScript文件发送到客户端之前就用gip压缩。
On one side, PPM compression achieves the best compression ratio while gzip achieves the least compression ratio.
一方面,PPM压缩可以实现最好的压缩比,而gzip实现的压缩比较差。
Gzip compressed SVG files should have the extension . svgz, and are directly supported by most SVG-enabled tools.
Gzip压缩的SVG文件应有扩展名.svgz,可由多数启用SVG的工具直接支持。
With blocks of about 100k, restructuring does better than file-level gzip, which is a very positive result.
当块大小为100k左右时,重新构造比文件级别gzip要好得多,这是很好的结果。
The deflation algorithm used by gzip (also zip and zlib) is an open-source, patent-free variation of the LZ77 (Lempel-Ziv 1977) algorithm.
gzip(也称zip或zlib)所使用的算法是开源、无专利的LZ77(Lempel-Ziv1977)算法的变体。
The BIG-IP LTM proxy server handled the caching, GZIP compression, and SSL encryption during these tests.
在测试过程中,BIG-IPLTM代理服务器负责处理缓存、GZIP压缩和SSL加密。
However, even if your Web server is using gzip, you will still get a significant boost from GWT obfuscation.
但是,即使您的Web服务器使用gzip,您也能从GWT模糊特性获得明显的速度提升。
This requires the mod_gzip module to be enabled in your Apache server installation.
这个需要mod_gzip模板在你的Apache服务器安装上得到激活。
This module, named mod_gzip, uses the publicly available gzip algorithm to compress data in transit from the Web server.
该模块名为mod_gzip,使用了广泛可用的gzip算法来压缩从Web服务器传来的数据。
Luckily, the gzip suite includes a number of utilities to process compressed files in situ.
幸运的是,gzip套件包含许多可以“在原地”处理压缩文件的实用程序。
The built-in zlib module helps in handling gzip files and is good enough for most cases.
内建的zlib模块可帮助处理gzip文件,对于大多数情况它都够好。
The following discussion presents a real-world case study using mod_gzip.
以下给出了一个使用mod_gzip的实际案例研究。
You can use GNU zip (gzip) to do so, because many browsers support this compression algorithm.
您可以使用GNUzip(gzip)来完成此任务,因为许多浏览器都支持这种压缩算法。
The most popular and efficient representatives of this group are gzip, bzip2, and PPM compressors.
这类压缩器中最受欢迎、效率最高的代表是gzip、bzip2和PPM压缩器。
YSlow lists all the components in the page including their type, URL, Expires date, gzip status, load time, size, and ETag.
YSlow列出的所有组成部分的网页,包括其类型,地址,到期日期,修改的地位,加载时间,大小和ETag。
Because of this incompatibility, the mod_gzip binary does not work with this HTTP server.
由于这种不兼容性,mod_gzip二进制文件不能用于这个HTTP服务器。