上一页 1 2 3 4 5 6 ··· 12 下一页

2010年6月29日

摘要: 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... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 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 ... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 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 ... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 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 ... 阅读全文
posted @ 2010-06-29 20:41 rxwen 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 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 ... 阅读全文
posted @ 2010-06-29 20:41 rxwen 阅读(298) 评论(0) 推荐(0) 编辑

2010年6月10日

摘要: what's up 阅读全文
posted @ 2010-06-10 19:39 rxwen 阅读(130) 评论(0) 推荐(0) 编辑

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 ... 阅读全文
posted @ 2010-05-11 09:15 rxwen 阅读(1158) 评论(2) 推荐(1) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页

导航