服务器2025年06月17日
Job for network.service failed because the control process exited with error code问题 解决方法: 1、停止NetworkManager systemctl stop NetworkManager systemctl disable NetworkManager systemc...
服务器2025年06月11日
在CentOS 7或RHEL 7或Fedora中防火墙由firewalld来管理 添加 firewall-cmd --zone=public --add-port=80/tcp --permanent (--permanent永久生效,没有此参数重启后失效) firewall-cmd --zone=public --add-port=1000-2000/t...
后端开发2025年05月09日
在http传输文本中,规定必须 header和content顺序必须是:header在前content在后,并且header的格式必须满足“keyword: value\n”这种格式。 1、在header输出之前有输出内容的话,就会造成对header的错误理解(尽管现在已经能容错了),例如不是满足“keyword: value\n”的格式还好,直接错误了,...