Another name for it would be Counter class.
How many times you did this ?
int databaseUpdateCounter=0;
.
{
.
databaseUpdateCounter++;
.
}
.
.
System.out.println( "databaseUpdateCounter"+ databaseUpdateCounter);
you only need to follow up on the count of a certain operation.
And then you needed to count something else, and kept on adding counterVariables ?!
Read more »
Tags: benchmark, best practices, class, code, counter, Java, Performance, PHP, Utility
Java, PHP, Siebel, Web Technologies | asmaklad, 3 Aug 12 | Comments Off on JAVA : Statistics Class
Have you ever found yourself in the following situations:
– You find a great tip on the internet or in an email and you know that if you don’t record it somewhere right now, you will loose it.
– You get a certain Error message, and you know this is not the first time you had it. You just know you have solved this error like a year ago, but you just don’t know where to look for for the solution you found before.
If you have Iron-bullet-proof memory, you don’t need to read any further.
Read more »
Tags: Apache, KnowledgeRoot, MySQL, personal wikis, PHP, Productivity Tools, WAMP, Web
PHP, Productivity Tools, Web Technologies | asmaklad, 15 Sep 10 | Comments Off on Use XAMPP and Knowledgeroot to build your own knowledge base