This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 months ago.
The community reviewed whether to reopen this question 8 months ago and left it closed:
Needs more focus Update the question so it focuses on one problem only by editing this post.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(8)
WAMP 是 Windows(操作系统)、Apache(网络服务器)、MySQL(数据库)、P 的缩写HP(语言)。
XAMPP 和 WampServer 都是 WAMP 的免费软件包,带有附加的应用程序/工具,由不同的人组合在一起。还有其他 WAMP,例如 UniformServer。还有商业 WAMP,例如 WampDeveloper(我使用的)。
它们的区别在于包的格式/结构、配置和包含的管理应用程序。
IIS 是一个 Web 服务器应用程序,就像 Apache 一样,只不过它是由 Microsoft 开发的并且仅适用于 Windows(Apache 可以在 Windows 和 Linux 上运行)。 IIS 也更适合使用 ASP.NET(相对于 PHP)和“SQL Server”(相对于 MySQL),尽管它也可以使用 PHP 和 MySQL。
WAMP is an acronym for Windows (OS), Apache (web-server), MySQL (database), PHP (language).
XAMPP and WampServer are both free packages of WAMP, with additional applications/tools, put together by different people. There are also other WAMPs such as UniformServer. And there are commercial WAMPs such as WampDeveloper (what I use).
Their differences are in the format/structure of the package, the configurations, and the included management applications.
IIS is a web-server application just like Apache is, except it's made by Microsoft and is Windows only (Apache runs on both Windows and Linux). IIS is also more geared towards using ASP.NET (vs. PHP) and "SQL Server" (vs. MySQL), though it can use PHP and MySQL too.
WAMP [ Windows、Apache、Mysql、Php]
XAMPP [X-os、Apache、Mysql、Php、Perl ](x-os:可以在任何操作系统上使用)
两者都可以用来轻松运行和测试网站和 Web 应用程序本地。
WAMP 无法与 XAMPP 并行运行,因为默认安装时 XAMPP 具有优先权并且会占用端口。
WAMP 易于设置配置。
WAMPServer 具有图形用户界面,可在运行时打开或关闭各个组件软件。
WAMPServer 提供了在已安装的多个版本的 Apache、多个版本的 PHP 和多个版本的 MySQL 之间切换的选项,这为开发提供了更大的灵活性,而 XAMPPServer 没有这样的选项。
如果您想将 Perl 与 WAMP 一起使用,您可以使用 WAMPServer http: //phpflow.com/perl/how-to-configure-perl-on-wamp/ 但最好使用 XAMPP。
XAMPP 比 WAMP 易于使用。
XAMPP更强大。
XAMPP 有一个控制面板,您可以从中启动和停止各个组件(例如 MySQL、Apache 等)。
XAMPP 比 WAMP 更消耗资源,因为它有大量的内部组件软件,如 Tomcat、FileZilla FTP 服务器、Webalizer、Mercury Mail 等。因此,如果您不需要高功能,最好选择 WAMP。
XAMPP 还具有 WAMP 所没有的 SSL 功能。(安全套接字层 (SSL) 是一种网络协议,用于管理服务器身份验证、客户端身份验证以及服务器和客户端之间的加密通信。)
IIS 是 Internet Information Server 的缩写,也是发起的可扩展 Web 服务器作为 Microsoft NT 的一个研究项目。IIS 可用于创建 Web 应用程序、搜索引擎以及访问数据库(例如 Microsoft 操作系统中的 SQL Server)的基于 Web 的应用程序。 。
IIS 支持 HTTP、HTTPS、FTP、FTPS、SMTP 和 NNTP。
WAMP [ Windows, Apache, Mysql, Php]
XAMPP [X-os, Apache, Mysql, Php , Perl ] (x-os : it can be used on any OS )
Both can be used to easily run and test websites and web applications locally.
WAMP cannot be run parallel with XAMPP because with default installation XAMPP gets priority and it takes up ports.
WAMP easy to setup configuration in.
WAMPServer has a graphical user interface to switch on or off individual component softwares while it is running.
WAMPServer provide an option to switch among many versions of Apache, many versions of PHP and many versions of MySQL all installed which provide more flexibility towards developing while XAMPPServer doesn't have such an option.
If you want to use Perl with WAMP you can configure Perl with WAMPServer http://phpflow.com/perl/how-to-configure-perl-on-wamp/ but it is better to go with XAMPP.
XAMPP is easy to use than WAMP.
XAMPP is more powerful.
XAMPP has a control panel from that you can start and stop individual components (such as MySQL,Apache etc.).
XAMPP is more resource consuming than WAMP because of heavy amount of internal component softwares like Tomcat , FileZilla FTP server, Webalizer, Mercury Mail etc.So if you donot need high features better to go with WAMP.
XAMPP also has SSL feature which WAMP doesn't.(Secure Sockets Layer (SSL) is a networking protocol that manages server authentication, client authentication and encrypted communication between servers and clients. )
IIS acronym for Internet Information Server also an extensible web server initiated as a research project for for Microsoft NT.IIS can be used for making Web applications, search engines, and Web-based applications that access databases such as SQL Server within Microsoft OSs. .
IIS supports HTTP, HTTPS, FTP, FTPS, SMTP and NNTP.
除此之外,WAMP 在 Windows 系统上支持 64 位 PHP,而 XAMPP 仅提供 32 位版本。这实际上让我在 Windows 机器上切换到 WAMP,因为您需要 64 位 PHP 7 才能从 MySQL 正确获取 bigint 数字
In addition to the above, WAMP supports 64 bit PHP on Windows systems while XAMPP only offers 32 bit versions. This actually made me switch to WAMP on my Windows machine since you need 64 bit PHP 7 to get bigint numbers correctly from MySQL
XAMPP 比 WAMP 更强大,更占用资源。
WAMP 提供对 MySQL 和 PHP 的支持。
XAMPP 提供对 MYSQL、PHP 和 PERL 的支持
XAMPP 还具有 SSL 功能,而 WAMP 没有。
如果您的应用程序只需要处理本机 Web 应用程序,请选择 WAMP。
如果您需要上述高级功能,请选择 XAMPP。
从优先级来看,您不能使用默认安装同时运行两者,因为 XAMPP 具有更高的优先级并且会占用端口。所以WAMP不能与XAMPP并行运行。
XAMPP is more powerful and resource taking than WAMP.
WAMP provides support for MySQL and PHP.
XAMPP provides support for MYSQL, PHP and PERL
XAMPP also has SSL feature while WAMP doesnt.
If your applications need to deal with native web apps only, Go for WAMP.
If you need advanced features as stated above, go for XAMPP.
As of priority, you cant run both together with default installation as XAMPP gets a higher priority and it takes up ports. So WAMP cant be run in parallel with XAMPP.
WAMP 代表Windows、Apache、Mysql、Php
< XAMPP 代表X-os、Apache、Mysql、Php、 佩尔埃尔。
(x-os意味着它可以用于任何操作系统)
XAMPP的优点:
它是跨平台软件
它拥有许多其他重要模块,如phpMyAdmin、OpenSSL、MediaWiki、WordPress、Joomla 等。
它易于配置和使用。
WAMP 的优点:
它易于使用。 (更改配置)
WAMP 可用于 64 位和 32 位系统。
我建议使用 larragon :
Laragon 开箱即用,不仅可以与 MySQL/MariaDB 配合使用,还可以与 PostgreSQL 配合使用。 MongoDB。使用 Laragon,它们是便携式的且易于携带。可靠,让您可以专注于重要的事情
Laragon 是一款便携式、隔离、快速且易于使用的产品。适用于 PHP、Node.js、Python、Java、Go、Ruby 的强大通用开发环境。它快速、轻量、易于使用且易于扩展。
Laragon 非常适合构建和管理现代 Web 应用程序。它专注于性能——围绕稳定性、简单性、灵活性和自由而设计。
Laragon 非常轻,并且会尽可能保持精简。核心二进制文件本身不到 2MB,运行时使用的 RAM 不到 4MB。
Laragon 不使用 Windows 服务。它有自己的服务编排,可以异步且非阻塞地管理服务,因此您会发现事情运行得快速且流畅。与 Laragon 顺利合作。
Laragon 的优点:
漂亮的 URL
使用
app.test
而不是localhost/app
。便携式
您可以无忧无虑地移动 Laragon 文件夹(到另一个磁盘、另一个笔记本电脑、同步到云……)。
隔离
Laragon 与您的操作系统有一个隔离的环境 - 它将保持您的系统干净。
操作简单
与其他为您预先配置的东西不同,Laragon
自动配置所有
复杂的事情。这就是为什么您可以轻松添加 PHP、Python、Ruby、Java、Go、Apache、Nginx、MySQL、PostgreSQL、MongoDB 等其他版本的原因。现代与现代强大
Laragon 配备了现代架构师,适合构建现代网络应用程序。您可以使用 Apache 和 Apache Nginx,因为它们是完全托管的。
此外,Laragon 使事情变得更加容易:想要拥有 Wordpress CMS 吗?只需一键点击。想向客户展示您本地的项目吗?只需单击 1 次即可。想要启用/禁用 PHP 扩展吗?只需点击 1 次。
WAMP stands for Windows,Apache,Mysql,Php
XAMPP stands for X-os,Apache,Mysql,Php,Perl.
(x-os means it can use for any operating system)
Advantages of XAMPP:
It is cross-platform software
It possesses many other essential modules such as phpMyAdmin, OpenSSL, MediaWiki, WordPress, Joomla and more.
it is easy to configure and use.
Advantages of WAMP:
It is easy to Use. (Changing Configuration)
WAMP is Available for both 64 bit and 32-bit system.
i suggest using laragon :
Laragon works out of the box with not only MySQL/MariaDB but also PostgreSQL & MongoDB. With Laragon, they are portable & reliable so you can focus on what matters
Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.
Laragon is great for building and managing modern web applications. It is focused on performance - designed around stability, simplicity, flexibility and freedom.
Laragon is very lightweight and will stay as lean as possible. The core binary itself is less than 2MB and uses less than 4MB RAM when running.
Laragon doesn’t use Windows services. It has its own service orchestration which manages services asynchronously and non-blocking so you’ll find things run fast & smoothly with Laragon.
Advantages of Laragon:
Pretty URLs
Use
app.test
instead oflocalhost/app
.Portable
You can move Laragon folder around (to another disks, to another laptops, sync to Cloud,…) without any worries.
Isolated
Laragon has an isolated environment with your OS - it will keep your system clean.
Easy Operation
Unlike others which pre-config for you, Laragon
auto-configsall
the complicated things. That why you can add another versions of PHP, Python, Ruby, Java, Go, Apache, Nginx, MySQL, PostgreSQL, MongoDB,… effortlessly.Modern & Powerful
Laragon comes with modern architect which is suitable to build modern web apps. You can work with both Apache & Nginx as they are fully-managed.
Also, Laragon makes things a lot easier:Wanna have a Wordpress CMS? Just 1 click.Wanna show your local project to customers? Just 1 click.Wanna enable/disable a PHP extension? Just 1 click.
XAMPP 和 WAMP 都是带有 apache 服务器的 PHP 和 MYSQL 的 Web 服务器应用程序。当我们考虑 IIS 时,它也是一个像 apache 这样的仅在 Windows 上运行的 Web 服务器。
XWAMPP/WAMP - Windows、Apache、Mysql、PHP
IIS - Apache、SQL Server、 ASP.NET
如果您想了解有关 XWAMPP 与 WAMP 的更多信息
XAMPP and WAMP are both web server applications for PHP and MYSQL with the apache server. When we consider IIS, it also a web-server like apache runs on windows only.
XWAMPP/WAMP - Windows,Apache,Mysql,PHP
IIS - Apache,SQL Server, ASP.NET
If you like to read more about XWAMPP vs WAMP
WAMP:Windows 操作系统、Apache(Web 服务器)、MySQL(数据库)和 PHP 的缩写。
XAMPP:X(任何操作系统)、Apache(Web 服务器)、MySQL(数据库)、PHP/PERL 的缩写。
WAMP: acronym for Windows OS, Apache(Web server), MySQL (Database) and PHP.
XAMPP: acronym for X (any OS), Apache (Web server), MySQL (Database), PHP/PERL.
它们的区别之一在于包的格式/结构、配置和包含的管理应用程序,简而言之:XAMPP 支持更多操作系统并包含更多功能。 XAMPP 比 WAMP 易于使用。 XAMPP更强大。 XAMPP 有一个控制面板,您可以从中启动和停止各个组件(例如 MySQL、Apache 等)。由于内部组件软件数量较多,XAMPP 比 WAMP 更消耗资源
One of their differences are in the format/structure of the package, the configurations, and the included management applications, In short: XAMPP supports more OSes and includes more features. XAMPP is easy to use than WAMP. XAMPP is more powerful. XAMPP has a control panel from that you can start and stop individual components (such as MySQL,Apache etc.). XAMPP is more resource consuming than WAMP because of heavy amount of internal component software