摘要:Idea启动项目报错:Command line is too long. Shorten command line for className or also for JUnit defaultconfiguration. 解决方法: 在该项目文件夹.idea/workspace.xml中找到 <c
阅读全文
posted @ 2020-08-17 10:36
08 2020 档案
摘要:Idea启动项目报错:Command line is too long. Shorten command line for className or also for JUnit defaultconfiguration. 解决方法: 在该项目文件夹.idea/workspace.xml中找到 <c
阅读全文
posted @ 2020-08-17 10:36
摘要:开始 >运行 >cmd 查看端口被哪个进程号占用 netstat -aon|findstr 端口号 查看进程号,属于哪个进程 tasklist|findstr 进程号 杀掉进程 taskkill /pid 3500 /F
阅读全文
posted @ 2020-08-10 14:40
|
||