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

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...
https://bbs.tsingfun.com/thread-1658-1-1.html 

【转】AppInventor2 在同一屏幕内制作页面滑动切换效果 - App应用开发 - 清...

不知有没有人注意到微信的页面切换方式,微信底部有四个Tab标签,分别是消息、联系人、发现和我。很多人都习惯于直接点击图标进行切换,其实还可以左右滑动进行切换的。如图:规则一般如下:如果滑动距离超过屏幕的一...
https://bbs.tsingfun.com/thread-2155-1-1.html 

.yail 文件是什么格式的文件?如何生成的? - App Inventor 2 中文网 - 清...

AppInventor2源码 .aia 文件中,包含的源码格式文件,简单理解就是: .scm  是UI界面描述的源码。 .blk    是逻辑代码块描述的源码。 而 .yail 是上面两者经过编译后生成的更底层、更通用的源码格式文件,最终将...
https://bbs.tsingfun.com/thread-1842-1-1.html 

【客户反馈】增加直接改项目名称的功能 - 用户反馈 - 清泛IT社区,为创新赋能!

...ttps://bbs.tsingfun.com/thread-1879-1-1.html rename 没有真正改名,编译仍然失败 另存为 是彻底改了,编译通过。 rename后再另存,就不行。 修复中。。。App Inventor 2  发表于 2024-08-30 09:29 rename  没有真正改名,编译仍然失...
https://www.tsingfun.com/html/... 

.a: error adding symbols: File format not recognized 原因 - 操作系统(...

...ognized 原因error-adding-symbols-file-format-not-recognizedlinux,gccLinux编译链接时报错:xxx a: error adding symbols: File format not recognized。也可能出现编译能通过,但ldd报链接失败不能运行。原因是:在低版本Linux GCC上编译工程 Linux编译链接时报...
https://www.tsingfun.com/it/os... 

.a: error adding symbols: File format not recognized 原因 - 操作系统(...

...t not recognized 原因error-adding-symbols-file-format-not-recognizedLinux编译链接时报错:xxx a: error adding symbols: File format not recognized。也可能出现编译能通过,但ldd报链接失败不能运行。原因是:在低版本Linux GCC上编译工程 Linux编译链接时报...
https://bbs.tsingfun.com/thread-2165-1-1.html 

MIT已升级2.74版本,中文网已完成升级 - App Inventor 2 中文网 - 清泛IT社...

...ool 检查器以检测 Java 11 改进拉取请求模板 来源:https://appinventor.mit.edu/ai2/ReleaseNotes.html,谷歌翻译的。 其中,快捷键会引入,Blockly v10版本会引入,bug修复及编译优化会引入。新UI目前体验并不好,而且bug不少,待成熟后再考...
https://bbs.tsingfun.com/thread-1067-1-1.html 

App Inventor 2能编译出苹果iOS版App吗? - App Inventor 2 中文网 - 清泛I...

...iOS构建可能需要收费。 参考官方社区:https://community.appinventor.mi ... s-from-github/75336
https://www.fun123.cn/referenc... 

App Inventor 2 低功耗蓝牙 BlueToothLE 拓展 · App Inventor 2 中文网

...性 方法 事件 « 返回首页 最新版拓展下载: edu.mit.appinventor.ble-20230728.aix 低功耗蓝牙,也称为蓝牙LE 或简称 BLE,是一种类似于经典蓝牙的新通信协议,不同之处在于它旨在消耗更少的功耗和成本,同时保持同等的功能。 ...