JavaScript MVC 框架 jsblocks
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://jsblocks.com/
- 软件文档: http://jsblocks.com/learn
- 官方下载: http://jsblocks.com/download
软件介绍
jsblocks 是一个用来构建 Web 应用的 JavaScript MVC 框架。通过简单的接口来实现复杂的 Web 应用。
示例代码:
<!DOCTYPE html>
<html>
<head>
<script src="http://jsblocks.com/jsblocks/blocks.js"></script>
<script>
blocks.query({
name: blocks.observable()
});
</script>
</head>
<body>
Name:
<input data-query="val(name)" placeholder="Enter your name here" />
<hr />
<h1>Hello {{name}}!</h1>
</body>
</html>
Hacker's Delight
Henry S. Warren Jr. / Addison-Wesley / 2002-7-27 / USD 59.99
A collection useful programming advice the author has collected over the years; small algorithms that make the programmer's task easier. * At long last, proven short-cuts to mastering difficult aspec......一起来看看 《Hacker's Delight》 这本书的介绍吧!
