connygy

connygy

the useful subclass for BitSet and FastBitSet

BitSet and FastBit will always change themselves if they do some set operations, just like and, or, andNot. To avoid such cases, you should write a extended classes: For BitSet: MyBitSet For FastBitSet: MyFastBitSet

Example for Javolution FastBitSet

Javolution is a High-performence java library, it is not only fast but also very comfortable to use. FastBitSet of Javolution is similar to BitSet of Java native Bib. But there are still some differences in usage: 1. BitSet is cloneable,…

How to make your website speak?

You can make your website or blog speak without any complicated technology. The easiest way is to use the tts-cloud service, but the most tts cloud services are costly. I tried a lot of them, at the end I found…

set security level in java control panel

Some times you might face the problem that java application can not be allowed to run in your webbrowser: Error Message: Application Blocked, Your security settings have blocked a local application from runing. What can you do at this time?…