什麼是博伊斯 - 科德範式(BCNF)?

BCNF最大限度地減少冗餘並提高數據完整性

Boyce-Codd Normal Form(BCNF)的目標是通過組織關係數據庫的列和表來實現數據庫規範化,從而提高數據完整性數據庫規範化發生在表之間存在建立關係時以及表具有定義的規則以使數據庫更靈活並保留數據時。

數據庫規範化的目標是消除冗餘數據並確保數據依賴性有意義。

如果相同的數據未存儲在多個表中,並且只有相關數據存儲在表中,則數據庫會被標準化。

博伊斯 - 科德範式的起源

遵循一系列準則確保數據庫正常化。 這些準則被稱為正常形式,編號從1到5。 如果關係數據庫符合前三種形式:1NF,2NF和3NF,則將其描述為標準化。

BCNF是1974年由Raymond Boyce和Edgar Codd作為第三範式或3NF的延伸而創建的。 這些人正在努力創建數據庫模式,以減少計算時間為目標來最小化冗餘。 除了符合第一個和第二個正常形式的指導原則之外,第三個正常形式刪除不依賴於主鍵的列。 BCNF有時被稱為3.5NF,它滿足3NF的所有要求,並且要求候選密鑰不依賴於表中的其他屬性。

BCNF創建時,Boyce是結構化英語查詢語言(Structured English Query Language,SQL)的關鍵開發人員之一,他使用Codd的關係模型改進了數據檢索。 在這個模型中,Codd認為可以減少數據庫的結構複雜性,這意味著查詢可能更加強大和靈活。

利用他的關係數據庫見解,Codd定義了1NF,2NF和3NF指導原則。 他與Boyce合作確定BCNF。

候選鍵和BCNF

候選鍵是表中的列或列組合,在數據庫中形成唯一鍵。 屬性的組合可用於識別數據庫記錄而不用引用任何其他數據。 每個表可以包含多個候選鍵,其中任何一個都可以作為主鍵。 一個表只包含一個主鍵。

候選鍵必須是唯一的。

如果每個行列式都是候選關鍵字,則BCNF中存在關係。 考慮存儲員工信息的數據庫表,並具有屬性。 </p> <p> 在此表中,字段<Employee_Id>確定first_name和last_name。 同樣,元組(<First_name>,<Last_name>)確定<Employee_id>。 </p> <table><tbody><tr><td> <strong>員工ID</strong> </td><td> <strong>名字</strong> </td><td> <strong>姓</strong> </td><td> <strong>標題</strong> </td></tr><tr><td> 13133 </td><td> 艾米莉 </td><td> 工匠 </td><td> 經理 </td></tr><tr><td> 13134 </td><td> 吉姆 </td><td> 工匠 </td><td> 關聯 </td></tr><tr><td> 13135 </td><td> 艾米莉 </td><td> 瓊斯 </td><td> 關聯 </td></tr></tbody></table><p><br> 該<a href="https://zhtw.eyewated.com/%E5%B8%B8%E7%94%A8%E6%95%B8%E6%93%9A%E5%BA%AB%E8%A1%93%E8%AA%9E%E8%A1%A8/">數據庫</a>的候選鍵是<Employee_Id>,因為它是唯一不能被另一行使用的值。 </p> </div> <div class="amp-related-wrapper"> <h2>Alike posts</h2> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E5%9C%A8windows-8%E4%B8%8A%E5%AE%89%E8%A3%9Dmysql/"> <amp-img src="https://exse.eyewated.com/pict/d0dfac8e1a2031b6-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%9C%A8windows-8%E4%B8%8A%E5%AE%89%E8%A3%9Dmysql/">在Windows 8上安裝MySQL</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E4%BA%86%E8%A7%A3%E6%95%B8%E6%93%9A%E5%BA%AB%E4%B8%80%E8%87%B4%E6%80%A7%E5%8F%8A%E5%85%B6%E5%B0%8D%E4%BA%8B%E5%8B%99%E7%9A%84%E5%BD%B1%E9%9F%BF/"> <amp-img src="https://exse.eyewated.com/pict/42f11f14384a333f-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E4%BA%86%E8%A7%A3%E6%95%B8%E6%93%9A%E5%BA%AB%E4%B8%80%E8%87%B4%E6%80%A7%E5%8F%8A%E5%85%B6%E5%B0%8D%E4%BA%8B%E5%8B%99%E7%9A%84%E5%BD%B1%E9%9F%BF/">了解數據庫一致性及其對事務的影響</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E6%95%B8%E6%93%9A%E5%BA%AB%E8%A8%AD%E8%A8%88%E4%B8%AD%E7%9A%84%E5%A4%9A%E5%80%BC%E4%BE%9D%E8%B3%B4/">數據庫設計中的多值依賴</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E9%81%B8%E6%93%87%E4%B8%80%E5%80%8B%E4%B8%BB%E9%8D%B5/"> <amp-img src="https://exse.eyewated.com/pict/a8257d7c1ede304d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E9%81%B8%E6%93%87%E4%B8%80%E5%80%8B%E4%B8%BB%E9%8D%B5/">選擇一個主鍵</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E5%9C%A8%E6%95%B8%E6%93%9A%E5%BA%AB%E4%B8%AD%E9%96%8B%E5%A7%8B%E8%81%B7%E6%A5%AD%E7%94%9F%E6%B6%AF/"> <amp-img src="https://exse.eyewated.com/pict/462f33a3ade32f58-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%9C%A8%E6%95%B8%E6%93%9A%E5%BA%AB%E4%B8%AD%E9%96%8B%E5%A7%8B%E8%81%B7%E6%A5%AD%E7%94%9F%E6%B6%AF/">在數據庫中開始職業生涯</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E9%9B%BB%E5%AD%90%E8%A1%A8%E6%A0%BC%E8%88%87%E6%95%B8%E6%93%9A%E5%BA%AB/"> <amp-img src="https://exse.eyewated.com/pict/124e90524a062ec7-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E9%9B%BB%E5%AD%90%E8%A1%A8%E6%A0%BC%E8%88%87%E6%95%B8%E6%93%9A%E5%BA%AB/">電子表格與數據庫</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/sql-server%E8%A4%87%E8%A3%BD/"> <amp-img src="https://exse.eyewated.com/pict/039d90d71f2837a5-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/sql-server%E8%A4%87%E8%A3%BD/">SQL Server複製</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E9%81%B8%E6%93%87%E6%AD%A3%E7%A2%BA%E7%89%88%E6%9C%AC%E7%9A%84microsoft-sql-server-2012/"> <amp-img src="https://exse.eyewated.com/pict/ba4bc68cd2a52f76-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E9%81%B8%E6%93%87%E6%AD%A3%E7%A2%BA%E7%89%88%E6%9C%AC%E7%9A%84microsoft-sql-server-2012/">選擇正確版本的Microsoft SQL Server 2012</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E5%BB%BA%E7%AB%8B%E9%9B%B6%E5%94%AE%E5%95%86%E5%BA%97%E6%95%B8%E6%93%9A%E5%BA%AB/"> <amp-img src="https://exse.eyewated.com/pict/696913468f3d41e2-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%BB%BA%E7%AB%8B%E9%9B%B6%E5%94%AE%E5%95%86%E5%BA%97%E6%95%B8%E6%93%9A%E5%BA%AB/">建立零售商店數據庫</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>See Newest</h2> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E5%9C%A8outlook%E4%B8%AD%E5%BF%AB%E9%80%9F%E7%A7%BB%E5%8B%95%E9%9B%BB%E5%AD%90%E9%83%B5%E4%BB%B6/">如何在Outlook中快速移動電子郵件</a></h3> <div class="amp-related-meta"> 電子郵件和消息 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E8%9D%99%E8%9D%A0%E4%BF%A0%EF%BC%9A%E9%98%BF%E5%8D%A1%E5%A7%86%E9%A8%8E%E5%A3%ABps4%E8%A9%95%E8%AB%96/"> <amp-img src="https://exse.eyewated.com/pict/fcac3f49b7ac370d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E8%9D%99%E8%9D%A0%E4%BF%A0%EF%BC%9A%E9%98%BF%E5%8D%A1%E5%A7%86%E9%A8%8E%E5%A3%ABps4%E8%A9%95%E8%AB%96/">蝙蝠俠:阿卡姆騎士PS4評論</a></h3> <div class="amp-related-meta"> 賭博 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E6%99%BA%E8%83%BD%E5%AE%89%E5%85%A8%E6%B0%A3%E5%9B%8A%E5%A6%82%E4%BD%95%E6%8B%AF%E6%95%91%E7%94%9F%E5%91%BD/"> <amp-img src="https://exse.eyewated.com/pict/5c51df54a35a33cb-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E6%99%BA%E8%83%BD%E5%AE%89%E5%85%A8%E6%B0%A3%E5%9B%8A%E5%A6%82%E4%BD%95%E6%8B%AF%E6%95%91%E7%94%9F%E5%91%BD/">智能安全氣囊如何拯救生命</a></h3> <div class="amp-related-meta"> 汽車技術 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E7%82%BA%E5%AE%B6%E5%BA%AD%E8%87%AA%E5%8B%95%E5%8C%96%E6%BA%96%E5%82%99%E6%96%B0%E6%88%BF/"> <amp-img src="https://exse.eyewated.com/pict/881c68df63cd34ba-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E7%82%BA%E5%AE%B6%E5%BA%AD%E8%87%AA%E5%8B%95%E5%8C%96%E6%BA%96%E5%82%99%E6%96%B0%E6%88%BF/">為家庭自動化準備新房</a></h3> <div class="amp-related-meta"> 新&下一個 </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E5%9C%A8html%E4%B8%AD%E6%B7%BB%E5%8A%A0%E8%A9%95%E8%AB%96/">如何在HTML中添加評論</a></h3> <div class="amp-related-meta"> 網頁設計與開發 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E6%88%B0%E7%88%AD%E7%B3%BB%E7%B5%B1%E8%A6%81%E6%B1%82%E4%B8%AD%E7%9A%84%E4%BD%BF%E5%91%BD%E5%8F%AC%E5%96%9A/"> <amp-img src="https://exse.eyewated.com/pict/7a6022e292c53253-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E6%88%B0%E7%88%AD%E7%B3%BB%E7%B5%B1%E8%A6%81%E6%B1%82%E4%B8%AD%E7%9A%84%E4%BD%BF%E5%91%BD%E5%8F%AC%E5%96%9A/">戰爭系統要求中的使命召喚</a></h3> <div class="amp-related-meta"> 賭博 </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>Sapid posts</h2> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E5%B0%87%E9%9B%BB%E5%AD%90%E9%83%B5%E4%BB%B6%E7%99%BC%E9%80%81%E5%88%B0iphone-mail%E4%B8%AD%E7%9A%84%E5%AF%86%E4%BB%B6%E6%8A%84%E9%80%81%E6%94%B6%E4%BB%B6%E4%BA%BA/">如何將電子郵件發送到iPhone Mail中的密件抄送收件人</a></h3> <div class="amp-related-meta"> IPhone和iPod </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E4%BF%9D%E5%AD%98%E5%B5%8C%E5%85%A5%E5%9C%A8powerpoint%E5%B9%BB%E7%87%88%E7%89%87%E4%B8%AD%E7%9A%84%E8%81%B2%E9%9F%B3/"> <amp-img src="https://exse.eyewated.com/pict/c7a9008287ea411c-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E4%BF%9D%E5%AD%98%E5%B5%8C%E5%85%A5%E5%9C%A8powerpoint%E5%B9%BB%E7%87%88%E7%89%87%E4%B8%AD%E7%9A%84%E8%81%B2%E9%9F%B3/">保存嵌入在PowerPoint幻燈片中的聲音</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E4%BB%80%E9%BA%BC%E6%98%AFthx%EF%BC%9F-%E5%AE%83%E5%A6%82%E4%BD%95%E9%96%8B%E5%A7%8B%E5%92%8C%E5%AE%83%E5%81%9A%E4%BB%80%E9%BA%BC/"> <amp-img src="https://exse.eyewated.com/pict/1c46689727c3319d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E4%BB%80%E9%BA%BC%E6%98%AFthx%EF%BC%9F-%E5%AE%83%E5%A6%82%E4%BD%95%E9%96%8B%E5%A7%8B%E5%92%8C%E5%AE%83%E5%81%9A%E4%BB%80%E9%BA%BC/">什麼是THX? 它如何開始和它做什麼</a></h3> <div class="amp-related-meta"> 家庭電影院 </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/2018%E5%B9%B4%E8%B3%BC%E8%B2%B7%E7%9A%84%E6%9C%80%E4%BD%B3pc%E8%A6%96%E9%A0%BB%E5%8D%A1%E5%94%AE%E5%83%B9%E4%BD%8E%E6%96%BC250%E7%BE%8E%E5%85%83/">2018年購買的最佳PC視頻卡售價低於250美元</a></h3> <div class="amp-related-meta"> 購買指南 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E4%BB%80%E9%BA%BC%E6%98%AFfbr%E6%96%87%E4%BB%B6%EF%BC%9F/"> <amp-img src="https://exse.eyewated.com/pict/7cd8fd8ee501300c-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E4%BB%80%E9%BA%BC%E6%98%AFfbr%E6%96%87%E4%BB%B6%EF%BC%9F/">什麼是FBR文件?</a></h3> <div class="amp-related-meta"> 視窗 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E5%9C%A8web%E5%9C%B0%E5%9D%80%E4%B8%AD%E9%80%B2%E8%A1%8C%E6%90%9C%E7%B4%A2/"> <amp-img src="https://exse.eyewated.com/pict/314868bd4401324a-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E5%9C%A8web%E5%9C%B0%E5%9D%80%E4%B8%AD%E9%80%B2%E8%A1%8C%E6%90%9C%E7%B4%A2/">如何在Web地址中進行搜索</a></h3> <div class="amp-related-meta"> 網絡搜索 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/channel-master-dvr-tv%E5%A4%A9%E7%B7%9Advr%E8%A9%95%E8%AB%96/"> <amp-img src="https://exse.eyewated.com/pict/e899d422f9fa39e1-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/channel-master-dvr-tv%E5%A4%A9%E7%B7%9Advr%E8%A9%95%E8%AB%96/">Channel Master DVR + TV天線DVR評論</a></h3> <div class="amp-related-meta"> 產品評論 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E4%BA%86%E8%A7%A3%E4%B8%AD%E7%AD%89%E8%87%B3%E6%B7%B1%E8%97%8D%E8%89%B2%E8%AA%BF%E8%89%B2%E6%9D%BF%E7%9A%84%E7%89%B9%E5%AE%9A%E7%89%B9%E5%BE%B5/"> <amp-img src="https://exse.eyewated.com/pict/f68aa85278bf38fc-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E4%BA%86%E8%A7%A3%E4%B8%AD%E7%AD%89%E8%87%B3%E6%B7%B1%E8%97%8D%E8%89%B2%E8%AA%BF%E8%89%B2%E6%9D%BF%E7%9A%84%E7%89%B9%E5%AE%9A%E7%89%B9%E5%BE%B5/">了解中等至深藍色調色板的特定特徵</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E5%9C%A8mac-os-x-mail%E4%B8%AD%E4%BD%BF%E7%94%A8ssl%E8%88%87%E9%9B%BB%E5%AD%90%E9%83%B5%E4%BB%B6%E5%B8%B3%E6%88%B6/">如何在Mac OS X Mail中使用SSL與電子郵件帳戶</a></h3> <div class="amp-related-meta"> 蘋果電腦 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E8%A3%BD%E4%BD%9Cgoogle%E6%96%B0%E8%81%9E%E7%9A%84%E5%80%8B%E4%BA%BA%E7%89%88%E6%9C%AC/"> <amp-img src="https://exse.eyewated.com/pict/d5c4653a1d753177-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E8%A3%BD%E4%BD%9Cgoogle%E6%96%B0%E8%81%9E%E7%9A%84%E5%80%8B%E4%BA%BA%E7%89%88%E6%9C%AC/">如何製作Google新聞的個人版本</a></h3> <div class="amp-related-meta"> 網絡搜索 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E4%BA%92%E8%81%AF%E7%B6%B2%E9%9B%BB%E5%BD%B1%E6%95%B8%E6%93%9A%E5%BA%AB/"> <amp-img src="https://exse.eyewated.com/pict/a1b3f0459fad35a1-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E4%BA%92%E8%81%AF%E7%B6%B2%E9%9B%BB%E5%BD%B1%E6%95%B8%E6%93%9A%E5%BA%AB/">互聯網電影數據庫</a></h3> <div class="amp-related-meta"> 網絡搜索 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/temple-run-2%E4%B8%AD%E7%9A%84%E4%BA%BA%E7%89%A9%E4%B9%8B%E9%96%93%E6%9C%89%E4%BB%BB%E4%BD%95%E5%8D%80%E5%88%A5%E5%97%8E%EF%BC%9F-%E9%82%84%E6%98%AF%E5%8E%9F%E5%89%B5%EF%BC%9F/"> <amp-img src="https://exse.eyewated.com/pict/9f69e4f4549b3776-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/temple-run-2%E4%B8%AD%E7%9A%84%E4%BA%BA%E7%89%A9%E4%B9%8B%E9%96%93%E6%9C%89%E4%BB%BB%E4%BD%95%E5%8D%80%E5%88%A5%E5%97%8E%EF%BC%9F-%E9%82%84%E6%98%AF%E5%8E%9F%E5%89%B5%EF%BC%9F/">Temple Run 2中的人物之間有任何區別嗎? 還是原創?</a></h3> <div class="amp-related-meta"> 軟件和應用程序 </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E8%A8%AD%E7%BD%AE-linux%E5%91%BD%E4%BB%A4-unix%E5%91%BD%E4%BB%A4/">設置 - Linux命令 - UNIX命令</a></h3> <div class="amp-related-meta"> Linux的 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E5%9C%A8gimp%E4%B8%AD%E5%AF%A6%E7%8F%BE%E5%82%BE%E6%96%9C%E6%95%88%E6%87%89/"> <amp-img src="https://exse.eyewated.com/pict/318b8acefc86364c-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E5%9C%A8gimp%E4%B8%AD%E5%AF%A6%E7%8F%BE%E5%82%BE%E6%96%9C%E6%95%88%E6%87%89/">如何在GIMP中實現傾斜效應</a></h3> <div class="amp-related-meta"> 軟件 </div> </div> </div> <div class="amp-related-content"> <a href="https://zhtw.eyewated.com/whitehat%E9%A3%9B%E8%A1%8C%E5%93%A1%E7%80%8F%E8%A6%BD%E5%99%A8/"> <amp-img src="https://exse.eyewated.com/pict/3da723b1cd2e3029-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/whitehat%E9%A3%9B%E8%A1%8C%E5%93%A1%E7%80%8F%E8%A6%BD%E5%99%A8/">WhiteHat飛行員瀏覽器</a></h3> <div class="amp-related-meta"> 瀏覽器 </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://zhtw.eyewated.com/%E5%A6%82%E4%BD%95%E5%9C%A8mac-os-x-mail%E4%B8%AD%E5%BF%AB%E9%80%9F%E8%BD%89%E7%99%BC%E9%83%B5%E4%BB%B6/">如何在Mac OS X Mail中快速轉發郵件</a></h3> <div class="amp-related-meta"> 蘋果電腦 </div> </div> </div> </div></article> <footer class="amp-wp-footer"> <div class="amp-wp-footer-inner"> <a href="#" class="back-to-top">Back to top</a> <p class="copyright"> © 2024 zhtw.eyewated.com </p> <div class="amp-wp-social-footer"> <a href="#" class="jeg_facebook"><i class="fa fa-facebook"></i> </a><a href="#" class="jeg_twitter"><i class="fa fa-twitter"></i> </a><a href="#" class="jeg_google-plus"><i class="fa fa-google-plus"></i> </a><a href="#" class="jeg_pinterest"><i class="fa fa-pinterest"></i> </a><a href="" class="jeg_rss"><i class="fa fa-rss"></i> </a> </div> </div> </footer> <div id="statcounter"> <amp-pixel src="https://c.statcounter.com/12022999/0/02d06b5d/1/"> </amp-pixel> </div> </body> </html> <!-- Dynamic page generated in 1.398 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-10-04 00:44:33 --> <!-- 0.002 -->