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

https://www.tsingfun.com/it/tech/660.html 

Windbg Step 2 分析程序堆栈实战 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...来更舒服,kn(callstack with index number) 在windbg中,在堆栈中切换不同的函数,需要用.frame命令(注意前面的点号)。 kn # ChildEBP RetAddr 00 0021fa0c 01341464 MSVCR90D!_wtol [f:\dd\vctools\crt_bld\self_x86\crt\src\atox.c @ 55] 01 0021faf0 01341a88 MyAp...
https://bbs.tsingfun.com/thread-2206-1-1.html 

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

切换屏幕后如何自动恢复蓝牙连接切换屏幕后,绝大部分组件及拓展都是创建的新对象,类似蓝牙、 mqtt 的连接会全部失效。两种思路: 1,使用虚拟屏幕,一个屏幕上多个布局,控制显示隐藏模拟实现多屏幕,速度还快! 2...
https://bbs.tsingfun.com/thread-1431-1-1.html 

自己搭建的MQTT云服务器 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...在一个标签上,每秒钟刷新。但我一旦离开APP的页面,再切换回来时,又要手动订阅一遍,才能在标签上更新推送来的消息。请问这是什么原因?hjtao 发表于 2024-10-12 16:47 按照例程我实现了功能,但编译成APK安装在手机上后,...
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://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.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 DynamicComponents 拓展:动态创建AI2组件对象 · App Inventor 2 中文网

...工作。 现在你可以使用 Thread 属性在异步或同步之间切换! 应用程序需要花费大量时间来创建使用 图像 组件的组件,我该如何修复它? 将现有的 Image.Picture 组件替换为 Image Utilities 组件。可以使用扩展来异步加...