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

https://www.fun123.cn/reference/concepts/ 

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

... App Inventor 2 概念参考文档,基础用法的拓展及一些使用技巧。 块扩展 制作列表 功能列表运算符 切换 目录 关注 我们 关注我,不迷路 ...
https://www.fun123.cn/reference/iot/ble_spp.html 

低功耗蓝牙(BLE) 和 经典蓝牙(SPP) 的区别 · App Inventor 2 中文网

...件传输)等。 App Inventor 2 组件 BlueToothLE拓展无需配对,直接出现在设备列表中,连接后即可使用 蓝牙客户端 / 蓝牙服务端必须事先配对(手机设置 -> 蓝牙)成功后,才能出现在设备列表中 BLE 和 SP...
https://www.fun123.cn/referenc... 

App Inventor 2 中文网 · 升级日志

...增 FileTools、 SimpleBase64、 MQTT、 ClientSocket 拓展文档及翻译。 230516 2023/05/16 优化 启用HSTS(HTTP Strict Transport Security)安全机制。 升级 启用 h2(HTTP 2.0)协议。 230418 2023/04/18 ...
https://www.fun123.cn/aia-store/240129173223243 

手机短信验证码功能 · App Inventor 2 源码商店

... App Inventor 2 中文网原创开发阿里短信平台接入拓展主要提供2个函数,生成随机位数的数字随机码 和 发送短信,需要填入AccessKey ID和Access Secret,发送短信的参数:手机号,签名名称,模板CODE,模板参数JSON。发送函数...
https://bbs.tsingfun.com/thread-1484-1-1.html 

App Inventor 2 怎么获取文件夹下所有文件名? - App Inventor 2 中文网 - ...

转会员提问:怎么获取文件夹下所有文件名? 原生组件没有这个功能,需要使用FileTools拓展,链接直达:https://www.fun123.cn/reference/components/storage.html#FileTools [hide]使用FilesList方法: [/hide]
https://bbs.tsingfun.com/thread-1490-1-1.html 

如何实现剪贴板的复制粘贴功能? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

剪贴板的复制粘贴功能,原生组件不支持。可以使用拓展: 中文网推出的中文版本: 英文原版: 用法很简单,请参考文档:https://www.fun123.cn/reference/extensions/clipboard.html
https://bbs.tsingfun.com/thread-1495-1-1.html 

如何将 excel 中数据按坐标读取并显示到其他屏幕? - App Inventor 2 中文...

... App Inventor 2 目前没有excel操作相关功能,也没有现成的拓展。 目前只能处理csv(不带样式的excel)或txt纯文本数据,可考虑将excel保存为csv文件,将csv文件导入“数据文件”组件,从组件中获取相关数据。 其中,数据结构的设计...
https://www.tsingfun.com/it/cp... 

char类型移动跨平台踩过的坑 - C/C++ - 清泛网 - 专注C/C++及内核技术

...序时要特别注意char和unsigned char,最好使用unsigned char。 拓展:https://www.cnblogs.com/lsgxeva/p/10913024.html char 跨平台 arm fsigned-char
https://www.tsingfun.com/it/cp... 

char类型移动跨平台踩过的坑 - C/C++ - 清泛网移动版 - 专注C/C++及内核技术

...序时要特别注意char和unsigned char,最好使用unsigned char。 拓展:https://www.cnblogs.com/lsgxeva/p/10913024.html char 跨平台 arm fsigned-char
https://bbs.tsingfun.com/thread-1521-1-1.html 

这个墨绿色的标题栏可以换颜色吗? - App Inventor 2 中文网 - 清泛IT社区...

...有,待研究。 查阅各方资料,确定原生不支持,需要用拓展实现。 TaifunTools(免费,功能强):https://puravidaapps.com/tools.php Device(功能多且复杂):https://community.appinventor.mit.edu/t/free-device-get-device-info/48411 StatusBarTools(简...