摘要:
今天紀錄一下如何在 Mac 上安裝 OpenCV for C++ 開發環境 使用 Brew 安装,pkgconfig 检测,2023.5.17 Mac x86 ( Intel ) , Mac M1 ( Apple silicon ) 和 Ubuntu 也適用 此筆記用 OpenCV 4.7.0_4 阅读全文
摘要:
You can try netstat netstat -vanp tcp | grep 9000 For macOS El Capitan and newer (or if your netstat doesn't support -p), use lsof lsof -i tcp:9000 su 阅读全文