会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
124
125
126
127
128
129
130
131
132
···
134
下一页
2019年12月24日
vc++,MFC,组合框控件设置时0xC0000005: 读取位置 0x00000020 时发生访问冲突
摘要: 511.exe 中的 0x78bb5dec (mfc90ud.dll) 处未处理的异常: 0xC0000005: 读取位置 0x00000020 时发生访问冲突 _AFXWIN_INLINE int CComboBox::SetCurSel(int nSelect) { ASSERT(::IsWin
阅读全文
posted @ 2019-12-24 10:32 txwtech
阅读(494)
评论(0)
推荐(0)
2019年12月19日
无法解析的外部符号 "public: virtual struct CRuntimeClass * _
摘要: SetupPropertyPage.obj : error LNK2001: 无法解析的外部符号 "public: virtual struct CRuntimeClass * __thiscall CSetupPropertyPage64::GetRuntimeClass(void)const "
阅读全文
posted @ 2019-12-19 20:13 txwtech
阅读(1128)
评论(0)
推荐(0)
2019年12月11日
vc++,MfC ,cstring与char相互转换知识
摘要: //mapName = mapString;// 原始- string mapName; CString strtemp,strtemp2; //char temp[XMAX_FILE_LENGTH + 1]; char temp[1024]; char print_internal_mapname
阅读全文
posted @ 2019-12-11 11:46 txwtech
阅读(1128)
评论(6)
推荐(0)
2019年11月29日
cino伟斯 A770键盘界面快速设定记录后缀删除添加换行回车操作方法
摘要: http://www.cinoscan.com/upload/2016063033256485.pdf cino A770键盘界面快速设定记录后缀删除添加换行回车操作方法
阅读全文
posted @ 2019-11-29 12:12 txwtech
阅读(349)
评论(4)
推荐(0)
c++深复制与浅复制区别代码示范vs2015-txwtech
摘要: c++深复制与浅复制区别代码示范vs2015-txwtech c++深复制与浅复制区别代码示范 区别: 深复制: CDemo B = A; B.str[0] = 'K';//B对象里面的元素修改后,A里面不会发生改变。 // 深复制 复制构造函数 CDemo(CDemo &obj1) { this-
阅读全文
posted @ 2019-11-29 12:05 txwtech
阅读(378)
评论(0)
推荐(0)
2019年11月15日
cc4a-c++类定义与struct定义方式代码示范
摘要: cc4a-c++类定义与struct定义方式代码示范 1 #include <iostream> 2 #include <string> 3 using namespace std; 4 5 struct People_C //struct定义方式,没有指定public,默认就是public 6 {
阅读全文
posted @ 2019-11-15 16:13 txwtech
阅读(496)
评论(1)
推荐(0)
2019年11月11日
vs2017离线包下载获取方法
摘要: 一、去官网下载所需要的版本的安装包获取程序: https://www.visualstudio.com/zh-hans/downloads/ 三个版本,对应文件名称为: 社区版:vs_Community.exe 专业版:vs_Professional.exe 企业版:vs_Enterprise.ex
阅读全文
posted @ 2019-11-11 17:37 txwtech
阅读(603)
评论(0)
推荐(0)
解决错误 CS1617 Invalid option '7.1' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6.
摘要: 解决错误 CS1617 Invalid option '7.1' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. 右键项目--》属性--》生成--》高级--》语言版本选择你配置文件所对应的版
阅读全文
posted @ 2019-11-11 16:17 txwtech
阅读(5500)
评论(1)
推荐(3)
2019年11月10日
visual studio 2005/2010/2013/2015/2017 vc++ c#代码编辑常用快捷键-代码编辑器的展开和折叠
摘要: visual studio 2005/2010/2013/2015/2017 vc++ c#代码编辑快捷键-代码编辑器的展开和折叠 VS2015代码编辑器的展开和折叠代码确实很方便和实用。以下是展开代码和折叠代码所用到的快捷键 Ctrl + M + O: 折叠所有方法 Ctrl + M + M: 折
阅读全文
posted @ 2019-11-10 15:06 txwtech
阅读(801)
评论(0)
推荐(0)
2019年11月5日
c++无法解析的外部符号 "int const bufferSize
摘要: 无法解析的外部符号 "int const bufferSize 严重性 代码 说明 项目 文件 行 禁止显示状态错误 LNK2001 无法解析的外部符号 "int const bufferSize" (?bufferSize@@3HB) c8a_demo d:\Users\TT2018\docume
阅读全文
posted @ 2019-11-05 20:12 txwtech
阅读(769)
评论(1)
推荐(0)
上一页
1
···
124
125
126
127
128
129
130
131
132
···
134
下一页