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

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

Error 507: unable to connect. is the device turned on? 无法连接,设备...

...可能是蓝牙设备问题未开机之类的,也可能是连接相关的代码写的不对,用的错误的地址连接等。 一般来说多是使用 hc05 经典蓝牙连接出现的问题,配对后没通电开机,会报这个错误。配对后硬件发生变更比如配对码修改了...
https://bbs.tsingfun.com/thread-1849-1-1.html 

- App应用开发 - 清泛IT社区,为创新赋能!

https://www.fun123.cn/reference/components/guide/Clock.html 知识点都在这里,代码需要你自己写!(^◡^)っ✎
https://bbs.tsingfun.com/thread-1891-1-1.html 

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

...sr/libexec/docker/cli-plugins/docker-compose systemctl restart docker复制代码 完美解决!
https://bbs.tsingfun.com/thread-1895-1-1.html 

AppInventor 能否实现按钮长按修改按钮文本的功能? - App应用开发 - 清泛I...

...计数器变量以及按钮.按下和弹起事件,可以实现,参考代码如下: 英文社区中的方案都是类似这样实现的,是一个不错的方案。 来自:https://community.appinventor.mit.edu/t/long-press-button/10574
https://bbs.tsingfun.com/thread-1935-1-1.html 

生日提醒(网络版)App(全国中学生挑战赛2等奖) - .aia 案例源码 - 清泛IT...

可以录入并提醒生日,使用网络微数据库: 屏幕数量10+,代码很多,请自行研究,学习交流用~
https://bbs.tsingfun.com/thread-1939-1-1.html 

FreshFood 冰箱食物保质期管理App(中学生竞赛初中组获奖作品) - .aia 案...

App主要界面截图: 代码供参考,请自行研究。
https://bbs.tsingfun.com/thread-1950-1-1.html 

为什么切换笔记到文本框显示会出现乱码? - App应用开发 - 清泛IT社区,为...

...乱码如何解决? ----------------- A:其实都不用去看具体代码,这里用的是“网络微数据库”,然后用的是默认参数,即MIT服务器,它不支持中文,就这么简单! 换国内的服务器就好了。 具体请参考:https://bbs.tsingfun.com/thr...
https://bbs.tsingfun.com/thread-1974-1-1.html 

AppInventor2中的二进制数据以什么样的形式传递?字节列表、字节数组是什么...

...bsp;     }     } AI2ByteArray拓展核心代码: public List<Byte> bytes = new ArrayList<>(); func(int Byte)  --->  bytes.add((byte) Byte);   //   public byte[] toByteArray() {   //   &...
https://bbs.tsingfun.com/thread-2017-1-1.html 

短信验证码输入比对逻辑编写 - App应用开发 - 清泛IT社区,为创新赋能!

...-10-24 15:20 那具体要怎么实现哇,这个不太会用啊 参考伪代码如下: 定义一个全局变量code=空文本 发送验证码时:code=alisms.ramdom(4)      ->    alisms.发送验证码code 登录时: if (user_input == code )  登...
https://bbs.tsingfun.com/thread-2030-1-1.html 

Intel HAXM 安装失败?Hyper-V or Intel HAXM 你得二选一 - App Inventor 2...

...HAXM,启动安卓模拟器: bcdedit /set hypervisorlaunchtype off复制代码如未生效,则需重启电脑。 https://blog.csdn.net/zzxiang1985/article/details/82852161 https://www.jianshu.com/p/8633b98f037f