TinyHtmlParser

码农软件 · 软件分类 · 网页开发工具 · 2019-03-21 19:14:00

软件介绍

优点:

高效、简单、易用的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就完全适用。

本文地址:https://codercto.com/soft/d/1856.html

PHP and MySQL for Dynamic Web Sites : Visual QuickPro Guide

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》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试