摘要: Windows下查找占用指定端口的App netstat -ano |findstr 3306 # 查看3306端口 tasklist |findstr (PID号) # 查看指定PID号是什么程序 taskkill /T /F /PID (PID号) # 强制(/F参数)杀死pid为3036的所有 阅读全文
posted @ 2021-06-07 21:53 Felix_Openmind 阅读(40) 评论(0) 推荐(0)
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}