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

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://www.tsingfun.com/it/ai... 

【持续更新】App Inventor 2 中文拓展一览 - App Inventor 2 中文网 - 清泛...

...贝测量】SoundPressureLevel 拓展:通过麦克风测量声压级别返回以分贝为单位的数据 【音调测量】SoundAnalysis 拓展:通过麦克风测量声音的音调高低(单位:Hz) 【播放器】Plyr视频播放器拓展:全屏、画质、字幕、缩略图、强...
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 

有没有关于CRC校验的扩展? - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...locks/60372/15CRC16 算法有多种,本扩展以 ASCII 格式接收数据以 CRC16/CCITT-FALSE 格式给出结果。在线计算CRC网站:https://crccalc.com/