01 2020 档案
摘要:linux lsof -i 查看端口状态 kill -9 PID 关闭端口 windows netstat -ano|findstr "{$port}" taskkill -F -PID {$PID}; tasklist|findstr "{$PID}" 查看端口使用程序
阅读全文
摘要:ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password' Where root as your user localhost as your URL and password as your p
阅读全文
摘要:https://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-4
阅读全文