当前位置:网站首页>Command line kills window process
Command line kills window process
2022-07-07 00:13:00 【ljt-tiger】
Command line kill window process
- Open the command line : Input
netstat -ano|findstr 8080
- Check the monitoring code : for example 6856
- Then type... On the command line :
taskkill /pid 6856 /f
- ok
- The solution to other ports being occupied is the same , Or modify other port numbers in its configuration file to run .
cmd Some common commands of :
1、 On and off mysql Database services :
net start mysql[mysql service name ]、net stop mysql
2、 Control panel --> Management tools --> service Services.msc
3、 Set the boot entry :
msconfig
192.168.1.101
192.168.56.1
Computer on wifi Of ip Address :192.168.191.1
widow View the process by name :
tasklist |findstr "ruby"
ruby.exe 14912 Console 1 58,180 K
vagrant
边栏推荐
- Basic chart interpretation of "Oriental selection" hot out of circle data
- GEO数据挖掘(三)使用DAVID数据库进行GO、KEGG富集分析
- 使用yum来安装PostgreSQL13.3数据库
- MySQL master-slave multi-source replication (3 master and 1 slave) setup and synchronization test
- Cas d'essai fonctionnel universel de l'application
- Operation test of function test basis
- Three sentences to briefly introduce subnet mask
- Oracle EMCC 13.5 environment in docker every minute
- GPIO簡介
- Hydrogen future industry accelerates | the registration channel of 2022 hydrogen energy specialty special new entrepreneurship competition is opened!
猜你喜欢
Imeta | Chen Chengjie / Xia Rui of South China Agricultural University released a simple method of constructing Circos map by tbtools
GPIO简介
Building lease management system based on SSM framework
Liuyongxin report | microbiome data analysis and science communication (7:30 p.m.)
DAY FOUR
MATLIB reads data from excel table and draws function image
How to find out if the U disk file of the computer reinstallation system is hidden
DAY ONE
1000字精选 —— 接口测试基础
[automated testing framework] what you need to know about unittest
随机推荐
PDF文档签名指南
Google, Baidu and Yahoo are general search engines developed by Chinese companies_ Baidu search engine URL
MIT 6.824 - Raft学生指南
Close unregistering application XXX with Eureka with status down after Eureka client starts
刘永鑫报告|微生物组数据分析与科学传播(晚7点半)
DAY TWO
TypeScript增量编译
C语言输入/输出流和文件操作【二】
Typescript incremental compilation
GEO数据挖掘(三)使用DAVID数据库进行GO、KEGG富集分析
Zero code and high return. How to use 40 sets of templates to meet 95% of the reporting needs in the work
Three sentences to briefly introduce subnet mask
Compilation of kickstart file
Business process testing based on functional testing
What can the interactive slide screen demonstration bring to the enterprise exhibition hall
Rider离线使用Nuget包的方法
沉浸式投影在线下展示中的三大应用特点
app通用功能測試用例
AVL树到底是什么?
vector的使用方法_vector指针如何使用