<?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html"><![CDATA[小河的電腦筆記]]></title>
  <subtitle type="html"><![CDATA[手把青秧插滿田,低頭便見水中天;六根清淨方為道,退步原來是向前]]></subtitle>
  <id>/</id>
  <link rel="alternate" type="text/html" href="/" /> 
  <link rel="self" type="application/atom+xml" href="/atom.asp" /> 
  <generator uri="http://www.pjhome.net/" version="2.8">PJBlog3</generator> 
  <updated>2026-02-24T14:15:13+08:00</updated>

  <entry>
	  <title type="html"><![CDATA[使用WSL2 安装 Docker]]></title>
	  <author>
		 <name>tseng</name>
		 <uri>/</uri>
		 <email>tseng@dlps.tp.edu.tw</email>
	  </author>
	  <category term="" scheme="/default.asp?cateID=6" label="linux" /> 
	  <updated>2026-02-24T14:15:13+08:00</updated>
	  <published>2026-02-24T14:15:13+08:00</published>
		  <summary type="html"><![CDATA[<p><strong><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">安裝&nbsp;</font></font><code dir="ltr" class="o8j0Mc" jscontroller="PR9Qj" jsuid="YPT2zd_c" data-complete="true" data-sae="" style="font-size: 14px; line-height: 22px; background-color: rgb(240, 242, 245); border-color: rgb(240, 242, 245); border-style: solid; border-width: 1px; border-image: none 100% / 1 / 0 stretch; border-radius: 4px; padding: 2px 4px; color: rgb(10, 10, 10);">curl</code><span style="color: rgb(10, 10, 10); font-family: Arial, sans-serif; font-size: 16px;"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">&nbsp;工具</font></font></span></strong></p>
<p><span style="background-color: rgb(240, 242, 245); color: rgb(10, 10, 10); font-size: 14px;"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">sudo apt update &amp;&amp; sudo apt install curl -y</font></font></span></p>
<p><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">下載</font></font></p>
<p><span style="font-family: Menlo, Monaco, Consolas, &quot;Courier New&quot;, monospace; font-size: 13px; white-space-collapse: preserve;"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">curl -fsSL https://get.docker.com -o get-docker.sh</font></font></span></p>
<p><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">安裝</font></font></p>
<p><span style="font-family: Menlo, Monaco, Consolas, &quot;Courier New&quot;, monospace; font-size: 13px; white-space-collapse: preserve;"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">sudo sh get-docker.sh</font></font></span></p>
<p><span style="font-family: Menlo, Monaco, Consolas, &quot;Courier New&quot;, monospace; font-size: 13px; white-space-collapse: preserve;"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">sudo usermod -aG docker </font></font></span><span class="hljs-variable" style="box-sizing: border-box; color: rgb(0, 128, 0); font-family: Menlo, Monaco, Consolas, &quot;Courier New&quot;, monospace; font-size: 13px; white-space-collapse: preserve;"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">$USER</font></font></span></p>
<p><span style="font-family: Menlo, Monaco, Consolas, &quot;Courier New&quot;, monospace; font-size: 13px; white-space-collapse: preserve;">systemctl status docker.service</span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></summary>
	  <link rel="alternate" type="text/html" href="/article.asp?id=144" /> 
	  <id>/default.asp?id=144</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[WSL2]]></title>
	  <author>
		 <name>tseng</name>
		 <uri>/</uri>
		 <email>tseng@dlps.tp.edu.tw</email>
	  </author>
	  <category term="" scheme="/default.asp?cateID=6" label="linux" /> 
	  <updated>2026-02-24T13:54:00+08:00</updated>
	  <published>2026-02-24T13:54:00+08:00</published>
		  <summary type="html"><![CDATA[wsl.exe --install -d Ubuntu<br/><br/>wsl --list --online 查看可安裝的 Linux 發行<br/><br/>啟動 WSL：在開始功能表輸入 &#34;Ubuntu&#34; 或在 CMD/PowerShell 輸入 wsl<br/><br/>wsl --set-version 2&nbsp;&nbsp; 將指定發行版轉為 WSL 2<br/><br/>wsl --up&#100;ate：更新 WSL 核心]]></summary>
	  <link rel="alternate" type="text/html" href="/article.asp?id=143" /> 
	  <id>/default.asp?id=143</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Debian10升级到Debian11]]></title>
	  <author>
		 <name>tseng</name>
		 <uri>/</uri>
		 <email>tseng@dlps.tp.edu.tw</email>
	  </author>
	  <category term="" scheme="/default.asp?cateID=6" label="linux" /> 
	  <updated>2025-11-19T12:05:18+08:00</updated>
	  <published>2025-11-19T12:05:18+08:00</published>
		  <summary type="html"><![CDATA[更新后的sources.lis<br/><br/>deb <a href="http://deb.debian.org/debian/" target="_blank" rel="external">http://deb.debian.org/debian/</a> bullseye main non-free contrib<br/>deb-src <a href="http://deb.debian.org/debian/" target="_blank" rel="external">http://deb.debian.org/debian/</a> bullseye main non-free contrib<br/><br/>deb <a href="http://deb.debian.org/debian/" target="_blank" rel="external">http://deb.debian.org/debian/</a> bullseye-up&#100;ates main non-free contrib<br/>deb-src <a href="http://deb.debian.org/debian/" target="_blank" rel="external">http://deb.debian.org/debian/</a> bullseye-up&#100;ates main non-free contrib<br/><br/>deb <a href="http://deb.debian.org/debian/" target="_blank" rel="external">http://deb.debian.org/debian/</a> bullseye-backports main non-free contrib<br/>deb-src <a href="http://ftp.fr.debian.org/debian/" target="_blank" rel="external">http://ftp.fr.debian.org/debian/</a> bullseye-backports main non-free contrib<br/><br/>deb <a href="http://deb.debian.org/debian-security/" target="_blank" rel="external">http://deb.debian.org/debian-security/</a> bullseye-security main non-free contrib<br/>deb-src <a href="http://deb.debian.org/debian-security/" target="_blank" rel="external">http://deb.debian.org/debian-security/</a> bullseye-security main non-free contrib<br/><br/>交大<br/>debian.cs.nycu.edu.tw]]></summary>
	  <link rel="alternate" type="text/html" href="/article.asp?id=142" /> 
	  <id>/default.asp?id=142</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[WINDOWS SKMS 一般大量授權金鑰]]></title>
	  <author>
		 <name>tseng</name>
		 <uri>/</uri>
		 <email>tseng@dlps.tp.edu.tw</email>
	  </author>
	  <category term="" scheme="/default.asp?cateID=10" label="維修日誌" /> 
	  <updated>2025-10-22T16:59:29+08:00</updated>
	  <published>2025-10-22T16:59:29+08:00</published>
		  <summary type="html"><![CDATA[slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX<br/><br/><a href="https://learn.microsoft.com/zh-tw/windows-server/get-started/kms-client-activation-keys?tabs=windows1110ltsc%2Cwindows81%2Cserver2025%2Cversion1803" target="_blank" rel="external">https://learn.microsoft.com/zh-tw/windows-server/get-started/kms-client-activation-keys?tabs=windows1110ltsc%2Cwindows81%2Cserver2025%2Cversion1803</a><br/><br/>slmgr /skms kms.tp.edu.tw:1688<br/>slmgr /ato<br/><br/>KMS網站是哪一個<br/>slmgr /dlv<br/><br/>查詢授權狀況<br/>slmgr /dli<br/><br/>強制重新授權<br/>slmgr /rearm<br/><br/>卸載當前的許可證<br/>slmgr /upk<br/><br/>清除之前的KMS設定(亂設定可以用此指令清除)<br/>slmgr /ckms]]></summary>
	  <link rel="alternate" type="text/html" href="/article.asp?id=141" /> 
	  <id>/default.asp?id=141</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[WIN11-SMB]]></title>
	  <author>
		 <name>tseng</name>
		 <uri>/</uri>
		 <email>tseng@dlps.tp.edu.tw</email>
	  </author>
	  <category term="" scheme="/default.asp?cateID=10" label="維修日誌" /> 
	  <updated>2025-10-22T16:54:50+08:00</updated>
	  <published>2025-10-22T16:54:50+08:00</published>
		  <summary type="html"><![CDATA[1.開啟SMB 1.0/CIFS檔案共用支援<br/>步驟1、按下Win+S打開搜尋欄，輸入「開啟或關閉Windows功能」並打開它。<br/>步驟2、找到並勾選「SMB 1.0/CIFS檔案共用支援」選項，再點擊確定。<br/><br/>2確定支援SMB2<br/>步驟1、powershell<br/>步驟2、Get-SmbServerConfiguration | Sel&#101;ct EnableSMB2Protocol<br/><br/>3修改本機原則<br/>步驟1、本機電腦原則-&gt;Windows設定-&gt;安全性設定-&gt;本機原則-&gt;安全性選項 -&gt; Microsoft 網路用戶端: 數位簽章用戶端的通訊(自動) ( 開啟後點選 已停用，並按下確定)<br/>步驟2、本機電腦原則 -&gt; 系統管理範本 -&gt; 網路 -&gt; Lanman 工作站 -&gt; 不安全的訪客登入 ( 開啟後點選 已啟用，並按下確定)<br/><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="/article.asp?id=140" /> 
	  <id>/default.asp?id=140</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[下學期學校日報告]]></title>
	  <author>
		 <name>tseng</name>
		 <uri>/</uri>
		 <email>tseng@dlps.tp.edu.tw</email>
	  </author>
	  <category term="" scheme="/default.asp?cateID=4" label="電腦教學" /> 
	  <updated>2025-02-21T18:06:24+08:00</updated>
	  <published>2025-02-21T18:06:24+08:00</published>
		  <summary type="html"><![CDATA[<p>&nbsp;<b><i><span style="font-size:20.0pt;font-family:&quot;新細明體&quot;,serif;mso-ascii-font-family:&#10;Calibri;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;&#10;mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin">六年級</span></i></b></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:20.0pt">Scratch<o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:24.0pt;mso-para-margin-left:0gd;&#10;text-indent:-24.0pt;mso-list:l2 level1 lfo1"><!--[if !supportLists]--><span lang="EN-US" style="font-size:14.0pt;font-family:Wingdings;mso-fareast-font-family:&#10;Wingdings;mso-bidi-font-family:Wingdings">l<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;">&nbsp; </span></span><!--[endif]--><span style="font-size:14.0pt;font-family:&quot;新細明體&quot;,serif;mso-ascii-font-family:Calibri;&#10;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;&#10;mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin">程式教學，讓學生能使用</span><span lang="EN-US" style="font-size:14.0pt">Scratch</span><span style="font-size:14.0pt;&#10;font-family:&quot;新細明體&quot;,serif;mso-ascii-font-family:Calibri;mso-ascii-theme-font:&#10;minor-latin;mso-fareast-theme-font:minor-fareast;mso-hansi-font-family:Calibri;&#10;mso-hansi-theme-font:minor-latin">製作遊戲，這學期一樣著重在遊戲方面。</span><span lang="EN-US" style="font-size:14.0pt"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:20.0pt">Mbot<o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:24.0pt;mso-para-margin-left:0gd;&#10;text-indent:-24.0pt;mso-list:l0 level1 lfo2"><!--[if !supportLists]--><span lang="EN-US" style="font-size:14.0pt;font-family:Wingdings;mso-fareast-font-family:&#10;Wingdings;mso-bidi-font-family:Wingdings">l<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;">&nbsp; </span></span><!--[endif]--><span style="font-size:14.0pt;font-family:&quot;新細明體&quot;,serif;mso-ascii-font-family:Calibri;&#10;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;&#10;mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin">上學期完成機器人</span><span lang="EN-US" style="font-size:14.0pt">LED</span><span style="font-size:14.0pt;&#10;font-family:&quot;新細明體&quot;,serif;mso-ascii-font-family:Calibri;mso-ascii-theme-font:&#10;minor-latin;mso-fareast-theme-font:minor-fareast;mso-hansi-font-family:Calibri;&#10;mso-hansi-theme-font:minor-latin">燈光及聲音控制操作，這學期將學習機器人的前進控制操作及超音波和光線感測器。</span><span lang="EN-US" style="font-size:14.0pt"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:20.0pt">micro:bit<o:p></o:p></span></p>
<p class="MsoNormal"><b><i><span style="font-size:20.0pt;font-family:&quot;新細明體&quot;,serif;mso-ascii-font-family:&#10;Calibri;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;&#10;mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin">五年級</span></i></b><b><i><span lang="EN-US" style="font-size:20.0pt"><o:p></o:p></span></i></b></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:20.0pt;mso-fareast-font-family:&#10;標楷體">Inkscap</span><span lang="EN-US" style="font-size:20.0pt"><o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:24.0pt;mso-para-margin-left:0gd;&#10;text-indent:-24.0pt;mso-list:l1 level1 lfo3"><!--[if !supportLists]--><span lang="EN-US" style="font-size:14.0pt;font-family:Wingdings;mso-fareast-font-family:&#10;Wingdings;mso-bidi-font-family:Wingdings">l<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;">&nbsp; </span></span><!--[endif]--><span lang="EN-US" style="font-size:14.0pt;font-family:&quot;新細明體&quot;,serif">Inkscap</span><span style="font-size:14.0pt;font-family:&quot;新細明體&quot;,serif">在這學期會將生活隨手可得的照片，進行電腦合成編修完成作品<span lang="EN-US"><o:p></o:p></span></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:20.0pt">Scratch<o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:24.0pt;mso-para-margin-left:0gd;&#10;text-indent:-24.0pt;mso-list:l1 level1 lfo3"><!--[if !supportLists]--><span lang="EN-US" style="font-size:14.0pt;font-family:Wingdings;mso-fareast-font-family:&#10;Wingdings;mso-bidi-font-family:Wingdings">l<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;">&nbsp; </span></span><!--[endif]--><span style="font-size:14.0pt;font-family:&quot;新細明體&quot;,serif">程式教學，一樣利用<span lang="EN-US">Scratch</span>這個軟體，從動畫慢慢的轉換成互動的動畫故事。<span lang="EN-US"><o:p></o:p></span></span></p>
<p class="MsoNormal"><span style="font-size:24.0pt;font-family:標楷體;mso-ascii-font-family:&#10;Calibri;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;&#10;mso-hansi-theme-font:minor-latin">如果家長有任何有關電腦教學的問題可以跟我聯絡，分機</span><span lang="EN-US" style="font-size:24.0pt;mso-fareast-font-family:標楷體">761</span><span style="font-size:24.0pt;font-family:標楷體;mso-ascii-font-family:Calibri;&#10;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;mso-hansi-theme-font:&#10;minor-latin">，</span><span lang="EN-US" style="font-size:14.0pt;font-family:&quot;新細明體&quot;,serif"><o:p></o:p></span></p>]]></summary>
	  <link rel="alternate" type="text/html" href="/article.asp?id=139" /> 
	  <id>/default.asp?id=139</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[129校慶]]></title>
	  <author>
		 <name>tseng</name>
		 <uri>/</uri>
		 <email>tseng@dlps.tp.edu.tw</email>
	  </author>
	  <category term="" scheme="/default.asp?cateID=4" label="電腦教學" /> 
	  <updated>2024-11-16T08:22:16+08:00</updated>
	  <published>2024-11-16T08:22:16+08:00</published>
		  <summary type="html"><![CDATA[<p>129校慶<iframe width="495" height="278" src="https://www.youtube.com/embed/57WA2JL4sZ0" title="大龍國小第129屆校慶暨體育表演會" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe></p>]]></summary>
	  <link rel="alternate" type="text/html" href="/article.asp?id=138" /> 
	  <id>/default.asp?id=138</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[上學期學校日報告]]></title>
	  <author>
		 <name>tseng</name>
		 <uri>/</uri>
		 <email>tseng@dlps.tp.edu.tw</email>
	  </author>
	  <category term="" scheme="/default.asp?cateID=4" label="電腦教學" /> 
	  <updated>2024-09-14T09:34:53+08:00</updated>
	  <published>2024-09-14T09:34:53+08:00</published>
		  <summary type="html"><![CDATA[<p>&nbsp;<span style="font-family: 新細明體, serif; font-size: 14pt;">上學期學校日報告</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;新細明體&quot;,serif;&#10;mso-ascii-font-family:Calibri;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:&#10;minor-fareast;mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin">六年級：</span><span lang="EN-US" style="font-size:10.0pt"><o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:48.0pt;mso-para-margin-left:0gd;&#10;text-indent:-24.0pt;mso-list:l0 level2 lfo1"><!--[if !supportLists]--><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體;mso-bidi-font-family:&#10;標楷體">（一）</span><!--[endif]--><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體">Scratch</span><span style="font-size:16.0pt;font-family:標楷體;mso-ascii-font-family:Calibri;&#10;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;mso-hansi-theme-font:&#10;minor-latin">可以用來進行動畫與遊戲製作，</span><span lang="EN-US" style="font-size:16.0pt;&#10;mso-fareast-font-family:標楷體"> Scratch </span><span style="font-size:16.0pt;&#10;font-family:標楷體;mso-ascii-font-family:Calibri;mso-ascii-theme-font:minor-latin;&#10;mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin">的特色是使學習者能夠以拖曳模組完成程式，我們叫這個程式模組為積木，輕鬆推疊積木就能創造互動式故事、動畫、遊戲、音樂或藝術等專題。讓學生學習簡單程式設計的數學邏輯概念，同時也可以得到創造性思考及系統推理。</span><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體"><o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:48.0pt;mso-para-margin-left:0gd;&#10;text-indent:-24.0pt;mso-list:l0 level2 lfo1"><!--[if !supportLists]--><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體;mso-bidi-font-family:&#10;標楷體">（二）</span><!--[endif]--><span lang="EN-US"><a href="http://scratch.mit.edu/"><span style="font-size:16.0pt;mso-fareast-font-family:&#10;標楷體">http://scratch.mit.edu/</span></a></span><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體"><o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:48.0pt;mso-para-margin-left:0gd;&#10;text-indent:-24.0pt;mso-list:l0 level2 lfo1"><!--[if !supportLists]--><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體;mso-bidi-font-family:&#10;標楷體">（三）</span><!--[endif]--><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體">mbot</span><span style="font-size:16.0pt;font-family:標楷體;mso-ascii-font-family:Calibri;&#10;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;mso-hansi-theme-font:&#10;minor-latin">機器人是以</span><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:&#10;標楷體">Scratch</span><span style="font-size:16.0pt;font-family:標楷體;mso-ascii-font-family:&#10;Calibri;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;&#10;mso-hansi-theme-font:minor-latin">為藍本，擴充</span><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體">50</span><span style="font-size:16.0pt;font-family:標楷體;mso-ascii-font-family:Calibri;&#10;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;mso-hansi-theme-font:&#10;minor-latin">多個指令，來連接機器人完成人機互動。</span><span lang="EN-US" style="font-size:16.0pt;&#10;mso-fareast-font-family:標楷體"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:標楷體;mso-ascii-font-family:&#10;Calibri;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;&#10;mso-hansi-theme-font:minor-latin">五年級：</span><span lang="EN-US" style="font-size:&#10;10.0pt;mso-fareast-font-family:標楷體"><o:p></o:p></span></p>
<p class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;&#10;margin-left:48.0pt;margin-bottom:.0001pt;mso-add-space:auto;mso-para-margin-top:&#10;1.0gd;mso-para-margin-right:0cm;mso-para-margin-bottom:0cm;mso-para-margin-left:&#10;48.0pt;mso-para-margin-bottom:.0001pt;mso-add-space:auto;text-indent:-24.0pt;&#10;mso-line-height-alt:12.0pt;mso-list:l1 level1 lfo2"><!--[if !supportLists]--><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體;mso-bidi-font-family:&#10;標楷體">（一）</span><!--[endif]--><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體">Inkscap</span><span style="font-size:16.0pt;font-family:標楷體;mso-ascii-font-family:Calibri;&#10;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;mso-hansi-theme-font:&#10;minor-latin">是影像處理軟體，利用</span><span lang="EN-US" style="font-size:16.0pt;&#10;mso-fareast-font-family:標楷體">Inkscape</span><span style="font-size:16.0pt;&#10;font-family:標楷體;mso-ascii-font-family:Calibri;mso-ascii-theme-font:minor-latin;&#10;mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin">繪圖能，進行電腦美工設計、透過繪圖的編修與生活隨手可得的圖片，增進生活化的應用能力。</span><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體"><o:p></o:p></span></p>
<p class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;&#10;margin-left:48.0pt;margin-bottom:.0001pt;mso-add-space:auto;mso-para-margin-top:&#10;1.0gd;mso-para-margin-right:0cm;mso-para-margin-bottom:0cm;mso-para-margin-left:&#10;48.0pt;mso-para-margin-bottom:.0001pt;mso-add-space:auto;text-indent:-24.0pt;&#10;mso-line-height-alt:12.0pt;mso-list:l1 level1 lfo2"><!--[if !supportLists]--><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體;mso-bidi-font-family:&#10;標楷體">（二）</span><!--[endif]--><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體">Inkscape</span><span style="font-size:16.0pt;font-family:標楷體;mso-ascii-font-family:Calibri;&#10;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;mso-hansi-theme-font:&#10;minor-latin">是自由軟體，適合多種作業系統，學習影像處理很好的入門軟體。</span><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體"><o:p></o:p></span></p>
<p class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;&#10;margin-left:48.0pt;margin-bottom:.0001pt;mso-add-space:auto;mso-para-margin-top:&#10;1.0gd;mso-para-margin-right:0cm;mso-para-margin-bottom:0cm;mso-para-margin-left:&#10;48.0pt;mso-para-margin-bottom:.0001pt;mso-add-space:auto;text-indent:-24.0pt;&#10;mso-line-height-alt:12.0pt;mso-list:l1 level1 lfo2"><!--[if !supportLists]--><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體;mso-bidi-font-family:&#10;標楷體">（三）</span><!--[endif]--><span style="font-size:16.0pt;font-family:標楷體;mso-ascii-font-family:Calibri;&#10;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;mso-hansi-theme-font:&#10;minor-latin">利用</span><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:&#10;標楷體">Scratch</span><span style="font-size:16.0pt;font-family:標楷體;mso-ascii-font-family:&#10;Calibri;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;&#10;mso-hansi-theme-font:minor-latin">來進行程式設計教學，結合影像處理軟體，創造互動式故事、動畫。</span><span lang="EN-US" style="font-size:16.0pt;mso-fareast-font-family:標楷體"><o:p></o:p></span></p>
<p class="MsoNormal" style="margin-top:0cm;mso-add-space:auto;mso-para-margin-top:&#10;1.0gd;mso-add-space:auto;mso-line-height-alt:12.0pt"><span style="font-size:&#10;24.0pt;font-family:標楷體;mso-ascii-font-family:Calibri;mso-ascii-theme-font:minor-latin;&#10;mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin">如果家長有任何有關電腦教學的問題可以跟我聯絡，分機</span><span lang="EN-US" style="font-size:24.0pt;mso-fareast-font-family:標楷體">761</span><span style="font-size:24.0pt;font-family:標楷體;mso-ascii-font-family:Calibri;&#10;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;mso-hansi-theme-font:&#10;minor-latin">，</span><span lang="EN-US" style="font-size:24.0pt;mso-fareast-font-family:&#10;標楷體"><o:p></o:p></span></p>
<div id="gtx-trans" style="position: absolute; left: 1px; top: -21px;">
<div class="gtx-trans-icon">&nbsp;</div>
</div>]]></summary>
	  <link rel="alternate" type="text/html" href="/article.asp?id=137" /> 
	  <id>/default.asp?id=137</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Ubuntu 更新]]></title>
	  <author>
		 <name>tseng</name>
		 <uri>/</uri>
		 <email>tseng@dlps.tp.edu.tw</email>
	  </author>
	  <category term="" scheme="/default.asp?cateID=6" label="linux" /> 
	  <updated>2021-10-10T13:55:42+08:00</updated>
	  <published>2021-10-10T13:55:42+08:00</published>
		  <summary type="html"><![CDATA[<p>/etc/apt/source list</p>]]></summary>
	  <link rel="alternate" type="text/html" href="/article.asp?id=136" /> 
	  <id>/default.asp?id=136</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[四年三班_電腦_酷課雲邀請碼]]></title>
	  <author>
		 <name>tseng</name>
		 <uri>/</uri>
		 <email>tseng@dlps.tp.edu.tw</email>
	  </author>
	  <category term="" scheme="/default.asp?cateID=10" label="維修日誌" /> 
	  <updated>2021-05-30T13:50:14+08:00</updated>
	  <published>2021-05-30T13:50:14+08:00</published>
		  <summary type="html"><![CDATA[<p>&nbsp;</p>
<h2><span class=" jgG6ef" style="font-size: 18pt; box-sizing: border-box; font-variant-numeric: normal; font-variant-east-asian: normal; white-space: pre-wrap; color: rgb(255, 0, 0); font-family: &quot;Times New Roman&quot;; vertical-align: baseline;"><strong style="-webkit-font-smoothing: antialiased; box-sizing: border-box;">請自主防疫在家的同學</strong></span>電腦課請先登入 google&nbsp; &nbsp;meet&nbsp; &nbsp; &nbsp; 會議代碼&nbsp; C403</h2>
<p><span style="font-family: 新細明體, serif;">四年</span><span style="font-family: 新細明體, serif;">三班</span><span lang="EN-US">_</span><span style="font-family: 新細明體, serif;">電腦</span><span lang="EN-US">_</span><span style="font-family: 新細明體, serif;">酷課雲邀請碼</span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span lang="EN-US">&nbsp;</span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span style="font-family: 新細明體, serif;">學生可輸入邀請碼或邀請連結加入課程</span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span lang="EN-US">1<o:p></o:p></span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span style="font-family: 新細明體, serif;">掃描</span><span lang="EN-US">&nbsp;QR Code&nbsp;</span><span style="font-family: 新細明體, serif;">加入課程</span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span style="font-family: 新細明體, serif;">打開</span><span lang="EN-US">&nbsp;App</span><span style="font-family: 新細明體, serif;">，我的課程頁點擊「</span><span lang="EN-US">+</span><span style="font-family: 新細明體, serif;">」，選擇&ldquo;掃碼加課&rdquo;，掃描加入課程</span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span lang="EN-US">&nbsp;</span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><img src="/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAAXNSR0IArs4c6QAACixJREFUeF7t3emO3DoMhNGZ93/ouegAF4htpXVckXtL5Wea2oqfSFpe5vvr6+vn64n/fn7OD//9/U0zlr73fUmb0eDSj9jQwsBINYKuIpObh857Nhpq3ChxpIomfa9ytvQjNqukVY1Wjbfvp2Dtop/A2Ig1x7FgFaw5JYFFwSpYATbzJkOw0nQwG26U9/djic1snD/9LnXHaO1pu0PdARcdor1oJDapjrKugrVTqWCdx20EccEqWOdJ2rUoWGEqaiq8z14Mlgg7Gjqpn9KxVo0vRwl/vcXvdCA1lowvNVaqtfiVUuGVE5BJipAFa6tAwdrd0kkhLlgFa6NAI9YWiKZCyE8CjdjAUEMT6VscuTKKztYi85n1cfu9qTBIhSp+ctNXHCKOvdJG5pjayLxlw75l8V6wjo8NibPFpmCBAo1Y9+u3NMULoI1YcIqsERJYX2KSpjkBQiYo/bwcWLKw1OaRDhEYNWJIX3tN0rWKtgUriEarHCIwFCy4x3blAaXsIrFJoZEduh+/YA2eeU+ELFjnDzobsRqxNtQIEI1YELEkzYiNpKJRP+JIGV+iajp+ApK00flIlknHm2kbPzYz61h/L1jbg83U0aKj2KjfZnYFa6CQOFciZtKPtGnEmmGNN0ZVSBiOTMS5Beu+lByxyCOLjJLaQMO83NJ5dZubzKs0WuQy6ubl3isUaMTmtvpXh2YULWVtqQ0RscioYMELq88EtBErJH1VmJfd/442BatgbRRYBfHbgvUjl0UhNEkzuQLTg05JYckcn91Gaqynz7FgPdsF58cvWOc1G74EIN2kqUf6fjWbghV4pKlwLtpbgDX6VORVZZcIIjZ6Oi9XnHM3ZgeUMkfVWWpF2ZAynvSzX9swWxSsOVoCaOI0aZMe9OoFzt6uYO0UkUiXiJZe7jdivdjzWAKIOE2BmMerpsKZRk2FT34SVmol2TRyBfz0VDg6x5KUofXBjPYrfxdHylqpWAVoRTOZj/QjuspYMaAFy/7Kxe8CPztiFCzZNhfaNGLdF7cRK4SvYD0RLPlbOqtCf7pD3qHGEYhlf8hV8avZDC84CtZWFoFfNlpaB70aNDKfggV/wq5gbf8YXMF68uV+U+Eu8jcVNhXeO0qJI1Z6jiWFaFJ0S/2SjD26xXP7P4k0YiNzSvuRdpLCZY5iIzflvwvW/LV3caw4JO1H2hWsnQceKZpEw9SmYO1KikasRizZFGfrsKbCRS+sinMkOg/PhII5ynxSG6qx5KpwNIHkADCtA2QhMp90/NQBq9ol60/XKjrKuuJX7JMJrFpsfAkMZ10i2qNtCtZE8YKVIVmwClZGzqTVW4K16k3oND2JJyTSSWpO+0mL7v3a0vFFI7GRdSQ2wwuOgrWV5ZHnWKsuigSqm00CjehRsKB4FyElOsqxQcGCLdFUOBepqXCu0cGiYM1F+6fAuvIV+0RIAVRsRjXFqtQj60rHkrWl48/RP1qkpQH9WblkQqljU2FFgNTZydVdOla6/tRHs3ai68PfhJadteqMRgRInV2wtgrQ1WVT4fYZ79kO1kicQvzREWsvilxeJ9FJnKg2q8YXx8qc0n6k3aq1rlrHaD50E7pgrYlqqY5SLiTBoGCBAqt2sUQMmM7wW6oFa6dcKshVu2jk2IK1VUV8tmqDNBWGL6wmTkojn7RbtYmeDpZc4awSRMbSiCVAyKWzHDesqoNW6ZgevyRZJo5Y4uxVgshYBWv+Ta+CBfE4iTy3bpN2SZvRWGm6WrVBC1bB2ijw0WClu3bGyKpdtDJdzub86N9TjaTGW+VXGSu+CS2hXgrBpJ+CdVRAnF2wgjCxSrRg6KVNGrHgMd9GrPPMFayCdZ4aaPExYKVv6UhtlOR9uSrScyzw4+FIIh1fDlElgsvaJO2n/azy6/CjIOKQVRNI4BPRZA16/pQ4MtHnT3NO7g6IRldGx4K1u3/YiHX+VH94S6epcM1XgpsKtwrQg37puZGkI0kZ0o/YXBn6ZXyxkTkmqVlSo8xPWShYcHUrdWDqFCnoV9VYSVSVdQ03wyM/vHblrokFKFgi3V2bgjV40E9ScSPWffYKVsHaECKbSsLZECz5arIUi3KZni5EIsYj55iOJU4Sm7TAl1pNbKRWo68mp0IKEImQArHWc8kcUz1krWJTsODwMRGyYB3fc5RIs8qmEWungAAp6boRa3cYOriyjs+xJNJcdUYjzr+NnQAgaUbWLv2Ija5Dokg6b2l3GD89x0oGEyETGP40l6QvmaOsXfoRm4IFaouQCQwF66iARnXJKuDag0lT4UV/pybdRFIHiqMLFjg2rR+S6CdAiGOlH7H5qFSYOETEFhsVO+1r1u7Knf7svsWvySYe+iz9ol8q0syxBeuokAAh/pB+CtaMUDxuSIQcDS1OE+df2bfMMdGjEQtgfLbzCxY8xwR+PJg0Ff5DqTDdxckZSTqWAJnaJBskbSPrl3XI+Gk/+3bDlymkeJfFpgtJcrqmi6tuuspaUxvROgVCNnoyfsGCB/2SAjeFaNQuceytH2lXsAJPyS5ObYLpxE0EEFmHTCDtJ06FQvaVKWwmit72ECfNxrr9nkQxGVv7lb5kHWIj0Mi86V4hdRReJUrfAnG6+xKxpY3AoGuXvmROYlOwdioVLMFmblOwCtacksCiYBWsAJt5k2VgpR8FmU8xs9DCXOquqy5CpDZK1yGqrepb+klt4s8YiQCJjSxk1K8UuCkQqwCV8UWzVCPZjEnEGh6QNmJt5b4S0IIl2+Yim3Q3XglEI9ZWAYlqdI51EUO/uk12sUCkcxaRZI7JfcnRHNNjk2QdsolF6+GcH/n6lwo5g0IWO+vj/98Th0iNtwqQ21iy3mQdBWvnSRG6YB2/JboKPikNmgrh+xJNhfe3aVPhQJ9kFzcV3i/mf6VvedBP08rMTnK6OE1rNSmo5WxHQv9s7X/zu6R+iarJWmXeHLGSScoECpaodLQpWBPdClbByhQoWA/TbUV6lkgoC4pTYTqBqwpjrbFEFFmblAar6rlkLFlnapOex1HxLuKLsx+dCkVMWVvi7KTNbb5pO1lrYlOwBm/giJAF675KBatgyT46bVOwCtZpaKTBR4O16mBP6peR2Elhnvazqg5NgUg0Gj7oJyfvUodcWbwXrON33WeaFKwgha0CXVLBzaYR675SjVgBxAVrvv3eFiyJGFKbSKS7MoWk489da1FVxpcTfennLQ9I1fly8r9KSCl6xSHSz8oLgxm0qvWh5nuH4r0Ra+b+RqyDQrJDC1bB2iggqahgbaERPT4mFc73i1lIgS2i2WjHG7oy/qo6aFU/qR5pbSTaCvxUvMtgYiOOTYVcdUC7CohV/aR6FCw4WxInFax5Sk11lCvn6KpQopHYNGLNnZ/qKM5/OliyuFU2UuCLaJIypDaQftLoKOtInS9rk6vrQ+SBT4Dyo8mroJF+CtZWpYIl1IBNwSpYgMl5k4JVsM5TAy0K1meC9R870O4T2/MDZgAAAABJRU5ErkJggg==" alt="" /></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span lang="EN-US">&nbsp;</span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span lang="EN-US">2<o:p></o:p></span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span style="font-family: 新細明體, serif;">課程邀請碼</span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span style="font-family: 新細明體, serif;">邀請碼</span><span lang="EN-US">:&nbsp;</span><span style="color: rgb(51, 51, 51); font-family: Helvetica, &quot;Microsoft JhengHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;WenQuanYi Micro Hei&quot;, &quot;Microsoft YaHei&quot;, sans-serif, &quot;Noto Sans CJK SC&quot;, Code2001, Code2002; font-size: 14px;">8ZEJKLDGPHJV</span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span lang="EN-US">3<o:p></o:p></span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span style="font-family: 新細明體, serif;">課程邀請連結邀請</span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal" style="font-family: Verdana, Arial;"><span style="font-family: 新細明體, serif;">邀請連結</span>&nbsp;<span style="color: rgb(51, 51, 51); font-family: Helvetica, &quot;Microsoft JhengHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;WenQuanYi Micro Hei&quot;, &quot;Microsoft YaHei&quot;, sans-serif, &quot;Noto Sans CJK SC&quot;, Code2001, Code2002; font-size: 14px;">https://ono.tp.edu.tw/course/join/8ZEJKLDGPHJV</span></p>
<p>&nbsp;</p>]]></summary>
	  <link rel="alternate" type="text/html" href="/article.asp?id=135" /> 
	  <id>/default.asp?id=135</id>
  </entry>	
		
</feed>
