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://www.codercto.com/soft/d/1856.html

Algorithms on Strings, Trees and Sequences

Algorithms on Strings, Trees and Sequences

Dan Gusfield / Cambridge University Press / 1997-5-28 / USD 99.99

String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular seq......一起来看看 《Algorithms on Strings, Trees and Sequences》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具