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

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

App Inventor 2能编译出苹果iOS版App吗? - App Inventor 2 中文网 - 清泛I...

...我们正在与 Apple 讨论可能要以后才能开源构建功能)引用: The iOS version is not currently part of the open source codebase on GitHub. We're in the process of open sourcing at least the companion app but since we are in discussions with Apple about the build functionality that...
https://www.fun123.cn/referenc... 

制作列表 · App Inventor 2 中文网

...说如果我们知道列表的名称及索引号,我们就能在列表中引用一个特定的元素。 App Inventor 列表 在 App Inventor 中,使用列表来存储数据可能会很有用。 我们使用 创建列表 代码块来创建列表,此代码块是一个 块扩展,可以通过...
https://bbs.tsingfun.com/thread-1545-1-1.html 

条码扫描器组件扫描时报错:Your device does not have a scanning applica...

...请参考文档:https://www.fun123.cn/reference/ ... html#BarcodeScanner 引用: 设置是否要使用外部扫描程序,例如扫码机。 如果为 假,则将会使用已集成 App Inventor 中的 ZXing 的某个版本(注:ZXing是一个开源Java类库用于解析多种格式的1D/2D...
https://bbs.tsingfun.com/thread-1548-1-1.html 

BLE通信数据不能超过20字节? - 创客硬件开发 - 清泛IT社区,为创新赋能!

...但如果我需要发送超过23字节,我将使用调用.WriteBytes 引用: After a lot of hours I found the problem in my app. How I proceeded: 1- At ESP32 code I put this line: BLEDevice::setMTU(192); 2- At app I put the call Request MTU on the .Connected block asking for the same 192 by...
https://bbs.tsingfun.com/thread-1946-1-1.html 

appinventor2 多屏幕之间如何共享过程? - App Inventor 2 中文网 - 清泛IT...

...过这样代码就冗余了,但这不是我们想要的完美方案。 引用: 在MIT App Inventor中,跨屏调用过程(Procedure)是无法直接实现的。每个屏幕在技术上被视为独立的程序。为了在多个屏幕间共享代码,用户可以通过“背包”工具将过...
https://bbs.tsingfun.com/thread-2008-1-1.html 

如何更改启动屏幕 - App应用开发 - 清泛IT社区,为创新赋能!

...,再将原制作的login页面各元素复制进screen1,完美解决。引用:hjtao 发表于 2024-10-18 13:38 用方法1,复制后,再将原制作的login页面各元素复制进screen1,完美解决。 {:8_389:}是的,组件及代码块都是可以拷贝粘贴的,组件拷贝的时...
https://bbs.tsingfun.com/thread-2291-1-1.html 

HAXM 安装/启动失败? - App Inventor 2 离线版 - 清泛IT社区,为创新赋能!

报错如下: 引用: emulator: Android emulator version 30.3.5.0 (build_id 7033400) (CL:N/A) 127.0.0.1 - - [01/Apr/2025 16:55:37] "GET /echeck/ HTTP/1.1" 200 39 handleCpuAcceleration: feature check for hvf emulator: ERROR: x86_64 emulation currently requires hardware acceleration! C...
https://bbs.tsingfun.com/thread-2358-1-1.html 

MIT已发布v2.75版本,中文网已同步升级最新版本 - App Inventor 2 中文网 -...

...属性,具体效果见下图。 怎么下载?请问怎么下载?引用: qwaq32 发表于 2025-10-31 21:54 请问怎么下载? https://www.fun123.cn/reference/info/AI2Companion.html 但是只能配套我们自己的平台使用。AI伴侣内部通信机制稍微有些复杂,做不...
https://www.tsingfun.com/it/bigdata_ai/341.html 

搭建高可用mongodb集群(二)—— 副本集 - 大数据 & AI - 清泛网 - 专注C/...

...点成为主节点。 Hidden:这类节点是不能够被客户端制定IP引用,也不能被设置为主节点,但是可以投票,一般用于备份数据。 Delayed:可以指定一个时间延迟从primary节点同步数据。主要用于备份数据,如果实时同步,误删除数据...
https://bbs.tsingfun.com/thread-3042-1-1.html 

App Inventor 2 数学积木完全指南:从加减乘除位运算,一篇搞定所有计算...

...数位数,多了四舍五入,少了补零 - 是否为数字:判断对象是否为数字类型,防止非法输入导致计算错误 总结 App Inventor 2 的数学积木远比想象中强大——从基础四则运算进制转换,从随机数生成位运算,覆盖了绝大部...