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

https://www.fun123.cn/reference/blocks/logic.html 

App Inventor 2 逻辑代码块 · App Inventor 2 中文网

...个字符 拼接 Teafor2 的最后一个字符 的结果。 如果两个列表的元素个数相同且对应的元素相等,则两个列表相等。 与 数学代码块 中的 = 块完全相同。 ≠ 测试两个值是否不相等,和上面相等正好相反,即相等取 非 逻辑...
https://www.fun123.cn/reference/other/ 

App Inventor 2 其他参考资料 · App Inventor 2 中文网

... 目合并工具 AIMerge App Inventor扩展 用户界面 显示列表 列表显示框布局:使用布局和元素字串 指定组件的大小 访问图像和声音 在App Inventor中使用图像 构建具有多个屏幕的应用程序 App Inventor中的响应式设计 使...
https://www.fun123.cn/reference/concepts/ 

App Inventor 2 概念参考文档 · App Inventor 2 中文网

...档,基础用法的拓展及一些使用技巧。 块扩展 制作列表 功能列表运算符 切换 目录 关注 我们 关注我,不迷路 在线 客服 ...
https://bbs.tsingfun.com/thread-1641-1-1.html 

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

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

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

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

AppInventor写二进制文件 - App应用开发 - 清泛IT社区,为创新赋能!

....fun123.cn/reference/iot/bytearray.html 蓝牙等组件返回的字节列表(list),目前不能直接追加到拓展中,可以采用遍历字节列表,然后将字节逐一将追加到拓展中,最后调用拓展方法保存为二进制文件。
https://bbs.tsingfun.com/thread-2631-1-1.html 

AppInventor2 解析json数据技巧 - App应用开发 - 清泛IT社区,为创新赋能!

...码要求:解析出每一的 value 数值。 技巧: [] 的是列表,{} 是字典,用不同的解析方法,查找元素的方法也不一样。 拿出指定对象的值 遍历所有对象列表
https://bbs.tsingfun.com/thread-2650-1-1.html 

SQLite 拓展查询数据表,带条件过滤 - App应用开发 - 清泛IT社区,为创新赋能!

... where age > 23的条件查询结果如下: bindParams 是一个列表,在sql中如果有多个变量则需要多个值,比如: ... where age > ? and id < ? bindParams 就是2个元素组成的列表,对应上面的2个占位符。
https://www.fun123.cn/referenc... 

AI2Utils 拓展:一些常用的小功能集合 · App Inventor 2 中文网

...uzzyMatch) 通过姓名查找通讯录,返回 (联系人,手机号) 的列表。fuzzyMatch:是否模糊匹配 FindContactsByNumber(number,fuzzyMatch) 通过手机号查找通讯录,返回 (联系人,手机号) 的列表。fuzzyMatch:是否模糊匹配 GoHome() 返回手机桌面...
https://www.tsingfun.com/it/cpp/2104.html 

auto_ptr is not dereferencable - C/C++ - 清泛网 - 专注C/C++及内核技术

auto_ptr is not dereferencable错误如下图所示:错误代码示例: Example : Transferring ownership from one auto_ptr to anothervoi...错误如下图所示: 错误代码示例: // Example : Transferring ownership from // one auto_ptr to another void tes...