-
```
[root@iZm5e5k2yby7w6yyixdif3Z demo]# php qiushibaike_task.php
Found that the data of Redis, no continue will empty Redis data start again
Do you want to continue? [Y/n]n
PHP Notice: Undefine…
-
Parse error: syntax error, unexpected '[' in /www/wwwroot/www.phpspider.com/phpspider-master/core/phpspider.php on line 1603
-
### 概述
- 支持多进程抓取
- 支持 chrome headless 模式抓取页面
-
我在Android上装了PHP服务器,
但是phpspider要在cli下才能运行
那我如何优雅地在Android下运行phpspider呢?
ljk99 updated
4 years ago
-
\phpspider\core\requests::del_cookies函数内有unset(self::$cookies)的操作,这会产生Error
PHP Error: Attempt to unset static property phpspider\core\requests::$cookies
建议用self::$cookies = null; 来进行unset
-
$ php8 -v
PHP 8.0.20 (cli) (built: Jun 26 2022 19:16:04) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.20, Copyright (c) Zend Technologies
PHP Deprecated: Required parameter $tasknum fol…
-
getcookie 函数无法正确获取,获取的url不支持https://github.com/owner888/phpspider/issues/new多路径网址。
$spider->on_start = function($phpspider)
{
$cookie = requests::get_cookie("SUB", "s.weibo.com");
// 把C…
-
运行了2天以后,提示错误phpspider Allowed memory size of 1073741824 bytes exhausted (tried to allocate 16384 bytes)
提示是在core/phpspider.php 3527行,我把这个变量在使用完以后执行了unset。两天后看看效果。
-
$spider->on_fetch_url = function($url, $phpspider){
//这里对当前页面获取到的url加入爬虫队列中再次爬取
if (MyString::endWith($url,".html")){
$phpspider->add_url($url,[]);
return $url;
}
};
…
-
![qq 20171013191833](https://user-images.githubusercontent.com/17980915/31544172-1cb906b6-b04c-11e7-9819-c6d59baab22e.png)
这个判断如果爬取的数据是 0 这个数字的话,会被置为空的,我爬取的是彩票的开奖号码,所以这个需求是存在的,爬数字如果是0,这里算一个bug