SDK provides a set order to achieve several interface java.util.List, three of which most people are familiar with the Vector, ArrayList and LinkedList. List of these is a difference between the performance of frequently asked questions. In this article, I want to…
On
Popular articles @ 31/12/2006 |
I never refuse to confess that I am a newbie of Java programming.
It took me some time to understand the connection between reference and object, the difference between reference and pointer (I learned the concept in C / C + +) and the magnificant usage of upcasting. …
On
Popular articles @ 29/12/2006 |
Read many of the online series of articles, I also wrote two now feeling these articles are not well clear of the sequences (including myself), so I will sum up their predecessors as well as their own experience with more simple understandable language to describe the mechanism, of course,…
On
Popular articles @ 28/12/2006 |
Persistent Object
I wrote in the study of the Java object serialization (1) You already know the sequence of meaning and mechanisms of how to achieve some of the sequences in this article, we will go deep into the internal mechanism to see how it is working…
On
Popular articles @ 26/12/2006 |
The so-called "target sequences": Gangchachu think when this thing is very difficult, since the flu seen its simplicity, the simple word: use it as storage can be as simple text or digital storage targets.
Specific applications: As I accumulated experience is…
On
Popular articles @ 25/12/2006 |
After an object is constructed, the system is constructed out after the structure and whether or not the compiler?
Today review of the C + + language, for a small procedure. Found a constructed object, the system will be in the VC6 Below call themselves such…
On
Popular articles @ 24/12/2006 |
A simple class T
Class T
(
Public:
T ()
(
Value = 0×12345678;
)
~ T ()
(
Value = 0; …
On
Popular articles @ 18/12/2006 |
Mutex object visit, a lock keyword C #, Java is synchronized keyword, under the Windows C + + on its own only through CriticalSection API programming has been achieved. Below are the chicken striker Mutex categories:
(Class Mutex
Public: …
On
Popular articles @ 15/12/2006 |
ASP.NET Cache mechanism of the page, the user controls and custom cache, the paper provides a cache in the business of business object method.
The use of ASP.NET Cache mechanism can improve the overall performance of the Web server. ASP.net pages provided in…
On
Popular articles @ 09/12/2006 |