大约有 10,000 项符合查询结果(耗时:0.0186秒) [XML]

https://bbs.tsingfun.com/thread-2885-1-1.html 

【AI助手】来!见识一下AI强大还原能力 - AI 助手 - 清泛IT社区,为创新赋能!

原版代码已损坏,换了个干净壳项目,也是加载不了。 打开工程 Screen1.scm 和 Screen1.bky,让AI助手进行还原: 界面很专业: 代码块还原度也很高:
https://www.fun123.cn/referenc... 

GestureDetector 手势检测拓展:旋转、缩放和滑动手势检测,自定义手势识别...

... GestureDetector 手势检测拓展 提供完整手势检测功能,包含五个组件: RotationDetector:检测双指旋转手势,返回旋转角度(绑定到 Canvas) ScaleDetector:检测双指缩放/捏合手势,返回缩放比例(绑定到 Canva...
https://www.fun123.cn/reference/other/sizes.html 

指定组件大小 · App Inventor 2 中文网

...反馈 指定组件大小 « 返回首页 指定组件大小 When you create a visible component in the designer, you are typically given the opportunity to specify its height and width. There a...
https://stackoverflow.com/ques... 

Font size of TextView in Android application changes on changing font size from native settings

...stom Application or BaseActivity /** * 重写 getResource 方法,防止系统字体影响 * * @return */ @Override public Resources getResources() { Resources resources = super.getResources(); if (resources != null && resources.getConfiguration().fontScale != 1) { Conf...
https://bbs.tsingfun.com/thread-863-1-1.html 

此诊断出现在编译器生成函数“CGdiObject &CGdiObject::operator =(c...

出现此类问题是对象赋值导致,因为没有重载“=”赋值操作符。 由于不会提示具体错误行,因此需要仔细查看对象直接赋值地方。 改为指针赋值就没有问题。
https://bbs.tsingfun.com/thread-40-1-1.html 

尝试加载 Oracle 客户端库时引发 BadImageFormatException。如果在安装 32 ...

本帖最后由 zqp2013 于 2015-4-23 09:59 编辑 尝试加载 Oracle 客户端库时引发 BadImageFormatException。如果在安装 32 位 Oracle 客户端组件情况下以 64 位模式运行,将出现此问题。
https://bbs.tsingfun.com/thread-1071-1-1.html 

课程中用到素材下载 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

【第二课】打字机音效: 【第三课】弹球挡板图片:
https://bbs.tsingfun.com/thread-1228-1-1.html 

动态创建对象拓展:[url]https://community.kodular.io/t/f-os-dynamic-c...

动态创建对象拓展:https://community.kodular.io/t/f ... onent-2-2-2/50789/2已添加,待翻译优化
https://bbs.tsingfun.com/thread-1277-1-1.html 

怎样用app inventor连接终端wifi热点。 - App Inventor 2 中文网 - 清泛I...

在不知道终端端口与IP,只知道热点名称与密码情况下,可以连接上吗?我也下载了这个模块clientsocket,是不是还要增加其它模块才可以?使用Wifi拓展:https://puravidaapps.com/wifi.php   貌似可以实现,你可以自己先研究一...
https://www.fun123.cn/reference/blocks/ 

App Inventor 2 内置块参考文档 · App Inventor 2 中文网

... 内置块参考文档 无论您项目中有哪些组件,内置块都可用。除了这些语言块之外,项目中每个组件都有自己设置块,用于设置自己事件、方法和属性。 这是“程序设计”视图中可用...