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);
}
});
Agile Web Application Development with Yii 1.1 and PHP5
Jeffrey Winesett / Packt Publishing / 2010-08-27
In order to understand the framework in the context of a real-world application, we need to build something that will more closely resemble the types of applications web developers actually have to bu......一起来看看 《Agile Web Application Development with Yii 1.1 and PHP5》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
正则表达式在线测试
正则表达式在线测试
