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

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

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

1、byte[] 类型(字节数组)的字段:App Inventor 无法直接处理字节数组,但它们可以作为扩展之间的通用 Object 类型变量进行交换。 MQTT拓展的字节数组的处理方式就是这种,直接转换成byte[]: @SimpleFunction(description = "Publishe...
https://www.tsingfun.com/ilife/tech/279.html 

苹果全球开发者大会:无硬件 iOS 9等三大系统更新 - 资讯 - 清泛网 - 专注C...

...一张来作为你的表盘图案,Time-Lapse 表盘则可以呈现一段延时摄影视频。watchOS 2可以让你在表盘上就预览到第三方推送信息。通过转动Digital Crown操作时间旅行功能,可以来查看日历上接下来的事件或是晚些时候的气温等等。将App...
https://www.fun123.cn/reference/other/vr.html 

使用虚拟现实和App Inventor进行实验 · App Inventor 2 文网

...ctivityClass 应指向应用程序活动类(对于此演示,它是 com.appinventor.cardboard.ui.PanoramaActivity) ActivityPackage 即 com.appinventor.cardboard 对于应用程序的块部分,唯一需要的 App Inventor 块是按钮单击的事件处理程序。每个事件处理程序...
https://www.fun123.cn/reference/creative/ 

App Inventor 2 文网原创内容 · App Inventor 2 文网

...RA has been denied. Please enable it in the Settings app. 【已解决】AppInventor2 Runtime Error 运行时错误 【已解决】Run time error “Stack size 8188kb” 【已解决】Unable to find component “SpaceView” while loading project “ FileEncryptionTest2” 【已解决】R...
https://bbs.tsingfun.com/thread-2118-1-1.html 

【软著】软件著作权证书申请流程及注意事项,模板分享 - App Inventor 2 ...

...尾。5、源码文档不要有代码空行及注释。50行*60页 6、AppInventor2如何申请软著? 一般的软件比如使用Java开发,源码准备的就是.java代码,但是appinventor没有具体的代码怎么办?不要紧,将.aia导出后,用压缩软件打开aia源码...
https://www.tsingfun.com/it/ai... 

解决 App Inventor 2 Runtime Error运行时错误的专业指南 - App Inventor 2...

解决 App Inventor 2 Runtime Error运行时错误的专业指南AppInventorRuntimeError解决 MIT App Inventor 运行时错误的专业指南引言在使用 MIT App Inventor 开发应用程序时,运行时错误是开发者经常遇到的问题。这些错误可能源于不同的原因,如组...
https://www.tsingfun.com/it/ai... 

解决 App Inventor 2 Runtime Error运行时错误的专业指南 - App Inventor 2...

解决 App Inventor 2 Runtime Error运行时错误的专业指南AppInventorRuntimeError解决 MIT App Inventor 运行时错误的专业指南引言在使用 MIT App Inventor 开发应用程序时,运行时错误是开发者经常遇到的问题。这些错误可能源于不同的原因,如组...
https://www.tsingfun.com/it/tech/717.html 

由12306.cn谈谈网站性能技术 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...异步的,也就是说,你下的订单并不是马上处理的,而是延时处理的,只有成功处理了,系统才会给你一封确认邮件说是订单成功。我相信有很多朋友都收到认单不成功的邮件。这就是说,数据一致性在并发下是一个瓶颈。 ...
https://bbs.tsingfun.com/thread-1532-1-1.html 

BLE蓝牙 定时功能 - App Inventor 2 文网 - 清泛IT社区,为创新赋能!

...看来是 屏幕已初始话 就开始 计时了吧? 怎么可以想要延时的时候,点一下60分钟 就开始延时了逍遥虎 发表于 2024-03-22 17:01 这个看来是 屏幕已初始话 就开始 计时了吧?   怎么可以想要延时的时候,点一下60分钟 就开...
https://bbs.tsingfun.com/thread-1801-1-1.html 

【动图】AppInventor2如何播放gif动图?如何播放动画? - App Inventor 2 ...

如题,目前AppInventor2用于显示图片的组件是“图像”组件,不过如果设置图片为gif的话,设计视图图片预览会展示动图,但是通过AI伴侣测试或编译成apk真机测试,就会发现图片不会动,只会展示静态图片。那么问题来了,如...