Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想杀死并删除使用 EDB Postgres localhost 服务器的 8080 端口的软件,以便我可以将该端口用于 Jenkins。
使用任务列表它告诉我正在处理的端口,可以杀死进程,但是我可以在哪里删除卸载软件。
只需找到名为“PEM HTTPD”的服务器并将其关闭。您也可以将其启动模式更改为手动。
tasklist 很好,但是如果您没有找到进程,您也可以使用 netstat -ano 来查找端口,但是在 Windows 10 的 taskmanager 中有一个带有 PID 列的服务选项卡。只需单击该列并找到 PID。然后右键单击它并点击属性以找到软件的路径。终止进程并删除软件。重新启动,看看它是否有效。