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

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

通信连接组件 · App Inventor 2 中文网

... 属性 事件 方法 SimpleBase64 拓展 属性 事件 方法 MqttClient 拓展 ClientSocket 拓展 属性 事件 方法 已...
https://www.fun123.cn/referenc... 

HC-05/BLE 蓝牙通信数据乱码?接收到的中文乱码?乱码的原理及解决思路 · ...

...C4 E3 BA C3。而App Inventor 2的中文字符串默认是UTF-8编码的(E4 BD A0 E5 A5 BD )。 将App Inventor 2的蓝牙客户端组件的编码改为GBK即可。 当然,将串口编码格式改为UTF-8,App Inventor 2保持默认不变也能解决乱码问题: 乱码的原理 通...
https://www.fun123.cn/reference/iot/spp.html 

App Inventor 2 经典蓝牙(SPP) 硬件接入:hc05 · App Inventor 2 中文网

...应16进制:C4 E3 BA C3。而AI2中文字符串默认是UTF-8编码的(E4 BD A0 E5 A5 BD )。 参与讨论 如有问题,社区点此回帖参与讨论。 您的改进建议 联系方式: 不需要回复...
https://www.fun123.cn/referenc... 

创建自定义 TinyWebDB 服务 · App Inventor 2 中文网

...multi-player games). By default, the TinyWebDB component stores data on a test service provided by App Inventor, http://tinywebdb.appinventor.mit.edu/ . This service is helpful for testing, but it is shared by all App Inventor users, and it has a limit of 1000 entries. If you use it, your data will...
https://www.fun123.cn/referenc... 

App Inventor 2 实现上传文件到服务器全方案总结 · App Inventor 2 中文网

...制流保存为图片 img = request.get_data() with open("test.png", "wb") as f: f.write(img) return 0 # 后面的路径可以自己定义 api.add_resource(receive_pic,'/test') if __name__ == '__main__': app_port = 8081 app.run(host="0.0.0.0", po...
https://www.fun123.cn/referenc... 

使用模拟器构建应用程序 · App Inventor 2 中文网

...ntor includes an emulator for the phone. The emulator lets you develop and test apps using a virtual phone instead of a real phone. Instead of connecting a phone to the USB port, just start the emulator program. When you click Connect to Phone in the Blocks Editor, your app will appear in the emulat...
https://www.fun123.cn/referenc... 

App Inventor 2 AsciiConversion 拓展,ASCII编码与解码,Ascii码转换 · App Inventor 2 中文网

... .aix 拓展下载: AsciiConversion.aix demo程序下载: test_AsciiConversion.aia 此扩展允许用户将 Ascii 代码(列表)转换为相应的文本,也可以将指定的字符转换为相应的 Ascii 代码。 此扩展提供 3个 函数: AsciiCode: 给出字符,返...
https://www.fun123.cn/referenc... 

将Genymotion模拟器与App Inventor一起使用 · App Inventor 2 中文网

...保 aiStarter 正在运行,然后访问页面 http://appinventor.mit.edu/test.html 。您应该看到[b]: 如果 aiStarter 控制台可见,则应该也能看到一些活动: 让 AVD 和 aiStarter 保持运行。 下载 MIT AI2 Companion App [c]http://ai2.appinventor.mit.edu/com...
https://puravidaapps.com/table.php 

App Inventor Tutorials and Examples: Dynamic Table Layout | Pura Vida Apps

...iles/assets/ for devices >= Android 10 The example now also can be tested in the Kodular companion app without need to adjust the path to the assets manually Blocks Screenshot HTML/JavaScript Table Layout // if you ...
https://www.fun123.cn/reference/pro/pan.html 

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

...客户端】 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 条,可以改请求参数拿更多的文件:start=0&limit...