Posts tagged: PHP

JAVA : Statistics Class

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 »

Use XAMPP and Knowledgeroot to build your own knowledge base

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 »