会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
永远的幻想
这个博客主要保存软件开发中“技”层面的知识点。 “术”、“道”,以及紫微、占星,放在https://xuanmanstein.wordpress.com/
博客园
首页
新随笔
联系
管理
订阅
2022年4月18日
windows查看端口占用
摘要: 查看谁占用端口 netstat -ano |findstr 6000 杀死pid taskkill /pid XXXX python中调用 import subprocess def get_pid_by_port(port): try: pid = subprocess.check_output(
阅读全文
posted @ 2022-04-18 10:35 永远的幻想
阅读(53)
评论(0)
推荐(0)
编辑
公告