Blogger Information
Blog 17
fans 0
comment 0
visits 6099
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
020112开学第一课
生活需要加油
Original
285 people have browsed it

开学第一课

1. 学习方式

  1. 直播:PC(推荐),APP

  2. 回放/源码: PC 课程页面, Git

  3. 作业: Blog(博客)

  4. 提问: QQ 群

2. 常用术语

  1. http: 超文本/传输/协议

    • 超文本: html

    • 传输: tcp

    • 协议: 合同/规则

    • 特征: 无状态

  2. url: 统一资源定位符,表示网上的唯一资源

  3. path: 有二种

    • 通常是从盘符开始, c:,d:

    • usr/local/bin

    • .: 当前路径,abc

    • ../: 上级路径

    • 相对路径: 从当前位置开始, 36->40, 4

    • 绝对路径: 从一个固定位置开始, 1-40, 40

  4. 页面: html

    • 静态: .html, SEO

    • 动态: .php

3. 环境与工具

  1. 浏览器: chrome

  2. 编辑器: VSCode

  3. 编程字体: 等宽,连写(Fira Code, Cascadia Code)

  4. Git 版本控制: Git

4. vscode 常用插件(部分)

  1. 简体中文: Chinese(Simplified)...

  2. 编辑窗口主题: One Dark Pro

  3. 图标主题: Material Icon Theme

  4. 产品主题: Material Product Icons

  5. 格式化: Prettier-Code formatter

  6. 标签自动闭合: Auto Close Tag

  7. 标签自动更名: Auto Rename Tag

  8. 代码拼写检查: Code Spell Checker

  9. MarkDown 预览:Markdown Preview Enhanced

  10. Markdown 语法验证: markdownnlint

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!