mirror of
https://github.com/zhwei820/learn.lianglianglee.com.git
synced 2025-09-24 20:26:41 +08:00
201 lines
12 KiB
HTML
201 lines
12 KiB
HTML
<!DOCTYPE html>
|
||
<!-- saved from url=(0046)https://kaiiiz.github.io/hexo-theme-book-demo/ -->
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
|
||
<link rel="icon" href="/static/favicon.png">
|
||
<title>note-submit</title>
|
||
<!-- Spectre.css framework -->
|
||
<link rel="stylesheet" href="/static/index.css">
|
||
<!-- theme css & js -->
|
||
<meta name="generator" content="Hexo 4.2.0">
|
||
</head>
|
||
<body>
|
||
<div class="book-container">
|
||
<div class="book-sidebar">
|
||
<div class="book-brand">
|
||
<a href="/">
|
||
<img src="/static/favicon.png">
|
||
<span>技术文章摘抄</span>
|
||
</a>
|
||
</div>
|
||
<div class="book-menu uncollapsible">
|
||
<ul class="uncollapsible">
|
||
<li><a href="/" class="current-tab">首页</a></li>
|
||
</ul>
|
||
<ul class="uncollapsible">
|
||
<li><a href="../">上一级</a></li>
|
||
</ul>
|
||
<ul class="uncollapsible">
|
||
<li>
|
||
<a href="/PDF">PDF</a>
|
||
</li>
|
||
<li>
|
||
<a href="/专栏">专栏</a>
|
||
</li>
|
||
<li>
|
||
<a href="/恋爱必修课">恋爱必修课</a>
|
||
</li>
|
||
<li>
|
||
<a href="/文章">文章</a>
|
||
</li>
|
||
<li>
|
||
<a href="/极客时间">极客时间</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="sidebar-toggle" onclick="sidebar_toggle()" onmouseover="add_inner()" onmouseleave="remove_inner()">
|
||
<div class="sidebar-toggle-inner"></div>
|
||
</div>
|
||
<script>
|
||
function add_inner() {
|
||
let inner = document.querySelector('.sidebar-toggle-inner')
|
||
inner.classList.add('show')
|
||
}
|
||
|
||
function remove_inner() {
|
||
let inner = document.querySelector('.sidebar-toggle-inner')
|
||
inner.classList.remove('show')
|
||
}
|
||
|
||
function sidebar_toggle() {
|
||
let sidebar_toggle = document.querySelector('.sidebar-toggle')
|
||
let sidebar = document.querySelector('.book-sidebar')
|
||
let content = document.querySelector('.off-canvas-content')
|
||
if (sidebar_toggle.classList.contains('extend')) { // show
|
||
sidebar_toggle.classList.remove('extend')
|
||
sidebar.classList.remove('hide')
|
||
content.classList.remove('extend')
|
||
} else { // hide
|
||
sidebar_toggle.classList.add('extend')
|
||
sidebar.classList.add('hide')
|
||
content.classList.add('extend')
|
||
}
|
||
}
|
||
|
||
function open_sidebar() {
|
||
let sidebar = document.querySelector('.book-sidebar')
|
||
let overlay = document.querySelector('.off-canvas-overlay')
|
||
sidebar.classList.add('show')
|
||
overlay.classList.add('show')
|
||
}
|
||
|
||
function hide_canvas() {
|
||
let sidebar = document.querySelector('.book-sidebar')
|
||
let overlay = document.querySelector('.off-canvas-overlay')
|
||
sidebar.classList.remove('show')
|
||
overlay.classList.remove('show')
|
||
}
|
||
</script>
|
||
<div class="off-canvas-content">
|
||
<div class="columns">
|
||
<div class="column col-12 col-lg-12">
|
||
<div class="book-navbar">
|
||
<!-- For Responsive Layout -->
|
||
<header class="navbar">
|
||
<section class="navbar-section">
|
||
<a onclick="open_sidebar()">
|
||
<i class="icon icon-menu"></i>
|
||
</a>
|
||
</section>
|
||
</header>
|
||
</div>
|
||
<div class="book-content"
|
||
style="max-width: 960px; margin: 0 auto; overflow-x: auto; overflow-y: hidden;">
|
||
<div class="book-post">
|
||
<p id="tip" align="center"></p>
|
||
<div><!--add content-->
|
||
<h1>全解网络协议</h1>
|
||
<ul>
|
||
<li><a href = '\专栏\全解网络协议\01 我应该站在谁的肩膀上 - OSI vs TCPIP模型.md.html'>01 我应该站在谁的肩膀上 - OSI vs TCPIP模型</a></li>
|
||
<li><a href = '\专栏\全解网络协议\03 OSI的灵魂就是我 - 网络层.md.html'>03 OSI的灵魂就是我 - 网络层</a></li>
|
||
<li><a href = '\专栏\全解网络协议\04 要快还是要稳你说好了 - 传输层.md.html'>04 要快还是要稳你说好了 - 传输层</a></li>
|
||
<li><a href = '\专栏\全解网络协议\05 是时候展现真正的技术了 - 应用层.md.html'>05 是时候展现真正的技术了 - 应用层</a></li>
|
||
<li><a href = '\专栏\全解网络协议\06 重回小学课堂 - 二进制101.md.html'>06 重回小学课堂 - 二进制101</a></li>
|
||
<li><a href = '\专栏\全解网络协议\08 16进制又是个什么鬼? - 16进制的讲解.md.html'>08 16进制又是个什么鬼? - 16进制的讲解</a></li>
|
||
<li><a href = '\专栏\全解网络协议\09 我想有个家 - 什么是IP地址.md.html'>09 我想有个家 - 什么是IP地址</a></li>
|
||
<li><a href = '\专栏\全解网络协议\10 我可是住二环的人 - IP地址的组成和分类.md.html'>10 我可是住二环的人 - IP地址的组成和分类</a></li>
|
||
<li><a href = '\专栏\全解网络协议\11 我已经没地方住了吗 - IPv6.md.html'>11 我已经没地方住了吗 - IPv6</a></li>
|
||
<li><a href = '\专栏\全解网络协议\12 向左还是向右 - IP路由.md.html'>12 向左还是向右 - IP路由</a></li>
|
||
<li><a href = '\专栏\全解网络协议\13 我能给你安全感 - TCP(一).md.html'>13 我能给你安全感 - TCP(一)</a></li>
|
||
<li><a href = '\专栏\全解网络协议\14 我那不为人知的秘密是什么 - TCP(二).md.html'>14 我那不为人知的秘密是什么 - TCP(二)</a></li>
|
||
<li><a href = '\专栏\全解网络协议\15 不问收没收到,就问快不快 - UDP.md.html'>15 不问收没收到,就问快不快 - UDP</a></li>
|
||
<li><a href = '\专栏\全解网络协议\16 我为什么与众不同 - TCP高级篇(拥塞模型).md.html'>16 我为什么与众不同 - TCP高级篇(拥塞模型)</a></li>
|
||
<li><a href = '\专栏\全解网络协议\17 来,先看看我的家谱 - HTTP的身世.md.html'>17 来,先看看我的家谱 - HTTP的身世</a></li>
|
||
<li><a href = '\专栏\全解网络协议\18 我都这么成功了,你却说我不行 - HTTP 的特点和缺点.md.html'>18 我都这么成功了,你却说我不行 - HTTP 的特点和缺点</a></li>
|
||
<li><a href = '\专栏\全解网络协议\19 我老了,让我儿子来吧 - HTTP2.md.html'>19 我老了,让我儿子来吧 - HTTP2</a></li>
|
||
<li><a href = '\专栏\全解网络协议\20 稳重的大外甥 - HTTPS.md.html'>20 稳重的大外甥 - HTTPS</a></li>
|
||
<li><a href = '\专栏\全解网络协议\21 HTTP的高级篇 - HTTPClient(Java).md.html'>21 HTTP的高级篇 - HTTPClient(Java)</a></li>
|
||
<li><a href = '\专栏\全解网络协议\22 想来我家,你自己查呀 - DNS.md.html'>22 想来我家,你自己查呀 - DNS</a></li>
|
||
<li><a href = '\专栏\全解网络协议\23 来的早,不如来得巧 - NAT.md.html'>23 来的早,不如来得巧 - NAT</a></li>
|
||
<li><a href = '\专栏\全解网络协议\24 辛苦的邮政 - SMTP.md.html'>24 辛苦的邮政 - SMTP</a></li>
|
||
<li><a href = '\专栏\全解网络协议\25 你就是看不见我 - VPN.md.html'>25 你就是看不见我 - VPN</a></li>
|
||
<li><a href = '\专栏\全解网络协议\26 黑客的好帮手 - SSH.md.html'>26 黑客的好帮手 - SSH</a></li>
|
||
<li><a href = '\专栏\全解网络协议\27 你可以得到我的心,却得不到我的人 - 物理安全设备.md.html'>27 你可以得到我的心,却得不到我的人 - 物理安全设备</a></li>
|
||
<li><a href = '\专栏\全解网络协议\28 你怎么证明你就是你 - 身份验证和访问控制.md.html'>28 你怎么证明你就是你 - 身份验证和访问控制</a></li>
|
||
<li><a href = '\专栏\全解网络协议\29 我要怎么藏好我的考研资料 - 网络攻击(一).md.html'>29 我要怎么藏好我的考研资料 - 网络攻击(一)</a></li>
|
||
<li><a href = '\专栏\全解网络协议\30 我要怎么藏好我的考研资料 - 网络攻击(二).md.html'>30 我要怎么藏好我的考研资料 - 网络攻击(二)</a></li>
|
||
<li><a href = '\专栏\全解网络协议\31 如何保护我的考研资料 - 网络攻击防范.md.html'>31 如何保护我的考研资料 - 网络攻击防范</a></li>
|
||
<li><a href = '\专栏\全解网络协议\32 Linux网络安全 - 安全实战.md.html'>32 Linux网络安全 - 安全实战</a></li>
|
||
<li><a href = '\专栏\全解网络协议\33 结语.md.html'>33 结语</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<a class="off-canvas-overlay" onclick="hide_canvas()"></a>
|
||
</div>
|
||
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v652eace1692a40cfa3763df669d7439c1639079717194"
|
||
integrity="sha512-Gi7xpJR8tSkrpF7aordPZQlW2DLtzUlZcumS8dMQjwDHEnw9I7ZLyiOj/6tZStRBGtGgN6ceN6cMH8z7etPGlw=="
|
||
data-cf-beacon='{"rayId":"70996b2f083d3d60","version":"2021.12.0","r":1,"token":"1f5d475227ce4f0089a7cff1ab17c0f5","si":100}'
|
||
crossorigin="anonymous"></script>
|
||
</body>
|
||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NPSEEVD756"></script>
|
||
<script>
|
||
window.dataLayer = window.dataLayer || [];
|
||
|
||
function gtag() {
|
||
dataLayer.push(arguments);
|
||
}
|
||
|
||
gtag('js', new Date());
|
||
gtag('config', 'G-NPSEEVD756');
|
||
var path = window.location.pathname
|
||
var cookie = getCookie("lastPath");
|
||
console.log(path)
|
||
if (path.replace("/", "") === "") {
|
||
if (cookie.replace("/", "") !== "") {
|
||
console.log(cookie)
|
||
document.getElementById("tip").innerHTML = "<a href='" + cookie + "'>跳转到上次进度</a>"
|
||
}
|
||
} else {
|
||
setCookie("lastPath", path)
|
||
}
|
||
|
||
function setCookie(cname, cvalue) {
|
||
var d = new Date();
|
||
d.setTime(d.getTime() + (180 * 24 * 60 * 60 * 1000));
|
||
var expires = "expires=" + d.toGMTString();
|
||
document.cookie = cname + "=" + cvalue + "; " + expires + ";path = /";
|
||
}
|
||
|
||
function getCookie(cname) {
|
||
var name = cname + "=";
|
||
var ca = document.cookie.split(';');
|
||
for (var i = 0; i < ca.length; i++) {
|
||
var c = ca[i].trim();
|
||
if (c.indexOf(name) === 0) return c.substring(name.length, c.length);
|
||
}
|
||
return "";
|
||
}
|
||
</script>
|
||
</html>
|