大约有 2,900 项符合查询结果(耗时:0.0052秒) [XML]

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

SideBarV2 侧边栏拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...库可以使用大名鼎鼎的 MaterialDesign 库,上传.ttf 字体文件指定即可。 .aix拓展下载: 也有其他替代方案: https://ullisroboterseite.de/android-AI2-SideBar.html https://ullisroboterseite.de/android-AI2-SideBar2.html 参考:https://mp.weixin.q...
https://www.fun123.cn/referenc... 

App Inventor 2 如何接入ChatGPT:国内访问OpenAI的最佳方式 · App Inventor 2 中文网

...每天的使用次数受到限制。 注意:如果您打包应用程序分发它,则您应用程序的所有使用都将受到相同的配额限制。 如果您希望分发使用这些服务的应用程序,建议使用MIT的 ApiKey 进行测试,但最终发布时使用你自己的 ApiKey...
https://bbs.tsingfun.com/thread-1695-1-1.html 

AppInventor2 表格布局的外面的黑框怎么去掉? - App应用开发 - 清泛IT社区...

问:表格布局的外面的黑框怎么去掉啊? 答:这个黑框是界面设计的布局位置示意,实际 App 测试时没有框。
https://www.tsingfun.com/it/ai... 

解决 App Inventor 2 Runtime Error运行时错误的专业指南 - App Inventor 2...

...细介绍解决这些问题的思路和方法,帮助开发者快速排查修复运行时错误。 一、常见运行时错误及其原因 组件未初始化错误 原因:在调用组件功能前,组件未被正确初始化。 解决方案:确保在调用组件功能之前,已...
https://www.tsingfun.com/it/ai... 

解决 App Inventor 2 Runtime Error运行时错误的专业指南 - App Inventor 2...

...细介绍解决这些问题的思路和方法,帮助开发者快速排查修复运行时错误。 一、常见运行时错误及其原因 组件未初始化错误 原因:在调用组件功能前,组件未被正确初始化。 解决方案:确保在调用组件功能之前,已...
https://www.tsingfun.com/it/ai... 

解决 App Inventor 2 Runtime Error运行时错误的专业指南 - App Inventor 2...

...细介绍解决这些问题的思路和方法,帮助开发者快速排查修复运行时错误。 一、常见运行时错误及其原因 组件未初始化错误 原因:在调用组件功能前,组件未被正确初始化。 解决方案:确保在调用组件功能之前,已...
https://bbs.tsingfun.com/thread-1740-1-1.html 

Ai2 Starter模拟器连接一直失败? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...地址栏输入:chrome://flags/#block-insecure-private-network-requests设置为 Disabled,重新打开浏览器就好了。 4、放弃使用ai2Starter,使用商业模拟器,具体参考:《App Inventor 2 连接方式:AI伴侣、模拟器、USB》。
https://bbs.tsingfun.com/thread-1741-1-1.html 

Android商业模拟器如何使用? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...电脑,然后模拟器菜单选择安装apk,完成AI伴侣App的安装启动它。开始测试:连接 –> AI伴侣,复制 6 位字符码,粘贴到模拟器中的AI伴侣中,点“使用编码连接”即可。
https://bbs.tsingfun.com/thread-1784-1-1.html 

APP INVENTOR硬件交互学习教程04——蓝牙控制继电器 - 创客硬件开发 - 清泛...

...闭。 一、硬件部分 二、板子程序 串口接收字符,输出控制继电器 // 引脚定义 const int ledPin1 =  5;// the number of the LED pin const int ledPin2 =  6; const int ledPin3 =  3; const int bluePin =  6;// the number of the ...
https://bbs.tsingfun.com/thread-1788-1-1.html 

App Inventor 2 CRC16 拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

参考:https://community.appinventor.mit.edu/t/can-someone-help-me-reproduce-this-code-using-the-blocks/60372/15CRC16 算法有多种,本扩展以 ASCII 格式接收数据以 CRC16/CCITT-FALSE 格式给出结果。在线计算CRC网站:https://crccalc.com/