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

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

app inventor屏幕属性中的文件范围分别是什么意思? - App Inventor 2 中文...

...文件将写入兼容存储中。 App的根目录为:/storage/emulated/0/Android/data。读写文件在指定的 files 目录下,如图:(这是AI伴侣的App目录,如果最终编译apk运行,则到 appinventor.ai_admin.[project_name] 目录下查看文件)写入文件的参考代码...
https://bbs.tsingfun.com/thread-1613-1-1.html 

Bad arguments to +:The operation + cannot accept the arguments:, [&qu...

...数字,但是空文本不行。 文本要判断空,然后给数字 0。 同理,空文本不但不能转数字,也不能转列表、字典等数据类型,否则都会发生异常,弹窗报错!
https://bbs.tsingfun.com/thread-1678-1-1.html 

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

...n,输出asan错误信息: export LD_PRELOAD=/usr/lib64/libasan.so.4.0 & ./xxx 2>asan_out.txt & 注意:asan输出的报错信息是 stderr 标准错误输出,要使用 2> 重定向。最后一个& ,程序可以转向后台执行。 崩溃导致程序退出的问...
https://www.tsingfun.com/it/ai... 

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

...中的运行时错误问题。 AppInventor,AppInventor2,运行时错误0
https://www.tsingfun.com/it/ai... 

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

...的运行时错误问题。 AppInventor,AppInventor2,运行时错误0
https://www.tsingfun.com/it/ai... 

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

...的运行时错误问题。 AppInventor,AppInventor2,运行时错误0
https://www.tsingfun.com/it/ai... 

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

...数据库】MongoDB + php后端数据库 AppInventor,AppInventor2,拓展0
https://bbs.tsingfun.com/thread-1761-1-1.html 

appinventor2中求某个值在列表中的索引用什么方法? - App Inventor 2 中文...

...在列表中的位置,从 1 开始,如果不在列表中,则返回 0。 相应地,知道了索引,从列表中取值得方法是:选择列表中索引值对应的列表项返回给定列表中给定索引处的项目,索引从 1 开始。 更多列表用法请参考中文文档:h...
https://www.tsingfun.com/it/ai... 

【学习合作计划】用费曼学习法快速提升你的App Inventor技能! - App Inven...

...ntor 2 中文网团队】 www.fun123.cn AppInventor,AppInventor2,合作0
https://bbs.tsingfun.com/thread-1824-1-1.html 

MQTT 打包后,运行退到后台在返回,mqtt连接掉线问题 - App应用开发 - 清泛...

...翻译进度过半。 试了,切走页面,又切回来,是 0,连接上是2。你通过这个状态进行一个判断,不要让你那个对话框总弹出。 备忘一下。