问题:Error running 'lugia-web': Address loaclhost:1099 is already in use
解决方法:cmd输入下面命令:
第一步:
netstat -ano|findstr 1099
找到对应的pid 为3576.(每次不一样)。
第二步:taskkill -f -pid 3576
与其战胜敌人一万次,不如战胜自己一次。
解决方法:cmd输入下面命令:
第一步:
netstat -ano|findstr 1099
找到对应的pid 为3576.(每次不一样)。
第二步:taskkill -f -pid 3576