just do IT

Wednesday, October 28, 2009

View android source code in eclipse

›
It's highly desired to be able to examine and debug into android framework source code. Eric Burke showed how he figured out where to pu...
3 comments:
Tuesday, October 27, 2009

Beginning Android Development

›
Recently, I get start doing some development on android platform. Having skimmed through android sdk document, I find it’s a very interesti...
Wednesday, October 14, 2009

understanding dynamic cast

›
dynamic_cast is a run-time type conversion operator and it ensures only valid conversion can success. The expression dynamic_cast (src) conv...
Monday, August 24, 2009

Trace System Calls

›
Sometimes, it's helpful to trace system api calls during debugging so that we can determine if the incorrect behavior is caused by passi...
3 comments:
Wednesday, August 19, 2009

Design for debugging

›
After we release a product to market, it's not uncommon that our customer report bugs to us, even we gained a lot of confidence from ...
Friday, August 14, 2009

Use trace point in windbg

›
In visual studio, we can add trace point while debugging. It's a helpful feature to analyze the behavior of a program without breaking ...
Monday, August 3, 2009

View memory usage

›
I came across some questions about how to evaluate the memory usage of a process. It seems to be an easy task since most operating systems h...
Thursday, July 16, 2009

A great book for asp.net mvc

›
I learned asp.net mvc recently, and the material I picked was Pro ASP.NET MVC Framework by Steven Sanderson. This book is great for learnin...
Tuesday, June 16, 2009

Use VI command in bash

›
If you are a fan of vi editor, you'll be exciting to find out that we can use vi command in shell. By default, bash has its own set of ...
Tuesday, May 19, 2009

Minimize Code Explosion of Generic Type

›
Generic is added to .net framework since version 2, which highly increase the re-usability of commonly used algorithms. It's well known ...
Saturday, May 9, 2009

GoAhead Web Server Hang

›
Symptom: Recently, we are experiencing process hang with the goAhead web server. The symptom can be reproduced if we disconnect the network ...
Tuesday, April 21, 2009

Macro expansion and Assembly code

›
We know that compiler will expand macros before it actually compiles the code. Sometimes it's useful if we can view the result of the ex...
‹
›
Home
View web version
Powered by Blogger.