CouchDB jQuery plugin
- 授权协议: Apache
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/apache/couchdb/blob/trunk/share/www/script/jquery.couch.js
软件介绍
这是 jQuery 访问 CouchDB 的插件。示例代码:
var userDoc = {
_id: "org.couchdb.user:bob",
name: "bob"
};
$.couch.signup(userDoc, "supersecurepassword", {
success: function(data) {
console.log(data);
},
error: function(status) {
console.log(status);
}
});
Essential ActionScript 3.0
Colin Moock / Adobe Dev Library / June 22, 2007 / $34.64
ActionScript 3.0 is a huge upgrade to Flash's programming language. The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essentia......一起来看看 《Essential ActionScript 3.0》 这本书的介绍吧!
图片转BASE64编码
在线图片转Base64编码工具
RGB CMYK 转换工具
RGB CMYK 互转工具
