随笔 - 67  文章 - 171  trackbacks - 0
<2025年11月>
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

常用链接

留言簿(10)

随笔分类

随笔档案

连接资料

最新随笔

搜索

  •  

最新随笔

最新评论

     摘要:   阅读全文
posted @ 2008-09-14 18:16 cpsprogramer 阅读(1889) | 评论 (1)编辑 收藏
     摘要: 学电脑的人要了解的健康知识 你是否也免疫缺乏呢?  阅读全文
posted @ 2008-09-13 17:35 cpsprogramer 阅读(1532) | 评论 (1)编辑 收藏
     摘要:   阅读全文
posted @ 2008-09-02 21:09 cpsprogramer 阅读(724) | 评论 (2)编辑 收藏
     摘要:   阅读全文
posted @ 2008-08-18 18:19 cpsprogramer 阅读(1833) | 评论 (2)编辑 收藏
     摘要:   阅读全文
posted @ 2008-08-18 17:37 cpsprogramer 阅读(1948) | 评论 (0)编辑 收藏
     摘要:   阅读全文
posted @ 2008-08-15 21:40 cpsprogramer 阅读(1720) | 评论 (1)编辑 收藏
     摘要:   阅读全文
posted @ 2008-08-15 21:06 cpsprogramer 阅读(2870) | 评论 (1)编辑 收藏
     摘要:   阅读全文
posted @ 2008-08-15 16:36 cpsprogramer 阅读(5129) | 评论 (3)编辑 收藏
     摘要: int nAnsiLen = strlen(szText);

int nUniLen = MultiByteToWideChar(CP_ACP , MB_PRECOMPOSED , szText , nAnsiLen ,
NULL , 0);

LPWSTR pUnicode = (LPWSTR) LocalAlloc(LPTR , nUniLen);

MultiByteToWideChar(CP_ACP , MB_PRECOMPOSED , szText , nAnsiLen ,
pUnicode , nUniLen);

  阅读全文
posted @ 2008-08-10 10:26 cpsprogramer 阅读(19364) | 评论 (1)编辑 收藏
     摘要: 转QQ  阅读全文
posted @ 2008-08-08 19:24 cpsprogramer 阅读(2075) | 评论 (2)编辑 收藏
仅列出标题
共7页: 1 2 3 4 5 6 7