Blogger Information
Blog 14
fans 0
comment 0
visits 9468
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第一课 学习准备
Mr.Ran
Original
844 people have browsed it

工具的安装

Visual Studio Code 安装

  • 下载
    Visual Studio Code 官方下载地址:https://code.visualstudio.com/
  • 安装
    Visual Studio Code 支持系统:macOS、Windows、Linux,以下以macOS 系统安装为例:
    1.下载完成得到一个名为 VSCode-darwin-universal.zip 的文件。
    2.将该文件解压即可。

常用 Visual Studio Code 扩展插件

  • 中文界面语言包
    插件名称:Chinese (Simplified) Language Pack for Visual Studio Code
    插件说明:为 VS Code 界面提供中文翻译。

  • 本地web服务器
    插件名称:Live Server
    插件说明:一款本地开发服务器,为静态或动态页面实时加载刷新网页内容。

  • 文档编写预览
    插件名称:Markdown Preview Enhanced
    插件说明:基于VS Code 编辑器在编写说明文档时,能实时预览排版效果。

  • Markdown 语法检查器
    插件名称:markdownlint
    插件说明:为 Markdown 编写文档时提供语法检查和错误提示。

插件安装方式:通过 VS CODE 搜索插件名称,点击对应插件安装按钮即可。

初识 HTTP 协议

  • HTTP请求
    通过浏览器域名访问服务器文件,并告诉服务器所要请求的内容,服务器接收到请求后进行运算处理。

  • HTTP响应
    当服务器处理完请求内容之后以格式化字符串形式返回给浏览器,返回的方式有:HTML、JSON。

Correcting teacher:PHPzPHPz

Correction status:qualified

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