Behave.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://jakiestfu.github.com/Behave.js/
- 软件文档: http://jakiestfu.github.com/Behave.js/
软件介绍
Behave.js 是一个轻量级的 JavaScript 库,为普通的 textarea 编辑框提供了 IDE 风格的行为,特点:
- 无依赖
- 硬和软的 Tab 键支持
- 自动打开和关闭:括号、连谱号和单双引号
- 自动删除成对的字符
- 匹配成对支付
- 多行的缩进和反缩进
- 自动缩进
示例代码和配置属性:
var editor = new Behave({
textarea: null,
replaceTab: true,
softTabs: true,
softTabSize: 4,
autoOpen: true,
overwrite: true,
autoStrip: true,
autoIndent: true
});
Compilers
Alfred V. Aho、Monica S. Lam、Ravi Sethi、Jeffrey D. Ullman / Addison Wesley / 2006-9-10 / USD 186.80
This book provides the foundation for understanding the theory and pracitce of compilers. Revised and updated, it reflects the current state of compilation. Every chapter has been completely revised ......一起来看看 《Compilers》 这本书的介绍吧!
