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 IDE 编写 php。是否可以让 netbeans 将项目文件复制到 var/www 目录?如何配置 netbeans 以便并非所有文件都复制到 var/www ?
您可以通过右键单击您的项目来复制源文件 -> 转到属性 -> 转到源选项卡 -> 勾选从源文件夹复制文件到另一个文件夹 -> 提供 var/www 的路径。
我不知道有任何其他直接方法可以做到这一点,但您可以将项目添加到任何版本控制(SVN),然后您可以从 Netbeans 中选择要提交的文件(甚至是 nbproject 文件夹)。