Runing the codes on Create TAR Files Using Apache Ant API, the following exception may be thrown when processing a file still being appended or modified.
Mysqldump, Errorcode: 13, and Windows 7
In order to successfully export data from MySQL to some location in the same server host, the server application itself or the user account it runs on must have a write-access to the destination folder.
(Bad Practice) Wait Until All Threads Complete Execution in Java
This post shows an example of a bad practice I saw in one of my Java projects seven years ago. It also has a naive implementation of concurrency in Java, wherein it waits for all threads to complete. Moreover, it
Using JPoller
JPoller is a general purpose Java component to poll directories and asynchronously notify client code of incoming files.
Top n values without using a limit clause or its equivalent
Top n values without using a limit clause or its equivalent
File Compression in Java with Apache Commons Compress
Apache Commons Compress can be downloaded from http://commons.apache.org/compress/
IBM Informix Developer Edition 11.70 Twists and Turns
This post contains the twists and turns as I come across them while working with IBM Informix Developer Edition. It will be updated with new notes over and over.
IBM Informix Developer Edition 11.70 on Window XP
IBM Informix Developer Edition 11.70 on Window XP
MD5 Digest in Solaris 5.10
MD5 Digest in Solaris 5.10
Giving SQL SELECT Priority over SQL INSERT/UPDATEs in MySQL
Giving SQL SELECT Priority over SQL INSERT/UPDATEs in MySQL