摘要:
CodeProject上的优秀资源 2009-05-22 17:09 1)在程序中使用shell contextmenu http://www.codeproject.com/KB/shell/shellcontextmenu.aspxUse Shell ContextMenu in your applicationsBy Roman Engels 2)对windows menu的一个详细介绍 h...
阅读全文
posted @ 2010-05-09 22:46
xilentz
阅读(413)
推荐(0)
摘要:
Building a Dynamic UI using a CWnd Free Pool By nschan http://www.codeproject.com/KB/dialog/WndFreePool.aspx
阅读全文
posted @ 2010-05-08 09:54
xilentz
阅读(225)
推荐(0)
摘要:
http://www.codeproject.com/KB/cpp/realtimestock.aspx
阅读全文
posted @ 2010-05-08 09:54
xilentz
阅读(179)
推荐(0)
摘要:
Enlarge and see more images This binder contains the original design specifications for OS/2 NT, an operating system designed by Microsoft that eventually became Windows NT. In the late 1980s, Micros...
阅读全文
posted @ 2010-05-08 09:49
xilentz
阅读(489)
推荐(0)
摘要:
WWW FAQs: What is the maximum length of a URL? 2006-10-13: Although the specification of the HTTP protocol does not specify any maximum length, practical limits are imposed by web browser and server ...
阅读全文
posted @ 2010-05-08 09:48
xilentz
阅读(681)
推荐(0)
摘要:
Will Windows CE 5.0 apps run on Windows CE 6.0? 0diggsdigg By Doug 2006-10-13 Given that Windows Embedded CE 6.0 introduces a third-generation kernel architecture, it's natural to wonder whether app...
阅读全文
posted @ 2010-05-08 09:31
xilentz
阅读(323)
推荐(0)
摘要:
世界上最小的陀螺仪——爱普生石英晶体陀螺仪 凭借世界最小陀螺仪在2004年诞生,爱普生在石英器件上的事业有了决定性的扩张。自从1969年第一块石英手表发明以来,爱普生一直领导石英谐振器应用之产业。石英谐振器用在钟、手表以及电脑、手机和消费电子等需要精确时间操作的地方。现在,自XV-3500CB角速度陀螺传感器始,爱普生又在影响着传感器领域。XV-3500CB起初用于修正手持...
阅读全文
posted @ 2010-05-07 20:42
xilentz
阅读(3600)
推荐(2)
摘要:
TotoiseSVN的基本使用方法 在 项目管理实践教程一、工欲善其事,必先利其器【Basic Tools】中,我已经讲解了怎样安装TortoiseSVN。在上面的讲解中已经讲了怎么使用VisualSVN Server了,今天我要讲的是,TortoiseSVN的简单使用方法。 一、签入源代码到SVN服务器 假如我们使用Visual Studio在文件夹StartKit中创建了一个项目,我们要...
阅读全文
posted @ 2010-05-06 15:42
xilentz
阅读(269354)
推荐(31)
摘要:
VisualSVN Server的配置和使用方法【服务器端】 安装好VisualSVN Server后【安装过程看这里】,运行VisualSVN Server Manger,下面是启动界面: 好的,下面我来添加一个代码库【Repository】,如下图: 按上图所示,创建新的代码库,在下图所示的文本框中输入代码库名称: 注意:上图中的CheckBox如果选中,则在代码库StartKit下面会创建...
阅读全文
posted @ 2010-05-06 15:35
xilentz
阅读(7933)
推荐(3)
摘要:
#include "stdafx.h" typedef IMAGE_SECTION_HEADER (*PIMAGE_SECTION_HEADERS)[1]; // 计算对齐后的大小 unsigned long GetAlignedSize(unsigned long Origin, unsigned long Alignment) { return (Origin + Alig...
阅读全文
posted @ 2010-05-06 13:34
xilentz
阅读(1108)
推荐(0)