Node.js的客户端Web框架 kibi
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/jed/kibi
软件介绍
kibi 包括:
- 模板引擎
- URL 路由功能
- JSONP 实现
- 页面加载指示器
- 支持 pushState
示例代码:
<html> <!-- use scripts as you would normally--> <script src="/jquery.js"></script> <!-- use the text/plain type to avoid evaluation --> <script type="text/plain" data-kibi='{ pathname: /^\/$/, location: "http://mydomain.com/examplejsonp?callback=" }'> <p>Welcome to my site!</p> <p>Here is some dynamic content:</p> <p><% JSON.stringify(this) %></p> <% kibi.template.footer() %> </script> <script type='text/plain' data-kibi='{id: "footer"}'> <p>This is the footer.</p> </script> <script type='text/plain' data-kibi='{pathname: /.*/}'> <h1>Not found.</h1> </script> <!-- load kibi last to make sure it can find everything --> <script><!-- inlined kibi source code--></script> </html>
Linux内核设计的艺术
新设计团队 / 机械工业出版社华章公司 / 2011-6-20 / 79.00元
关于Linux内核的书已经不计其数,但这本书却是独树一帜的,它的内容代表着Linux内核研究成果的世界顶尖级水平,它在世界范围内首次提出并阐述了操作系统设计的核心指导思想——主奴机制,这是所有操作系统研究者的一笔宝贵财富。本书可能也代表着同类图书的顶尖水平,是一本真正能引导我们较为容易地、极为透彻地理解Linux内核的经典之作,也可能是当前唯一能从本质上指引我们去设计和开发拥有自主知识产权的操作系......一起来看看 《Linux内核设计的艺术》 这本书的介绍吧!
