- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/xmlzen/
软件介绍
xmlzen是一个轻量级的Java工具用于解析XML和DOM文档。
示例代码:
String xml = XmlBuilder.newXml("UTF-8", true)
.openTag("xml").withAttribute("id", 1)
.openTag("thisishow")
.withValue("you can build")
.closeTag()
.openTag("your").withAttribute("xml", "nicely").toString(true);
Visual Thinking
Colin Ware / Morgan Kaufmann / 2008-4-18 / USD 49.95
Increasingly, designers need to present information in ways that aid their audiences thinking process. Fortunately, results from the relatively new science of human visual perception provide valuable ......一起来看看 《Visual Thinking》 这本书的介绍吧!
