上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 133 下一页
摘要: 问题描述: //tcp_client.cpp:19:23: Static_cast from 'SocketError (QAbstractSocket::*)() const' to 'void (QTcpSocket::*) //(QAbstractSocket::SocketError)' i 阅读全文
posted @ 2024-05-07 14:43 txwtech 阅读(257) 评论(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 阅读(2649) 评论(0) 推荐(0)
摘要: qt msvc version目录在哪里呢? D:\Qt6\6.3.0\msvc2019_64\mkspecs\common\msvc-version.conf 翻译 搜索 复制 阅读全文
posted @ 2024-05-07 13:51 txwtech 阅读(83) 评论(0) 推荐(0)
摘要: https://mirascreen.com/pages/download-ezcastlite-for-windows 阅读全文
posted @ 2024-05-05 20:34 txwtech 阅读(242) 评论(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 阅读(1446) 评论(0) 推荐(0)
摘要: arks_arkui如何代码激活一个控件组件呢? 阅读全文
posted @ 2024-05-04 11:03 txwtech 阅读(29) 评论(1) 推荐(0)
摘要: arkts导入不同目录ts函数的方法 ./当前目录下的ts,点斜杠 ../上级目录下的文件夹目录下的ts,点点斜杠 阅读全文
posted @ 2024-05-02 23:42 txwtech 阅读(136) 评论(0) 推荐(0)
摘要: 在textarea中,如果您更新了值,光标将被移动到末尾。如果要保持光标的位置,可以在更改value属性之前保存它,然后在更改后更新它。 修改前 代码语言:javascript savedPosition = textarea.selectionEnd 修改后 代码语言:javascript tex 阅读全文
posted @ 2024-05-02 23:36 txwtech 阅读(123) 评论(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 阅读(1943) 评论(0) 推荐(0)
摘要: https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V2/js-apis-inner-application-applicationcontext-0000001477981357-V2#ZH-CN_TOPIC_0000 阅读全文
posted @ 2024-04-30 23:07 txwtech 阅读(345) 评论(2) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 133 下一页