摘要: 1、查询指定端口(如查询 8080 端口): netstat -ano | findstr "8080" 结果说明:LISTENING 表示端口正在监听;最后一列数字是 进程 PID 2、通过 PID 查对应进程(如 PID 为 1234): tasklist | findstr "1234" 3、 阅读全文
posted @ 2025-09-20 14:20 _再睡五分钟 阅读(7) 评论(0) 推荐(0)
摘要: 错误代码:FellowOakDicom.Network.DicomAssociationRequestTimedOutException:“The association request timed out 3 times, waiting 5000ms each time for the asso 阅读全文
posted @ 2025-09-20 14:13 _再睡五分钟 阅读(3) 评论(0) 推荐(0)