苏苏的博客

简约至极

git for windows

git for windows 国内下载

所有资源均来源于官网http://git-scm.com/download/win

版本2.12.0

32位资源

32位安装版

32位绿色版

64位资源

64位安装版

64位绿色版

https://nmap.org/book/install.html#inst-download

windows 下查看端口占用的进程

netstat -ano

netstat -ano | findstr “8086” 找到PID

tasklist | findstr “PID” 查看进程信息

tasklist -fi “pid qe 1234” -v 可以列出进程的详细信息

taskkill /pid 1688 /F 杀死指定进程