- 授权协议: 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 Algorithm Analysis in Java
Mark A. Weiss / Pearson / 2011-11-18 / GBP 129.99
Data Structures and Algorithm Analysis in Java is an “advanced algorithms” book that fits between traditional CS2 and Algorithms Analysis courses. In the old ACM Curriculum Guidelines, this course wa......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!
