上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 97 下一页
摘要: QT creator显示信息: mainwindow.h:10:10: In included file: STL1001: Unexpected compiler version, expected MSVC 19.29 or newer. 不影响编译,可忽略 也可下载安装对应的版本 msvc版本 阅读全文
posted @ 2024-05-07 15:10 txwtech 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 问题描述: //tcp_client.cpp:19:23: Static_cast from 'SocketError (QAbstractSocket::*)() const' to 'void (QTcpSocket::*) //(QAbstractSocket::SocketError)' i 阅读全文
posted @ 2024-05-07 14:43 txwtech 阅读(53) 评论(0) 推荐(0) 编辑
摘要: qt creator qt6.0报错: D:\Qt6\6.3.0\msvc2019_64\include\QtCore\qglobal.h:123: error: C1189: #error: "Qt requires a C++17 compiler, and a suitable value f 阅读全文
posted @ 2024-05-07 14:25 txwtech 阅读(699) 评论(0) 推荐(0) 编辑
摘要: qt msvc version目录在哪里呢? D:\Qt6\6.3.0\msvc2019_64\mkspecs\common\msvc-version.conf 翻译 搜索 复制 阅读全文
posted @ 2024-05-07 13:51 txwtech 阅读(23) 评论(0) 推荐(0) 编辑
摘要: https://mirascreen.com/pages/download-ezcastlite-for-windows 阅读全文
posted @ 2024-05-05 20:34 txwtech 阅读(44) 评论(0) 推荐(0) 编辑
摘要: import ark from '@system.ark'; import { View, Text, Button } from '@ui'; @Entry @Component struct MyComponent { @State color: string = '#ff0000'; // 初 阅读全文
posted @ 2024-05-04 14:18 txwtech 阅读(730) 评论(0) 推荐(0) 编辑
摘要: arks_arkui如何代码激活一个控件组件呢? 阅读全文
posted @ 2024-05-04 11:03 txwtech 阅读(5) 评论(1) 推荐(0) 编辑
摘要: arkts导入不同目录ts函数的方法 ./当前目录下的ts,点斜杠 ../上级目录下的文件夹目录下的ts,点点斜杠 阅读全文
posted @ 2024-05-02 23:42 txwtech 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 在textarea中,如果您更新了值,光标将被移动到末尾。如果要保持光标的位置,可以在更改value属性之前保存它,然后在更改后更新它。 修改前 代码语言:javascript savedPosition = textarea.selectionEnd 修改后 代码语言:javascript tex 阅读全文
posted @ 2024-05-02 23:36 txwtech 阅读(8) 评论(0) 推荐(0) 编辑
摘要: arkts ArrayBuffer转string,字节转字符串 https://blog.csdn.net/m0_62167422/article/details/137090415 TextEncoder源码(部分API在since 9 已废弃): 工具类文件: xx.ts import util 阅读全文
posted @ 2024-05-02 22:46 txwtech 阅读(1145) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 97 下一页