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

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

App Inventor 2 做个计算器怎手机运行后报错 - App应开发 - 清泛IT社区,为创新赋能!

......除以 0 异常,一定要对除数进行非零的判断,使数学代码块=0 判断。当输入框没有输入内容时,数学运算会转成 0 处理,因此就会出现除零异常。要先文本块是否为空进行判断,如果为空则提示户输入内容。也可将文本...
https://bbs.tsingfun.com/thread-1849-1-1.html 

App Inventor 2 怎么做倒计时,时倒计时,分倒计时,秒倒计时怎么做? - A...

...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-1919-1-1.html 

AppInventor2拍照的照片Base64编码报错,选择的图片没有问题 - App应开发...

完整代码块如下: 这是在真机上测试的: Pursuer丶: AI伴侣测试一样的错 应该是文件没读到 fis为空 然后后null.compress 报错了 我FileTool那个插件 现把文件拷贝出来 然后再调 就可以了。 具体实现步骤...
https://bbs.tsingfun.com/thread-1939-1-1.html 

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

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

KIO4_AnimatedGif:Gif 动画扩展,可点击,可设置透明背景 - App Inventor ...

...画扩展,可点击,可设置透明背景,效果如下: 参考代码块: 来源:https://community.appinventor.mi ... ent-background/1549
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-1981-1-1.html 

AppInventor2可以接收VR眼镜的头传吗? - App应开发 - 清泛IT社区,为创新赋能!

...tivity 启动器组件,核心功能还得是 vr 提供商的 app,核心代码块参考如下: 应程序(对于 Expeditions 或 Virtuality)的总体流程如下: 我们在设计器中设置了 Activity Starter 的以下属性(与 Expeditions 类似,但活动类不同):Actio...
https://bbs.tsingfun.com/thread-1982-1-1.html 

iHouse智能家居App(界面布局参考的绝佳案例) - .aia 案例源码 - 清泛IT社...

界面布局非常精美,适配了各种不同大小的屏幕,是学习布局的非常好的案例。 代码块写的也很精炼,注释非常全面,也是学习App开发很好的案例。
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