大约有 200 项符合查询结果(耗时:0.0057秒) [XML]

https://www.fun123.cn/referenc... 

App Inventor 2 中的响应式设计 · App Inventor 2 中文网

... Ferguson) 6. Responsive design and Google Play Google Play is Google’s market for Android Apps. App Inventor users can upload their apps to Google Play. (See Publishing Apps to Google Play.) Google Play takes account of the device on which an app is to be installed, and tries to present only ...
https://www.fun123.cn/reference/pro/ocr.html 

App Inventor 2 OCR 图片文字识别全方案总结 · App Inventor 2 中文网

... 这时只能通过Java写拓展了,使用开源库 Tess4j,官网:https://tess4j.sourceforge.net。 不过这个开源项目是C++的,目前没有Java版本,且JNA封装比较麻烦,我们已放弃自己开发本地OCR拓展的计划了。 综合下来,使用上面 OCRSpace 拓展...
https://www.fun123.cn/referenc... 

为AppInventor2开发拓展(Extension) · App Inventor 2 中文网

...令 出现以上结果证明配置成功。 源码下载 https://github.com/mit-cml/appinventor-sources 国内下载非常非常缓慢,这个项目比较大,也许2天都下载不完,不过没关系,我们早已提供已下载好的工程源码,关注页面底部公众号...
https://www.fun123.cn/reference/iot/MQTT.html 

App Inventor 2 UrsPahoMqttClient 拓展 - 物联网轻量级MQTT协议 · App Inventor 2 中文网

...计的轻量级协议,基于TCP协议实现。 MQTT 协议文档:https://mqtt.org/ 虽然 App Inventor 有现成的 MQTT 扩展,但它们需要额外的 JavaScript 或外部配置文件。此处介绍的 MQTT 客户端组件完全独立工作,不需要任何外部元素。...
https://www.fun123.cn/referenc... 

App Inventor 2 Personal Image Classifier (PIC) 拓展:自行训练AI图像识...

...给PIC拓展使用 在线AI模型训练网站(国内访问正常):https://classifier.appinventor.mit.edu/oldpic/ 在线训练详细步骤(英文版):https://appinventor.mit.edu/explore/resources/ai/personal-image-classifier-part1 这里仅截取部分训练步骤: 最后可以在...
https://www.fun123.cn/referenc... 

App Inventor 2 如何接入ChatGPT:国内访问OpenAI的最佳方式 · App Inventor 2 中文网

...不受 MIT 施加的限制。 通过ApiKey接入 ChatGPT ApiKey接入:https://platform.openai.com/api-keys 如果测试报错:Some(“insufficient_quota”),如下: 说明ApiKey配额不足,需要绑定信用卡进行扣费才能正常使用(国内的卡不行)。 https://pl...
https://www.fun123.cn/reference/iot/MQTTGuide.html 

App Inventor 2 MQTT拓展入门(保姆级教程) · App Inventor 2 中文网

... 准备工作 APPINVENTOR测试平台:AppInventor2中文网(https://www.fun123.cn) MQTT拓展下载:MQTT中文文档页面进行下载。 MQTT测试平台: 中文平台推荐:bemfa.com 界面简洁,对入门者友好。 英文...
https://www.fun123.cn/reference/iot/MQTTGuide.html 

App Inventor 2 MQTT拓展入门(保姆级教程) · App Inventor 2 中文网

... 准备工作 APPINVENTOR测试平台:AppInventor2中文网(https://www.fun123.cn) MQTT拓展下载:MQTT中文文档页面进行下载。 MQTT测试平台: 中文平台推荐:bemfa.com 界面简洁,对入门者友好。当然也可以选择...
https://www.fun123.cn/reference/pro/ftp.html 

App Inventor 2 FTP 上传下载全方案总结 · App Inventor 2 中文网

...liente_demo.aia TaifunFTP (收费的:$12,请自行研究) 地址:https://puravidaapps.com/ftp.php FTPClient (收费的:$5,请自行研究) 地址:https://community.appinventor.mit.edu/t/paid-ftpclient-an-extension-to-communicate-to-remote-server-5-or-inr-350/23519 ...
https://www.fun123.cn/reference/pro/pan.html 

App Inventor 2 接入百度网盘API · App Inventor 2 中文网

...,返回JSON,拿出想要的文件的fsid 【使用Web客户端】 https://pan.baidu.com/rest/2.0/xpan/file?method=list&dir=/test&order=time&start=0&limit=10&web=web&folder=0&access_token=[access_token]&desc=1 参考代码如下: 注意:这里是限定显示第一页,每页 10 条...