PdfReportKit
- 授权协议: Apache
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/as-cii/PdfReportKit
- 软件文档: https://github.com/as-cii/PdfReportKit
软件介绍
PdfReportKit 是一个小的工具包,用于通过 HTML 模板来创建 PDF 报表,每个页面都支持头、底部和其他内容。
示例模板:
{{#documentHeader}}
Whatever you want
{{/documentHeader}}
使用代码:
NSError * error; NSString * templatePath = [[NSBundle mainBundle] pathForResource:@"foo" ofType:@"mustache"]; [[PRKGenerator sharedGenerator] createReportWithName:@"foo" templateURLString:templatePath itemsPerPage:20 totalItems:articles.count pageOrientation:PRKLandscapePage dataSource:self delegate:self error:&error];
高性能JavaScript
Nicholas C.Zakas / 丁琛、赵泽欣 / 电子工业出版社 / 2010-11 / 49.00元
如果你使用JavaScript构建交互丰富的Web应用,那么JavaScript代码可能是造成你的Web应用速度变慢的主要原因。《高性能JavaScript》揭示的技术和策略能帮助你在开发过程中消除性能瓶颈。你将会了解如何提升各方面的性能,包括代码的加载、运行、DOM交互、页面生存周期等。雅虎的前端工程师Nicholas C. Zakas和其他五位JavaScript专家介绍了页面代码加载的最佳方......一起来看看 《高性能JavaScript》 这本书的介绍吧!
