Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 xampp 和 mamp 代表什么我正在寻找端口号和端口号的简单定义?据我所知,端口号只是服务可以交谈的一种方式,但从这个意义上说,mamp 和 xampp 的不同端口是什么?我怎样才能找到可用的端口?
XAMPP 和 MAMP 或多或少是相似的服务器,当您将 mamp 与 xampp 进行比较时,mamp 提供了 xampp 服务器不支持 python 的附加服务(python)。无需担心 mamp 和 xampp 上的端口号。Apache 运行在两台服务器上port 80,MySQL 运行在上面port 3306。您可以通过编辑conf文件来自定义端口号
port 80
port 3306
conf