Aptana Studio 3 是否支持启动或预览 PHP 应用程序?

发布于 2024-11-18 22:56:06 字数 366 浏览 2 评论 0原文

可能的重复:
Aptana 3 是否提供和 Aptana 1.5.1 一样好的 PHP 插件吗?

我想问 Aptana studio 3 支持 PHP 吗?
我正在编写一个程序并尝试运行它,但是当我按“运行”按钮时没有任何反应。我收到消息“无法启动该选择,并且最近没有启动。”我做错了什么?

Possible Duplicate:
Does Aptana 3 provide a PHP plugin as good as Aptana 1.5.1?

I want to ask if Aptana studio 3 supports PHP?
I'm writing a program and trying to run it, but nothing happens when I press the "Run" button. I get the message "The selection cannot be launched and there are no recent launches." What did I do wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温馨耳语 2024-11-25 22:56:06

当您设置服务器时(窗口 > 首选项 > Web 服务器 > 新建...),您需要选择“外部 Web 服务器”,而不是“简单 Web 服务器”。像往常一样输入名称、基本 URL 和文档根目录。然后,对于“启动”命令,输入 NET START wampapache,对于“停止”命令,输入 NET STOP wampapache。一旦您将运行命令设置为使用此服务器设置,它就应该可以工作。 (嗯,无论如何,这对我来说是有效的。)

When you are setting up the server (Window > Preferences > Web servers > New...) you need to chose "External Web Server", instead of "Simple Web Server". Enter the Name, Base URL and Document root as usual. Then for Start command enter NET START wampapache and for Stop command NET STOP wampapache. Once you set the Run command to use this server setup, it should work. (Well, it does for me, anyway.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文