大约有 3,100 项符合查询结果(耗时:0.0071秒) [XML]

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

APP INVENTOR硬件交互学习教程06——硬件参数上报 - 创客硬件开发 - 清泛IT...

...个布局,一个文本输入框 2.程序逻辑 增加接收处理显示判断 3.arduino nano代码 // 引脚定义 const int ledPin1 =  5;// the number of the LED pin const int ledPin2 =  6; const int ledPin3 =  3; const int bluePin =  6;// t...
https://bbs.tsingfun.com/thread-1796-1-1.html 

APP INVENTOR硬件交互学习教程08——增加语音播报 - 创客硬件开发 - 清泛IT...

这一节介绍增加语音播报功能,需要增加一个复选框一个文本朗读器组件。 1.界面设计 2.程序设计 断电模式可以保存,复选框配置模式
https://bbs.tsingfun.com/thread-1811-1-1.html 

APP INVENTOR硬件交互学习教程10——多个虚拟界面实现 - 创客硬件开发 - 清...

...面切换。 1.界面设计 增加了两个垂直布局,作为界面1界面2的容器存放每个页面的内容;增加导航布局,水平布局增加两个按钮,用于切面切换。 2.逻辑设计 定义三个过程,用来处理界面的切换 3.工程参考
https://bbs.tsingfun.com/thread-1817-1-1.html 

如何查看Android应用.apk是32位还是64位? - App应用开发 - 清泛IT社区,为创新赋能!

...面检测不出来,adb 命令待验证。不过从侧面(编译环境java都是64位)基本可以认定,它是支持64位的。
https://www.fun123.cn/referenc... 

App Inventor 2 实现蓝牙未开启时弹窗提醒用户开启蓝牙 · App Inventor 2 中文网

...所有,未经书面许可,不得转载或使用 隐私策略使用条款  官方QQ群483928335 #free_v { border:none; position:fixed; top:40%; left:5px; width:200px; height:500px; display: none;}@media screen and (max-width: 700px) { #free_v { top:200%; }} ...
https://bbs.tsingfun.com/thread-1844-1-1.html 

BLE &APP交互学习教程01——下发指令 - 创客硬件开发 - 清泛IT社区,为创新赋能!

BLE模块性价比高,无需配对就可以连接使用,从本节开始,我们着重来学习使用BLE控制显示。 1.界面设计 2.逻辑设计 3.APP工程 4.下位机工程 {:8_381:}
https://www.fun123.cn/referenc... 

App Inventor 2 NotificationStyle 拓展:个性化通知栏样式 · App Inventor 2 中文网

...所有,未经书面许可,不得转载或使用 隐私策略使用条款  官方QQ群483928335 #free_v { border:none; position:fixed; top:40%; left:5px; width:200px; height:500px; display: none;}@media screen and (max-width: 700px) { #free_v { top:200%; }} ...
https://bbs.tsingfun.com/thread-1863-1-1.html 

AppInventor2 知识产权保护相关问题分享 - App Inventor 2 中文网 - 清泛IT...

... 50 页源码,其实 aia 源码包里是有2个代码文件的,界面逻辑都有一个文件,只是我不确定软著这个代码是否有效,可能可以,源码只要要求格式,不要求什么类型源码。可以尝试一下或咨询软著专业人员。 -------ChatGPT回答...
https://www.fun123.cn/reference/iot/MQTTGuide.html 

App Inventor 2 MQTT拓展入门(保姆级教程) · App Inventor 2 中文网

...所有,未经书面许可,不得转载或使用 隐私策略使用条款  官方QQ群483928335 #free_v { border:none; position:fixed; top:40%; left:5px; width:200px; height:500px; display: none;}@media screen and (max-width: 700px) { #free_v { top:200%; }} ...
https://bbs.tsingfun.com/thread-1891-1-1.html 

【完美解决】docker: 'compose' is not a docker command. - C/C++ - 清泛IT社区,为创新赋能!

.../weixin_45844208/article/details/140521002 首先必须得确保 docker docker-compose 这2个命令都能正常运行。 mkdir -p /usr/libexec/docker/cli-plugins ln -s /usr/local/bin/docker-compose /usr/libexec/docker/cli-plugins/docker-compose systemctl restart docker复制代码 完美...