大约有 1,400 项符合查询结果(耗时:0.0144秒) [XML]

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

mtex.cpp 断言失败崩溃:行90,行108 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...原因可能有:缓冲区溢出,内存被非法修改,dll动态库与编译lib不匹配(如使用低版本的lib编译出的exe调高版本的dll,即可能发生函数偏移量错位等情况)等。 可以往这个方向去查,本文仅提供一个思路。有其他的异常情况或...
https://bbs.tsingfun.com/thread-1730-1-1.html 

AppInventor2 Runtime Error 运行时错误,无详细信息的定位技巧 - App Inve...

...时正常,而apk运行报错的情况。 参考: https://community.appinventor.mi ... ime-errors/61044/44 https://community.appinventor.mi ... runtime-error/62242
https://bbs.tsingfun.com/thread-1905-1-1.html 

终于等到!AppInventor2 中文网已升级v2.72,全面支持Android 14 - App Inv...

...及其底层框架。新版本 2.72 现已可从 Google Play 商店和 ai2.appinventor.mit.edu(版本 2.72u)直接下载。 此版本中的关键变化是将 Android SDK 目标升级到 34,与 Android 版本 14 一致。此更新至关重要,因为在 2024 年 8 月 31 日之后,在 Goo...
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/2300.html 

Linux平台编译curl:checking run-time libs availability... failed - 更...

Linux平台编译curl:checking run-time libs availability... failed64位编译1)configure过程失败如下, checking run-time libs availability failed configure: error: one or more libs av 64位编译 1)configure过程失败如下, checking run-time libs availability...
https://bbs.tsingfun.com/thread-1276-1-1.html 

App Inventor 2 解决一个编译报错DX failed - App Inventor 2 中文网 - 清...

会员反馈,项目编译失败,报错如下: -----通过查看编译日志: [java] indicate that it is *not* an inner class.      [java] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/eclipse/paho/client/mqttv3/BufferedMes...
https://bbs.tsingfun.com/thread-1583-1-1.html 

appinventor2 生成的APP没有标题栏? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...版本才会出现,不过官方目前还没修复。 https://community.appinventor.mi ... reated-app/100233/6 目前可以通过选择“经典模式”主题,临时规避该问题。后续官方修复我们第一时间更新。 Screen1的属性面板: v2.74已经修复该问题...
https://bbs.tsingfun.com/thread-1801-1-1.html 

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

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

__declspec(dllexport) 导出符号解决链接失败问题 - C/C++ - 清泛网 - 专注C/C++及内核技术

.../Debug/xxx.exe : fatal error LNK1120: 2 个无法解析的外部命令 的编译错误。 原因是引用的dll中的函数没有导出导致,可以用Depends打开dll查看验证,使用如下的宏申明解决: #ifdef _EXPORTING #define API_DECLSPEC __declspec(dllexport) #elif defin...