大约有 46,000 项符合查询结果(耗时:0.0696秒) [XML]

https://bbs.tsingfun.com/thread-1722-1-1.html 

AppInventor2如何通过socket给网络发16进制数据? - App应用开发 - 清泛I...

问:app inventor给网络发16进制指令方法,可以赐教吗?软件只能发ASCLL码?没办法收发HEX,蓝牙组件有写字节功能,TCP网络组件没有。 答: 发送文本消息时,hexaStringMode设为 false;发送16制消息时,hexaStringMode设为 tru...
https://bbs.tsingfun.com/thread-1894-1-1.html 

多屏幕情况下,蓝牙连接会不会共享? - 创客硬件开发 - 清泛IT社区,为创...

如题,如果有多个屏幕话,组件需要拖动多份,那么跨屏幕蓝牙连接是否还生效呢? -------- 经过不充分验证,跨屏幕连接状态不会共享,也就是每个屏幕都需要进行连接。如果不想这么麻烦,请使用“虚拟屏幕”:http...
https://bbs.tsingfun.com/thread-2024-1-1.html 

AppInventor有没有扫二维码功能? - App应用开发 - 清泛IT社区,为创新赋能!

...有外部扫描仪设备而报错。设置假后,就是直接利用设备摄像头进行条码识别,内部采用ZXing(Java库)进行条码解析。
https://bbs.tsingfun.com/thread-2055-1-1.html 

【待研究】BlueToothLE AutoReconnect 自动重连开启后,后台运行App激活...

AutoReconnect – 如果为 真,App将尝试重连已断开设备(比如:距离过大导致连接断开等)。注意:这不适用于通过调用 Disconnect 方法断开连接,这类断开连接需要通过调用 Connect 或 ConnectWithAddress 进行重新连接。 这个属性...
https://bbs.tsingfun.com/thread-2097-1-1.html 

蓝牙客户端组件(SPP经典蓝牙)vs BluetoothLE拓展(低功耗蓝牙)基础代码...

...luetoothClient 显示列表: 选设备: 断开当前连接设备: 错误处理: --------------------- BluetoothLE拓展(低功耗蓝牙),特点是无需配对,直接扫描发现ble设备列表。 https://www.fun123.cn/reference/iot/bluetoothle.html 开始...
https://bbs.tsingfun.com/thread-2221-1-1.html 

不得不服DeepSeek 强大! - 闲聊区 - 清泛IT社区,为创新赋能!

不得不服DeepSeek 强大!昨天刚出 AppInventor2 对接大模型文档,回答堪称完美,无死角非常全面。
https://bbs.tsingfun.com/thread-2364-1-1.html 

想试着做一个间歇运动计时器 - App应用开发 - 清泛IT社区,为创新赋能!

...nbsp;else     return num 怎么都不会了 目前ai生成逻辑仅供参考,还达不到自动转换代码块程度。AI自动生成代码块也是我们努力目标{:8_402:} 计时器用法参考这里:https://www.fun123.cn/reference/components/guide/Clock.html
https://stackoverflow.com/ques... 

What's the difference between __PRETTY_FUNCTION__, __FUNCTION__, __func__?

...ction_name http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1208r5.pdf went into C++20, so we have yet another way to do it. The documentation says: constexpr const char* function_name() const noexcept; 6 Returns: If this object represents a position in the body of a function, returns an im...
https://stackoverflow.com/ques... 

Why does C++ compilation take so long?

... 72 Regarding templates: not only vector<int> must be compiled separatedly from vector<double>, but vector<int> is recompiled...
https://stackoverflow.com/ques... 

Group vs role (Any real difference?)

...rence between roles and groups. http://profsandhu.com/workshop/role-group.pdf A group is a collection of users with a given set of permissions assigned to the group (and transitively, to the users). A role is a collection of permissions, and a user effectively inherits those permissions when he ac...