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.
我主要使用 NetBeans 7.2.1 进行远程开发。我开始看到 NetBeans 可以使用本地 php 解释器,而不仅仅是在本地运行代码。我偶然发现了有关 phpDoc 的大量信息,我目前正在尝试使其正常工作。
将 NetBeans 与 XAMPP 结合使用可以实现哪些其他好处或其他巧妙的技巧,而我在保存时上传到远程服务器时无法做到这一点?我觉得我错过了各种整洁的东西。
谢谢阅读!
拥有本地服务器总是好的,以防您的 Internet 提供商死机,或者您的 wifi 用完。我用于 Web 开发的环境是本地 xampp、netbeans 和 svn。
当我有重大更改时,我会在 assembla 中提交对我的 repo 的更改,然后在服务器中进行更新。您始终可以使用更复杂的 cvs 来同步更新服务器(例如 git,使用 bitbucket 免费托管)。