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

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

蓝牙接收的数据怎么一行一行更新显示和,类似图2这样的 - App应用开发 - 清...

...示一个,有时候显示3个数据。求解!!使用列表显示框组件,详见文档:https://www.fun123.cn/reference/ ... rface.html#ListView还是不行呐 列表显示框放在垂直滚动布局里面 还是一次只显示一个数据 而且数据更新速度特别快liangzhi123 发...
https://www.fun123.cn/reference/iot/spp.html 

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

...需要配对码进行配对,App Inventor 2 中使用“蓝牙客户端”组件,而非BLE拓展,必须在手机设置中配对成功才能出现在蓝牙列表中。 注意: 它的波特率是:38400,而非默认的9600。 上电之前按下硬件上的按钮,则...
https://www.fun123.cn/referenc... 

App Inventor 2 试验组件 · App Inventor 2 中文网

... App Inventor 2 试验组件 试验组件 ChatBot(OpenAI ChatGPT聊天机器人) 属性 事件 方法 Firebase数据库 ...
https://stackoverflow.com/ques... 

Remove all special characters with RegExp

...letters. Do not use [^\w\s], this will remove letters with accents (like àèéìòù), not to mention to Cyrillic or Chinese, letters coming from such languages will be completed removed. You really don't want remove these letters together with all the special characters. You have two chances: Add...
https://bbs.tsingfun.com/thread-1641-1-1.html 

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

...这个拓展,直接可以保存二进制数据到文件,拓展请自行下载: 参考资料:https://community.appinventor.mit.edu/t/how-to-save-a-binary-file-after-i-received-from-ble/90929/9二进制文件的读取/写入可使用此拓展,下载地址:https://bbs.tsingfun.com/thre...
https://www.tsingfun.com/it/ai2/2696.html 

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

...这个拓展,直接可以保存二进制数据到文件,拓展请自行下载: 二进制文件的读取/写入可使用此拓展,下载地址:https://bbs.tsingfun.com/thread-1648-1-1.html 更多请参考这里。 AppInventor,AppInventor2
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Scale Detector · App Inventor 2 中文网

...记说明了如何使用 App Inventor 扩展来实现一个缩放检测器组件,人们可以使用它来创建对捏合和缩放手势做出反应的应用程序。 该说明在两个方面很有趣: 对于 App Inventor 用户,它提供了一个可以共享和合并到项目中的功能性 ...
https://www.fun123.cn/reference/creative/ 

App Inventor 2 中文网原创内容 · App Inventor 2 中文网

...原创内容 基础知识 组件用法 技巧分享 问题解决 教程分享 App Inventor 2 中文网原创的技术文档,作品,技术文章,帖子,问答,技术指导,问题解决思路等。 基础知识 【连接调试】...
https://stackoverflow.com/ques... 

What does character set and collation mean exactly?

...llation is how to compare characters, in latin9, there are letters as e é è ê f, if sorted by their binary representation, it will go e f é ê è but if the collation is set to, for example, French, you'll have them in the order you thought they would be, which is all of e é è ê are equal, an...
https://bbs.tsingfun.com/thread-1749-1-1.html 

图片轮播拓展 - ColinTreeSlideShow - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

图片轮播,一“件”搞定!2017.9.24更新(v2) 融合了新组件AsyncImageLoader,现在直接加载在线图片也不会卡啦GitHub Release 2017.9.17发布第一版本 GitHub Release 基本使用流程为该组件预留一个空的 水平滚动布局,将宽高设置好 (...