首页 / 词典 / good

gzip

  • 网络压缩程序;压缩格式;压缩;压缩工具
gzipgzip
  1. 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压缩。

  2. If we gzip the minifed file , the file size is further reduced to just24KB .

    如果对缩减的文件再用gzip压缩,文件进一步减小到24KB。

  3. However , gzip is not always the best algorithm to use .

    然而gzip算法并非总是最合适的压缩算法。

  4. One final example I 'd like to present is an instrumented Gzip utility .

    我要展示的最后一个例子是Gzip工具。

  5. I will add some code to check if the current connection supports GZIP .

    我将添加一些代码来查看当前的连接是否支持GZIP。

  6. Analysis of GZIP source code .

    对GZIP源码的分析。

  7. This modification provides GZIP encoding regardless of the underlying Web service being called .

    不管调用什么样的底层Web服务,这一修改都能提供GZIP编码。

  8. Corruption was detected in the compressed GZip file that was requested

    在请求的GZip压缩文件中检测到错误

  9. In fact , you can further reduce the file size by compressing the files using gzip .

    实际上,可以通过使用gzip压缩这些文件来进一步减小其大小。

  10. The goal is to add GZIP compression without having to functionally change the underlying SOAP implementation .

    我们的目标是添加GZIP压缩而不必从功能上改变底层的SOAP实现。

  11. If it did , wrapper the input stream with a GZIP input stream .

    如果是,以GZIP输入流的形式来包装输入流。

  12. On one side , PPM compression achieves the best compression ratio while gzip achieves the least compression ratio .

    一方面,PPM压缩可以实现最好的压缩比,而gzip实现的压缩比较差。

  13. Do not use gzip to compress resources that are already compressed , such as images and movies .

    不要对已经压缩的资源使用gzip,比如图像和视频。

  14. I am going to trust the client if it indicates that it accepts GZIP encoding .

    如果客户机显示它接受GZIP编码,那我就将这件事交给客户机去做。

  15. Learn how to gzip / deflate content ( deflate is better ) .

    学习如何用gzip/deflate压缩内容(deflate方式更可取)。

  16. The built-in zlib module helps in handling gzip files and is good enough for most cases .

    内建的zlib模块可帮助处理gzip文件,对于大多数情况它都够好。

  17. Luckily , the gzip suite includes a number of utilities to process compressed files in situ .

    幸运的是,gzip套件包含许多可以在原地处理压缩文件的实用程序。

  18. If compression is really what you 're after , then zip or gzip the XML .

    如果确实需要压缩,则使用zip或gzip。

  19. If on the other hand , GZIP encoding is not detected , we leave the input stream alone .

    另一方面,如果GZIP编码未被检测到,我们就不对输入流再作处理。

  20. Perform the backup using operating system commands such as tar , gzip , cp , and dd.

    使用操作系统命令执行备份,比如tar、gzip、cp与dd。

  21. Parallel compression with gzip on shared-memory systems

    基于共享存储和Gzip的并行压缩算法研究

  22. You need to be able to copy the chunks in parallel using archive custom programs like dd and gzip .

    您需要能够使用像dd和gzip这样的存档自定义程序来并行复制大块内容。

  23. This image is too large to show much detail , but the graph represents Gzip in the process of compressing a small file .

    这个图形太大了,不太容易进行更详细的分析,但是下图表示了Gzip对一个小文件进行压缩时的处理过程。

  24. You can use GNU zip ( gzip ) to do so , because many browsers support this compression algorithm .

    您可以使用GNUzip(gzip)来完成此任务,因为许多浏览器都支持这种压缩算法。

  25. I also need to check the HTTP header content-encoding to see if the server responded with GZIP .

    我也需要检查HTTP头content-encoding来看看服务器是否用GZIP响应。

  26. It 's unmounted and then compressed using gzip .

    我们将其卸载掉,然后使用gzip对其进行压缩。

  27. In fact , as far as XML goes , GZIP is not even the latest , cool thing to be doing .

    实际上,在XML所涉及的技术中,GZIP甚至不是我们所能用到的最新的、优秀的压缩格式。

  28. If GZIP encoding is accepted I 'll set the Boolean , supports Gzip , to true .

    如果GZIP编码被接受,我将把布尔变量supportsGzip设置为true。

  29. BusyBox is built to include gzip support , but the zcat utility is provided separately .

    BusyBox内嵌了对gzip的支持,但是它也单独提供了zcat工具。

  30. You now have an Axis client that requests and handles GZIP encoding transparently to the underlying code .

    您现在有了一个以对底层代码透明的方式请求和处理GZIP编码的Axis客户机了。