大约有 9,144 项符合查询结果(耗时:0.0182秒) [XML]

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

低功耗蓝牙接收串口16数据 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

低功耗蓝牙模块用串口助手发送16进制数据,手机接收数据一直在跳变(没电脑没发数据也在跳变)。接收到的是10进制的数据通过调用AsciiConversion1模块转化和提取转化都不行。波特率设置为9600,这个很重要!! 经过测试,...
https://bbs.tsingfun.com/thread-2369-1-1.html 

标签的“具有外边距”有啥用? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

https://www.fun123.cn/reference/ ... ml#Label.HasMargins 待研究。 Object lp = view.getLayoutParams();     // The following instanceof check will fail if we have not previously     // added the label to the container (Why?)     if (lp instanceof ViewGroup.Margin...
https://bbs.tsingfun.com/thread-2371-1-1.html 

ComponentTools 拓展:设置组件的边距 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

https://community.kodular.io/t/f ... ols-extension/78798 https://community.appinventor.mi ... ols-extension/15803 https://community.appinventor.mi ... hin-a-label/65831/9
https://bbs.tsingfun.com/thread-2372-1-1.html 

如何快速导入拓展?拓展市场可一键导入 - App Inventor 2 中文网 - 清泛IT...

常用的拓展都可以一键导入,可以搜索你想要的拓展。如果没有找到,可以反馈给我们,会持续更新的。
https://bbs.tsingfun.com/thread-2374-1-1.html 

求助!关于拓展模块NotificationStyle的demo运行时报错的问题 - App Invent...

...ificationStyle.html 结果无论点什么按键都会报错: edu.mit.appinventor.aicompanion3: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if so...
https://bbs.tsingfun.com/thread-2379-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

同样的代码我测试过,一切正常,不会收到非预期的数据。 会不会有其他订阅通道干扰,你自己写一个最简单的 demo,干净的环境再测试一下。
https://bbs.tsingfun.com/thread-2381-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

appinventor是弱语言类型,只有数字(整数、浮点数),没有float类型。 float 的内存表示比较复杂,不建议直接将内存拿来转换。 比较建议的做法,浮点数使用字符串来通信传输(比如传输文本"3.14"),不要用float的原始...
https://bbs.tsingfun.com/thread-2389-1-1.html 

如何实现post访问的流式响应 - App应用开发 - 清泛IT社区,为创新赋能!

用post访问硅基流动的deepseek ri的流式响应时,一次性返回全部信息,如何实现一句一句的显示呀? deepseek提示可以通过设置整显示速度,修改 TimerInterval 属性:200 毫秒 → 快速逐字1000 毫秒 → 慢速逐句  来实现,但是在哪...
https://bbs.tsingfun.com/thread-2392-1-1.html 

AppInventor如何实现通过扫二维码导入表格数据 - App Inventor 2 拓展 - 清...

1、扫二维码: 使用原生的“条码扫描器”组件: 2、读取二维码中的url信息: 从上面条码组件的事件中获取。 3、访问远程url获取表格csv数据: 使用Web客户端组件访问url获取数据。数据格式建议采用csv(逗号分隔)格...
https://bbs.tsingfun.com/thread-2395-1-1.html 

文件管理模块 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

appinventor2中数据存储的文件管理器模块,手机找不到根目录怎么办请提供详细的报错等截图!