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

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

leancloud云存储(LeanDB)如何接入App Inventor 2? - App Inventor 2 中文...

...海量级 JSON 对象、二进制文件、地理位置等数据。其内置行级 ACL 权限控制,以及通用用户及角色管理体系,可以快速实现安全而灵活数据访问。 根据官方文档,支持通用语言接入,而App Inventor 2由于没有专用组件,...
https://www.fun123.cn/aia-store/240220092746102 

二分查找(BinarySearch)算法AI2实现 · App Inventor 2 源码商店

... 源码列表 / 二分查找(BinarySearch)算法AI2实现      二分查找(Bi...
https://bbs.tsingfun.com/thread-1543-1-1.html 

智能家居 App 设备备注名怎么设置和管理? - 创客硬件开发 - 清泛IT社区...

...:29 字典存  具体是怎么使用? 具体可以查看字典文档,创建一个“mac地址”->“备注名”字典,把字典作为key存到本地微数据库。用地方从微数据库拿出这个key值,即可还原这个字典。设备显示时候,查一...
https://bbs.tsingfun.com/thread-1641-1-1.html 

二进制文件读写 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

app inventor 如何读接收到二进制文件?读到二进制文件能否转成列表文件?蓝牙客户端或 ble 都可以接收二进制数组,返回数据是列表: 如果想要保存二进制到文件,可以考虑转换成 ascii 或 base64 化,然后通过文件管...
https://www.tsingfun.com/it/ai2/2696.html 

AppInventor2 二进制文件读写 - App Inventor 2 中文网 - 清泛网 - 专注C/C++及内核技术

AppInventor2 二进制文件读写蓝牙客户端或 ble 都可以接收二进制数组,返回数据是列表:如果想要保存二进制到文件,可以考虑转换成 ascii 或 base64 化,然后通过文件管理器保存为文件,具体请帮助,...蓝牙客户端或 ble 都可...
https://bbs.tsingfun.com/thread-1873-1-1.html 

DendritasMqtt 拓展:用于 websocket Mqtt扩展 - App Inventor 2 拓展 - ...

DendritasMqtt 拓展:用于 websocket Mqtt扩展,附件可下载。MQTT TCP 拓展:提供MQTT服务拓展,收费,感觉没啥用,解下即可,附件有稍旧免费版本。这个拓展感觉应该是原始版本,支持原生TCP协议,用最新版本即可:https:...
https://bbs.tsingfun.com/thread-2098-1-1.html 

模拟器不能正常朗读文本解决方法 - App应用开发 - 清泛IT社区,为创新赋能!

...“文本转语音” 中将首选引擎设置为讯飞后,朗读出来内容完全就是杂乱,不知是不是因为版本过旧,还是其他设置问题,经过一系列尝试(包括设置文本朗读器国家及语言属性)仍然是不行。最终只得选择“Google文...
https://bbs.tsingfun.com/thread-2336-1-1.html 

串口Read不到数据问题 - 用户反馈 - 清泛IT社区,为创新赋能!

用户发送是 8n1 格式,但是ai2串口貌似不支持这种格式。写串口正常,读串口为空,len为0。 目前经过测试验证,应该是 \n 作为结束符。发送时,也是。 ai2使用 physicaloid 库完成串口功能。
https://stackoverflow.com/ques... 

How to get a subset of a javascript object's properties

Say I have an object: 25 Answers 25 ...
https://stackoverflow.com/ques... 

What's the difference between REST & RESTful

...C++, C# Object-based languages support some of the OOP features, examples: JavaScript, VB Example: ASP Dot NET MVC 4 is REST-Based while Microsoft WEB API is RESTFul. MVC supports only some of the above REST principles whereas WEB API supports all the above REST Principles. MVC only supports the fo...