- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/zhiyu/jes
- 软件文档: https://github.com/zhiyu/jes
- 官方下载: https://github.com/zhiyu/jes
软件介绍
javascript模板引擎,可用于nodejs和web端。运行代码:
jes.renderFile('layout.jes',
{
title:'JES',
body:'Welcome to jes!',
copyright:'copyright 2012'
},
function(err, data){
if(err){
console.log(err);
}else{
console.log(data);
}
}
);
Squid: The Definitive Guide
Duane Wessels / O'Reilly Media / 2004 / $44.95 US, $65.95 CA, £31.95 UK
Squid is the most popular Web caching software in use today, and it works on a variety of platforms including Linux, FreeBSD, and Windows. Squid improves network performance by reducing the amount of......一起来看看 《Squid: The Definitive Guide》 这本书的介绍吧!
