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

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

关于虚拟屏的隐藏问题 - App应用开发 - 清泛IT社区,为创新赋能!

... 布局内的组件跟着最外面的布局一起显示和隐藏!具体怎么隐藏 可不可以讲明白点?逍遥虎 发表于 2024-03-24 16:52 具体怎么隐藏 可不可以讲明白点? “可见性”这个属性来控制显示和隐藏,真则显示,假则隐藏。任何组件都...
https://bbs.tsingfun.com/thread-1777-1-1.html 

按键可见性的延时设置 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...可见性变真 ), 因使用按键的不确定性(没有先后顺序)怎么分别控制按键延时的可见性的真 假?手机APP上面有好几组按键 控制定时时间, 每按下一个按键启动一个定时时间,(定时时间结束,其他定时按键可见性变真 ), 因使用...
https://bbs.tsingfun.com/thread-1864-1-1.html 

AI伴侣的权限问题 - App应用开发 - 清泛IT社区,为创新赋能!

...近的设备选项,同样也找不到AI伴侣 所以,该怎么解决呢? AI2伴侣这个名字虽然从第一代AI Classic沿袭至今,AI2 Companion翻译成这个被大多数人认可了,但是这个名字在国内容易引起争议,尤其是第三方管家、...
https://www.fun123.cn/reference/info/desktop.html 

App Inventor 2 离线版 - 免登录,离线用,一键启动,App开发so easy!

... 听听TA们怎么说 来自用户的真实反馈 赵女士 ...
https://bbs.tsingfun.com/thread-2088-1-1.html 

AppInventor2 离线版:免登录,离线用,一键启动,App开发so easy! - App ...

...键启动,就能愉快地编程了,没有多余步骤!编译不了,怎么回事儿487366001 发表于 2025-02-21 18:02 编译不了,怎么回事儿 提供一下详细报错信息,谢谢为 fun123 点赞
https://bbs.tsingfun.com/thread-2516-1-1.html 

首次打开app时,提示打开蓝牙权限,打开后点击开始搜索,设备列表没有显示...

...先打开蓝牙,然后启动app才能搜索到设备,请问大家这个怎么解决,怎么才能启动app同时打开蓝牙权限并搜索到设备?
https://bbs.tsingfun.com/thread-2674-1-1.html 

AppInventor如何扫二维码?扫码结果如何与Web进行交互? - App Inventor 2 ...

Q:请问扫二维码怎么实现? [hide]A:使用“条码扫描器”组件:https://www.fun123.cn/reference/ ... html#BarcodeScanner       属性“使用外部扫描”设置为假,其他没有啥要注意的。就调用一下扫描方法,就能使用摄像头扫...
https://stackoverflow.com/ques... 

pg_config executable not found

... on Alpine Linux: apk add postgresql-dev – R J Oct 10 '16 at 3:10  |  show 8 more com...
https://www.tsingfun.com/it/cpp/1357.html 

C++ 读写xml方法整理(持续更新) - C/C++ - 清泛网 - 专注C/C++及内核技术

...) param.forceUpdate = true; } else { LOG_ERROR(_T("配置文件%s 没有update节点!"), szFile); } } else { LOG_ERROR(_T("配置文件%s 没有根节点!"), szFile); } } else { LOG_ERROR(_T("配置文件%s 错误!"), szFile); } GetAttrib获取节点属...
https://stackoverflow.com/ques... 

Error message 'java.net.SocketException: socket failed: EACCES (Permission denied)'

...hing to do with the actual problem, but: don't forget to install the right apk after you make this change... I've tricked myself by keeping another copy of the .apk in a distinct directory and forgot to overwrite it with the new one before installing from there. – n611x007 ...