zoukankan      html  css  js  c++  java
  • Windows下安装XAMPP,Wordpress

    配置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从本地传到服务器端   //带更新

  • 相关阅读:
    jquery 实现跨域的简单小例子;
    jquery 实现文字轮播滚动
    js jquery 上传文件格式大小判断简单总结
    js 文本编辑插件 wangEditor 的使用教程和总结
    vue项目结构介绍
    bootstrap select下拉框模糊搜索和动态绑定数据解决方法
    bootstrap实现下拉框select option 美爆了
    jquery 获得select下拉框选择中的属性值
    Nginx + uWSGI 配置django---终极版
    django全文检索
  • 原文地址:https://www.cnblogs.com/linga/p/9113663.html
Copyright © 2011-2022 走看看