alloycode.wordpress.com
Books | Thinking
https://alloycode.wordpress.com/books
Thought of a programmer. The books I want to read:. Java Concurrency in Practice. The Old New Thing. The books I am reading:. The Java Native Interface –. Programmer’s Guide and Specification. Text Processing in Python. The books I have read:. Inside Microsoft Windows 2000. Inside Microsoft SQL server 2000. Better,Faster,Lighter Java. C专家编程 (Expert C Programming). Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public).
alloycode.wordpress.com
Strange thing in sorting a string array | Thinking
https://alloycode.wordpress.com/2008/05/12/strange-thing-in-sorting-a-string-array
Thought of a programmer. Strange thing in sorting a string array. May 12, 2008 – 00:31. Our project needs to sort large 2 dimensions string arrays that are the result set of sql queries. In general it’s the database’s responsibility to sort the result set, and in fact it was so. But it’s really a special case and we need to do the sort locally on the application server. It’s somthing like following:. Is this because of the OS’s scheduling of process, or other reasons? Laquo; Jolt Awards Announced.
alloycode.wordpress.com
C findings | Thinking
https://alloycode.wordpress.com/c-findings
Thought of a programmer. Pieces of technical findings of c language. Many are written when i was in college, and some are notes from “Exprt C programming”. Void *memcpy(void * restrict str1, const void * restrict str2, size t size);. 5)long long int 类型. Int a[10] = {[0]=100,[3]=200};. 例 #define S(s) #s. S(123) “123”. 例 #define con(a,b) a# b. LINE FILE DATE TIME STDC. In vc STDC is not available when the /Za switch is on. C99新追加的宏(Not supported by vc.). 1 x means to calculate 2 x. Macros to make icons.
alloycode.wordpress.com
Sigh, my camera. | Thinking
https://alloycode.wordpress.com/2008/05/04/sigh-my-camera
Thought of a programmer. Sigh, my camera. May 4, 2008 – 07:52. My camera was washed by the seawater when I was having a sea-bathing during my travel to Okinawa. It was at the beach. Of the small Zamami Island. Near by Okinawa Island. The camera is Canon’s IXY 900is. I regret my foolish fault so much. The pictures has not bean exported out yet, because of the lack of SD card reading approach. I will paste the last disastrous expensive picture, where i make it, to see the nearest sea wave.
alloycode.wordpress.com
向遇难的四川父老乡亲默哀 | Thinking
https://alloycode.wordpress.com/2008/05/19/mourns_for_pepole_dead_in_sichuan_earthquake
Thought of a programmer. May 19, 2008 – 23:56. Laquo; Strange thing in sorting a string array. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out. Notify me of new comments via email.
alloycode.wordpress.com
欧洲杯又开幕了 | Thinking
https://alloycode.wordpress.com/2008/06/09/european-cup-2008
Thought of a programmer. June 9, 2008 – 00:30. Laquo; Some findings in win32. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out. Notify me of new comments via email.
alloycode.wordpress.com
Jolt Awards Announced | Thinking
https://alloycode.wordpress.com/2008/05/10/jolt-awards-announced
Thought of a programmer. May 10, 2008 – 18:03. This year’s winners of Jolt Awards. Jolt Product Excellence Awards and Recipients of the Jolt Productivity Awards) announced. It really has a long name. Beautiful Code has won the general books title which I has got the book but not read yet. Continuous Integration has won the technical books title. Other tools and products that I am interesting on are:. Guice – a DI framework comes from Google. Code Collaborator – The winner of Collaboration Tools. You are ...
alloycode.wordpress.com
地震语录 | Thinking
https://alloycode.wordpress.com/2008/05/22/earthquake_quotations
Thought of a programmer. May 22, 2008 – 23:31. Some findings in win32. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out. Notify me of new comments via email.
alloycode.wordpress.com
To understand JVM’s GC. | Thinking
https://alloycode.wordpress.com/2008/05/04/to-understand-jvms-gc
Thought of a programmer. To understand JVM’s GC. May 4, 2008 – 14:12. It was about one month ago, we met several memory problems in our projects. That led me to learn how the JVM’s inside works and how the garbage collections works. We used the “-verbose:gc” switch later, try to see the GCs occurrence time with the app’s execution. It also helped little because there is no exact timestamps. We can only know there were a lot of FullGCs during the load of file. It was not exac...As the official pages menti...
alloycode.wordpress.com
Some findings in win32 | Thinking
https://alloycode.wordpress.com/2008/06/08/some-findings-in-win32
Thought of a programmer. Some findings in win32. June 8, 2008 – 23:59. Recently during I creating a path environment edit tool in win32. I had learned some thing, but also some questions. I just take them down at first. Update will come later. Add custom codes in WM NCHITTEST message handler to judge if the position is in the overlapped area. And return HTTRANSPARENT to windows indicate it is currently covered by another child window. Is not the Edit’s windows procedure? Leave a Reply Cancel reply. You a...