Popular Posts
Enable SSL connection for Jsoup import org.jsoup.Connection; import org.jsoup.Jsoup; import javax.net.ssl.*; import java.io.IOException; import java.security.KeyManagement... Oracle SQL Developer avoid substitution SET DEFINE OFF; SELECT 'D&G' FROM DUAL; OR SELECT 'D&'||'G' FROM DUAL; Get files name in batch Windows Batch : get filename using [%%~ni] Linux Shell Script : get filename using [awk, sed] windows sample : rename all *.htm file to ...
Blog Archive
Stats
Activate IIS GIZP compress
1. Set metabase editable for editing.

2. Add a new extension for gzip.

3. Edit the file c:\windows\system32\inetsrv\MetaBase.xml
Add file type for gzip at HcScriptFileExtensions attribute.
Set compress level at HcDynamicCompressionLevel attribute.