- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/eoinmurray/lorentz
- 软件文档: https://github.com/eoinmurray/lorentz
软件介绍
Lorentz.js 监控客户端文件的改变并重新加载浏览器。
安装:
npm install lorentz服务器端代码:
var lorentz = require('lorentz')
lorentz.liveReload(__dirname[, port]) // defaults to 8081
客户端:
<script src="http://localhost:8081/lorentz.js"></script>指定要监控的文件列表:
public/ app.js index.html
Data Structures and Algorithms in Java
Robert Lafore / Sams / 2002-11-06 / USD 64.99
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!
