摘要:
netstat用来查看系统当前系统网络状态信息,包括端口,连接情况等,常用方式如下: ,各参数含义如下: t : 指明显示TCP端口 u : 指明显示UDP端口 l : 仅显示监听套接字(LISTEN状态的套接字) p : 显示进程标识符和程序名称,每一个套接字/端口都属于一个程序 n : 不进行D 阅读全文
摘要:
参考来源:https://stackoverflow.com/questions/9055371/python and pyaml yaml scanner scannererror mapping values are not allowed her 前几天使用Flask swagger进行api 阅读全文