为什么这不工作我试图将所有文件更改为644 abd all -d to 755:
find . -type f -exec chmod 644 {} ;
Run Code Online (Sandbox Code Playgroud)
我得到:找到:缺少`-exec'的参数 谢谢
我正在运行一个非常简单的功能,但得到内存超时问题,任何建议?
function getSum($value)
{
return getsum($value) + "58";
}
echo getSum(5) // I would expect it to show 63
Run Code Online (Sandbox Code Playgroud)
但相反,我得到:
Fatal error: Out of memory (allocated 1947467776) (tried to allocate 65488 bytes) in C:\Users\
Run Code Online (Sandbox Code Playgroud)