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

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

Unable to find component "SpaceView" while loading project &...

...在 Kodular 中存在的组件(如 Spaceview),删除 Kodular 项目中的 Kodular 中所有组件。然后重试。您可能无法避免“较新版本”消息。 参考:https://community.appinventor.mi ... ent-spaceview/83191
https://bbs.tsingfun.com/thread-1681-1-1.html 

【Perl】这段简单的print代码为啥没有任何输出? - Python - 清泛IT社区,为创新赋能!

...tGPT:你的代码没有输出的原因可能是因为缓冲机制。Perl 中的 print 函数默认是带有缓冲的,所以它会在缓冲区满或者程序结束时才输出到终端。 为了确保你的输出能够立即显示,你可以使用 $| 特殊变量来禁用输出缓冲。只需...
https://bbs.tsingfun.com/thread-1698-1-1.html 

创建并发送BLE蓝牙广播 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...的BLE扩展,解决了广播发送失败的问题。 以下是帖子中的详细步骤和细节: BLE扩展问题:用户在使用BLE扩展时遇到广播无法发送的问题。UUID要求:Evan Patton解释说,Android BLE广播要求使用16位UUID。测试版扩展:他发布了一个...
https://bbs.tsingfun.com/thread-1725-1-1.html 

AppInventor2有没有删除撤销功能? - App应用开发 - 清泛IT社区,为创新赋能!

...中文网已经推出了“复制屏幕”功能,可以完美复制屏幕中的普通组件、图片、附件、拓展、代码块。 修改之前,可以先复制以备份当前屏幕,这样修改起来更轻松~ 复制屏幕功能演示请参考中文文档:https://www.fun123.cn/referen...
https://www.tsingfun.com/it/ai... 

解决 App Inventor 2 Runtime Error运行时错误的专业指南 - App Inventor 2...

...路,开发者可以更加从容地面对和解决 MIT App Inventor 开发中的运行时错误问题。 AppInventor,AppInventor2,运行时错误0
https://www.tsingfun.com/it/ai... 

解决 App Inventor 2 Runtime Error运行时错误的专业指南 - App Inventor 2...

...路,开发者可以更加从容地面对和解决 MIT App Inventor 开发中的运行时错误问题。 AppInventor,AppInventor2,运行时错误0
https://www.tsingfun.com/it/ai... 

解决 App Inventor 2 Runtime Error运行时错误的专业指南 - App Inventor 2...

...路,开发者可以更加从容地面对和解决 MIT App Inventor 开发中的运行时错误问题。 AppInventor,AppInventor2,运行时错误0
https://www.tsingfun.com/it/ai... 

【持续更新】App Inventor 2 中文拓展一览 - App Inventor 2 中文网 - 清泛...

...脸标记识别 【AI模型】LookExtension 拓展:使用编译到扩展中的神经网络进行物品识别 UI界面 【UI】NotificatioStyle 拓展:个性化通知栏样式 【UI】WordCloud 拓展:免费且酷炫的词云效果 【UI】BubbleTabBar 拓展:打造个性化酷炫的...
https://bbs.tsingfun.com/thread-1741-1-1.html 

Android商业模拟器如何使用? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...试:连接 –> AI伴侣,复制 6 位字符码,粘贴到模拟器中的AI伴侣中,点“使用编码连接”即可。
https://bbs.tsingfun.com/thread-1762-1-1.html 

在app inventor中如果需要退出应用,需要调用哪句代码? - App Inventor 2 ...

调用控制代码块中的“退出程序”代码块: 退出程序关闭应用程序。 注:只有在编译apk真机运行时,才能退出App,AI伴侣测试的时候无法退出AI伴侣程序。