windows
未读
win10 80端口占用问题
win10 80端口被占用问题 http://www.gimoo.net/t/1903/5ca019fa6ea06.html 1、运行netstat -aon | findstr :80 发现pid是4的进程占用着80端口,这还是一个系统进程,kill不掉。所以只能另想办法: 2、打开运行,执行re
linux
未读
Linux常见问题整理
Linux常见问题整理 设置国内yum源 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 更新内核版本 查看当前内核版本 uname -r