会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Felix_Openmind
https://github.com/serendipitywzz
博客园
首页
新随笔
管理
2021年6月7日
Window questions-concerned(windows下常见的问题解决)
摘要: Windows下查找占用指定端口的App netstat -ano |findstr 3306 # 查看3306端口 tasklist |findstr (PID号) # 查看指定PID号是什么程序 taskkill /T /F /PID (PID号) # 强制(/F参数)杀死pid为3036的所有
阅读全文
posted @ 2021-06-07 21:53 Felix_Openmind
阅读(40)
评论(0)
推荐(0)
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}