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

https://www.fun123.cn/referenc... 

在 App Inventor 2 中使用图像 · App Inventor 2 中文网

...rent releases of MIT App Inventor you can set the “Sizing” property on Screen1 to either “Responsive” or “Fixed” (with “Fixed” being the default for new projects and older projects that automatically get upgraded). Fixed mode attempts to emulate the old API 3 compatibility mode behav...
https://bbs.tsingfun.com/thread-1986-1-1.html 

AI伴侣错误: invoke: no method named `AppName’ in class edu.mit.appinv...

原因:测试用的AI伴侣版本过旧(2.3版本,2015年的),使用最新版本的AI伴侣测试即可解决该问题。 参考英文社区:https://community.appinventor.mi ... nion3-screen1/60187
https://www.tsingfun.com/it/tech/2269.html 

单页web应用(SPA)的简单介绍 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...转。而是利用 JavaScript 动态的变换HTML的内(采用的是div切换显示和隐藏),从而实现UI与用户的交互。由于避免了页面的重新加载,SPA 可以提供较为流畅的用户体验。得益于ajax,我们可以实现无跳转刷新,又多亏了浏览器的hist...
https://www.fun123.cn/reference/other/vr.html 

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

...全景图。 还有一个纸板图标,可让您从屏幕全景视图切换纸板视图,以便您可以使用纸板查看演示。 第二个例子来自火星探测器探险。这是一张可在纸板中查看的火星探测器图像全景图。以下是视频链接,展示了当您移...
https://www.fun123.cn/referenc... 

App Inventor 2 试验组件 · App Inventor 2 中文网

...更改使用的凭据,例如应用程序作者从一个 Firebase 帐户切换另一个帐户,或者使他们的 firebase.secret 无效,则此缓存的凭据无效,但将继续使用,这将导致错误。 此函数允许我们取消身份验证,从而丢弃缓存的凭据。下次...
https://www.fun123.cn/referenc... 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...crollArrangementHandler 滚动布局管理器拓展:同一屏幕内页面切换效果 【UI】AlphaDialog 扩展:自定义对话框 【UI】Flubbie 拓展:为App添加魔法动画 【UI】SideBar 拓展:实现App的侧边栏效果 【UI】MenuSlide 拓展:滑动菜单效果 【UI...
https://bbs.tsingfun.com/thread-2234-1-1.html 

代码块超过1.2w编译apk报错问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...54021632-0/youngandroidproject/../build/classes/appinventor/ai_admin/AAC_3/Screen1.class at Lappinventor/ai_admin/AAC_3/Screen1;run(Lgnu/mapping/CallContext;)V:      [java] com.android.tools.r8.internal.Sb: Different stack heights at jump target: 0 != 1      [...
https://www.fun123.cn/reference/extensions 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...crollArrangementHandler 滚动布局管理器拓展:同一屏幕内页面切换效果 【UI】AlphaDialog 扩展:自定义对话框 【UI】Flubbie 拓展:为App添加魔法动画 【UI】SideBar 拓展:实现App的侧边栏效果 【UI】MenuSlide 拓展:滑动菜单效果 【UI...
https://bbs.tsingfun.com/thread-1393-1-1.html 

【BLE技术内幕】BLE技术揭秘 - 创客硬件开发 - 清泛IT论坛,有思想、有深度

...时按照蓝牙spec要求,设备B收设备A数据包150us后,设备B切换发送状态,把自己的数据发给设备A;设备A则切换接收状态,接收设备B发过来的数据。由此可见,连接状态下,设备A和设备B的射频发送和接收窗口都是周期性地...
https://www.tsingfun.com/it/tech/1052.html 

PHP优化杂烩 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...流执行各个请求,既然涉及多个任务的调度,那么上下文切换必然会消耗一部分性能,从这个意义上讲,进程数应该等于 CPU 个数,如此一来每个进程都对应一个专属的 CPU,可以把上下文切换损失的效率降最低。不过这个结论...