大约有 18,800 项符合查询结果(耗时:0.0219秒) [XML]
App Inventor 2 网络微数据库你用对了吗? - App Inventor 2 中文网 - 清泛...
...
下面推荐2个中文网站,体验差不多,网站如下:
https://tinywebdb.cn/ 经测试,单个键值的容量大小约为 64KB 字节,超过则会保存失败。
https://tinywebdb.appinventor.space/ 经测试,单个键值的容量大小约为 9000 字节(9KB),超...
Appinventor的人工智能组件在哪里? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
...AI对话,第二个是AI绘图。
更多指导,请查看中文文档:https://www.fun123.cn/reference/ ... mental.html#ChatBot
另外,除了调用ChatGPT外,还有很多拓展可以自行训练AI数据集,自行实现AI功能,
详见:[hide]https://www.fun123.cn/reference/extensi...
如何实现心电图曲线 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
...图、面积图、散点图、条形图和饼图。
用法参考这里:https://www.fun123.cn/reference/components/charts.html#Chart
教程参考这里:https://bbs.tsingfun.com/thread-1442-1-1.html
更复杂、美观的图表可以考虑使用拓展:
https://bbs.tsingfun.com/thread-1688...
Error 908 - The permission SEND_SMS/RECEIVE_SMS has been denied. - App...
...,可以实现不交互直接发短信,使用直接发送消息方法:https://www.fun123.cn/reference/ ... g.SendMessageDirect
参考:https://community.appinventor.mi ... s-been-denied/78010
https://community.appinventor.mi ... sms/7426/5?u=taifun
DendritasMqtt 拓展:用于 websocket 的Mqtt扩展 - App Inventor 2 拓展 - ...
...应该是原始版本,支持原生的TCP协议,用最新版本即可:https://www.fun123.cn/reference/iot/MQTT.html
请自行通过demo研究。
参考来源:https://community.appinventor.mi ... -with-service/14365
https://groups.google.com/d/msg/ ... cn5PzY/Kg8BJEPGAQAJ
怎么通过app inventor接收mqtt平台推送的长消息 - App Inventor 2 中文网 -...
...收的base64编码的图片,可以是使用拓展解码还原成图片:https://www.fun123.cn/reference/ ... A%E5%AA%92%E4%BD%93我想制作一个门禁系统,把摄像头采集的图片通过MQTT平台发送给app inventor我的手机现在可以接收到短消息,这个BASE64编码数据直...
App inventor可以在不开发拓展的情况下实现实时定位与导航吗? - App应用开...
...
原生地图组件可以实现,不过国内访问稳定性不保证:https://bbs.tsingfun.com/thread-1786-1-1.html
高德地图API也可以实现电子围栏功能,需要自己研究:https://bbs.tsingfun.com/thread-1592-1-1.htmlApp Inventor 2  发表于 2024-10-31 20:52
原生...
如何实现设置用户头像功能呢? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
...
多媒体下面的组件可以实现,具体用法参考中文文档:https://www.fun123.cn/reference/components/media.html
引用: App Inventor 2  发表于 2024-11-17 18:58
多媒体下面的组件可以实现,具体用法参考中文文档:https://www.fun123.cn/reference/comp...
蓝牙接收的数据怎么一行一行更新显示和,类似图2这样的 - App应用开发 - 清...
...示3个数据。求解!!使用列表显示框组件,详见文档:https://www.fun123.cn/reference/ ... rface.html#ListView还是不行呐 列表显示框放在垂直滚动布局里面 还是一次只显示一个数据 而且数据更新速度特别快liangzhi123 发表于 2024-12-05 15:46
...
Python -> Blockly - 闲聊区 - 清泛IT社区,为创新赋能!
https://github.com/blockpy-edu/BlockMirror
在线例子:https://blockpy-edu.github.io/BlockMirror/docs/index.html
--------
https://blog.ouseful.info/2016/0 ... lockly-environment/
Blockly -> Py 在线运行