jQueryServer
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/jQueryServer
软件介绍
Unobstrusive, client-side bindings to server-side implmentation of jQuery (actually only PHP is supported).
Scenario is simple:
- 1. Connect to server and make an Ajax request to somewhere (crossdomain allowed)
- 2. Do some manipulations, you can even trigger a server-side event
- 3. Get processed date back to browser
Example:
$.server({url: 'http://somesite.com})
.find('.my-class')
.client(function(response){
$('.destination').html(response);
});This plugin is a subproject of phpQuery, and their releases are combined.
Access2003数据库开发典型范例
王樵民 / 第1版 (2006年8月1日) / 2006-8 / 42.00元
Access数据库管理软件是一套集数据管理、程序开发功能于一体的高级办公软件,是特别适合普通办公人员进行日常工作的有力助手。本书面向非计算机专业人员,通过多个实例讲解Access中的各种开发技术,介绍实际工作过程中应用软件的编制方法,以及与Excel等软件之间的信息互用技术等内容。能够帮助读者快速掌握Access数据库的开发技术,构建解决自己工作中实际问题的数据库管理系统,从而提高办公效率。一起来看看 《Access2003数据库开发典型范例》 这本书的介绍吧!
