代码改变世界

阅读排行榜

FFFB0.2 - 在饭否上显示你正在foobar2k里听的歌

2007-06-10 17:34 by atempcode, 794 阅读, 收藏,
摘要: What's new in FFFB0.2 1. 可以指定每几分钟或播放几首歌后才发送到饭否.2. "我喜爱的歌"按钮: 发送信息到饭否.3. 提供了MSI 安装程序.Requirement: FooBar2000 0.9.4.3, 在饭否上注册一个用户 (fanfou.com)Download: DLLMSI installation packageInstallation:For the DL... 阅读全文

What's new in VS2005 debugger -- STL data display

2004-07-16 12:48 by atempcode, 772 阅读, 收藏,
摘要: The STL data diaplay has improved in the VS2005. Conisder the simple c++ code: #include "stdafx.h"#include int _tmain(int argc, _TCHAR* argv[]){std::vector V;V.insert(V.begin(), "hello");V.insert(V... 阅读全文

Add custom view for expression

2006-10-19 22:21 by atempcode, 742 阅读, 收藏,
摘要: In VS2005, there are new features to display data in a specific format (read very visual) called Type Visualizer and Custom Viewer. There are a lot of articals talking about the Type Visualizer like t... 阅读全文

VSIP 2005 Beta1 Releases

2004-07-06 09:03 by atempcode, 741 阅读, 收藏,
摘要: http://www.microsoft.com/downloads/details.aspx?FamilyID=94c9970d-c247-4ded-a76d-f7b3d589e71d&DisplayLang=en 阅读全文

Enter debugger when application starts

2004-08-18 15:34 by atempcode, 739 阅读, 收藏,
摘要: Recently I am debugging a out-of-process COM exe. It crashed some time before I can attach debugger to it. How can I debug the exe when it starts? After check the MSDN, I find that some change to the ... 阅读全文
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页