Lorentz.js

码农软件 · 软件分类 · HTML5开发相关 · 2019-03-07 21:29:43

软件介绍

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

本文地址:https://codercto.com/soft/d/855.html

Data Structures and Algorithms in Java

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》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具