看词语>英语词典>uncompress翻译和用法

uncompress

网络  解压; 非压缩; 解压缩; 解压缩Z文件; 解压缩还原资料

第三人称单数:uncompresses 

计算机

英英释义

verb

  • restore to its uncompressed form
    1. decompress data
    Synonym:decompress

双语例句

  • When you uncompress drive% 1, all the files it contains will be moved to drive% 2. Drive% 1 will then be removed.
    当解压缩驱动器%1时,其中的所有文件将移到驱动器%2。然后驱动器%1会被删除。
  • When you uncompress drive% 1, it will be removed, and drive% 2 will contain% 3 of free space.
    当您解压缩驱动器%1时,会删除这驱动器,同时驱动器%2的可用空间会有%3。
  • For the manual installation, download the agent installation package directly to your AIX endpoint and uncompress.
    对于手工安装,应该把代理安装包直接下载到AIX端点上并解压。
  • You can just download a copy of the binary distribution, uncompress it to a directory and let the tool know where the directory is using – vmargs and – DAXS command-line options.
    您可以只下载二进制文件,将它解压缩到一个目录,然后使用–vmargs和–DAXS命令行选项告诉工具目录的路径。
  • To install the package by hand, visit its home page on the PEAR Web site, download the package archive, and manually uncompress the files to the desired location.
    要手动安装此包,请访问它在PEARWeb站点上的主页,下载包归档文件并手动地将这些文件解压缩到所需位置。
  • The uncompress operation normally needs to allocate new pages for rows that no longer fit on their original pages.
    解压操作通常需要为原来的页面中放不下的行分配新的页面。
  • Copy the compressed installation image to your ISD server machine and uncompress the files.
    把压缩的安装映像复制到ISD服务器上并解压文件。
  • Set up the FTP server and uncompress the firmware tar package into the ftp directory.
    设置FTP服务器并将固件tar压缩包解压缩到ftp目录。
  • Includes a command to retrieve and uncompress the JDBC driver from the HTTP server ( for example,. TGZ) and places it in a defined location on the virtual machine.
    从HTTP服务器获取并解压JDBC驱动程序(例如.TGZ),把它放在虚拟机中的指定位置。
  • Here, x extracts the tar file, v gives verbose output, z tells the tar command to gunzip ( uncompress) the file, and f is the tar file I wish to extract.
    在这里,x提取了tar文件,v给出了详细的输出,z告诉tar命令去gunzip(解压缩)文件,f是我希望提取的tar文件。