会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kuaqi
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
31
下一页
2019年6月22日
控制台获取数据 &类型转换Convert
摘要: int num; num = Convert.ToInt32(Console.ReadLine());\\函数 Convert.ToInt32() 把用户输入的数据转换为 int 数据类型,因为 Console.ReadLine() 只接受字符串格式的数据。
阅读全文
posted @ 2019-06-22 10:36 kuaqi
阅读(257)
评论(0)
推荐(0)
2019年6月14日
MFC框架
摘要: MDI: 消息: App类和Doc类都是从CCmdTarget类派生而来,所以只能接收命令消息和控件通知消息,View类与Frame框架类都是从CWnd类派生,所以能够接收命令消息和控件通知消息,还有windows消息三种消息。对于三种消息,期响应的顺序是这样的: 首先由框架类接收到该消息,框架类将
阅读全文
posted @ 2019-06-14 15:18 kuaqi
阅读(386)
评论(0)
推荐(0)
2019年6月13日
获取控件类型 GetClassName()
摘要: TCHAR szBuff[256]; GetClassName(::GetFocus(), szBuff, sizeof(szBuff) / sizeof(TCHAR));
阅读全文
posted @ 2019-06-13 17:29 kuaqi
阅读(546)
评论(0)
推荐(0)
2019年6月12日
快捷键 Msg消息
摘要: https://baike.baidu.com/item/MSG/16826909?fr=aladdin https://docs.microsoft.com/en-us/windows/desktop/api/winuser/ns-winuser-tagmsg https://blog.csdn.
阅读全文
posted @ 2019-06-12 18:58 kuaqi
阅读(231)
评论(0)
推荐(0)
类 多态(迟绑定)
摘要: https://blog.csdn.net/hezeshi/article/details/27318933 / https://blog.csdn.net/beckle_ye/article/details/4698431 https://www.cnblogs.com/hellcat/p/966
阅读全文
posted @ 2019-06-12 08:54 kuaqi
阅读(122)
评论(0)
推荐(0)
2019年6月11日
焦点/插入符 光标
该文被密码保护。
阅读全文
posted @ 2019-06-11 17:11 kuaqi
阅读(9)
评论(0)
推荐(0)
2019年6月5日
创建图像
该文被密码保护。
阅读全文
posted @ 2019-06-05 19:11 kuaqi
阅读(0)
评论(0)
推荐(0)
DLL发布 matlab代码发布
摘要: https://blog.csdn.net/alansss/article/details/81320548 最近需要将写好的matlab代码转成基于OpenCV的代码,然后再封装成dll进行发布。一开始直接看基于OpenCV的dll生成,但是都不太成功,故而先试试没有OpenCV的dll生成。 主
阅读全文
posted @ 2019-06-05 18:56 kuaqi
阅读(475)
评论(0)
推荐(0)
获取ini内容 GetPrivateProfileString GetPrivateProfileInt
摘要: 如果操作路径不能包含文件的完整路径,系统将会在windows的目录中进行查找; GetPrivateProfileString(L"Text", L"Chinese", L"xx", strBuffer.GetBuffer(50), 50, strIniFile)
阅读全文
posted @ 2019-06-05 18:00 kuaqi
阅读(282)
评论(0)
推荐(0)
路径操作 getModuleFileName() 等
摘要: GetModuleFileName(NULL, strBuffer.GetBufferSetLength(101), 100); // 得到程序的路径+文件名+后缀 AfxMessageBox(LPCTSTR(strBuffer)); strBuffer.ReleaseBuffer(); int i
阅读全文
posted @ 2019-06-05 16:58 kuaqi
阅读(283)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
31
下一页
公告