大约有 800 项符合查询结果(耗时:0.0060秒) [XML]

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

条码扫描器组件扫描时报错:Your device does not have a scanning applica...

转:App里面能了一个扫描功能,但在使用扫描功能时,提示,须要扫描程序,还须要安装什么吗?扫描二维码,使用的是App自带的扫描摸块。 解决: [hide] 不使用外部扫描器,这个属性设置为假(去掉勾选)即可 原理...
https://bbs.tsingfun.com/thread-1637-1-1.html 

ImageUtil 拓展:图像组件的附加工具,提供图片水印功能 - App Inventor 2 ...

例如,图像添加水印功能等,具体可以查看原文了解更多。 .aix 下载: 来源:https://community.appinventor.mi ... age-component/53047
https://bbs.tsingfun.com/thread-1749-1-1.html 

图片轮播拓展 - ColinTreeSlideShow - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

图片轮播,一“件”搞定!2017.9.24更新(v2) 融合了新组件AsyncImageLoader,现在直接加载在线图片也不会卡啦GitHub Release 2017.9.17发布第一版本 GitHub Release 基本使用流程为该组件预留一个空的 水平滚动布局,将宽高设置好 (...
https://bbs.tsingfun.com/thread-1963-1-1.html 

软件里面自带的图表组件绘制出来的曲线 带有数据点,请问如何取消该点 - Ap...

就是上面这种类型,想请教一下如何把这个点取消掉 原生的图表数据点无法去掉。要想使用高级/定制图表,考虑使用拓展:https://bbs.tsingfun.com/thread-1688-1-1.html,或者使用js版本的echarts.js,使用Web浏览器与js交互实现高度定制的...
https://bbs.tsingfun.com/thread-2371-1-1.html 

ComponentTools 拓展:设置组件的边距 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

https://community.kodular.io/t/f ... ols-extension/78798 https://community.appinventor.mi ... ols-extension/15803 https://community.appinventor.mi ... hin-a-label/65831/9
https://bbs.tsingfun.com/thread-2483-1-1.html 

ClickTools 拓展:为布局、标签等没有点击事件的组件添加点击事件 - App In...

Blocks[size=15.008px] [size=15.008px][color=var(--tertiary)][color=var(--secondary)]blocks (2)[color=var(--secondary-high)]499×533 28.5 KB Documentation - component ~ component id ~ int (number) id ~ id you used for your registered component Use this event to set blocks of component cli...
https://www.fun123.cn/reference/other/vr.html 

使用虚拟现实和App Inventor进行实验 · App Inventor 2 中文网

...单 - 就 App Inventor 编程块而言。它们仅使用 ActivityStarter 组件来启动与 MITVRHelper 辅助应用程序一起打包的活动之一。ActivityStarter 需要指定要启动哪个活动,以及要处理哪个全景图或对象模型文件。通过设置 ActivityStarter 的 DataURI ...
https://www.tsingfun.com/html/... 

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

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

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

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

memcpy() 是非线程安全的,并发时需加锁或使用原子操作 - C/C++ - 清泛网 -...

...d_unsafe最近调查线上一个问题,就是一块 int32 的内存会极概率出现 -18亿的巨数字,有时又是正确的。自己刻意测试又不能再现,在确认不可能将这样一个巨量数字写入的情况下,这时只 最近调查线上一个问题,就是一块 int3...