MySQL Linux Ubuntu CentOS PHP Windows CSS3
2022年7月04日- 書箋
wmic process where caption="java.exe" get processid,caption,commandline /value
tasklist /fi "imagename eq java.exe"
tasklist | findstr "java"
# 查看2001端口 導出到c盤netstat -aont | findstr "2001" > c:2001.log