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

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

SideBarV2 侧边栏拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

效果如下: 图标库可以使用大名鼎鼎 MaterialDesign 库,上传.ttf 字体文件并指定即可。 .aix拓展下载: 也有其他替代方案: https://ullisroboterseite.de/android-AI2-SideBar.html https://ullisroboterseite.de/android-AI2-SideBar2.html ...
https://bbs.tsingfun.com/thread-1632-1-1.html 

ScrollArrangementHandler 滚动布局管理器拓展:同一屏幕内页面切换效果 - ...

规则一般如下:如果滑动距离超过屏幕一半,则切换屏幕,否则回到原屏幕。 具体用法,请参考原文。 原文: https://aix.colintree.cn/zh/exte ... gementHandlers.html https://mp.weixin.qq.com/s/1k6PFZT7HANyUEG3q1PnLQ
https://bbs.tsingfun.com/thread-1636-1-1.html 

App Inventor 2 图片打水印如何实现? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:图片水印这个问题,你们这个功能能做不? 答: 1、水印是可以通过画布,叠加一个图片,再画布.保存实现。 2、通过拓展实现:ImageUtil 拓展。 参考:https://community.appinventor.mi ... rmark-image/76113/3
https://bbs.tsingfun.com/thread-1693-1-1.html 

AppInventor2 如何实现图片上动态显示数字或内容? - App应用开发 - 清泛IT...

问:这个怎么让我图片上能显示数字啊? 答:思路很简单,用布局,布局背景是图片,布局中放标签,微调标签位置,就能完美实现。
https://bbs.tsingfun.com/thread-1725-1-1.html 

AppInventor2有没有删除撤销功能? - App应用开发 - 清泛IT社区,为创新赋能!

... 界面设计没有撤销功能,有时不小心删除了组件,真就没法恢复了,有时真有些不太方便。 不过不用着急,中文网已经推出了“复制屏幕”功能,可以完美复制屏幕中普通组件、图片、附件、拓展、代码块。 修改...
https://bbs.tsingfun.com/thread-1802-1-1.html 

AppInventor2实现蓝牙开启提醒,当蓝牙未开启时弹窗提醒用户开启蓝牙 - 创...

... 2、也可加一个判断,代码如下: 3、蓝牙开启提醒交互效果如下:
https://bbs.tsingfun.com/thread-1823-1-1.html 

语音识别 报错问题:No Activity found to handle intent { act=android.sp...

语音识别仿真报错,安装到手机端也报错https://www.fun123.cn/reference/info/#AppEntry 请参考一下这个教程,你上面报错原因是手机上没有安装语音识别引擎,这里推荐“讯飞语音+”,下载地址:https://www.pgyer.com/yyyq
https://bbs.tsingfun.com/thread-1830-1-1.html 

BlueToothLE 拓展中writeBytesWithResponse与writeBytes有什么区别? - 创...

writeBytesWithResponse与writeBytes有什么区别? 根据文档,有WithRespon,会触发一个 BytesWritten 事件,另一个不触发这个事件: https://www.fun123.cn/reference/iot/bluetoothle.html#BytesWritten
https://www.fun123.cn/referenc... 

App Inventor 2 NotificationStyle 拓展:个性化通知栏样式 · App Inventor 2 中文网

... //背景颜色}); App Inventor 2 中文网  MIT同步更新中文本土化 在线App开发平台! © 2023 - document.write(new Date().getFullYear()); 跟着学(上海)教育科技有限公司 版权所有,未经书面许可,不得转载或使...
https://bbs.tsingfun.com/thread-1875-1-1.html 

Linux 堆内存快照可视化,快照比较,跟踪内存变化,定位内存泄漏等问题 - ...

此定位方法偏专业,不过非常有效,是较 asan 更直观一种内存分析方法,可以与 asan 配合使用。 export LD_PRELOAD=jemalloc.so   # 预加载 jemalloc.so 动态库,需要自行编译 export MALLOC_CONF="prof:true,prof_active:true,lg_prof_inter...