搭建sftp过程中遇到如下问题:ssh登录提示 [crayon-63de53f7536bb021842314/] (more…)
一次异常的HTTPS分析
请求命令: [crayon-63de53f7539d9111622221/] nginxdebug日志: [crayon-63de53f7539de946708536/]
error: Bind to port xxx on 0.0.0.0 failed: Permission denied.
错误代码: [crayon-63de53f753a89999111946/] 解决方法: [crayon-63de53f753a8d419330539/]
ERROR 1047 (08S01): WSREP has not yet prepared node for application use
错误代码: [crayon-63de53f753b3d494776725/] 原因分析: [crayon-63de53f753b4d353426219/] PXC(Percona Xtradb...
/bin/ld: cannot find -lncurses
错误代码: [crayon-63de53f753c54847319816/] 解决方法: [crayon-63de53f753c58599992031/]
failed with error code 1 in /tmp/pip-build-midFdN/MySQL-python/
[crayon-63de53f753ce2830850322/] (more…)
/bin/rm: Argument list too long
在Centos删除文件夹文件使用命令rm -f *的时候提示"/bin/rm: Argument list too...
Can’t convert string from native encoding to ‘UTF-8’
默认环境执行不错,但是更换到shell就异常了,原来是因为没有设置字符集。备注下。 [crayon-63de53f753ddf318796352/] 解决方法: 脚本中增加: [crayon-63de53f753de2270118044/] 转载:http://blog.csdn.net/wenwenxiong/article/details/48008685
ERROR 1418 (HY000) at line 6314
问题提示: ERROR 1418 (HY000) at line...
VMware报错:Microsoft Runtime DLL安装程序未能完成安装
新装系统报错: [crayon-63de53f753ed3907600350/] 解决方法: 一般是缺少VC++,安装即可,360搜索VC++ 或者下载:https://www.microsoft.com/zh-cn/download/details.aspx?id=48145 参考文档:...