- 授权协议: 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);
}
}
);
Android群英传
徐宜生 / 电子工业出版社 / 2015-9 / 69.00元
《Android群英传》对具有一定Android开发基础的读者,以通俗易懂的语言介绍了Android开发的进阶技巧。《Android群英传》共分为13章,讲解了Android体系与系统架构、Android开发工具新接触、Android控件架构与自定义控件详解、ListView使用技巧、Android Scroll分析、Android绘图机制与处理技巧、Android动画机制与使用技巧、Activi......一起来看看 《Android群英传》 这本书的介绍吧!
