当前位置:网站首页>DOS common commands
DOS common commands
2022-07-28 20:22:00 【LifeBackwards】
1 View port number occupation and shutdown process
View port number :netstat -ano|findstr "8080"

Close the corresponding process :taskkill /F /pid 11176
![]()
边栏推荐
- plt. What does it mean when linestyle, marker, color equals none in plot()
- HSETNX KEY_NAME FIELD VALUE 用法
- Raspberry pie CM4 -- using metartc3.0 to integrate ffmpeg to realize webrtc push-pull streaming
- What is the variance?
- C language - question brushing column
- 树行表达方式
- Find the memory occupied by the structure
- Reverse string
- [C language] header file of complex number four operations and complex number operations
- 【CodeForces】Educational Codeforces Round 132 (Rated for Div. 2)
猜你喜欢

5. Difference between break and continue (easy to understand version)

Implementation of strstr in C language

私有化部署的即时通讯平台,为企业移动业务安全保驾护航

Basic knowledge of communication network 01

JVM (24) -- performance monitoring and tuning (5) -- Analyzing GC logs

Raspberry pie CM4 -- using metartc3.0 to integrate ffmpeg to realize webrtc push-pull streaming

zfoo增加类似于mydog的路由

Reverse string

C language data 3 (2)

Advanced notes (Part 2)
随机推荐
[C language] Gobang game [array and function]
Sequential linear table - practice in class
[C language] print pattern summary
zfoo增加类似于mydog的路由
[C language] guessing numbers game
[in depth study of 4g/5g/6g topics -44]: urllc-15 - in depth interpretation of 3GPP urllc related protocols, specifications and technical principles -9-low delay technology -3-non slot scheduling mini
为什么客户支持对SaaS公司很重要?
Raspberrypico analytic PWM
一碰撞就自燃,谁来关心电池安全?上汽通用有话说
File lookup and file permissions
Simple example of C language 1
Multi-Modal Knowledge Graph Construction and Application: A Survey
Implementation of strstr in C language
New fruit naming (DP is similar to the longest common subsequence)
Quick sort template
[C language] step jumping problem [recursion]
XOR operation and its usage
Power Bi 2021 calendar DAX code
Wust-ctf2021-re school match WP
6. Functions of C language, why functions are needed, how functions are defined, and the classification of functions