- 授权协议: 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就完全适用。
Bandit Algorithms for Website Optimization
John Myles White / O'Reilly Media / 2013-1-3 / USD 19.99
This book shows you how to run experiments on your website using A/B testing - and then takes you a huge step further by introducing you to bandit algorithms for website optimization. Author John Myle......一起来看看 《Bandit Algorithms for Website Optimization》 这本书的介绍吧!
