webmagic-core
parent
17f8ead28f
commit
90bbe9b951
@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
包含了处理页面抽取结果的接口Pipeline和它的几个实现类。
|
||||
Pipeline is the persistent and offline process part of crawler.
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
包含了封装页面处理逻辑的接口PageProcessor和一个实现类SimplePageProcessor。实现PageProcessor即可定制一个自己的爬虫。
|
||||
PageProcessor custom part of a crawler for specific site.
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
包含url管理和调度的接口Scheduler及它的几个实现类。
|
||||
Scheduler is the part of url management.
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue