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

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

为什么 App Inventor 扩展导入了,但是没啥反应? - App Inventor 2 中文网...

大概率是导入拓展后,没有拖动拓展到界面上! 导入拓展后,别忘了拖动拓展到主界面上,这样才算真正创建了拓展对象,这时才能使用拓展的方法。
https://bbs.tsingfun.com/thread-1629-1-1.html 

SideBarV2 侧边栏拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

效果如下: 图标库可以使用大名鼎鼎的 MaterialDesign 库,上传.ttf 字体文件并指定即可。 .aix拓展下载: 也有其他替代方案: https://ullisroboterseite.de/android-AI2-SideBar.html https://ullisroboterseite.de/android-AI2-SideBar2.html ...
https://bbs.tsingfun.com/thread-1648-1-1.html 

UrsAI2ByteArray 字节数组扩展:读写二进制数据 - App Inventor 2 拓展 - ...

在技​​术应用或控制设备时,经常需要使用二进制数据。此扩展允许维护二进制数据字段(字节数组)。 官方页面:https://ullisroboterseite.de/android-AI2-ByteArray-en.html
https://bbs.tsingfun.com/thread-1652-1-1.html 

App Inventor 2 QRCode 扩展:二维码扫描及生成方案都在这里 - App Invento...

1、QRCode 二维码扫码: 使用原生的“条码扫描器”组件: 2、二维码生成的方案: html + js + Web浏览器 方案:https://puravidaapps.com/qr.php QRCodeGenerator 拓展方案:https://community.appinventor.mi ... tor-extension/47908
https://bbs.tsingfun.com/thread-1658-1-1.html 

【转】AppInventor2 在同一屏幕内制作页面滑动切换效果 - App应用开发 - 清...

...首先,我们要将局部变量scrollX变成全局变量Global scrollX。使用当水平滚动条布局被松开事件,当水平滚动条布局被松开的时候,再行判断,这样就能保证用户已经滑动到位了再进行判断了。再次进行测试。发现根本没有切换页面...
https://bbs.tsingfun.com/thread-1661-1-1.html 

APP inventer 2 出现Runtime Error:No virtual method isDeniedPermission...

...)导致的,不但apk运行会报错,AI伴侣大概率也会。建议使用中文网(https://www.fun123.cn)平台,和MIT同步更新的。 参考:https://community.appinventor.mi ... permission/106211/9
https://bbs.tsingfun.com/thread-1668-1-1.html 

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

这个组件是Kodular专属的,请使用它们平台打开,网址: https://www.kodular.io/ 删除 Kodular 中所有仅在 Kodular 中存在的组件(如 Spaceview),删除 Kodular 项目中的 Kodular 中所有组件。然后重试。您可能无法避免“较新版本”消...
https://bbs.tsingfun.com/thread-1678-1-1.html 

Linux 生产环境定位C++内存异常问题的思路 - 调试技术 - 清泛IT社区,为创新赋能!

... 注意:asan输出的报错信息是 stderr 标准错误输出,要使用 2> 重定向。最后一个& ,程序可以转向后台执行。 崩溃导致程序退出的问题,asan一般不会输出错误信息。 ---------------------- export ASAN_OPTIONS=new_delete_type_mis...
https://bbs.tsingfun.com/thread-1681-1-1.html 

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

...出到终端。 为了确保你的输出能够立即显示,你可以使用 $| 特殊变量来禁用输出缓冲。只需要在你的 print 语句之前添加一行代码设置 $| 为 1 即可。修改后的代码如下:#!/usr/bin/perl $| = 1;  # 禁用缓冲 while(true){  &nb...
https://bbs.tsingfun.com/thread-1682-1-1.html 

蓝牙通信接收的信息出现乱码? - App应用开发 - 清泛IT社区,为创新赋能!

...对,请注意检查。 2、保持通信两边统一的编码,例如都使用UTF8编码。ESP端请确认文件、字符串等编码格式,AppInventor端也可以设置编码格式。 波特率 是115200, 换了字符编码也不行ESP32 蓝牙发送的是 十六进制,请问字符编码...