12 2018 档案
摘要:在 windows 上安装免安装版的 1、 下载路径 https://downloads.mysql.com/archives/community/ 2、 解压 假设解压后的路径为:E:\Environment\mysql 5.6.30 winx64 在path环境变量下加入:E:\Environm
阅读全文
摘要:netstat ano | findstr 8081 查询端口 被什么进程占用 tasklist | findstr 2184 根据进程号 查询任务名称 taskkill /f /t /im java.exe 杀掉进程 使用示例: netstat ano | findstr 8081 TCP 0.0
阅读全文