English 中文(简体)
远程系统开发网户
原标题:Netbeans for remote system development - PHP

我一直在使用Eclipse进行远程系统开发,在听取了有关Netbeans用于PHP开发的许多好消息之后,我要向他开枪。

我甚至在开始之前就遇到了几个问题:

1. 下载我当地机器的完全遥控名录:

我在开发服务器和代码基数上从事多个项目的工作相当庞大。 Netbeans在利用偷窃机进入我的边远名录建立新的PHP远程项目时,开始从我指定的边远地点下载所有档案。 这是一种微不足道的 an,因为下载所有档案(包括作为项目一部分的大型录像)需要很长的时间。

另一方面,Eclipse偏僻的系统开发(以及Edit Plus等大多数其他编辑)只向我展示了遥远的档案结构,在我开放时只向当地温德尔下载文件。

在Netbeans,这种行为是否标准?

<>strong>2. 外部档案修改是否会引起合成问题?

通常,我通过将电离机与使用轮胎的服务器连接起来,来更新我的头盔。 自2006年以来 Netbeans正试图在我的当地电脑上保存一份自己的副本,并将在网户外更新来文方档案,从而产生同化问题?

3. 我能否从Netbeans内部管理远距离迁移?

自2006年以来 我已经检查了我在开发服务器上的挖掘项目,我能否从净户内部抽出牛来承付或更新?

问题回答
  1. Yes, it is standard. Netbeans downloads the remote application so that it can scan the local copies to enable code-completion.
  2. It shouldn t. By default, Netbeans is almost immediately aware of any changes you make to project files outside of Netbeans.
  3. Yes.




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签