12 2014 档案
UNICODE字符和ASCII字符的转换
摘要:// Database objectHRESULT CDB::Read(short nTable, short nRow, LPWSTR lpszData) { CStringArray *pTable; pTable=(CStringArray*) m_arrTables[nTable];#i... 阅读全文
posted @ 2014-12-25 11:16 aoun 阅读(412) 评论(0) 推荐(0)
DLL的使用
摘要:参考:http://blog.chinaunix.net/uid-25799257-id-3877112.html 阅读全文
posted @ 2014-12-25 09:26 aoun 阅读(128) 评论(0) 推荐(0)
CComBstr CString 截取字符串
摘要:1 CComBSTR bstr;2 pDoc->get_FileName(&bstr);3 CString cstring(bstr);4 int len = cstring.GetLength();5 int pos = cstring.ReverseFind('\... 阅读全文
posted @ 2014-12-17 15:25 aoun 阅读(709) 评论(0) 推荐(0)
VS2008常用快捷键
摘要:http://www.cnblogs.com/skyblue/archive/2012/03/26/2417346.html 阅读全文
posted @ 2014-12-15 13:27 aoun 阅读(132) 评论(0) 推荐(0)
Java学习资料
摘要:马士兵java教程学习顺序:http://wenku.baidu.com/view/129312ee998fcc22bcd10db0.html马士兵java教程:http://www.ed2000.com/ShowFile.asp?FileID=173513 阅读全文
posted @ 2014-12-10 23:09 aoun 阅读(174) 评论(0) 推荐(0)
C#学习资料
摘要:牛腩新闻发布系统视频教程:http://dl.dbank.com/c0yo8vojae 阅读全文
posted @ 2014-12-10 23:08 aoun 阅读(103) 评论(0) 推荐(0)
XPS
摘要:http://www.cnblogs.com/kongxianghai/archive/2012/02/04/2338111.htmlhttp://msdn.microsoft.com/zh-cn/library/dd183313(VS.85).aspxhttp://msdn.microsoft.c... 阅读全文
posted @ 2014-12-09 20:21 aoun 阅读(143) 评论(0) 推荐(0)
html
摘要:全角空格可以替代 阅读全文
posted @ 2014-12-07 15:28 aoun 阅读(84) 评论(0) 推荐(0)
js截取字符串
摘要:http://www.cnblogs.com/wz327/archive/2010/04/11/1709433.html 阅读全文
posted @ 2014-12-02 09:05 aoun 阅读(108) 评论(0) 推荐(0)
像素和分辨率
摘要:1 阅读全文
posted @ 2014-12-01 15:18 aoun 阅读(137) 评论(0) 推荐(0)