Skip to content

Commit

Permalink
Site updated: 2024-09-09 01:39:10
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilin Tao committed Sep 8, 2024
1 parent e6770ed commit 4ab9610
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions 2024/092692589717.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
var CONFIG = {"hostname":"example.com","root":"/","scheme":"Gemini","version":"7.8.0","exturl":false,"sidebar":{"position":"right","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},"path":"search.json"};
</script>

<meta name="description" content="What is Internet &amp; Protocal? 这节课上完需要能回答的问题: What is Internet? What is Protocol?(这个人说,如果你想描述一个东西,就描述这个东西的各个部分。) Internet edge: 就是说那些终端?用网络的东西,手机电脑什么的 设备。也叫 hosts (end systems) 有一个特别好玩的项目,就">
<meta name="description" content="What is Internet &amp; Protocal? 这节课上完需要能回答的问题: What is Internet? What is Protocol?(这个人说,如果你想描述一个东西,就描述这个东西的各个部分。) Internet edge: 就是说那些终端?用网络的东西,手机电脑什么的 设备。也叫 hosts (end systems) 有一个特别好玩的项目">
<meta property="og:type" content="article">
<meta property="og:title" content="计算机网络-自上而下 1.1-1.3">
<meta property="og:url" content="http://example.com/2024/092692589717.html">
<meta property="og:site_name" content="GAIVRT">
<meta property="og:description" content="What is Internet &amp; Protocal? 这节课上完需要能回答的问题: What is Internet? What is Protocol?(这个人说,如果你想描述一个东西,就描述这个东西的各个部分。) Internet edge: 就是说那些终端?用网络的东西,手机电脑什么的 设备。也叫 hosts (end systems) 有一个特别好玩的项目,就">
<meta property="og:description" content="What is Internet &amp; Protocal? 这节课上完需要能回答的问题: What is Internet? What is Protocol?(这个人说,如果你想描述一个东西,就描述这个东西的各个部分。) Internet edge: 就是说那些终端?用网络的东西,手机电脑什么的 设备。也叫 hosts (end systems) 有一个特别好玩的项目">
<meta property="og:locale" content="zh_CN">
<meta property="og:image" content="https://raw.githubusercontent.com/GEORGE-Ta/G_image_host/main/202409081812287.png">
<meta property="og:image" content="https://raw.githubusercontent.com/GEORGE-Ta/G_image_host/main/FDM.png">
<meta property="og:image" content="https://raw.githubusercontent.com/GEORGE-Ta/G_image_host/main/TDM.png">
<meta property="og:image" content="https://raw.githubusercontent.com/GEORGE-Ta/G_image_host/main/network.png">
<meta property="og:image" content="https://raw.githubusercontent.com/GEORGE-Ta/G_image_host/main/202409081907849.png">
<meta property="article:published_time" content="2024-09-08T16:13:20.000Z">
<meta property="article:modified_time" content="2024-09-08T16:41:07.523Z">
<meta property="article:modified_time" content="2024-09-08T17:38:50.263Z">
<meta property="article:author" content="GAIVR">
<meta property="article:tag" content="计算机网络">
<meta name="twitter:card" content="summary">
Expand Down Expand Up @@ -218,7 +218,7 @@ <h1 class="post-title" itemprop="name headline">
<span class="post-meta-item-text">发表于</span>


<time title="创建时间:2024-09-09 00:13:20 / 修改时间:00:41:07" itemprop="dateCreated datePublished" datetime="2024-09-09T00:13:20+08:00">2024-09-09</time>
<time title="创建时间:2024-09-09 00:13:20 / 修改时间:01:38:50" itemprop="dateCreated datePublished" datetime="2024-09-09T00:13:20+08:00">2024-09-09</time>
</span>


Expand Down Expand Up @@ -263,6 +263,8 @@ <h1 class="post-title" itemprop="name headline">
<h1 id="What-is-Internet-amp-Protocal"><a href="#What-is-Internet-amp-Protocal" class="headerlink" title="What is Internet &amp; Protocal?"></a>What is Internet &amp; Protocal?</h1><blockquote>
<p>这节课上完需要能回答的问题:<br> What is Internet?<br> What is Protocol?<br>(这个人说,如果你想描述一个东西,就描述这个东西的各个部分。)</p>
</blockquote>
<!---more--->

<ul>
<li>Internet edge: <ul>
<li>就是说那些终端?用网络的东西,手机电脑什么的 <strong>设备</strong>。也叫 hosts (<strong>end systems</strong>)</li>
Expand Down
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ pre .javascript .function {
}
.links-of-author a::before,
.links-of-author span.exturl::before {
background: #1cbb94;
background: #9188d0;
border-radius: 50%;
content: ' ';
display: inline-block;
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h2 class="post-title" itemprop="name headline">
<span class="post-meta-item-text">发表于</span>


<time title="创建时间:2024-09-09 00:13:20 / 修改时间:00:41:07" itemprop="dateCreated datePublished" datetime="2024-09-09T00:13:20+08:00">2024-09-09</time>
<time title="创建时间:2024-09-09 00:13:20 / 修改时间:01:38:50" itemprop="dateCreated datePublished" datetime="2024-09-09T00:13:20+08:00">2024-09-09</time>
</span>


Expand Down Expand Up @@ -254,6 +254,8 @@ <h2 class="post-title" itemprop="name headline">
<h1 id="What-is-Internet-amp-Protocal"><a href="#What-is-Internet-amp-Protocal" class="headerlink" title="What is Internet &amp; Protocal?"></a>What is Internet &amp; Protocal?</h1><blockquote>
<p>这节课上完需要能回答的问题:<br> What is Internet?<br> What is Protocol?<br>(这个人说,如果你想描述一个东西,就描述这个东西的各个部分。)</p>
</blockquote>
<!---more--->

<ul>
<li>Internet edge: <ul>
<li>就是说那些终端?用网络的东西,手机电脑什么的 <strong>设备</strong>。也叫 hosts (<strong>end systems</strong>)</li>
Expand Down
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit 4ab9610

Please sign in to comment.