EclipsePHP实时浏览设置方法
我是新手,安装上Eclipse后,在编辑窗口里输入PHP源码,想要在PHP Browser里实时浏览程序,如果不配置一下EclipesPHP,将无法实现。
一、新建项目目录说明:
我新建一个叫“test1”的“PHP项目”和一个叫“test.php”的文件时,提示选择一个“安装目录”。
我选择的目录是:E:/home/m2006/bbs/test
解释一下上面目录的意思。
“home/”是我的IIS网站根目录(我没有用Apache建站,我的服务器搭建如下:WIN7_IIS + MySQL5.5+PHP5.3+Discuz8.3)。
“m2006/”是我的index.html所在的目录。
“bbs/”是我搭建的PHP支持的Discuz8.3论坛,index.php所在的目录。
“test/”项目目录搭建在“bbs/”下,正是考虑EclipsePHP需要MySQL、PHP的支持。
明白以上目录的意义,进入EclipsePHP下一步的属性配置。
二、Project Defaults配置
依次打开Eclipse的“窗口/选项/PHPeclipse Web Development/Project Defaults”,进入它的“Project Defaults”项目默认配置界面。如上图。
右框内的“Localhost”一项,当然是我的支持PHP的BBS目录,test目录是我新建test1项目的目录。
右框的“DocumentRoot”文档Root,是我初次安装EclipsePHP时,错误设置的安装路径“E:/PHP100.com”。如果这个路径不修改,每次在编程窗口里变动一下,就要自动弹出保存对话框,将会给我们以后的PHP编写带来很大的麻烦。如下图:
把“DocumentRoot”这个“文档根”路径修改如下图:
修改了以上两项,其实相当于修改了Localhost的全局变量,以后在所有的项目右键“属性”里就不用再改了。
注意一,“DocumentRoot”已经被修改成了支持PHP、MySQL运行环境的“bbs/”目录下的“test”了。“test”后面没有“/”否则实时浏览出错!
注意二,我在“Include Paths”里“新建...”了一个“E:\PHP10.COM”。实属无聊之举。这里的“\”与上面的“DocumentRoot”方向不一样哦!这些细节不注意,还会带来烦恼的。
三、PHP、MySQL的配置
1.PHP的配置:
依次打开Eclipse的“窗口/选项/PHPeclipse Web Development/PHP,找到“HTTP Query”,右框里找到“Localhost”,我修改了它“http://192.168.1.XXX”,我的内网IP。然后新建了一个“Localhost2”,URL:http://localhost。也属无聊。
接着下面就是这个扩展工具项。点开后,右边的框内如下 图:
第一项,启动PHP命令目录,是我的PHP.exe安装目录.
第二项,参数项,应该是安装EclipsePHP时候默认的。所以,我们初次安装Eclipse时,一定要小心设置安装参数。
下面就是Apache、MySQL的配置。我这里没有安装Apache,所以,只说MySQL配置。
上图就是我的MySQL安装路径。
四、浏览器的选择。
在“窗口/Web Browser”的右箭头里,选1、2都行,就是不能选 0 。
最后,写一个PHP:
如果还不能马上预览,“Ctrl+S ”!
上传个图片真麻烦,我个人相册里已经上传好了,却不能引用?
------解决方案--------------------
写的很详细 很不错
------解决方案--------------------
很不错,谢谢

PHP remains important in modern web development, especially in content management and e-commerce platforms. 1) PHP has a rich ecosystem and strong framework support, such as Laravel and Symfony. 2) Performance optimization can be achieved through OPcache and Nginx. 3) PHP8.0 introduces JIT compiler to improve performance. 4) Cloud-native applications are deployed through Docker and Kubernetes to improve flexibility and scalability.

PHP is suitable for web development, especially in rapid development and processing dynamic content, but is not good at data science and enterprise-level applications. Compared with Python, PHP has more advantages in web development, but is not as good as Python in the field of data science; compared with Java, PHP performs worse in enterprise-level applications, but is more flexible in web development; compared with JavaScript, PHP is more concise in back-end development, but is not as good as JavaScript in front-end development.

PHP and Python each have their own advantages and are suitable for different scenarios. 1.PHP is suitable for web development and provides built-in web servers and rich function libraries. 2. Python is suitable for data science and machine learning, with concise syntax and a powerful standard library. When choosing, it should be decided based on project requirements.

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

The reasons why PHP is the preferred technology stack for many websites include its ease of use, strong community support, and widespread use. 1) Easy to learn and use, suitable for beginners. 2) Have a huge developer community and rich resources. 3) Widely used in WordPress, Drupal and other platforms. 4) Integrate tightly with web servers to simplify development deployment.

PHP remains a powerful and widely used tool in modern programming, especially in the field of web development. 1) PHP is easy to use and seamlessly integrated with databases, and is the first choice for many developers. 2) It supports dynamic content generation and object-oriented programming, suitable for quickly creating and maintaining websites. 3) PHP's performance can be improved by caching and optimizing database queries, and its extensive community and rich ecosystem make it still important in today's technology stack.

In PHP, weak references are implemented through the WeakReference class and will not prevent the garbage collector from reclaiming objects. Weak references are suitable for scenarios such as caching systems and event listeners. It should be noted that it cannot guarantee the survival of objects and that garbage collection may be delayed.

The \_\_invoke method allows objects to be called like functions. 1. Define the \_\_invoke method so that the object can be called. 2. When using the $obj(...) syntax, PHP will execute the \_\_invoke method. 3. Suitable for scenarios such as logging and calculator, improving code flexibility and readability.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

WebStorm Mac version
Useful JavaScript development tools