- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://davisjs.com/
- 软件文档: http://davisjs.com/docs
软件介绍
Davis.js 是一个小型的 JavaScript 库,使用 HTML5 的 history.pushState 方法来允许在 JavaScript 应用中实现 Sinatra 风格的页面路由。
示例代码:
var app = Davis(function () {
this.get('/welcome/:name', function (req) {
alert("Hello " + req.params['name'])
})
})
app.start()
Realm of Racket
Matthias Felleisen、Conrad Barski M.D.、David Van Horn、Eight Students Northeastern University of / No Starch Press / 2013-6-25 / USD 39.95
Racket is the noble descendant of Lisp, a programming language renowned for its elegance and power. But while Racket retains the functional goodness of Lisp that makes programming purists drool, it wa......一起来看看 《Realm of Racket》 这本书的介绍吧!
RGB转16进制工具
RGB HEX 互转工具
html转js在线工具
html转js在线工具
