HTML 内容解析工具 pup

码农软件 · 软件分类 · HTML解析器 · 2019-04-02 19:27:16

软件介绍

pup 是一个命令行的 HTML 内容解析工具,直接从 stdin 读入内容,并将解析结果输出到 stdout,用户可以使用 CSS 选择器进行内容的过滤。

基本使用方法:

$ cat index.html | pup [selectors and flags]

$ pup < index.html [selectors and flags]

$ curl http://www.pro-football-reference.com/years/2013/games.htm | \
pup table#games a[href*=boxscores] attr{href}

$ pup < robots.html title
<title>
 Robots exclusion standard - Wikipedia, the free encyclopedia
</title>

$ pup < robots.html span#See_also
<span class="mw-headline" id="See_also">
 See also
</span>

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

组合数学教程

组合数学教程

范林特 / 刘振宏、赵振江 / 机械工业出版社 / 2007-4 / 49.00元

本书介绍组合数学中的基础理论和实际应用,讲述的内容非常广泛,讨论的问题涵盖组合数学所涉及的绝大部分领域。本书不仅包含了通常组合数学教科书中的经典内容,而且收集了若干新的内容,如Lovász筛法、范德瓦尔登积和式猜想、结合区组设计、码和设计等。 本书阐述深入浅出,简明易懂,适合作为高等院校高年级本科生与低年级研究生的组合数学课程教材,也适合作为数学和其他学科的研究人员的参考书。一起来看看 《组合数学教程》 这本书的介绍吧!

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

在线XML、JSON转换工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具