vue cli3 终止端口_如何从Windows中的CLI终止进程

vue cli3 终止端口

vue cli3 终止端口

image

Sure, anybody can end a process from the Task Manager, but did you know you can also do it from the command line?

当然,任何人都可以从任务管理器中结束进程,但是您知道您也可以从命令行完成该进程吗?

如何从Windows中的CLI终止进程 (How to Kill a Process From the CLI in Windows)

If the command prompt is your flavor of tea, you will need to know to know the name of the process you are trying to kill beforehand. The easiest way to get these is on the Details tab of the Task Manager.

如果命令提示符是您喜欢的茶口味,则需要事先知道要尝试杀死的进程的名称。 获得这些内容的最简单方法是在任务管理器的“详细信息”选项卡上。

image

Once you have the name of the process a simple tskill is all it takes:

一旦有了流程的名称,就可以使用简单的tskill:

tskill chrome

tskillChrome

image

If you have already migrated to the Command Prompt’s older brother PowerShell, it is much simpler.

如果您已经迁移到命令提示符的较早版本的PowerShell,则它要简单得多。

Get-Process | Where Name –Like “chrome*” | Stop-Process

获取流程| 名称-如“ chrome *” | 停止程序

The above would stop all the processes that match the chrome* wildcard pattern.

上面的操作将停止所有与chrome *通配符模式匹配的进程。

image

That’s all there is to it.

这里的所有都是它的。

翻译自: https://www.howtogeek.com/145882/how-to-kill-a-process-from-the-cli-in-windows/

vue cli3 终止端口

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值