当前位置:网站首页>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
边栏推荐
- 自动化测试工具Katalon(Web)测试操作说明
- 刘永鑫报告|微生物组数据分析与科学传播(晚7点半)
- DAY FOUR
- 2022/2/12 summary
- Supersocket 1.6 creates a simple socket server with message length in the header
- A way of writing SQL, update when matching, or insert
- [automated testing framework] what you need to know about unittest
- What is web penetration testing_ Infiltration practice
- Pdf document signature Guide
- openresty ngx_ Lua subrequest
猜你喜欢

Rider离线使用Nuget包的方法

Basic chart interpretation of "Oriental selection" hot out of circle data

matplotlib画柱状图并添加数值到图中

How rider uses nuget package offline

DAY FOUR

Business process testing based on functional testing

互动滑轨屏演示能为企业展厅带来什么

基于SSM框架实现的房屋租赁管理系统

Racher integrates LDAP to realize unified account login

GPIO簡介
随机推荐
Data operation platform - data collection [easy to understand]
C language input / output stream and file operation [II]
[CVPR 2022] target detection sota:dino: Detr with improved detecting anchor boxes for end to end object detection
[boutique] Pinia Persistence Based on the plug-in Pinia plugin persist
Penetration test --- database security: detailed explanation of SQL injection into database principle
2022/2/12 summary
DevOps可以帮助减少技术债务的十种方式
pytest多进程/多线程执行测试用例
Liuyongxin report | microbiome data analysis and science communication (7:30 p.m.)
GEO数据挖掘(三)使用DAVID数据库进行GO、KEGG富集分析
自动化测试工具Katalon(Web)测试操作说明
专为决策树打造,新加坡国立大学&清华大学联合提出快速安全的联邦学习新系统
Quickly use various versions of PostgreSQL database in docker
GPIO簡介
DAY ONE
华为mate8电池价格_华为mate8换电池后充电巨慢
三句话简要介绍子网掩码
(leetcode) sum of two numbers
DAY TWO
PostgreSQL使用Pgpool-II实现读写分离+负载均衡