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

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

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...都已经发过。mysql 通过 web api 封装中间层是没有太大难度。还有收费三方数据库拓展,如 LeanDB 可以了解一下。
https://bbs.tsingfun.com/thread-2057-1-1.html 

App Inventor 2 图片缩放并返回Base64文本 - App应用开发 - 清泛IT社区,为创新赋能!

...程区,自动还原代码块) 参考用法如下: 其中,用到SimpleBase64拓展,点此查看。其中,用到TaifunImage拓展,点此查看。 来源中文文档:https://www.fun123.cn/reference/ ... age-compress-base64
https://bbs.tsingfun.com/thread-2118-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

软著开发语言找不到合适,建议勾选Java,然后写 AppInventor2
https://bbs.tsingfun.com/thread-2129-1-1.html 

Call to ‘set-and-coerce-property!’ has too few arguments (3; must be...

...ments (3; must be 4) 原因是因为代码块有问题/报错,有空地方没有填值,比如这种: 参考:https://community.appinventor.mi ... 3-must-be-4/20690/4 又学习到了新bug解决方法,{:8_381:}
https://bbs.tsingfun.com/thread-2297-1-1.html 

模拟器启动失败:找不到 msvcp140.dll - App Inventor 2 中文网 - 清泛IT社...

msvcp140.dll 及相关微软运行环境安装即可: https://aka.ms/vs/16/release/vc_redist.x64.exe https://aka.ms/vs/16/release/vc_redist.x86.exe
https://bbs.tsingfun.com/thread-2348-1-1.html 

求助各位大佬! - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...信息获取,如图,已知最终结果能正确获取,但是拍完照一瞬间报错,然后过几秒正确显示识别信息。显示完后一直显示报错警告框,然后app就卡住了{:8_372:}请提供一下报错相关截图,这个报错信息更为关键!同:https://b...
https://bbs.tsingfun.com/thread-2383-1-1.html 

App Inventor 输入文本如何转成ASCII码? - App Inventor 2 中文网 - 清泛I...

Q:App Inventor 输入文本如何转成ASCII码? A:使用AsciiConversion 拓展可以轻松实现。 AsciiCode: 给出字符,返回它相应 Ascii码。 用法示例:返回字符“A”Ascii码,结果将是:65。
https://bbs.tsingfun.com/thread-2395-1-1.html 

文件管理模块 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

appinventor2中数据存储文件管理器模块,手机找不到根目录怎么办请提供详细报错等截图!
https://bbs.tsingfun.com/thread-2452-1-1.html 

大模型拓展接入 kimi 报错? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...i 方拒绝,每秒调用不能超过三次。不是 appinventor 和拓展限制,是大模型 api 内部限制。
https://bbs.tsingfun.com/thread-2499-1-1.html 

【解决】CustomWebView 拓展报错:ScrollView can host only one direct ch...

CustomWebView 拓展报错:ScrollView can host only one direct child 原因:CreateWebView 时布局容器使用了滚动布局导致,它要使用非滚动布局才行。