更改

CC07-信息系统-学习日志

添加476字节2018年12月27日 (四) 01:57
;;实例文件位置 http://net.icenter.tsinghua.edu.cn/vr/tiyan/readme.html
;LAMPP的获取和安装,配置文件httpd.conf的介绍,更改index.php
cd /home //进入home目录
pwd //确认当前目录为home
yum install wget //安装软件wget,用于下载程序
wget http://101.6.160.40/others/xampp-linux-x64-7.2.4-0-installer.run
ls -al //查看软件是否下载成功,注意属性
chmod 777 xampp-linux-x64-7.2.4-0-installer.run //改权限
ls -al //查看权限是否更改
./xampp-linux-x64-7.2.4-0-installer.run //运行程序,回车或Y
;html,css,javascripy,bootstrap,cms实例介绍
行政员管理员
855
个编辑