01 2020 档案

摘要:linux lsof -i 查看端口状态 kill -9 PID 关闭端口 windows netstat -ano|findstr "{$port}" taskkill -F -PID {$PID}; tasklist|findstr "{$PID}" 查看端口使用程序 阅读全文
posted @ 2020-01-30 17:36 大财主 阅读(383) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2020-01-26 15:23 大财主 阅读(461) 评论(0) 推荐(0)
摘要:https://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-4 阅读全文
posted @ 2020-01-22 20:44 大财主 阅读(125) 评论(0) 推荐(0)