写爬虫,挺有意思
@飞炫的火花,爬虫的话其实可以用PHP-CLI运行。 也就是命令行模式的 php 或者 php.exe 命令。 这样一来因为可以及时的输出中间状态,运行多久都不会觉得卡了。 http://php.net/manual/zh/features.commandline.php
@飞炫的火花,爬虫的话其实可以用PHP-CLI运行。
也就是命令行模式的 php 或者 php.exe 命令。
这样一来因为可以及时的输出中间状态,运行多久都不会觉得卡了。
http://php.net/manual/zh/features.commandline.php