大约有 580 项符合查询结果(耗时:0.0064秒) [XML]

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

MIT官方已升级至2.73版本,中文网待测试并升级相关特性 - App Inventor 2 ...

...及其底层框架。新版本 2.73 现已可从 Google Play 商店和 ai2.appinventor.mit.edu(版本 2.73u)直接下载。 更改: 为 ListView 组件实现“提示”属性,并全面提高其性能。 在 ChatBot 组件中添加下拉菜单,用于选择不同的受支持提供商...
https://bbs.tsingfun.com/thread-2081-1-1.html 

SliderVertical拓展:将滑块组件旋转 90º - App Inventor 2 拓展 - 清泛IT...

将滑块组件旋转 90º,效果如下: [hide]来源:https://community.appinventor.mi ... o-ranges-free/29465 http://kio4.com/appinventor/294K_extension_crear_Deslizador.htm [/hide] 谢谢谢谢谢谢谢谢分享
https://bbs.tsingfun.com/thread-2082-1-1.html 

KIO4_SliderRange拓展:具有两个范围的滑块 - App Inventor 2 拓展 - 清泛I...

具有两个范围的滑块,效果如下: [hide]来源:https://community.appinventor.mi ... o-ranges-free/29465 http://kio4.com/appinventor/294K_extension_crear_Deslizador.htm [/hide]
https://bbs.tsingfun.com/thread-2102-1-1.html 

蓝牙接收的数据怎么一行一行更新显示和,类似图2这样的 - App应用开发 - 清...

...滚动,可以使用 TableView 拓展,参考这里:https://community.appinventor.mi ... -and-5-by-ken/26000 或者这个方案:https://community.appinventor.mi ... he-listview/9105/11
https://bbs.tsingfun.com/thread-2349-1-1.html 

拍照时报错求助! - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...会报错,然后程序死机谷歌没有任何相关报错信息资料。AppInventor源码整个没有这个报错信息。 大概率是你程序中自己报的错误信息。你先看下代码块,相关地方的代码截图看看。App Inventor 2  发表于 2025-04-29 22:27 谷歌...
https://bbs.tsingfun.com/thread-2371-1-1.html 

ComponentTools 拓展:设置组件的边距 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

https://community.kodular.io/t/f ... ols-extension/78798 https://community.appinventor.mi ... ols-extension/15803 https://community.appinventor.mi ... hin-a-label/65831/9
https://bbs.tsingfun.com/thread-2374-1-1.html 

求助!关于拓展模块NotificationStyle的demo运行时报错的问题 - App Invent...

...ificationStyle.html 结果无论点什么按键都会报错: edu.mit.appinventor.aicompanion3: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if so...
https://www.fun123.cn/reference/other/vr.html 

使用虚拟现实和App Inventor进行实验 · App Inventor 2 中文网

...ctivityClass 应指向应用程序活动类(对于此演示,它是 com.appinventor.cardboard.ui.PanoramaActivity) ActivityPackage 即 com.appinventor.cardboard 对于应用程序的块部分,唯一需要的 App Inventor 块是按钮单击的事件处理程序。每个事件处理程序...
https://www.tsingfun.com/it/ai2/ai2_connect.html 

App Inventor 2 AI伴侣有电脑版的吗? - App Inventor 2 中文网 - 清泛网 - 专注C/C++及内核技术

... 《App Inventor 2 连接:USB(Ai2 Starter启动手机USB调试)》 AppInventor,AppInventor2,AI伴侣
https://www.tsingfun.com/it/cp... 

内存调试技巧:C 语言最大难点揭秘 - C/C++ - 清泛网 - 专注C/C++及内核技术

...大量增加 free() 释放的内存和未初始化的引用 悬空指针 数组边界违规 这是所有类型。即使迁移到 C++ 面向对象的语言,这些类型也不会有明显变化;无论数据是简单类型还是 C 语言的 struct 或 C++ 的类,C 和 C++ 中内存管理和...