sitemap.xml 站点描述文件生成器 gonvan-sitemap

码农软件 · 软件分类 · 常用工具包 · 2019-08-16 08:28:34

软件介绍

sitemap.xml 站点描述文件生成器,只需要配置站点及其需过滤的目录即可。
该组件是 果凡网 www.gonvan.com 基于htmlParser编写,可直接部署到站点下。

<dependency>
  <groupId>com.gonvan</groupId>
  <artifactId>sitemap</artifactId>
  <version>0.1.1.RELEASE</version>
</dependency>

示例代码:

HtmlCrawler crawler = HtmlCrawler.getInstance("http://www.gonvan.com/",
	Arrays.asList("/assets", "/image");
SitemapGenerator generator = SitemapGenerator.getInstance(
	FSConfig.getSiteDir(), "http://www.gonvan.com/");
try {
	generator.writeSiteMap(crawler.crawl());
} catch (MalformedURLException e) {
	logger.error("sitemap.xml write error:", e);
}

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

图形程序开发人员指南

图形程序开发人员指南

Michael Abrash / 前导工作室 / 机械工业出版社 / 1998 / 128

Michael Abrash's classic Graphics Programming Black Book is a compilation of Michael's previous writings on assembly language and graphics programming (including from his "Graphics Programming" column......一起来看看 《图形程序开发人员指南》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

在线进制转换器
在线进制转换器

各进制数互转换器

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

在线XML、JSON转换工具