Blogger Information
Blog 5
fans 0
comment 0
visits 3394
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
创建本地真实环境
猴子哥哥专属博客
Original
822 people have browsed it

创建本地真实环境作业

1.写出具体步骤

首先在本地电脑安装phpstudy或php工具箱客户端,搭建好运行环境。

2.创建本地主机目录

在计算机磁盘里面找到D:\phpStudy\PHPTutorial\WWW该环境目录,在里面新建一个文件夹html。如图所示:

1.png

 

3.创建本地域名

打开phpstudy客户端,找到其他选项菜单->站点域名管理,如图所示:

 2.png

按图中所示配置完之后点击保存设置并生成配置文件,此时phpstudy客户端会重启。

4.hosts文件有什么使用,如何修改?

该文件主要控制本机域名重定向,修改之后访问指定域名将指向本机IP地址:127.0.0.1。

修改方式有两种,一种是通过系统盘的方式修改,另一种是在phpstudy里面修改,两种方式都能实现。

方式一:打开计算机C:\Windows\System32\drivers\etc\hosts  用记事本的方式打开该文件即可。

方式二:打开phpstudy客户端,找到其他选项菜单->打开host   这个打开方式和方式一同理。如图所示

 3.png如图,配置完了之后点击保存该文件,同时在phpstudy客户端里面要重启apache/nginx,及mysql服务环境。

http是什么?有什么用

http是web访问协议,主要是浏览器(客户机)向服务器连接的一种协议,通过该协议可以让浏览器访问服务器端的内容。

html是什么?基本结构是什么?

Html是超文本语言,基本结构是<html><header><body></body></header></html>由这些标签所包围构成。

最后实现如图所示效果

4.png

 

Correction status:Uncorrected

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post