在linux上使用zip压缩文件的时候,出现了以下错误:
zip I/O error: No such file or directory
zip error: Could not create output
原因:压缩文件夹过大超过4G就需要分成多个文件压缩。
解决办法:
用tar压缩:tar cvfz lmcjl.tar.gz lmcjl/
linux 通配符压缩,批量指定文件夹压缩
今天根据安装如下内容安装GatewayWorker:
http://doc2.workerman.net/
但是在运行
php start.php start
的时候出现以下错误:
pcntl_fork() has been disabled for security reasons in file
翻译过来的意思就是:由于文件中的安全原因,已禁用pcntl_fork()
所以,解决