上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 133 下一页
摘要: 请问鸿蒙开发板hi3861有中断引脚吗? 阅读全文
posted @ 2021-09-21 21:21 txwtech 阅读(72) 评论(0) 推荐(0)
摘要: C51单片机引脚图 阅读全文
posted @ 2021-09-21 20:55 txwtech 阅读(912) 评论(3) 推荐(0)
摘要: https://blog.csdn.net/txwtech/article/details/120338446 error: conflicting types for 'get_data_from_ROM'error: conflicting types for '***' error: prev 阅读全文
posted @ 2021-09-16 21:55 txwtech 阅读(178) 评论(0) 推荐(0)
摘要: 运行程序时显示“从服务器返回一个参照”怎么办 方法是鼠标右击执行文件,然后选择“属性”,在“兼容性”选项卡中,然后在特权等级下勾选“以管理员身份运行此程序”,点击确定退出即可 https://jingyan.baidu.com/article/4b52d70241cb04bc5d774b12.htm 阅读全文
posted @ 2021-09-13 15:21 txwtech 阅读(638) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/txwtech/article/details/115696293 按钮触发事件,启动线程: pThread=new CWinThread(); pThread->m_bAutoDelete=false; // m_pMainDlg = ::AfxGetM 阅读全文
posted @ 2021-09-13 10:52 txwtech 阅读(432) 评论(0) 推荐(0)
摘要: mfc_vc++最小化或者离开当前窗口后在任务栏的消息提醒闪烁功能 https://blog.csdn.net/txwtech/article/details/120250259 阅读全文
posted @ 2021-09-12 14:45 txwtech 阅读(161) 评论(0) 推荐(0)
摘要: vs2015,放在OnInitDialog()里面this->SetWindowPos(&wndTopMost, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE); 其它方法:设置置顶显示 ::SetWindowPos(hWnd,HWND_TOPMOST,0,0,0,0,SW 阅读全文
posted @ 2021-09-12 11:14 txwtech 阅读(2480) 评论(0) 推荐(0)
摘要: cnt=m_ListCtrl_Entity.GetItemCount(); CString show_content=L"有请求,请处理"; CString no_show_content=L"无请求"; if(cnt>0) { m_bSendMessage.Attach(IDC_BUTTON_Se 阅读全文
posted @ 2021-09-10 14:29 txwtech 阅读(104) 评论(0) 推荐(0)
摘要: MFC集成了相应的宏"TRACE"来实现这个功能。示例如下: TRACE("x = %d and y = %x and z = %f\n", 1, 2, 3); 可以直接打印信息,打印出来的东西在"输出窗口"中 Debug模式有效 //MessageBox(L"configIP="+configIP 阅读全文
posted @ 2021-09-10 08:34 txwtech 阅读(1805) 评论(0) 推荐(0)
摘要: neptune操作系统代码启动流程 https://mp.weixin.qq.com/s/KhHdEUifmYFn13a5FvlMxw neptune开发板启动运行串口打印的原始log如下:[09:44:52.097]收←◆entering kernel init… [09:44:52.176]收← 阅读全文
posted @ 2021-09-09 13:06 txwtech 阅读(200) 评论(0) 推荐(0)
上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 133 下一页