thankfully, all Java application servers now support hot deployment. So we just need to get into the path to the application server, and we can change the bug's class file or jar file, whatever else, and replace it with the ear bag. The application server then checks to see that the ear package has been updated and is automatically hot-deployed. The tools used here are two, jars and 7z, why jars are compared to 7
Rar and 7z are both from Uindows compression formats. Currently, they cannot be decompressed by default in Ubuntu. How can we enable the system to support them in Ubuntu12.10? Install 7zip: sudoapt-getinstallp7zip installation rar: sudoapt-getinstallrar this way, after installation is complete, your Ubuntu12.10 can support RAR and 7Z format files!
Rar and 7z are
Under the compression of Linux is really a little complicated god horse 7z ah, gz2 Ah, bz2 ah, rar ah ... But after reading this, you won't find it complicated. Xi-hee ~ ~
Common parameters and instances of the TAR command:——————————————————————————————————-Required Parameters: (3 parameters cannot coexist)-C: Create a compressed file.-X: Extracting Files-T: View the files in the compressed package.——————————————————————————————————-Auxiliary paramete
Common parameters and examples of 1,TAR commands:Required Parameters: (3 parameters cannot coexist)-C: Creates a compressed file that represents create.-X: Unzip the file-T: View the files inside the package!Auxiliary parameters:-Z: Compressed/uncompressed with gzip-J: Compressed/uncompressed with bzip2-V: Show the compression/decompression progress bar-F: Use the file name (note: F do not answer the parameters, that is,-ZXFV is wrong, to write-ZXVF)Instance:Unzip a file:TAR-ZXVF abc.tar.bz2(Dec
Tag: style blog HTTP color file 2014There are many ways to encrypt files.Hide the compressed file to an image, That is, no one will doubt that the image is actually a compressed package, so it is a good way to "encrypt" important files.The method is as follows:First, copy the compressed package name to the root directory of drive D. Run CMD and enter:Copy/B D: 1.jpg+ D: 2.rar D: 1.jpg. press enter to run the command. At this time, this image is not just a simple "image ". To restore the compress
Tags: wget make get org log file Linux source project Evel
Install prerequisite Environments
Yum Install kernel-devel kernel-headers gcc-c++ make
Download source code (version 16.02, 2016.10.04 publish)
wget http://downloads.sourceforge.net/project/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2TAR-JXVF p7zip_16.02_src_all.tar.bz2CD p7zip_16.02MakeMake install
Common commands
7za a log.7z/var/log/messages #压缩日志文件 to log.7z7za T l
Under the circumstances, IIS does not allow MIME file downloads that are not registered to IIS, which MIME types are supported by default, and can be seen in the properties of the IIS site.
It's just a pity that some common patterns are not supported by default. such as. iso. 7z BT seeds, etc.
We can manually add the mine type so that IIS can hold the file download we specified.
The site---Properties required in IIS---HTTP headers---MIME types-
Tags: file div compile installation management files. com cannot be local logsLinux systems cannot directly support RAR and 7z due to copyright, and need to install third-party tools manually.RAR Supportsudo apt install unrar7z Supportsudo apt install p7zip-fullCompile and install RAR support (not recommended)
Download the latest RAR support package from http://www.rarlab.com/download.htm
Unzip the compressed package tar -zxvf rarlinux-x64-5.3
IIS does not allow download of mime files not registered with IIS. Which MIME types are supported by IIS by default, which can be seen in the attributes of the IIS Site.
Unfortunately, some common modes are not supported by default. Such as. ISO. 7z BT seeds
We can manually add the mine type so that IIS can download the specified file ..
Add the following content to the site --- properties --- HTTP header --- MIME type required in IIS:Extension:.
IIS does not allow download of mime files not registered with IIS. Which MIME types are supported by IIS by default, which can be seen in the attributes of the IIS Site.
Unfortunately, some common modes are not supported by default. Such as. ISO. 7z BT seeds
We can manually add the mine type so that IIS can download the specified file ..
Add the following content to the site --- properties --- HTTP header --- MIME type required in IIS:Extension
Under ubuntu 7z rarfile decompression method to open the terminal, type the following command: apt-get install p7zip-full command after installation, unzip the file, as follows: 7z x file is the file to be decompressed. Generally, the rarfile cannot be decompressed through the default ubuntu installation. It can be decompressed only after the rar decompression tool is installed. In fact, installing the rar
Install 7z in CentOS
Reference: http://lxs647.iteye.com/blog/784780
Because you need to decompress a 7zip package under the command line. Therefore, this issue is involved.
Asked about Google. In Linux, The 7Zip solution is p7zip, so the corresponding download method is used.
1. omnipotent Yum
1
[root@
hostname
~]
# yum install p7zip
2. Download and compile the source code: Http://p7zip.sourceforge.net/Of course, the 7zip source code package of Oolo
The famous compression software 7-zip is a GNU/LPGL the free software which distributes under the agreement, can say is at present the most hopeful becomes the zip, the next mainstream compression format file compression format after the RAR. Let's take a look at how to add the 7z right button for PE, of course there are many kinds of methods, the following is only one of the methods for reference.
First, copy the 7z.exe, 7z.dll, 7-zip.dll, 7zG.exe f
In the case of acquiescence, IIS does not allow MIME file downloads that are not registered to IIS, which MIME types are supported by default, and can be seen in the properties of the IIS site.
It's just a pity that some common patterns are not supported by default. such as:. iso. 7z BT seeds
We can manually add the mine type so that IIS can hold the files we specify to download
The site---Properties required in IIS---HTTP headers---MIME types--Add
1. Click the address above to open the download page.
2. Click "normal download"-Wait for 30 seconds-click "Download"-save
The program runs as follows:
Use 7z. dll to decompress the file
Select where to decompress
Decompress the package.
Add the file to be compressed
Select save path
After compression is completed.
Main source program:
[Csharp]/** Created by SharpDevelop.* User: Administrator* Date: 2012/10/29* Time: 16: 13** To change this template u
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.