大约有 7,400 项符合查询结果(耗时:0.0199秒) [XML]
自定义下载器扩展:个性化下载进度展示 - App Inventor 2 拓展 - 清泛IT社...
Customdownloader Extension
Documentation
Event triggered when an error occurs during download.
Successful Download downloadId, filePath, fileSize, fileName
Event triggered to report download progress, speed, eta, fileSize, and downloadedSize
Download the file of given URL to t...
使用Activity启动器组件 · App Inventor 2 中文网
...用程序来组合应用程序。 这是通过利用其他应用程序来扩展 App Inventor 功能的关键方法,无论它们是使用 App Inventor 创建的应用程序还是“外部应用程序”(即不是使用 App Inventor 创建的应用程序)。 这些可以是你或其他人创建...
一文讲透区块链技术原理 - 资讯 - 清泛网 - 专注C/C++及内核技术
...的三大技术。此外,为了保证区块链技术的可进化性与可扩展性,区块链系统设计者还引入了“脚本”的概念来实现数据库的可编程性。我们认为,这四大技术构成了区块链的核心技术。
核心技术1:区块+链
关于如何建立一个...
TaifunFlashlight 手电筒/闪光灯拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!
一个用于打开/关闭手电筒的扩展插件,所需要的权限:
android.permission.CAMERA(注:拍摄照片和视频)
android.permission.FLASHLIGHT(注:控制手电筒)
要至少11级的API(即Android 3.0.0以上)
属性
返回设备是否有闪光灯
过程
...
APP INVENTOR硬件交互学习教程07——多个参数上报 - 创客硬件开发 - 清泛IT...
...elay(1000);
sendPara();
}
复制代码
4.后续扩展,还可以添加更多的参数。
淘宝应对双\"11\"的技术架构分析 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术
...用计算都是支持的。在现场计算方面,我们对Hbase进行了扩展,Prom要求每个节点返回的数据是已经经过“本地计算”的局部最优解,最终的全局最优解只是各个节点返回的局部最优解的一个简单汇总。很显然,这样的设计思路是...
Lua简明教程 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...on.new(self, p)
2)new方法的self.__index = self 的意图是怕self被扩展后改写,所以,让其保持原样
3)setmetatable这个函数返回的是第一个参数的值。
于是:我们可以这样调用:
1
2
3
4
5
me = Person:new()
print(me:t...
C语言结构体里的成员数组和指针 - c++1y / stl - 清泛IT社区,为创新赋能!
...2012下编译你会得到一个警告:“arning C4200: 使用了非标准扩展 : 结构/联合中的零大小数组”。那么为什么gcc可以通过而连一个警告都没有?那是因为gcc 为了预先支持C99的这种玩法,所以,让“零长度数组”这种玩法合法了。关...
使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文网
...
使用App Inventor扩展实现多点触控:Rotation Detector
« 返回首页
Using App Inventor extensions to implement multitouch: Rotation Detector
Xinyue Deng dengxinyue0420@gmail.com
DRAFT (M...
使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文网
...
使用App Inventor扩展实现多点触控:Rotation Detector
« 返回首页
Using App Inventor extensions to implement multitouch: Rotation Detector
Xinyue Deng dengxinyue0420@gmail.com
DRAFT (M...