NativeScript 表单插件 Azure-Mobile-Basic
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: Android
- 软件首页: https://github.com/alexziskind1/NativeScript-Azure-Mobile-Services-Module-Basic
软件介绍
Azure-Mobile-Basic 是 NativeScript 模块,通过 Azure Mobile Services 提供基础表单数据 GET 功能。
创建:
// viewmodel.js var client = new azuremobile.MobileServiceClient( "https://<Your Mobile Service URL>", "<Your mobile service application key>" );
调用:
var itemArr = [];
client.getTableItems('<tableName>', '<dataColumnName>', itemArr)
.then(function(){
for (var i = 0; i < itemArr.length; ++i) {
tasks.push(itemArr[i]);
}
});The Black Box Society
Frank Pasquale / Harvard University Press / 2015-1-5 / USD 35.00
Every day, corporations are connecting the dots about our personal behavior—silently scrutinizing clues left behind by our work habits and Internet use. The data compiled and portraits created are inc......一起来看看 《The Black Box Society》 这本书的介绍吧!
