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.
Windows 7コンピューターにxampp win32 1.7.4をインストールしました。
Apache サーバーを開こうとすると、ポート 80 がビジーであると表示され、その結果、自分のコンピューターで Apache サーバーを実行できません。
そこからどう乗り越えていくべきか。
つまり、別のプロセスがポート 80 で既にリッスンしています。どのプロセスかを調べるには、管理者モードでコマンド プロンプトを開き、次を実行します。
netstat -abn
各ポートでリッスンしているプロセスがわかります。その後、このプロセスを停止できるはずです。また、コントロール パネルからサービスを無効にできるサービスの場合もあります。
Razor ビューでのこのコード:
if (true) { <table> <tbody> } ... if (true) { </tbody> </table> }
実行されません。}最初のス
}