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

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://www.tsingfun.com/it/tech/1600.html 

LR性能指标解释 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...间等各自所占比例。 2)、Component Breakdown(Over Time)(组件细分(随时间变化)) "组件细分"图显示选定网页的页面组件随时间变化的细分图。通过该图可以很容易的看出哪些元素在测试过程中下载时间不稳定。该图特别适用...
https://bbs.tsingfun.com/thread-1786-1-1.html 

【转】用App Inventor 2实现电子围栏功能 - App应用开发 - 清泛IT社区,为创新赋能!

...的部分,因此独立一章详细说明。 App Inventor自带地图组件,可以方便的实现电子围栏(地理围栏,Geofence)功能。 实现电子围栏需要的组件实现电子围栏需要用到地图Map容器,需要用到的组件有Map,类似画面,用于放置...
https://www.tsingfun.com/it/bigdata_ai/634.html 

淘宝应对双\"11\"的技术架构分析 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...意义。 有很多种方法可以有效地解决缓存穿透问题,最常见的则是采用布隆过滤器,将所有可能存在的数据哈希到一个足够大的bitmap中,一个一定不存在的数据会被这个bitmap拦截掉,从而避免了对底层存储系统的查询压力。在...
https://www.fun123.cn/referenc... 

数据存储组件 · App Inventor 2 中文网

... 搜索 数据存储组件 数据存储组件 云数据库 属性 事件 方法 数据文件 属性 ...
https://bbs.tsingfun.com/thread-1442-1-1.html 

【App Inventor 2 数据可视化】使用柱状图和饼图收集数据 - App应用开发 - ...

学习图表相关组件的入门教程,原文系翻译官方英文文章,侵删。文章内容质量较高,不过排版较乱(手机版排版不好,请使用PC浏览器查看),凑合着看吧~ 文章转载自:https://mc.dfrobot.com.cn/thread-316532-1-1.html 文章aia源码如下...
https://bbs.tsingfun.com/thread-1046-1-1.html 

Markdown 常见用法 - 移动App技术 - 清泛IT论坛,有思想、有深度

待整理:https://blog.csdn.net/duoduo_11011/article/details/106200592
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Scale Detector · App Inventor 2 中文网

...记说明了如何使用 App Inventor 扩展来实现一个缩放检测器组件,人们可以使用它来创建对捏合和缩放手势做出反应的应用程序。 该说明在两个方面很有趣: 对于 App Inventor 用户,它提供了一个可以共享和合并到项目中的功能性 ...
https://bbs.tsingfun.com/thread-1547-1-1.html 

【可动态编辑表格】App Inventor 2 Dynamic Editable HTML Table - App应用...

olor=rgba(0, 0, 0, 0.54)This example will allow you to: Display an AI2 (in csv format e.g. header row, then data rows) list in an html table. It will also allow you (with the exception of the header row) to create new rows, edit any row,  and delete any row, whilst returning the saved/upd...
https://bbs.tsingfun.com/thread-1693-1-1.html 

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

问:这个怎么让我的图片上能显示数字啊? 答:思路很简单,用布局,布局背景是图片,布局中放标签,微调标签位置,就能完美实现。