上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 133 下一页
摘要: 1、报错代码 AreaSeries { QtObject { } } 报标题错误 2、解决 AreaSeries { propperty var tt: QtObject { } } 参考:https://forum.qt.io/topic/81135/cannot-assign-to-non-ex 阅读全文
posted @ 2022-05-18 15:29 朱小勇 阅读(671) 评论(0) 推荐(0)
摘要: 1、 echo %Third_Party% 阅读全文
posted @ 2022-05-18 09:54 朱小勇 阅读(106) 评论(0) 推荐(0)
摘要: 1、代码 #ifdef _WIN64 qDebug()<<64; #else qDebug()<<32; #endif 2、注意 _WIN64只有在64位程序上才被定义; _WIN32在64和32位程序上都会被定义 阅读全文
posted @ 2022-05-17 11:18 朱小勇 阅读(458) 评论(0) 推荐(0)
摘要: matlab:https://zhuanlan.zhihu.com/p/34217853 视频:https://www.rohde-schwarz.com.cn/products/test-and-measurement/benchtop-analyzers/rs-fsvr-real-time-sp 阅读全文
posted @ 2022-05-09 17:13 朱小勇 阅读(115) 评论(0) 推荐(0)
摘要: 1、代码 Math.ceil(Math.random()*10); // 获取从 1 到 10 的随机整数,取 0 的概率极小。 搜索 复制 阅读全文
posted @ 2022-04-30 23:30 朱小勇 阅读(61) 评论(0) 推荐(0)
摘要: 1、代码 function A(targetMarker) { targetMarker.sgl_xxx.connect(function(deltx) { console.log(deltx); }); } 阅读全文
posted @ 2022-04-29 15:08 朱小勇 阅读(96) 评论(0) 推荐(0)
摘要: 1、 CONFIG(debug, debug|release) { message("debug") contains(DEFINES, WIN64) { message("WIN64") } else { message("WIN32") } } else { message("release") 阅读全文
posted @ 2022-04-28 09:59 朱小勇 阅读(698) 评论(0) 推荐(0)
摘要: 环境MSVC2019-x64+Qt5.15.2 一、纯QML实现插件 即插件内部实现全部是QML的,与C++无关 1、 新建插件工程 2、工程名为SPMaker 默认生成的dll插件名=Target=工程名 3、设置详情 其中MyItem是默认添加的C++类,测试期间可以不修改名字,由于这里只测试Q 阅读全文
posted @ 2022-04-27 22:23 朱小勇 阅读(1287) 评论(0) 推荐(1)
摘要: https://www.bilibili.com/video/BV1Qh41127ec?p=2 阅读全文
posted @ 2022-04-26 10:08 朱小勇 阅读(115) 评论(0) 推荐(0)
摘要: 1、电容 隔直通交 2、电感 通直隔交 3、二极管 单向通导直流电; 在交流电时,交流电的正半周通导,负半周截止;充电快、放电慢 阅读全文
posted @ 2022-04-14 20:13 朱小勇 阅读(557) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 133 下一页