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

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

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

...上被视为独立的程序。为了在多个屏幕间共享代码,用户可以通过“背包”工具将过程复制粘贴到不同的屏幕中,或使用虚拟屏幕(通过切换布局可见性在一个屏幕内实现多个视图)。 最终,已确认原生不支持,建议使用“虚...
https://bbs.tsingfun.com/thread-2033-1-1.html 

【课题讨论】AppInventor2的全局变量是否有大小限制? - App应用开发 - 清...

...的,不过上限很大,一般人不会弄那么多数据进去。 可以作为一个课题待研究一下。大家也可以一起讨论一下~
https://bbs.tsingfun.com/thread-2155-1-1.html 

.yail 文件是什么格式的文件?如何生成的? - App Inventor 2 中文网 - 清...

...或其他开发平台)。 如果你想查看 .yail 文件内容,通常可以通过 App Inventor 项目文件的开发者控制台或者源码管理工具来查看它,不过它是以 XML 格式存储的,包含的更多是 App Inventor 编译时生成的内部逻辑,而不是直接用于开...
https://bbs.tsingfun.com/thread-2453-1-1.html 

大模型拓展调用报错,已解决 - 用户反馈 - 清泛IT社区,为创新赋能!

...} 解决中。 这个是拓展报的错,我后面优化一下。你可以先 调用一下   开始新对话,理论上可以先解决。 但是客户反馈还是不行。跟踪中。 后面发现用户给大模型的提问内容为空导致的,已解决。
https://bbs.tsingfun.com/thread-2619-1-1.html 

Appinventor 音效调用播放后没有声音? - App应用开发 - 清泛IT社区,为创新赋能!

...果因为音频文件损坏等原因,也可能无法正常播放,这时可以先去资源区,点击隐私文件,菜单中选择预览,可以预览播放,事先检查好确保音频文件没有问题。
https://bbs.tsingfun.com/thread-2667-1-1.html 

如何实现程序后台运行 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

编制的程序软件,在手机中运行时,程序放在后台或者手机锁屏,计时软件程序就会停止计时,再次切换到前端才可以继续运行,有没有方法能够使程序软件可以在后台锁屏的情况下持续运行。
https://bbs.tsingfun.com/thread-2710-1-1.html 

AppInventor2 如何实现屏幕截屏并将图片拷贝/分享? - App Inventor 2 中文...

...的路径,存储在 app 的私有目录,通过手机文件管理器就可以查看。 app 私有目录路径参考: 将截图图片分享出去:社交应用,信息分享器 组件 类似文件分享,将图片分享给系统的 app,比如微信,网盘都可以。用法...
https://stackoverflow.com/ques... 

How to wait in bash for several subprocesses to finish and return exit code !=0 when any subprocess

How to wait in a bash script for several subprocesses spawned from that script to finish and return exit code !=0 when any of the subprocesses ends with code !=0 ? ...
https://stackoverflow.com/ques... 

How to make MySQL handle UTF-8 properly

...d to the UTF-8 encoding described above." – Aaron McDaid Sep 30 '13 at 9:32 7 MySQL has never had...
https://stackoverflow.com/ques... 

In MySQL, can I copy one row to insert into the same table?

... If it's null, it get automatically assigned the next AI number when it's inserted. – Grim... Dec 11 '13 at 11:08 3 ...