摘要: http://www.zhihu.com/question/22553761 阅读全文
posted @ 2016-03-19 16:17 霓裳依旧 阅读(243) 评论(0) 推荐(0) 编辑
摘要: CString gray("Gray");CString cat("Cat");CString graycat = gray + cat;与其用 sprintf() 函数或 wsprintf() 函数来格式化一个字符串,还不如用 CString 对象的Format()方法:CString s;s.F... 阅读全文
posted @ 2016-01-04 10:52 霓裳依旧 阅读(141) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/sstower/article/details/7714199 阅读全文
posted @ 2016-01-04 10:26 霓裳依旧 阅读(227) 评论(0) 推荐(0) 编辑
摘要: AfxMessageBox(_T("edit change msg"));OutputDebugString(L"jian ");CString str; str.Format(_T("%ld"), 111); MessageBox(str);int a = m_Edittxt->Get... 阅读全文
posted @ 2015-12-29 22:36 霓裳依旧 阅读(181) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-12-08 23:28 霓裳依旧 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 进入node.js command prompt 命令窗口node D:\demo.js(js文件所在的位置)浏览器打开http://127.0.0.1:8899/ 阅读全文
posted @ 2015-11-28 00:03 霓裳依旧 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 打开VirtualBox,管理-全局设定,网络,仅主机“Host-only”网络,需要的设置如下 阅读全文
posted @ 2015-10-23 23:39 霓裳依旧 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 格式化代码CTRL + ALT + L错误更正(导入包、强制类型转换)alt+enter 阅读全文
posted @ 2015-10-22 17:28 霓裳依旧 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-17 18:15 霓裳依旧 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 启动项目的时候显示此时百度“无法启动程序cximage.lib” 得到http://tieba.baidu.com/p/1935208210把第二项设为启动项即可为什么设置第二项为启动项呢 因为http://blog.csdn.net/tuling_research/article/details/... 阅读全文
posted @ 2015-10-12 18:41 霓裳依旧 阅读(156) 评论(0) 推荐(0) 编辑