• xampp安装使用


    xampp安装使用

    安装

    1. 下载xampp bin文件 xampp-linux-x64-8.0.0-3-installer.run
    2. 安装
    sudo ./xampp-linux-x64-8.0.0-3-installer.run
    
    XAMPP Setup Wizard.
    
    ----------------------------------------------------------------------------
    Select the components you want to install; clear the components you do not want
    to install. Click Next when you are ready to continue.
    
    XAMPP Core Files : Y (Cannot be edited)
    
    XAMPP Developer Files [Y/n] :Y
    
    Is the selection above correct? [Y/n]: Y
    
    ----------------------------------------------------------------------------
    Installation Directory
    
    XAMPP will be installed to /opt/lampp
    Press [Enter] to continue:
    
    ----------------------------------------------------------------------------
    Setup is now ready to begin installing XAMPP on your computer.
    
    Do you want to continue? [Y/n]:
    
    ----------------------------------------------------------------------------
    Please wait while Setup installs XAMPP on your computer.
    
     Installing
      0% ______________ 50% ______________ 100%
       ########################################
    #
    
      ----------------------------------------------------------------------------
      Setup has finished installing XAMPP on your computer.
    

    使用

    控制:

    /opt/lampp/lampp/lampp start   # 开启服务
    /opt/lampp/lampp/lampp stop    # 停止服务
    

    web服务器路径:
    /opt/lampp/htdocs 目录

  • 相关阅读:
    数据处理之求和语句,retain语句
    Day1 Excel基本知识
    Day6 数据清洗(2)
    Day5 数据的清洗
    Day5 快速输入数据的方法(2)
    Day5 快速输入数据的方法
    Day4 利用小技巧进行快速数据处理
    Day3 Excel与数据分析之小技巧
    Day2 Excel与数据处理之定位条件、选择性粘贴及查找功能
    day5:python学习之集合
  • 原文地址:https://www.cnblogs.com/dysonnnn/p/14295885.html
Copyright © 2020-2023  润新知