上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 133 下一页
摘要: 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)
摘要: 未处理的异常: 0xC0000005: 读取位置 0x00000000 时发生访问冲突 解决方法: 生成-》清理解决方法-》生成解决方法 阅读全文
posted @ 2021-09-09 11:48 txwtech 阅读(459) 评论(0) 推荐(0)
摘要: Visual Assist X for vs2005 http://www.rsdown.cn/down/165522.html#download http://d1.xszdll.cn:8001/rsdown/Visual%20Assist%20X%20for%20vs2005.rar 阅读全文
posted @ 2021-09-08 14:25 txwtech 阅读(191) 评论(0) 推荐(0)
摘要: vc++ error C3861: “make_pair”: 找不到标识符 make_pair前面添加: std:: std::map<CString, CString> map_str; map_str.insert(std::make_pair("aa1","FB001")); 阅读全文
posted @ 2021-09-08 13:30 txwtech 阅读(805) 评论(0) 推荐(0)
摘要: Hispark WiFi IoT Hi3861 相关资料 https://harmonyos.51cto.com/posts/1158 阅读全文
posted @ 2021-09-07 22:35 txwtech 阅读(166) 评论(0) 推荐(0)
摘要: c#信号量实现线程挂起,暂停,继续,停止操作 using System; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace testManualResetEvent 阅读全文
posted @ 2021-09-07 14:21 txwtech 阅读(1146) 评论(1) 推荐(0)
摘要: string[] aa_tt = new string[20]; string[] aa_tt2 = new string[20]; Array.Clear(aa_tt,0,aa_tt.Length); //数组每个元素置零 Array.Copy(aa_tt,aa_tt2,aa_tt.Length) 阅读全文
posted @ 2021-09-06 09:00 txwtech 阅读(3702) 评论(0) 推荐(0)
摘要: List对象没有实例化 使用之前先实例化: ReadData_List = new List<string[]>(); 阅读全文
posted @ 2021-09-03 14:46 txwtech 阅读(338) 评论(0) 推荐(0)
摘要: https://zhidao.baidu.com/question/546884030.html 第一种DateTime time1 =new DateTime(1982,4,24,14,23,06);DateTime time2 =new DateTime(1982,1,21,8,16,32);T 阅读全文
posted @ 2021-09-03 11:50 txwtech 阅读(595) 评论(0) 推荐(0)
摘要: callOnClick(button_Search_Click); c# 无法从方程组转为button button_Search_Click是一个方法(双击button_Search产生的),实际需要传递button按钮的属性,所以改为: callOnClick(button_Search); / 阅读全文
posted @ 2021-09-03 10:39 txwtech 阅读(104) 评论(0) 推荐(0)
上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 133 下一页