Building My Own Mac Working Environment
In recent 2 years, I have switched my own working environment from Windows to Ubuntu and Mac. For the reason that I switched C/C++ development for... »
In recent 2 years, I have switched my own working environment from Windows to Ubuntu and Mac. For the reason that I switched C/C++ development for... »
Before JDK 1.2, if a object isn’t referenced by any variable, it can’t be used any more.Since JDK 1.2, Java has four reference types.In order from... »
It’s widely known that it’s illegal to update UI components directly from threads other than main thread in android. This a rule in Android world, we... »
stop-the-world Stop-the-world means that the JVM is stopping the application from running to execute a GC. When stop-the-world occurs, every thread except for the threads needed... »
“Let requests and responses be written in an area where... »