Blog/public/page/6/index.html

289 lines
10 KiB
HTML
Raw Permalink Normal View History

2025-01-02 21:19:48 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dich&#x27;blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
<link rel="stylesheet" href="https://blog.dich.bid/color/blue.css">
<link rel="stylesheet" href="https://blog.dich.bid/color/background_dark.css">
<link rel="stylesheet" href="https://blog.dich.bid/font-hack-subset.css">
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
<meta property="og:title" content="Dich'blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.dich.bid/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
<meta name="twitter:title" content="Dich'blog">
<meta property="twitter:domain" content="blog.dich.bid">
<meta property="twitter:url" content="https://blog.dich.bid/">
<link rel="alternate" type="application/atom+xml" title="Dich&#x27;blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
2025-01-24 15:14:06 +08:00
<link rel="icon" type="image/png" href=&#x2F;dich.webp />
2025-01-02 21:19:48 +08:00
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://blog.dich.bid" style="text-decoration: none;">
<div class="logo">
Dich&#x27;blog
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
<li><a href="https://blog.dich.bid/tags">tags</a></li>
<li><a href="https://blog.dich.bid/archive">archive</a></li>
<li><a href="https://blog.dich.bid/about">about me</a></li>
<li><a href="https://blog.dich.bid/links">links</a></li>
<li><a href="https://blog.dich.bid/search">search</a></li>
2025-01-24 15:14:06 +08:00
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
2025-01-02 21:19:48 +08:00
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/network-how-email-works-2/">电子邮件是如何工作的:POP3&#x2F;IMAP&#x2F;SMTP</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2024-02-21
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-21 20:20:27 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/wang-luo-yi-shu/">#网络艺术</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 POP3、IMAP 和 SMTP 是用于电子邮件传输的常见协议和服务,这些协议共同构成了电子邮件系统的基础,允许用户接收、发送和管理电子邮件。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/network-how-email-works-2/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/network-how-email-works-1/">电子邮件是如何工作的:SPF&#x2F;DKIM&#x2F;DMARC</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2024-02-20
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-21 19:11:02 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/wang-luo-yi-shu/">#网络艺术</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 在互联网的日常使用中,电子邮件作为一项基础服务扮演着重要的角色。尽管在过去几十年里出现了各种新型的通讯方式,但电子邮件仍然保持着其不可替代的地位。了解电子邮件的工作原理,有助于更好地理解这一基础服务是如何运作的。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/network-how-email-works-1/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/network-searching/">Network的艺术:搜索引擎与爬虫</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2024-02-11
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-21 19:11:02 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/wang-luo-yi-shu/">#网络艺术</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 搜索引擎原理可以简单分为三个过程:爬行,索引,排名。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/network-searching/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/network-isps/">Network的艺术:国内至国际骨干ISP线路整理</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2024-02-10
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-02-13 18:29:49 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/wang-luo-yi-shu/">#网络艺术</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 本文主要探讨的是IPv4网络国际出口线路的质量分析以及各大ISP的介绍。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/network-isps/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/network-download-1/">Network的艺术:下载技术的历史</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2024-02-09
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-02-14 19:11:43 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/wang-luo-yi-shu/">#网络艺术</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 下载就是将我们所需要的文件数据通过网络从拥有该文件资源的计算机上传输过来并保存到我们的计算机上供我们使用。本系列将详细讲述各种常见网络下载技术的原理包括HTTP,FTP,BT等等。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/network-download-1/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="pagination">
<div class="pagination__buttons">
<span class="button previous">
<a href="https://blog.dich.bid/page/5/">
<span class="button__icon"></span>&nbsp;
<span class="button__text">Newer posts</span>
</a>
</span>
<span class="button next">
<a href="https://blog.dich.bid/page/7/">
<span class="button__text">Older posts</span>&nbsp;
<span class="button__icon"></span>
</a>
</span>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2025
Dichgrem</span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
</span>
</div>
</div>
</footer>
</div>
</body>
</html>