Open console with admin user.
Righ click on CMD open with administrador
Run next command:
netstat -ano | findstr :YOUR_PORT
Find PID and next
taskkill /PID YOUR_PID /F
Example:
When writing efficient Java code, algorithmic complexity matters—a lot. In this post, I’ll walk you through two fundamental time complexitie...
No comments:
Post a Comment