Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我通过 ubuntu 终端运行 casper 脚本时,它会捕获网站(按预期生成 img),但是当我将该命令提供给 php 的 shell exec 时,它无法生成 img。有什么普遍问题吗?
十分钟前我遇到了这个问题!对我来说,问题是权限。我用以下命令解决了它:
sudo chown -R www-data:www-data ./
但是我不建议您随意运行,我在过去玩权限时严重搞砸了我的服务器!