PHP本地环境套装WLNMP
义务帮助宣传一下这款 Windows 下的 PHP 本地集成环境。因为从善如流的好软件就是值得推介的。在李思章博客看到之后,提议软件发布绿色免安装版本,第二天就收到了反馈,并且真的放出了绿色版,解压运行 admin 目录下的“wlnmp.exe”即可。而且绿色版还自带
义务帮助宣传一下这款 Windows 下的 PHP 本地集成环境。因为从善如流的好软件就是值得推介的。在李思章博客看到之后,提议软件发布绿色免安装版本,第二天就收到了反馈,并且真的放出了绿色版,解压运行 admin 目录下的“wlnmp.exe”即可。而且绿色版还自带了 WordPress 最新版本,直接访问“http://localhost/wordpress/”安装就好了。Louis 一直用的是 Xampp,试用 WLNMP 之后感觉后者运行速度更快,执行效率更高。为什么不给国产软件一个机会呢?
WLNMP名字的来由
WLNMP是一个包含Nginx + MySQL + PHP的集合包,是由 WordPress联盟开发团队精心开发的本地 PHP 环境安装包,WLNMP可以让你简单地一键在本地建立PHP运行环境,让你的系统瞬间变成服务器,方便开发者本地开发和测试程序。
为什么要选择Nginx+MySQL+PHP
Nginx 是一个小巧而高效的Linux系统下的Web服务器软件,Nginx 运行稳定、功能丰富、安装配置简单、系统资源占用低,目前很大比例的国内外的门户网站、行业网站的服务器都是基于Nginx搭建。我们常见的PHP服务器组合一般是Apache+MySQL+PHP,因为这种组合搭建容易,但Apache的运行效率远远不如Nginx,因此Nginx+MySQL+PHP 是我们搭建服务器的首选。
为什么选择WLNMP
我们开发的WLNMP是在尽量不改变原系统设置的情况下,尽最大努力对系统做了优化和简化,让服务器既可以正常工作,又不过多占用资源。我们把复杂的命令变成简单的可视化界面,让您不需要掌握专业的服务器知识,就可以无障碍地搭建自己的服务器。服务器开启、重启、关闭清晰明了,只需要动动鼠标即可操控服务器。
WLNMP使用帮助
下载后,双击安装,安装完成后,会在桌面生成WLNMP管理的快捷方式,双击运行,通过图形界面就可以操作了。
WLNMP数据库默认用户名:root 密码:wlnmp
WLNMP下载
官方发布网站:http://www.wpunion.org/wlnmp
相关日志
- WordPress 本地调试问题两则(26)
- WordPress:主题目录是个空目录或主题目录不存在(60)
- 使用XAMPP在本机安装WordPress博客(73)
- 博客最近二三事(89)
- 生活箩筐004(71)
- WordPress WPINK主题引用样式(blockquote CSS)(41)
- WordPress 3.2长文章分页(56)
- 为Wordpress下载链接添加网盘图标(97)
- 博客终于升级到Wordpress 3.X版本(112)
- WPINK主题添加评论框右侧广告位(WordPress)(47)
最近评论
- Mark : 一开始的时候用apmserv 后来就换成phpnow
- Louis Han : @皇家元林, 嗯,phpnow是国内比较早的集成环境
- Louis Han : @Always.Life, PHPNow 用户很多啊
- Louis Han : @Maxsailor, 嗯 我用的最多的也是XAMPP 不过之前用的最多的是AppServ
- Louis Han : @胡倡萌, 这样的集成工具实在是太多了 想一下自己用过或者见过的得有10几个了
? Louis 倾情奉献 Louis Han Life Log, 2006-2013.
原始链接(Permalink): PHP本地环境套装WLNMP |
37 条评论
标签(Post tags): Nginx, PHP, WLNMP, wordpress, XAMPP
订阅(Subscribe): 直接订阅 | FeedSky | FeedBurner
站点(More Blogs): 生活在济南 | 济南影像 | 小小的梦想
服务(My Services): 世嘉服务网 | 生活服务网 | 迷失济南网

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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

If you are an experienced PHP developer, you might have the feeling that you’ve been there and done that already.You have developed a significant number of applications, debugged millions of lines of code, and tweaked a bunch of scripts to achieve op

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

What are the magic methods of PHP? PHP's magic methods include: 1.\_\_construct, used to initialize objects; 2.\_\_destruct, used to clean up resources; 3.\_\_call, handle non-existent method calls; 4.\_\_get, implement dynamic attribute access; 5.\_\_set, implement dynamic attribute settings. These methods are automatically called in certain situations, improving code flexibility and efficiency.
