Environment: Virtual machine environment built in Ubuntu 14.04LTS, installed virtual machine for WinXPWith the constant use of virtual machine WinXP, disk space is increasing.650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/70/B3/wKiom1W8NzChbeVoAAB4BGnEdoc467.jpg "title=" VDI " alt= "Wkiom1w8nzchbevoaab4bgnedoc467.jpg"/>For this scenario, the VDI disk files can be compressed, and the VirtualBox management tool vboxmanage can be used to
reference materials
Http://www.javatang.com/archives/2008/04/13/0212267.html
Web applications, the front-end JS, CSS, the application access to the performance impact is very large, so need to compress the Js/css file, the comments, line breaks, such as deletion, compressed file size, Generate a compressed file with only one line of code for the program reference (jquery and other JAVASCIRPT libraries are available after compression), loading the comp
The compression of JavaScript code files is mentioned in the previous article (http://blog.csdn.net/u010487568/article/details/19701575), generally there are three ways:
Compress only whitespace, comments and other characters (the most basic method)
Compress whitespace, comment, and replace variable name
Comp
Packaging Example: package files in the /usr/local/src/zlib-1.2.5 directory into zlib-1.2.5.tar.gzCD/USR/LOCAL/SRCTAR-CZVF./zlib-1.2.5.tar.gz/zlib-1.2.5/*# compressed into the development directory (for example:/root/2/) tar-czvf/root/2/ zlib-1.2.5.tar.gz./zlib-1.2.5/*
#压缩
TAR-CZVF ***.tar.gz
TAR-CJVF ***.tar.bz2
#解压缩
TAR-XZVF ***.tar.gz
TAR-XJVF ***.tar.bz2
#注意:. tar.gz use more!
Brief introductionParameters
How does php compress all files in a folder into a zip file? How does php compress all files in a folder into a zip file? For example, my localhosthas a testfolder with many files and folders in it. how can I pack all test.zip files
How does php compress all files in a folder into a zip file? How does php compress all files in a folder into a zip file? For example, my localhosthas a testfolder with many files and folders in it. how can I pack all test.zip files
Direct Internet access to the method: /// ///function: Compress files (temporarily compress only the files in the folder level directory, and the folders and their children are ignored)/// /// Folders folder path that is compressed /// the path to the compressed file is generated, and the
Android Compression Toolset Description documentI. Introduction to the Toolset (Project address: https://github.com/liyuming1978/NativeLibCompression)The Android Compression toolset provides an extremely concise way to provide a much higher compression ratio of so files in a storage application than Android's original zip (later versions can also support compressing dynamically loaded jar packages, as well as game resource
Rea Hat provides a similar tool for SQL Storage Compress, and boasts a compression ratio of up to 90%. The SQL Storage Compress provides a 14-day usage version, and the installation starts the Hyperbac control Service after downloading. This service compresses or compresses SQL Server's read and write requests in conjunction with Windows I/O Manager, and has no effect on the users of SQL Servers. The workin
Give the users of cool dog software A detailed analysis of how cool dogs can download MP3 files to other directories.
Method Sharing:
1, right-click menu, select Target Save As.
2, in the System settings-select-File transfer inside the default download path set.
Okay, the above information is small make up to the users of cool dog software to bring detailed cool dog download
.
Example 1: extract text.zip from the current directory.
$ Unzip test.zip
Example 2: decompress the compressed file text.zip under the specified directory/tmp. if the same file already exists, the unzip command must not overwrite the original file.
$ Unzip-n test.zip-d/tmp
Example 3: view the Directory of the compressed file.
$ Unzip-v test.zip
Zgrep command
The function of this command is to find a matching regular expression in a compressed file. the usage is the same as that of the g
exists, the unzip command must not overwrite the original file.$ Unzip-n test.zip-d/tmpExample 3: view the directory of the compressed file.$ Unzip-v test.zipZgrep commandThe function of this command is to find a matching regular expression in a compressed file. The usage is the same as that of the grep command, except that the object operated is a compressed file. You can use the zgrep command to check whether a certain sentence exists in a compressed file.2. Run the tar commandFormat: tar [Op
This article describes how to use gzip to compress and transfer js and css files in php. The example shows how to use gzip to compress js and css files, for more information, see
This article describes how to use gzip to compress and transfer js and css
Apple Mac computer compression and decompression file and folder method
1, if you need to deal with the file is not on the desktop, then you need to first click on the "Go to"---"Computer"
2, in the Computer window on the left, there are "All My Folders", "Application", "desktop" ... Pictures these options. You can only manipulate the files or folders in these options. I need to compress the "ITunes" fo
Binary XML has aroused a lot of discussion. One reason is that relatively compact transmission formats are needed, especially for Web Services. The existing ready-to-use solution is compression. This tip illustrates how to use compression to prepare XML files for transmission in Web Services.In the discussion of XML, the view of binary XML has always been heard. Due to its traditional text and the rules required to make international texts more friend
I needed to compress and decompress the files when I was doing the project, so I started from http://www.icsharpcode.net (http://www.icsharpcode.net/OpenSource/SharpZipLib/ Download.aspx downloaded the source of compression and decompression, but after downloading, faced with so many code, do not know how to start. Had to withstand the heart, slowly study, finally found the way. Two classes of file compress
PHPZipArchive is a PHP Extension class that can easily compress and decompress ZIP files. before using PHPZIP, make sure that the extension is enabled, methods for enabling PHP amplification on different platforms are available online. if you have any questions, please contact us. Here are some common examples of using phpzipArchive to compress and decompress
WinRAR the volume compression file method.
First, choose the file you want to compress, click the right mouse button to select "Add to Compressed file".
Then, in the lower left corner of the compression method to choose the "best", the following figure, then, in the lower left corner of the compression volume to select the compressed volume size, or set the size of your own individual volume file, fill the size of the unit, the general use of
Dcm4chee backend server.Dcm4che Compression function attempt:According to the description of the thread:how to compress using JPEG , the Dcm4che Toolkit has the function of compressing DCM, so a local attempt is made to enter the following command:Dcm2dcm-t 1.2.840.10008.1.2.4.70 c:\1.dcm C:\1JPEG.DCM, the output results are as follows:This error is similar to the previous error on the server and indicates that the corresponding jar package is missin
Use UglifyJS under node to compress and merge JS files, nodeuglifyjs
Currently, the latest version of UglifyJS is 2.8.13. The main function is JavaScript compression and merging. Go to the tutorial below:
Installation:
Install uglifyjs as a global variable so that you can use it anywhere.
# UglifyJS2 usage
> Two methods are available for UglifyJS2.
1. shell Command call
2. api call
Shell command:
Merge an
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service