- 授权协议: Apache
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/awslabs/dynamodb-document-js-sdk
软件介绍
dynamodb-document-js-sdk 抽离出低端 SDK 属性值的类型,以提供更简单的开发经验。JS 数据类型,如 string 和 number 可以直接传送到 DynamoDB 需求中;同样,数据类型不会被打包。
示例代码:
// Basic Client creationAWS.config.update({ /* ...your config... */ });
docClient = new DOC.DynamoDB();// Basic Callbackvar pfunc = function(err, data) {
if (err) { console.log(err, err.stack);
} else { console.log(data);
}
}
Algorithms Unlocked
Thomas H. Cormen / The MIT Press / 2013-3-1 / USD 25.00
Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is pro......一起来看看 《Algorithms Unlocked》 这本书的介绍吧!
Base64 编码/解码
Base64 编码/解码
UNIX 时间戳转换
UNIX 时间戳转换
