摘要:
閱讀全文
posted @
2008-09-14 18:16 cpsprogramer 閱讀(1877) |
評(píng)論 (1) |
編輯 收藏
摘要: 學(xué)電腦的人要了解的健康知識(shí) 你是否也免疫缺乏呢?
閱讀全文
posted @
2008-09-13 17:35 cpsprogramer 閱讀(1518) |
評(píng)論 (1) |
編輯 收藏
摘要:
閱讀全文
posted @
2008-09-02 21:09 cpsprogramer 閱讀(704) |
評(píng)論 (2) |
編輯 收藏
摘要:
閱讀全文
posted @
2008-08-18 18:19 cpsprogramer 閱讀(1814) |
評(píng)論 (2) |
編輯 收藏
摘要:
閱讀全文
posted @
2008-08-18 17:37 cpsprogramer 閱讀(1937) |
評(píng)論 (0) |
編輯 收藏
摘要:
閱讀全文
posted @
2008-08-15 21:40 cpsprogramer 閱讀(1699) |
評(píng)論 (1) |
編輯 收藏
摘要:
閱讀全文
posted @
2008-08-15 21:06 cpsprogramer 閱讀(2850) |
評(píng)論 (1) |
編輯 收藏
摘要:
閱讀全文
posted @
2008-08-15 16:36 cpsprogramer 閱讀(5111) |
評(píng)論 (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 閱讀(19352) |
評(píng)論 (1) |
編輯 收藏
摘要: 轉(zhuǎn)QQ
閱讀全文
posted @
2008-08-08 19:24 cpsprogramer 閱讀(2049) |
評(píng)論 (2) |
編輯 收藏