The goal is to add GZIP compression without having to functionally change the underlying SOAP implementation. 我们的目标是添加GZIP压缩而不必从功能上改变底层的SOAP实现。
The built-in zlib module helps in handling gzip files and is good enough for most cases. 内建的zlib模块可帮助处理gzip文件,对于大多数情况它都够好。
It's unmounted and then compressed using gzip. 我们将其卸载掉,然后使用gzip对其进行压缩。
Other options ( such as gzip and preserve-permissions) control how tar creates the archive. 其他的选项(如gzip和preserve-permissions)用来控制tar如何创建存档。
Luckily, the gzip suite includes a number of utilities to process compressed files in situ. 幸运的是,gzip套件包含许多可以在原地处理压缩文件的实用程序。
You need to be able to copy the chunks in parallel using archive custom programs like dd and gzip. 您需要能够使用像dd和gzip这样的存档自定义程序来并行复制大块内容。
Perform the backup using operating system commands such as tar, gzip, cp, and dd. 使用操作系统命令执行备份,比如tar、gzip、cp与dd。
The BIG-IP LTM proxy server handled the caching, GZIP compression, and SSL encryption during these tests. 在测试过程中,BIG-IPLTM代理服务器负责处理缓存、GZIP压缩和SSL加密。
If we gzip the minifed file, the file size is further reduced to just24KB. 如果对缩减的文件再用gzip压缩,文件进一步减小到24KB。
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输入流的形式来包装输入流。
I am going to trust the client if it indicates that it accepts GZIP encoding. 如果客户机显示它接受GZIP编码,那我就将这件事交给客户机去做。
In fact, you can further reduce the file size by compressing the files using gzip. 实际上,可以通过使用gzip压缩这些文件来进一步减小其大小。
You can often get similar message size with XML and JSON if you can enable gzip compression on both the client and server, but protocol buffers still offer some size advantages. 如果在客户端和服务器端启用gzip压缩,在使用XML和JSON时通常也可以得到类似的消息大小,但是protocolbuffers仍然有一些大小上的优势。
If this line is not added, then IIS does not return gzipped content. 如果不添加这一行,IIS就不会返回用gzip压缩的内容。
This modification provides GZIP encoding regardless of the underlying Web service being called. 不管调用什么样的底层Web服务,这一修改都能提供GZIP编码。
The initrd image is a loopback filesystem image which contains our mini-root filesystem ( this image can optionally compressed with gzip to reduce its size). initrd映像是包含我们的迷你根文件系统的回送文件系统映像(此映像可以使用gzip进行压缩以减少其大小)。
In this example, the Accept-Encoding header tells the Web server it accepts gzipped output. 在这个示例中,Accept-Encoding头告诉Web服务器它接收用gzip压缩的输出。
If GZIP encoding is accepted I'll set the Boolean, supports Gzip, to true. 如果GZIP编码被接受,我将把布尔变量supportsGzip设置为true。
BusyBox is built to include gzip support, but the zcat utility is provided separately. BusyBox内嵌了对gzip的支持,但是它也单独提供了zcat工具。
This image is too large to show much detail, but the graph represents Gzip in the process of compressing a small file. 这个图形太大了,不太容易进行更详细的分析,但是下图表示了Gzip对一个小文件进行压缩时的处理过程。
I also need to check the HTTP header content-encoding to see if the server responded with GZIP. 我也需要检查HTTP头content-encoding来看看服务器是否用GZIP响应。
You can use GNU zip ( gzip) to do so, because many browsers support this compression algorithm. 您可以使用GNUzip(gzip)来完成此任务,因为许多浏览器都支持这种压缩算法。
For the IBM HTTP server and Apache Web servers, the mod_gzip module can be used. 对于IBMHTTP服务器和ApacheWeb服务器,可以使用modgzip模块。
If on the other hand, GZIP encoding is not detected, we leave the input stream alone. 另一方面,如果GZIP编码未被检测到,我们就不对输入流再作处理。
I will add some code to check if the current connection supports GZIP. 我将添加一些代码来查看当前的连接是否支持GZIP。
You now have an Axis client that requests and handles GZIP encoding transparently to the underlying code. 您现在有了一个以对底层代码透明的方式请求和处理GZIP编码的Axis客户机了。
Parallel compression with gzip on shared-memory systems 基于共享存储和Gzip的并行压缩算法研究
Learn how to gzip/ deflate content ( deflate is better). 学习如何用gzip/deflate压缩内容(deflate方式更可取)。