有没有办法将crawler的会话保存在mysql数据库中或以任何方式保存,并使用PHP恢复此会话?http://phpcrawl.cuab.de/
发布于 2012-04-04 21:11:06
不,没有内置的方法可以做到这一点,但是的,您可以通过扩展现有的类来自己添加会话管理。
发布于 2012-12-19 18:16:50
由于0.81phpCrawl版本能够恢复爬行进程(http://phpcrawl.cuab.de/resume_aborted_processes.html)
https://stackoverflow.com/questions/10011752
复制相似问题