摘要: //GBK转UTF8string CAppString::GBKToUTF8(const string & strGBK) { string strOutUTF8 = ""; WCHAR * str1; int n = MultiByteToWideChar(CP_ACP, 0,... 阅读全文
posted @ 2013-10-16 16:12 奥雷连诺 阅读(361) 评论(0) 推荐(0)
摘要: Windows上右键git菜单出来的原因Git下载地址https://code.google.com/p/msysgit/downloads/list?q=full+installer+official+gitGit右键菜单,见图(1-1)图(1-1)使用1.7.8版本好像不能出现右键菜单,试了好几... 阅读全文
posted @ 2013-10-16 11:22 奥雷连诺 阅读(670) 评论(0) 推荐(0)