摘要:
netstat命令 是一个监控TCP/IP网络的非常有用的工具,它可以显示路由表、实际的网络连接以及每一个网络接口设备的状态信息。 -a或--all:显示所有连线中的Socket; -n或--numeric:直接使用ip地址,而不通过域名服务器 -o或--timers:显示计时器; netstat 阅读全文
posted @ 2021-02-19 17:07
Peter.Jones
阅读(387)
评论(0)
推荐(0)
摘要:
<resources> <resource> <directory>src/main/resources</directory> <includes> <include>*.properties</include> <include>*.yml</include> </includes> <filt 阅读全文
posted @ 2021-02-19 16:39
Peter.Jones
阅读(916)
评论(0)
推荐(0)