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

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

接水果游戏 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...这些问题:       1.所有精灵都已被碰撞或达下边界,计时后无法再次启用,是否因为“计时器启用计时等于6”这条代码有误?       2.对话框选择“退出”时,报告错误信息:Closing forms is not currently...
https://bbs.tsingfun.com/thread-1279-1-1.html 

用这个做的app能实现开机自启吗 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...low.com/questi ... e-starts-on-android 3、理论上原生Java可以应用拓展上实现,不过目前我们还没有精力研究这一块,有兴趣你可以研究一下。
https://bbs.tsingfun.com/thread-1361-1-1.html 

gif图处上传后不能动 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...动的。 可能也有拓展可以实现动图,后续如果有研究了会第一时间发出。 播放动图的方案请参考:https://bbs.tsingfun.com/thread-1801-1-1.html
https://www.fun123.cn/reference/blocks/logic.html 

App Inventor 2 逻辑代码块 · App Inventor 2 中文网

...结果为真。 可以使用 块扩展 扩展测试的数量。 右测试条件,一旦其中一个条件为假,测试就会停止。 如果没有要测试的条件,则结果为真。 或 测试一组逻辑条件中的任何一个是否为真,如果一个或多个测...
https://www.fun123.cn/referenc... 

制作列表 · App Inventor 2 中文网

... 我要 分享 扫码分享朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" ...
https://bbs.tsingfun.com/thread-1548-1-1.html 

BLE通信数据不能超过20字节? - 创客硬件开发 - 清泛IT社区,为创新赋能!

... https://community.appinventor.mi ... d-to-128bytes/48330 可以获得广播数据吗?
https://bbs.tsingfun.com/thread-1681-1-1.html 

【Perl】这段简单的print代码为啥没有任何输出? - Python - 清泛IT社区,为创新赋能!

...带有缓冲的,所以它会在缓冲区满或者程序结束时才输出终端。 为了确保你的输出能够立即显示,你可以使用 $| 特殊变量来禁用输出缓冲。只需要在你的 print 语句之前添加一行代码设置 $| 为 1 即可。修改后的代码如下:#!...
https://www.fun123.cn/referenc... 

App Inventor 2 复制屏幕功能,界面设计更便捷,避免误删组件 · App Inventor 2 中文网

... 我要 分享 扫码分享朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" ...
https://bbs.tsingfun.com/thread-1729-1-1.html 

Run time error "Stack size 8188kb" 报错原理及解决方法 - App ...

App Inventor 2 编写蓝牙App,处理接收的数据时,发生运行时错误:Run time error "Stack size 8188kb",如下: 请问是什么原因?修改参数可不可以解决? ------ 这个8M 是计算机/手机 程序栈的大小,8M还算大的,没有必...
https://bbs.tsingfun.com/thread-2206-1-1.html 

切换屏幕后如何自动恢复蓝牙连接 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...多屏幕,速度还快! 2,保存屏幕 1 已经连接的硬件地址微数据库,屏幕 2 拿出来,使用 connectwithaddress 方法在初始化事件中重新连接一次。