
1、应用层(HTTP、FTP…)
- 为应用软件提供了很多服务,构建于协议之上。
 
2、传输层(TCP、UDP)
- 数据的传输都定义在这一层,数据通过大分包、分片。
 
3、网络层
- 为数据在节点之间传输创建逻辑链路
 
4、数据链路层
- 通讯实体间建立数据链路连接
 
5、物理层
- 主要作用是定义物理设备如何传输数据(光缆、网线)
 
            缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
 npm i hexo-generator-json-content --save
            3、在根目录_config.yml里添加配置:
  jsonContent:
    meta: false
    pages: false
    posts:
      title: true
      date: true
      path: true
      text: false
      raw: false
      content: false
      slug: false
      updated: false
      comments: false
      link: false
      permalink: false
      excerpt: false
      categories: false
      tags: true