摘要:
Personally, I prefer wireshark to network monitor for:
Wireshark runs on many platforms including windows, linux, mac os x, etc. I need to work both on linux and windows, and I'd like to keep my toolb... 阅读全文
2010年6月29日
摘要:
After google moved their service from china mainland to hongkong, I can't access google.com or google.cn from mainland anymore. I always get redirected to google.com.hk. Based off my experience with g... 阅读全文
摘要:
A problem I encountered while developing my source filter's output pinis that inside FillBuffer method, the media type and size of the media sample is not exactly the same as the one I proposed in Get... 阅读全文
摘要:
A common task we may want to achieve while creating a media application is to start media playback on a new thread, as the sample below shows:
http://code.google.com/p/rxwen-blog-stuff/source/browse/t... 阅读全文
摘要:
As I posted before, logging is an important debugging means. In order to be truly useful and convenient, the logging module should at lease have two traits:
can be turned on and off globally
supports ... 阅读全文
摘要:
In sip protocol, the difficult thing is the liecycle of sip elements, including dialog, transaction and message.Though defined as different layers in sip, their lifecycle usually overlaps. Message is ... 阅读全文
摘要:
I generated a pdf file from a word document with word 2007. But the pdf file looks very uncomfortable in my pdf viewer. So I looked it closely to see what makes me feel so. The culprit is the spacing ... 阅读全文
摘要:
ipython doesn't work with built-in pdb debugger. While I tried to debug a python script with "run -d script.py" within ipython shell, I got bellow error:
AttributeError: Pdb instance has no attribute ... 阅读全文
2010年6月10日
2010年5月11日
摘要:
I've been trying to use googleteston windows ce platform to dounit testing. Butgtestdoesn't provide a windows ce project file, so I had to modify the project myself. Here is how to do so:1. Add a new ... 阅读全文