Bläddra i källkod

Site updated: 2020-03-25 21:42:08

schtonn 5 år sedan
förälder
incheckning
2be7d897f8
2 ändrade filer med 5 tillägg och 5 borttagningar
  1. 1 1
      index.html
  2. 4 4
      posts/2020/computer/index.html

+ 1 - 1
index.html

@@ -386,7 +386,7 @@
                   <i class="fa fa-calendar-check-o"></i>
                 </span>
                 <span class="post-meta-item-text">Edited on</span>
-                <time title="Modified: 2020-Mar-20 16:57:57" itemprop="dateModified" datetime="2020-03-20T16:57:57+08:00">2020-Mar-20</time>
+                <time title="Modified: 2020-Mar-25 21:41:26" itemprop="dateModified" datetime="2020-03-25T21:41:26+08:00">2020-Mar-25</time>
               </span>
 
           

+ 4 - 4
posts/2020/computer/index.html

@@ -33,7 +33,7 @@
 <meta property="og:image" content="https://schtonn.github.io/images/and-gate.jpg">
 <meta property="og:image" content="https://schtonn.github.io/images/compute-module.jpg">
 <meta property="article:published_time" content="2020-03-04T04:53:05.000Z">
-<meta property="article:modified_time" content="2020-03-20T08:57:57.028Z">
+<meta property="article:modified_time" content="2020-03-25T13:41:26.852Z">
 <meta property="article:author" content="Alex">
 <meta property="article:tag" content="other">
 <meta name="twitter:card" content="summary">
@@ -214,7 +214,7 @@
                   <i class="fa fa-calendar-check-o"></i>
                 </span>
                 <span class="post-meta-item-text">Edited on</span>
-                <time title="Modified: 2020-Mar-20 16:57:57" itemprop="dateModified" datetime="2020-03-20T16:57:57+08:00">2020-Mar-20</time>
+                <time title="Modified: 2020-Mar-25 21:41:26" itemprop="dateModified" datetime="2020-03-25T21:41:26+08:00">2020-Mar-25</time>
               </span>
 
           
@@ -252,8 +252,8 @@
 <p>If I can present well, and you can understand well, We can watch a video!</p>
 </blockquote>
 <h3 id="deep-inside-the-computer"><a class="markdownIt-Anchor" href="#deep-inside-the-computer"></a> Deep inside the computer</h3>
-<p>Inside the computer, there are loads of parts, and the most important one is the <strong>CPU</strong>(Central Processing Unit).</p>
-<p>The <strong>CPU</strong> contains <strong>basic modules</strong>, which contains <strong>logic gates</strong>, which contains <strong>transistors</strong>.</p>
+<p>Inside the computer, there are loads of parts, and the most important one is the <strong>CPU</strong>(<strong>C</strong>entral <strong>P</strong>rocessing <strong>U</strong>nit).</p>
+<p>The <strong>CPU</strong> contains <strong>basic modules</strong>, which contains <strong>logic <strong>gates</strong></strong>, which contains <strong>transistors</strong>.</p>
 <h3 id="transistor"><a class="markdownIt-Anchor" href="#transistor"></a> Transistor</h3>
 <p>What is a transistor?<br />
 Transistor is the most basic part of a computer. It is just an electronic switch, but without it, your computer cannot compute anything.</p>