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

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

用户界面(UI)组件 · App Inventor 2 中文网

...使用 getWebViewString() 和 setWebViewString(text) 方法操作 window.AppInventor 的Javascript对象。 > 例如:如果Web浏览框打开包含 Javascript 命令的页面: document.write("在WEB页面Javascript中输出AppInventor设置的交换字串:" + window.AppInventor.getWebViewSt...
https://www.tsingfun.com/it/cpp/2108.html 

C/C++中的段错误(Segmentation fault) - C/C++ - 清泛网 - 专注C/C++及内核技术

...r.c:10 10 *p = 'x'; (gdb) 2)内存越界(数组越界,变量类型不一致等) 例子3: Code: #include <stdio.h> int main(){ char test[1]; printf("%c", test[1000000000]); return 0; } 这里是比较极端的例子,但是有时候...
https://bbs.tsingfun.com/thread-1069-1-1.html 

App Inventor 2 中的“2”是什么意思? - App Inventor 2 中文网 - 清泛IT...

...兼容。 AI1截图: AI2截图: 参考资料: https://appinventor.mit.edu/explore/ai2/whats-new.html http://www.appinventor.org/appInventor2
https://bbs.tsingfun.com/thread-2380-1-1.html 

micro:bit 连接报错 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...错了。 运行故障 java.lang.ExceptionInInitializerError at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.subscribeBluetoothLEint.java:357) at edu.mit.appinventor.ble.BluetoothLEintSBLEReadOperation.run(BluetoothLEint.java:325) at android.os.Handler.handleCallback(Handler.java:1013) ...
https://www.fun123.cn/referenc... 

将 App Inventor 2 项目连接到外部传感器 · App Inventor 2 中文网

...lug-and-play environment by connecting various blocks of code. Currently, AppInventor’s toolset primarily focuses on enabling prototyping of software experiences, with many blocks created to utilize Android system services such as sending and receiving SMS messages or reading information from the...
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://www.tsingfun.com/it/cp... 

fopen 引起的 malloc(): memory corruption的原因分析 - C/C++ - 清泛网 - 专注C/C++及内核技术

...内部的malloc,才会抛出这个异常, 这个异常通常是由于数组空间的开辟有问题 其实不一定是fopen引起的,但引起这个异常的真正元凶通常会在fopen附近,而且直到执行fopen时,调用了内部的malloc,才会抛出这个异常, 这个异常...
https://www.fun123.cn/referenc... 

App Inventor 2 LLMAI2Ext 自研拓展:接入DeepSeek、Kimi、通义千问...等国...

...,内容直接展示即可: DeepSeek 使用AppInventor2接入DeepSeek大模型。从深度求索获取 API Key » 当然也可以对接其他厂商部署的DeepSeek服务,比如百度、阿里都有部署,这里选择阿里的DeepSeek服务进行测试验证: ...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Scale Detector · App Inventor 2 中文网

...序。 要构建应用程序,你需要使用位于 http://extension-test.appinventor.mit.edu 的 App Inventor 测试服务器。 你还需要使用与该实例对应的 AI Companion。 连接到服务器后,查看“帮助”->“伴侣信息”以下载该伴侣。 当你切换回普通的AI2...
https://www.fun123.cn/referenc... 

使用Activity启动器组件 · App Inventor 2 中文网

...,你可能会看到名为 HelloPurr 的应用程序的第一行。 main=appinventor.ai_ElsaArendelle.HelloPurr 名称中的 ElsaArendelle 部分来自 App Inventor 用户帐户。 要启动此应用程序,你将使用活动启动器组件并设置以下属性: ActivityPackage:appinvento...