我可以在 iPad 2 上编程吗?

发布于 2024-12-03 02:48:30 字数 159 浏览 2 评论 0 原文

我是一名 Web 开发人员,并尝试使用 iPad 2。请告诉我我可以在 iPad 上安装:Apache、PHP、MySql 吗?或者在 iPad 2 上安装 XMAPP/MAMP Pro ?

如果没有,哪个表可以做到这一点(不是 Windows 操作系统)?

非常感谢 !

I am a Web development and try to work with iPad 2. Please tell me know may I install: Apache, PHP, MySql on iPad ? or install XMAPP/MAMP Pro on iPad 2 ?

If not, which table can do that (not Windows OS) ?

Thanks so much !

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

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

发布评论

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

评论(6

时光暖心i 2024-12-10 02:48:31

有一个适用于 iPad 的应用程序,允许在 iPad 上编写和执行代码: http://www.becomekodiak.com/< /a>

我是这个应用程序的共同作者,所以我希望可以在这里提及我自己的产品。不过好像和主题有关系。

There is an app for the iPad that allows writing and executing code on the Ipad: http://www.becomekodiak.com/

I am a co-author of this app, so I hope it is okay to mention my own product here. But it seems to be related to the topic.

泼猴你往哪里跑 2024-12-10 02:48:31

1)您可以使用各种文本编辑工具在iPad上编写代码。然后将其与您的测试服务器同步。

2) 没有任何像 XAMPP for iPad 这样的神奇软件包可以让您轻松安装常用的 PHP/MySQL Apache LAMP 神奇功能。尽管许多应用程序提供本地 Web 服务器用于照片共享以及在 iDevice 上的此类使用,但尚未有人编写出一款可以让您在 iPad 上运行 PHP 解析服务器的应用程序。

3)还可以在iPad上进行编程和“云端编译”。重点是云,但优点是您可以在 iPad 上执行和测试 PHP 脚本(尽管您需要 WiFi 或 3G)。您可以编写自己的应用程序并为此设置自己的服务器,或者您可以使用也可以执行此操作的几个现有 iPad 应用程序之一。

4) 如果您可以远程访问安装了所有软件的主编码机,您还可以使用 iPad 远程访问该机器。请记住,这会产生通常的虚拟终端延迟。

一些有用的链接:

http://www.koderapp.com/

http://www.macstories.net/ipad/padedit-ipad-optimized-ide-on-your-server/

http://blog.owensperformance.com/2010/03/mides-1-8-release/

http://itunes.apple.com/us/app /ieditor-all-in-one/id434810905?mt=8


自从我在 2011 年写下答案以来,已经有几个 IDE 实际上可以让您在本地运行代码iOS,例如:

适用于 iOS 的 Python http://pythonforios.com/

‎ 适用于 PHP 和 Javascript 的 Kodiak http://www.becomekodiak.com/

Draftcode PHP http://freeridecoding.com/draftcode/

Mides PHP http:// www.owensperformance.com/mides/

Codea http://twolivesleft.com/Codea/

1) You can use various text editing tools to write your code on an iPad. Then sync it with your test server.

2) There aren't any such magic packages like XAMPP for iPad that will let you easily install your usual PHP/MySQL Apache LAMP magic easily. Someone has yet to write an app that will let you run a PHP-parsing server on your iPad, although many app's provide local web server's for photo sharing and such usage on iDevice's.

3) You can also program and "compile on the cloud" on the iPad. The emphasis is on the cloud, but the plus is that you can execute and test your PHP script's right on your iPad (though you will need WiFi or 3G). You can write your own app and set up your own server for that, or you can use one of several existing iPad app's that also do that.

4) If you have remote access to your main coding machine with all that installed, you can also use your iPad to remote access the machine. Keep in mind that this will have the usual virtual terminal lag.

Some useful links:

http://www.koderapp.com/

http://www.macstories.net/ipad/padedit-ipad-optimized-ide-on-your-server/

http://blog.owensperformance.com/2010/03/mides-1-8-release/

http://itunes.apple.com/us/app/ieditor-all-in-one/id434810905?mt=8


Since I wrote the answer in 2011, there have been several IDEs that actually let you run code locally on iOS, such as:

Python for iOS http://pythonforios.com/

Kodiak for PHP and Javascript http://www.becomekodiak.com/

Draftcode PHP http://freeridecoding.com/draftcode/

Mides PHP http://www.owensperformance.com/mides/

Codea http://twolivesleft.com/Codea/

谈下烟灰 2024-12-10 02:48:31

现在还有另一个替代应用程序,具有离线代码执行功能,称为 DraftCode。它包括 PHP 5.4.10,还支持 POST/GET 表单解析以及通常由网络服务器负责的所有事情。
它还允许您与其他应用程序(如 DropBox)进行文档交换。

我写它是因为我想要一个比可用的更简约的替代方案。

There is now also another alternative App that features offline code execution called DraftCode. It includes PHP 5.4.10 and also supports POST/GET form parsing and all the things that usually are the webserver's responsibility.
It also lets you do document interchange with other applications (like DropBox).

I have written it because I wanted a more minimalistic alternative to what was available.

誰認得朕 2024-12-10 02:48:31

我也想做同样的事情,因为 iPad 非常便携,但没有找到很多可用的。除了下面列出的

Web服务器:到目前为止,我见过的唯一可能的本地服务器是http://www.lighttpd.net/ 但需要越狱你的 iPad。

代码编辑器 Textastic http://www.textasticapp.com/ 很棒。它支持 DropBox 和 FTP,甚至还支持一些基本的页面预览。然而,它与像 Eclipse 这样的成熟 IDE 还相差甚远。但这对于基本更新来说绝对是很棒的。

I also wanted to do the same since the iPad was great for portability but did not find a whole lot available. Other than what I list below

Web Server: The only possible local server that I've seen so far is http://www.lighttpd.net/ but requires jail breaking your iPad.

Code Editor Textastic http://www.textasticapp.com/ is great. It has support for DropBox and FTP and even some basic page previewing. However, it's no where close to a full blown IDE like Eclipse. But it's definitely great for basic updates.

半衾梦 2024-12-10 02:48:31

你可以在 iPad 上编码,但我找不到任何直接内置在应用程序中的开发服务器(据我记得,这是因为 iPad 上不允许直接在 iPad 中运行代码的应用程序)。大多数代码编辑器提供 FTP 或 webdav 客户端,但没有自主的。

我不知道 android 和 iOS,但项目是存在的,比如这个:

http://www.phpforandroid.net /

也许你应该看一下。

希望有帮助!

本杰明

You can code on the iPad, but I could not find any dev server directly built in an app (as far as I remember, that's because apps that can run code directly within the iPad are not allowed on the iPad). Most code editors provide an FTP or webdav client, but nothing autonomous.

I don't know android as well as iOS, but projects exist, like this one :

http://www.phpforandroid.net/

Maybe you should give a look.

Hope that helps !

Benjamin

尘曦 2024-12-10 02:48:31

要进行 Web 开发,您不需要在 iPad 上安装这些工具。
您可以在单独的开发环境(例如 Linux)上开发您想要的任何内容,并使用 iPad 中的网络浏览器访问它。

To do web development, you don't need to install those tools on an iPad.
You can develop whatever you want on a seperate development environment (say linux) and access that using the web browser in iPad.

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