#include <tchar.h>#include <windows.h>int _ …
每月存档:2009年6 月
Postfix
1、安装 ①、下载 $ wget ftp://ring.aist.go.jp/pub/net/mail/pos …
取得资源数据(例)
#include <stdio.h>#include <tchar.h>#includ …
修改资源数据(例)
#include <tchar.h>#include <windows.h>if (H …
SopCast
1、安装 SopCast $ wget http://download.sopcast.cn/download …
使用 GDI+
#include <gdiplus.h>using namespace Gdiplus;Gdipl …
用 Git 处理补丁
1、创建补丁(例) $ git format-patch HEAD^^$ git format-patch H …
解释跟踪日志
1、解释命令(例) $ export MALLOC_TRACE=mtrace.log$ ./test$ mtr …
跟踪内存分配
1、跟踪函数 启用跟踪 void mtrace (void) 停止跟踪 void muntrace (void …
加载自定义 GINA DLL
Windows NT 通常默认加载标准微软 GINA DLL(MSGina.dll)。为了加载自定义 GINA …