摘要: phpstudy没有卸载程序,直接删除文件夹即可 首先明确,无法删除,是因为有进程占用 进程名一般为:mysql.exe、httpd.exe、apache.exe 使用命令 tasklist | find 确认进程号 taskkill /pid "进程号" 结束进程 删除phpstudy文件夹 阅读全文
posted @ 2019-10-25 19:55 千瞳大人 阅读(1181) 评论(0) 推荐(0)