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

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-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
https://bbs.tsingfun.com/thread-2073-1-1.html 

【待研究】web客户端组件能不能获取post服务器返回的响应头数据? - App应...

...post服务器返回的响应头数据?试了一下只有网址,响应代码,响应类型和响应内容选项。 如果不能,有可以获取响应头的插件推荐没? 感谢。 问题来源:QQ群。原生组件上面的方法肯定是没办法获取响应头数据了,有没...
https://bbs.tsingfun.com/thread-2084-1-1.html 

【解决】百度AI使用Web客户端Post方法报错的问题 - App应用开发 - 清泛IT社...

按照文档,就是使用Post方法: 代码肯定没有问题的情况下,就是报错:参数不对 改成Get方式,完美: 深层次原因可能还需要挖一下~~~
https://bbs.tsingfun.com/thread-2148-1-1.html 

学生小助手 aia源码 - .aia 案例源码 - 清泛IT社区,为创新赋能!

屏幕数量:10个,代码较多,部分内容过时,供学习参考。