简体   繁体   English

我在htdocs中的html文件在netbeans ide中打开

[英]my html file in htdocs to open in netbeans ide

how can i open my project/files in htdocs in netbeans IDE i tried looking for tutorial but there is none..i tried import but when i do it it does not have file to open or i tried open but i did not open as well.. 我如何在netbeans IDE中的htdocs中打开我的项目/文件,我尝试寻找教程,但是没有。.我尝试了导入,但是当我这样做时,它没有文件打开或我尝试打开,但是我也没有打开..

I downloaded netbeans here i got the last one with many checks. 在这里下载了netbeans 我得到了很多检查的最后一个。

i also downloaded this but i cant import it as well. 我也下载了此文件,但也无法导入。

any suggestions are accepted 任何建议都被接受

GO to

File>New Project>PHP>PHP Application With Existing Sources.

The browse to htdocs and select your project folder.Optionally you can set the url for your application or you can just finish it there. 浏览至htdocs并选择您的项目文件夹。您可以为应用程序设置URL,也可以在此完成它。

Did you follow this path when opening ? 打开时您是否遵循此路径?

Go to

File->New Project->Select a Category->Pick one from Projects . File->New Project->Select a Category->Pick one from Projects

Let's say PHP Application with Exciting Sources. 假设有令人兴奋的源代码的PHP应用程序。 Then select your project from the next window. 然后从下一个窗口中选择您的项目。

Hope this helps. 希望这可以帮助。

Cheers! 干杯!

If you are wanting to work on a live site via FTP in NetBeans I would suggest using this NetBeans plugin: 如果您想在NetBeans中通过FTP在实时站点上工作,我建议使用此NetBeans插件:

Link:- http://plugins.netbeans.org/plugin/39197/ftpsitedeployer 链接: -http : //plugins.netbeans.org/plugin/39197/ftpsitedeployer

If you are working with local files: 如果您正在使用本地文件:

File>New Project> PHP/HTML5 > PHP/HTML Application With Existing Sources.

If you are working with a GIT type repo: 如果您正在使用GIT类型仓库,请执行以下操作:

Create a proejct folder then initialize the repo and then pull from the repo you can also ADD/Commit/Push/Push via netbeans IDE toolbar. 创建一个proejct文件夹,然后初始化存储库,然后从存储库中提取文件,您也可以通过netbeans IDE工具栏添加/提交/推送/推送。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM