页面加载中...,请稍候。
PHPer
1月前发布了
获取需要下载的chromium版本号
打开/node_modules/puppeteer/package.json搜索chromium_revision对应的版本号
上面的方法还没有实测,之前遇到的报错一直是Could not find Chrome (ver. 126.0.6478.126).... 查看更多
PHPer
12月前发布了
代码从线上拉到本地就出问题了 ,查看network 404
查看更多
PHP Deprecated Warning – yii\base\ErrorException
strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated 查看更多
PHPer
2年前发布了
// configuration adjustments for 'dev' environment
$config['bootstrap'][] = 'debug';
$config['modules']['debug'] = [
'class' => 'yii\debug\Module',
// uncomment the follow... 查看更多