随笔分类 -  混合开发

摘要:tool.h头文件中: #ifndef TOOL_H #define TOOL_H #include <QObject> class Tool; class Tool:public QObject{ public: static QString tenString2HexStr(QString me 阅读全文
posted @ 2020-04-29 18:43 野鸡码农 阅读(1050) 评论(0) 推荐(0)
摘要:https://pbxbook.com/other/mac-tty.html 在QT打开串口的列表中: macOS选择tty,windows选择com 阅读全文
posted @ 2020-04-28 18:13 野鸡码农 阅读(896) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/5673827/is-there-an-example-websockets-for-qt QT项目中 .pro文件: QT += core gui #获取串口列表倒包 QT += serialport #创建websocket 阅读全文
posted @ 2020-04-26 18:36 野鸡码农 阅读(7671) 评论(0) 推荐(1)
摘要:https://www.cnblogs.com/tonifyingheart/p/9893561.html 项目的.pro文件中: QT += core gui# 注意和上面的+=号对齐,否则就失效了 QT += serialport RC_ICONS = htd.ico greaterThan(Q 阅读全文
posted @ 2020-04-26 16:19 野鸡码农 阅读(2459) 评论(0) 推荐(0)
摘要:org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true android.enableAapt2=false 阅读全文
posted @ 2019-07-19 18:38 野鸡码农 阅读(366) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-07-16 17:31 野鸡码农 阅读(1) 评论(0) 推荐(0)
摘要:BehaviorSubject openCameraController = BehaviorSubject();BridgeChannel _openCamera() { print('- - - - - - - - - - - - - - - - - - > _openCamera() '); 阅读全文
posted @ 2019-07-04 15:02 野鸡码农 阅读(677) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/duo_shine/article/details/81382757 阅读全文
posted @ 2019-06-27 15:25 野鸡码农 阅读(297) 评论(0) 推荐(0)
摘要:flutter build apk bash: flutter: command not found 在studio中的控制台出现上面错误(如图所示) 解决办法: 安装flutter时,安装时可以执行flutter doctor -v ,当关闭黑窗口再次打开输入时,就出现 -bash: fultte 阅读全文
posted @ 2019-06-27 14:17 野鸡码农 阅读(716) 评论(0) 推荐(0)