Author Archives: Icyfish

RAID on the Cheap: Windows 7 Software RAID vs. inexpensive “fake RAID” at Kevin’s Blog

spinning the seattleites via RAID on the Cheap: Windows 7 Software RAID vs. inexpensive “fake RAID” at Kevin’s Blog.

Share
Posted in Computer Technology | 615 views | Leave a comment

Genius-Field Database Connection Pool API 0.2(RC) Release

0.2-rc (2009-10-19) New features: Add a new method which can load properties from a variable instead of from a file Download dbcp-0.2-rc

Share
Posted in Java Technology | 695 views | Leave a comment

Genius-Field Database Connection Pool API 0.2(beta) Release

0.2-beta (2009-10-08) Bugfixes and minor changes: Fix an error which may throw IllegalMonitorStateException Download dbcp-0.2-beta

Share
Posted in Java Technology | 964 views | Leave a comment

Use Eclipse+SVN to Do Team Work

Subversion is an open source version control system. It will make you safe and efficient to do collaboration work with your team members. We use eclipse plugin Subversive to integrate SVN to eclipse platform. Here we use eclipse 3.5.1+Subversive 0.7.8.

Share
Posted in Programming Technology | 3,050 views | 2 Comments

Genius-Field Database Connection Pool API 0.2(alpha) Release

We are glad to inform you that our new version of Genius-Field Database Connection Pool is released. From now on, we will post the change logs here as well as the jar distribution and put other stuff on Google Code. … Continue reading

Share
Posted in Java Technology | 756 views | Leave a comment

New Genius-Field Database Connection Pool API Coming Soon

We are developing new version of Genius-Field Database Connection Pool in order to make it more stable and efficient. In the new version, the entire structure will be changed and it hopefully will be easy to use and easy to … Continue reading

Share
Posted in Java Technology | 761 views | Leave a comment

Basic Knowledge of Cygwin

Cygwin is a Linux-like environment for Windows. It is something like a Linux simulator, but actually it is NOT. Cygwin is not a way to run native linux apps on Windows. You have to rebuild your application from source if … Continue reading

Share
Posted in Computer Technology | 1,410 views | Leave a comment

Genius-Field Database Connection Pool API 0.1 Release

New features: Allow user to release all conns at one time Allow user to watch some basic status of the connection pool Allow user to manually drop a conn if it works abnormally Bugfixes and minor changes: Fix the number … Continue reading

Share
Posted in Java Technology | 1,268 views | Leave a comment

Further study on duplicate elements of HashSet

In mathematics, it is trivial to check duplicate elements because the properties of an element are simple. It may just contain numbers, letters, and colors and so on. However, it is complicated to check whether two elements (objects) are the … Continue reading

Share
Posted in Java Technology | 5,837 views | 2 Comments

Build up C/C++ environment on eclipse using CDT + cygwin

More and more people want to use open source IDE instead of Visual Studio to writing C/C++ because it’s clean and free. Here, we introduce eclipse to writing C/C++ program. Eclipse is an excellent IDE for Java programming. Due to … Continue reading

Share
Posted in Programming Technology | 231,725 views | 11 Comments