Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Document-Collection/network-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

本仓库不再维护,更新的内容前往:ZJDoc/Deploy

网络指南

Documentation Status standard-readme compliant Conventional Commits Commitizen friendly

计算机网络相关概念、工具

学习计算机网络基础知识以及相关工具

内容列表

背景

计算机网络内容复杂,除了常见的基本概念(比如IP,局域网,路由器等)外,还包括了相关工具的配置和使用(比如nginxngrok等)。在生活工作中不太会碰到相关问题,所以经常学完就丢,记录下来以便快速查询和学习

安装

文档工具安装

$ pip install -r requirements.txt

用法

有两种文档使用方式

  1. 在线浏览文档:网络指南

  2. 本地浏览文档,实现如下:

    $ git clone https://github.com/zjZSTU/network-guide.git
    $ cd network-guide
    $ mkdocs serve
    

    启动本地服务器后即可登录浏览器localhost:8000

主要维护人员

  • zhujian - Initial work - zjZSTU

参与贡献方式

欢迎任何人的参与!打开issue或提交合并请求。

注意:

许可证

Apache License 2.0 © 2019 zjZSTU