配置XAMPP:

   1、下载:https://www.apachefriends.org/zh_cn/download.html(下载速度日了狗!)
   2、安装XAMPP;
   3、启动apache,MySQL:
      Apache启动错误:
         23:52:16  [Apache]  Error: Apache shutdown unexpectedly.
         23:52:16  [Apache]  This may be due to a blocked port, missing dependencies,
         23:52:16  [Apache]  improper privileges, a crash, or a shutdown by another method.
         23:52:16  [Apache]  Press the Logs button to view error logs and check
         23:52:16  [Apache]  the Windows Event Viewer for more clues
         23:52:16  [Apache]  If you need more help, copy and post this
         23:52:16  [Apache]  entire log window on the forums
      原因:
         23:50:27  [Apache]  Problem detected!
         23:50:27  [Apache]  Port 443 in use by ""C:\Program Files User (x86)\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 5312!
         23:50:27  [Apache]  Apache WILL NOT start without the configured ports free!
         23:50:27  [Apache]  You need to uninstall/disable/reconfigure the blocking application
         23:50:27  [Apache]  or reconfigure Apache and the Control Panel to listen on a different port
   
         443端口被VMware Workstation 占用,80端口也被其他应用占用。
  
      解决办法:
         修改80和443端口的值,然后重新启动即可。
   
安装Wordpress:
   1、下载Worldpress
   2、安装Worldpress
   3、设置登陆名和密码
   4、更新组建
   5、选择和编辑模板,然后保存在本地
 
 
  使用PuTTY从本地传到服务器端   //带更新

最新文章

  1. poj-2236-Wireless Network
  2. CentOS6.5上编译OpenJDK7源码
  3. 面向切面编程AOP:基于XML文件的配置
  4. 在 MVC 控制器中使用 构造函数时行依赖注入 (IoC)
  5. Xcode8 注释快捷键无效, 解决方案
  6. HDU 2203 亲串(kmp)
  7. css兼容性问题的整理
  8. 运维必须掌握的150个Linux命令
  9. [转]树莓派.设置自动重连WiFi
  10. CentOS7 升级 gvim 到 8.x 版本
  11. 设计模式 工厂模式 使用shared_ptr
  12. 迭代函数:zip、enumerate,list解析
  13. wpf数据绑定:xml数据绑定
  14. Linux ----> debian中环境的常见配置
  15. nginx的相关配置记录和总结
  16. 老代码:js实现二级城市联动(MVC)
  17. Web开发中需要了解的东西【转载】
  18. jquery,从后台查数据,给页面上添加树形。
  19. virsh 命令行管理虚拟机
  20. bzoj3205 [Apio2013]机器人

热门文章

  1. 网站出现502 bad getway
  2. 网络教程(2)光纤和RF编码简介
  3. 【JavaScript框架封装】实现一个类似于JQuery的内容框架的封装
  4. Express 初步使用
  5. ELO kernels 记录
  6. android onContextItemSelected和onMenuItemSelected厉害关系
  7. nyoj 42判断欧拉路径模板题
  8. HTTP中的重定向和请求转发的区别(转)
  9. 在WPF的MVVM框架中获取下拉选择列表中的选中项
  10. HDU-1042-N!(Java大法好 && HDU大数水题)