1、查看端口状态
netstat -ano|findstr “1521”
2、杀进程
taskkill /pid xxx -f
3、导出当前文件夹下所有文件名
dir /t /b >1.txt
4、查看当前环境下的所有ip
arp -a
5、查看系统运行及开机时间
systeminfo
1、查看端口状态
netstat -ano|findstr “1521”
2、杀进程
taskkill /pid xxx -f
3、导出当前文件夹下所有文件名
dir /t /b >1.txt
4、查看当前环境下的所有ip
arp -a
5、查看系统运行及开机时间
systeminfo