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

https://www.tsingfun.com/it/te... 

如何编写一个独立 PHP 扩展(译) - 更多技术 - 清泛网 - 专注C/C++及内核技术

如何编写一个独立 PHP 扩展(译)how-to-create-a-php-extension本文翻译自 PHP 源码中 README.SELF-CONTAINED-EXTENSIONS。文中标记了注内容均为自己添加。内容有点老,也挺啰嗦,没讲什么深入...本文翻译自 PHP 源码中 README.SELF-CONTAI...
https://www.tsingfun.com/it/ai... 

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

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

AppInventor2能画数据波形图吗? - App应用开发 - 清泛IT社区,为创新赋能!

... A:这个倒是没有测试过。mark一下,后续需要测试一下AppInventor性能。
https://bbs.tsingfun.com/thread-1912-1-1.html 

AppInventor2 文本输入框(TextBox)已支持文本变更事件,非常便于实时处理...

自 v2.70开始,文本输入框加入了文本变更事件: 效果如下: 同理,密码输入框组件也是一样
https://bbs.tsingfun.com/thread-2019-1-1.html 

【待研究】AppInventor2有屏幕被触摸事件通知吗? - App应用开发 - 清泛I...

Q:请问有组件可以获取屏幕被触摸通知吗?我想实现,如果屏幕没有动作10秒后停止计时器。 ------ 触摸事件待研究。
https://bbs.tsingfun.com/thread-1157-1-1.html 

编译失败! Error: Your build failed due to an error in the AAPT stage,...

...'�'.      [java] May 30, 2023 9:29:27 AM com.google.appinventor.buildserver.Compiler runAaptPackage      [java] WARNING: YAIL compiler - AAPT execution failed.      [java] May 30, 2023 9:29:27 AM com.google.appinventor.buildserver.Buil...
https://bbs.tsingfun.com/thread-1600-1-1.html 

AppInventor2 如何实现类似淘宝App启动时加载页面? - App Inventor 2 中...

问:类似淘宝App这种启动页如何实现? 答:项目 -> 导入模板,第一个“启动屏效果”,已有实现案例: 文档看这里:https://www.fun123.cn/reference/pro/splash_screen.html
https://bbs.tsingfun.com/thread-2210-1-1.html 

AppInventor2 点击头像读取手机中相册作为头像 - App应用开发 - 清泛IT社...

多媒体 图像选择器,专门处理图片,比文件选择器合适
https://bbs.tsingfun.com/thread-1599-1-1.html 

AppInventor怎么修改app图标? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

在默认屏幕Screen1属性“图标”中修改,如图: 点击?,可以查看属性帮助,“更多信息”可跳转中文文档页面: 可以使用透明背景png图片作为图标,以实现镂空效果:https://bbs.tsingfun.com/forum.p ... 319&fromuid=810
https://bbs.tsingfun.com/thread-1761-1-1.html 

appinventor2中求某个值在列表中索引用什么方法? - App Inventor 2 中文...

使用“求对象在列表中位置”方法就可以了: 返回指定对象在列表中位置,从 1 开始,如果不在列表中,则返回 0。 相应地,知道了索引,从列表中取值得方法是:选择列表中索引值对应列表项返回给定列表中给定索...