MySQL版本: (more…)...
failed with error code 1 in /tmp/pip-build-midFdN/MySQL-python/
[crayon-689f83a41f8d0402424626/]
(more…)...
/bin/rm: Argument list too long
在Centos删除文件夹文件使用命令rm -f *的时候提示"/bin/rm: Argument list too long",此时可以for循环等方式删除文件。
解决方法:
1:参数...