面向对象Ajax框架 Zaxas
- 授权协议: GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://zaxas.sourceforge.net/
软件介绍
Zaxas 是一个面向对象的 Ajax 框架,带来更直观的 Web 应用,实现非常简单。
示例代码:
<script src="Zaxas.js"></script>
<script>
function sayHello()
{
var req = new ZaxasRequest();
req.getContent("hello.html","place");
}
</script>
The Lambda Calculus, Its Syntax and Semantics . Revised Edition
H.P. Barendregt / North Holland / 1985-11-15 / USD 133.00
The revised edition contains a new chapter which provides an elegant description of the semantics. The various classes of lambda calculus models are described in a uniform manner. Some didactical impr......一起来看看 《The Lambda Calculus, Its Syntax and Semantics . Revised Edition》 这本书的介绍吧!
