nginx: [error] invalid PID number ; in /usr/local/nginx/logs/nginx.pid
分类:
其他好文 时间:
2020-02-26 23:05:15
阅读次数:
119
Resetting first dirty ofset to log start offset 2971862 since the checkpointed offset 12675089 is invalid reruirement failed 11302544 messages in segm ...
分类:
其他好文 时间:
2020-02-26 19:00:17
阅读次数:
129
背景:首先说一下背景,源于年前的一次libc的升级。再迁移打包机环境时遇到了报错/lib64/libc.so.6: version `GLIBC_2.14' not found 报错很明显,直接安装了对应的版本libc-2.14.so。然后按照网上的操作进入/lib64/,想着将当前的版本覆盖到旧版 ...
分类:
其他好文 时间:
2020-02-26 18:51:51
阅读次数:
61
问题:查看防火墙状态时报错service iptables status 解决方案 在CentOS 7或RHEL 7或Fedora中防火墙由firewalld来管理,当然你可以还原传统的管理方式,或则使用新的命令进行管理。本文中将还原传统的管理方式。 cd /etc/sysconfig ls -l ...
分类:
其他好文 时间:
2020-02-25 23:16:35
阅读次数:
101
错误内容: vue cli service serve /bin/sh: vue cli service: command not found error Command failed with exit code 127. 解决办法: sudo rm rf node_modules package ...
分类:
其他好文 时间:
2020-02-25 20:36:45
阅读次数:
87
问题:关闭防火墙时报错service iptables status Redirecting to /bin/systemctl status iptables.serviceUnit iptables.service could not be found. 解决方案: cd /etc/syscon ...
分类:
其他好文 时间:
2020-02-25 13:09:48
阅读次数:
89
顾名思义,address 属性不存在,请检查调用方。 比如:msg.sender.address 会有此提示,在 Solidity Contract 中,msg.sender.balance 是存在的,地址直接使用 msg.sender Link:https://www.cnblogs.com/fa ...
分类:
其他好文 时间:
2020-02-24 18:34:54
阅读次数:
96
1 """ 2 Median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value. So the median is the mean of ...
分类:
其他好文 时间:
2020-02-24 16:59:06
阅读次数:
82
错误: root@debian:/home/zh# dpkg -i mysql-apt-config_0.8.15-1_all.deb dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'star ...
分类:
其他好文 时间:
2020-02-24 13:15:13
阅读次数:
196
出现这种原因主要是找不到对应sbt版本的集成插件, 解决办法:找到project/plugins.sbt 文件修改里面的sbt版本对应的插件版本,修改一致就ok了,比如我是1.2.8的sbt ,将sbt-assembly的版本改为0.14.5就好了 ...
分类:
其他好文 时间:
2020-02-24 12:59:03
阅读次数:
193