Blogger Information
Blog 5
fans 0
comment 0
visits 2269
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
开学第一课作业
AlUN
Original
420 people have browsed it

开学第一课

编辑器的选择及插件

编辑器的选择

可以选择vscode,webstorm,sublime text,notepad++

此处选择使用vscode作为常用编辑器
下载地址:code.visualstudio.com/Download

常用插件:

  1. Chinese language(汉化插件)

  2. Live server(浏览器实时保存预览插件)

  3. markdown preview enhanced(markdown预览插件)

  4. markdownlint(markdown语法检测插件)

对HTTP协议的理解及请求/响应实现过程

对HTTP的理解

http是用户通过浏览器向服务器发出请求,并且服务器根据用户发出的请求做出返回相应数据的一个协议.

请求/相应的实现过程

  • 首先由用户通过浏览器向服务器发送请求(get/post等)

  • 服务器收到该请求之后进行字符串响应

  • 将字符串数据发送到浏览器

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