- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://www.tinygroup.org
- 软件文档: http://my.oschina.net/tinyframework/blog/194578
软件介绍
优点:
高效、简单、易用的Html解析器。
学习时间,分分钟。
解析速度超过,查找速度超快,支持格式化。
有强悍的容错性,即使HTML标签不规范,也会尽可以进行匹配,弥补,正确纠错率达95%以上。即使不能正确纠错,也不会导致解析不下去。
支持大小写混合匹配,即开始标签与结束标签为和也可以正确的进行匹配。
Maven引用坐标:
<dependency> <groupId>org.tinygroup</groupId> <artifactId>org.tinygroup.htmlparser</artifactId> <version>0.1.0-SNAPSHOT</version> </dependency>
使用方式,请参考http://my.oschina.net/tinyframework/blog/194574
只要把文中的Xml变成Html就完全适用。
PHP and MySQL for Dynamic Web Sites : Visual QuickPro Guide
Larry Ullman / Peachpit Press / 2005 / USD 39.99
It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, an......一起来看看 《PHP and MySQL for Dynamic Web Sites : Visual QuickPro Guide》 这本书的介绍吧!
