วิธีการสร้างไฟล์ EPUB จาก HTML และ XML

ไฟล์ EPUB คือไฟล์ ebook ประเภทอื่นที่เป็นที่นิยม หากคุณวางแผนจะเขียนหรือเผยแพร่ ebook คุณควรบันทึก HTML เป็น ไฟล์ Mobipocket และเป็น EPUB ในบางวิธีไฟล์ epub สามารถสร้างได้ง่ายกว่าไฟล์ Mobi เนื่องจาก EPUB ใช้ XML คุณจึงต้องสร้างไฟล์ XML ของคุณเก็บรวบรวมไว้ด้วยกันและเรียกว่า epub

วิธีการสร้างไฟล์ EPUB จาก HTML และ XML

นี่คือขั้นตอนที่คุณควรใช้เพื่อสร้างไฟล์ epub:

  1. สร้าง HTML ของคุณ หนังสือของคุณเขียนด้วย HTML และ CSS สำหรับจัดแต่งทรงผม แต่ไม่ใช่แค่ HTML ก็คือ XHTML ดังนั้นหากคุณไม่เขียน XHTML (ปิดองค์ประกอบโดยใช้คำพูดรอบ ๆ แอตทริบิวต์ทั้งหมดเป็นต้น) คุณจะต้องแปลง HTML เป็น XHTML คุณสามารถใช้ไฟล์ XHTML หนึ่งไฟล์หรือมากกว่าสำหรับหนังสือของคุณ คนส่วนใหญ่แยกบทเป็นไฟล์ XHTML แยกต่างหาก เมื่อคุณมีไฟล์ XHTML แล้วให้ใส่ลงในโฟลเดอร์ทั้งหมดเข้าด้วยกัน
  2. สร้าง ไฟล์ประเภท MIME ในโปรแกรมแก้ไขข้อความของคุณให้เปิดเอกสารใหม่และพิมพ์: application / epub + zip บันทึกไฟล์เป็น "mimetype" โดยไม่มีส่วนขยายใด ๆ วางไฟล์ไว้ในโฟลเดอร์ด้วยไฟล์ XHTML ของคุณ
  3. เพิ่มสไตล์ชีตของคุณ คุณควรสร้างสไตล์ชีตสองแบบสำหรับหนังสือของคุณสำหรับหน้าเว็บที่เรียกว่า
    1. page_styles.css: @page {
    2. margin-bottom: 5pt;
    3. margin-top: 5pt
    4. }
    5. สร้างหนึ่งสำหรับสไตล์หนังสือที่เรียกว่า stylesheet.css คุณสามารถให้ชื่ออื่น ๆ คุณจะต้องจำสิ่งที่พวกเขาเป็น บันทึกไฟล์เหล่านี้ในไดเรกทอรีเดียวกันกับไฟล์ XHTML และ mimetype ของคุณ
  1. เพิ่มภาพปกของคุณ ภาพปกของคุณควรเป็นไฟล์ JPG ไม่เกิน 64KB คุณสามารถทำให้มันดูดีขึ้น แต่ให้มันดูดี รูปภาพขนาดเล็ก สามารถอ่านได้ยากมากและหน้าปกเป็นที่ที่คุณทำการตลาดหนังสือของคุณ
  2. สร้างหน้าแรกของคุณ คุณไม่จำเป็นต้องใช้ภาพปกเป็นชื่อเรื่อง แต่คนส่วนใหญ่ทำ หากต้องการเพิ่มหน้าชื่อให้สร้างไฟล์ XHTML ที่เรียกว่า titlepage.xhtml นี่เป็นตัวอย่างของหน้าชื่อโดยใช้ SVG สำหรับภาพ เปลี่ยนส่วนที่ไฮไลต์เพื่อชี้ไปยังภาพปก:
    1. ปก </ title> </li><li> <type type = "text / css" title = "override_css"> </li><li> @page {padding: 0pt; margin: 0pt} </li><li> body {text-align: center; padding: 0pt; margin: 0pt; } </li><li> </ style> </li><li> </ head> </li><li> <body> </li><li> <div> </li><li> <svg xmlns = "http://www.w3.org/2000/svg" xmlns: xlink = "http://www.w3.org/1999/xlink" version = "1.1" width = "100%" height = "100%" viewBox = "0 0 425 616" preserveAspectRatio = "none"> </li><li> <image width = "425" height = "616" xlink: href = " <em>cover.jpeg</em> " /> </li><li> </ SVG> </li><li> </ div> </li><li> </ body> </li><li> </ html> </li></ol></li></ol><ol><li> <strong>สร้าง "สารบัญ" ของคุณ</strong> สร้างไฟล์ที่เรียกว่า toc.ncx ในโปรแกรมแก้ไขข้อความของคุณ นี่คือไฟล์ XML และควรชี้ไปที่ไฟล์ HTML ทั้งหมดในหนังสือ นี่คือตัวอย่างที่มีสององค์ประกอบในสารบัญ เปลี่ยนส่วนที่ไฮไลต์ลงในหนังสือและเพิ่มองค์ประกอบ navPoint เพิ่มเติมสำหรับส่วนเพิ่มเติม: <ol><li> <? xml version = '1.0' encoding = 'utf-8'?> </li><li> <ncx xmlns = "http://www.daisy.org/z3986/2005/ncx/" version = "2005-1" xml: lang = "eng"> </li><li> <head> </li><li> <meta content = "0c159d12-f5fe-4323-8194-f5c652b89f5c" name = "dtb: uid" /> </li><li> <meta content = "2" name = "dtb: depth" /> </li><li> <meta content = "calibre (0.8.68)" name = "dtb: generator" /> </li><li> <meta content = "0" name = "dtb: totalPageCount" /> </li><li> <meta content = "0" name = "dtb: maxPageNumber" /> </li><li> </ head> </li><li> <docTitle> </li><li> <text> <em>การสร้างเว็บไซต์</em> </ text> </li><li> </ docTitle> </li><li> <navMap> </li><li> <navPoint id = " <em>a1</em> " playOrder = " <em>0</em> "> </li><li> <navLabel> </li><li> <text> <em>โฮสติ้ง</em> </ text> </li><li> </ navLabel> </li><li> <content src = " <em>build_website.html # step1</em> " /> </li><li> </ navPoint> </li><li> <navPoint id = " <em>a2</em> " playOrder = " <em>1</em> "> </li><li> <navLabel> </li><li> <text> <em>คุณต้องการชื่อโดเมนหรือไม่?</em> </ ข้อความ> </li><li> </ navLabel> </li><li> <content src = " <em>build_website.html # step2</em> " /> </li><li> </ navPoint> </li><li> </ navMap> </li><li> </ NCX> </li></ol></li></ol><ol><li> <strong>เพิ่มไฟล์ XML ของคอนเทนเนอร์</strong> ในโปรแกรมแก้ไขข้อความให้สร้างไฟล์ที่เรียกว่า container.xml และบันทึกไว้ในไดเรกทอรีย่อยด้านล่างไฟล์ HTML ของคุณ ไฟล์ควรอ่าน: <ol><li> <? xml version = "1.0"?> </li><li> <container version = "1.0" xmlns = "urn: oasis: ชื่อ: tc: opendocument: xmlns: container"> </li><li> <rootfiles> </li><li> <rootfile full-path = "content.opf" media-type = "แอพพลิเคชัน / oebps-package + xml" /> </li><li> </ rootfiles> </li><li> </ ภาชนะ> </li></ol></li><li> <strong>สร้างรายการเนื้อหา (content.opf)</strong> นี่คือไฟล์ที่อธิบายว่าหนังสือของคุณเป็นอย่างไร ประกอบด้วยข้อมูลเมตาเกี่ยวกับหนังสือ (เช่นผู้เขียนเผยแพร่วันที่และประเภท) นี่คือตัวอย่างคุณควรเปลี่ยนชิ้นส่วนเป็นสีเหลืองเพื่อสะท้อนหนังสือของคุณ: <ol><li> <? xml version = '1.0' encoding = 'utf-8'?> </li><li> <package xmlns = "http://www.idpf.org/2007/opf" version = "2.0" unique-identifier = "uuid_id"> </li><li> <metadata xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns: opf = "http://www.idpf.org/2007/opf" xmlns: dcterms = "http: / /purl.org/dc/terms/ "xmlns: calibre =" http://calibre.kovidgoyal.net/2009/metadata "xmlns: dc =" http://purl.org/dc/elements/1.1/ "> </li><li> <dc: ภาษา> th </ dc: ภาษา> </li><li> <dc: title> <em>วิธีสร้างเว็บไซต์</em> </ dc: title> </li><li> <dc: ผู้สร้าง opf: file-as = " <em>Kyrnin, Jennifer</em> " opf: role = "aut"> <em>เจนนิเฟอร์ Kyrnin</em> </ dc: creator> </li><li> <meta name = "cover" content = "cover" /> </li><li> <dc: วันที่> 0101-01-01T00: 00: 00 + 00: 00 </ dc: วันที่> </li><li> <dc: contributor opf: role = "bkp"> </ dc: contributor> </li><li> <dc: id ตัวบ่งชี้ = "uuid_id" opf: scheme = "uuid"> 0c159d12-f5fe-4323-8194-f5c652b89f5c </ dc: identifier> </li><li> </ เมตาดาต้า> </li><li> <ประจักษ์> </li><li> <item href = " <em>cover.jpeg</em> " id = "cover" media-type = "image / jpeg" /> </li><li> <item href = " <em>build_website.html</em> " id = "id1" media-type = "แอ็พพลิเคชัน / xhtml + xml" /> </li><li> <item href = " <em>page_styles.css</em> " id = "page_css" media-type = "text / css" /> </li><li> <item href = " <em>stylesheet.css</em> " id = "css" media-type = "text / css" /> </li><li> <item href = " <em>titlepage.xhtml</em> " id = "titlepage" media-type = "application / xhtml + xml" /> </li><li> <item href = "toc.ncx" media-type = "application / x-dtbncx + xml" id = "ncx" /> </li><li> </ ประจักษ์> </li><li> <spine toc = "ncx"> </li><li> <itemref idref = "titlepage" /> </li><li> <itemref idref = "id1" /> </li><li> </ กระดูกสันหลัง> </li><li> <คู่มือ> </li><li> <reference href = "titlepage.xhtml" type = "cover" title = "ปก" /> </li><li> </ คู่มือ> </li><li> </ แพคเกจ> </li></ol></li></ol><ol><li> นั่นคือไฟล์ทั้งหมดที่คุณต้องการพวกเขาควรจะอยู่ในไดเรกทอรีร่วมกัน (ยกเว้น container.xml ซึ่งไปในไดเรกทอรีย่อย META-INF) เราต้องการไปที่ไดเรกทอรีคอนเทนเนอร์และตรวจสอบว่ามีชื่อที่แสดงถึงชื่อหนังสือและชื่อผู้แต่ง </li><li> เมื่อคุณมีไดเรกทอรีของไฟล์ชื่อว่าต้องการอย่างไรคุณควรใช้โปรแกรม Zip archive เพื่อซิปไดเรกทอรี ไดเรกทอรีตัวอย่างของฉันลงท้ายด้วยไฟล์ zip ชื่อ "วิธีสร้างเว็บไซต์ - Kyrnin.zip ของเจนนิเฟอร์" </li><li> สุดท้ายเปลี่ยนนามสกุลของไฟล์จาก. zip เป็น. pep ระบบปฏิบัติการของคุณอาจประท้วง แต่ให้ดำเนินการต่อไป คุณต้องการให้ส่วนขยายนี้เป็นส่วนขยาย </li><li> สุดท้าย <strong>ลองทดสอบหนังสือของคุณ</strong> ยากที่จะทำให้รูปแบบ EPUB ถูกต้องในการลองครั้งแรกดังนั้นคุณจึงควรทดสอบไฟล์ของคุณเสมอ เปิดในเครื่องอ่าน epub เช่น Calibre และหากไม่สามารถแสดงได้อย่างถูกต้องคุณสามารถใช้ Calibre เพื่อแก้ไขปัญหาได้ </li></ol> </div> <div class="amp-related-wrapper"> <h2>Alike posts</h2> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B9%83%E0%B8%8A%E0%B9%89-html5-canvas/">ใช้ HTML5 Canvas</a></h3> <div class="amp-related-meta"> ออกแบบเว็บไซต์และ Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%80%E0%B8%9E%E0%B8%B4%E0%B9%88%E0%B8%A1%E0%B9%80%E0%B8%AA%E0%B8%B5%E0%B8%A2%E0%B8%87%E0%B8%A5%E0%B8%87%E0%B9%83%E0%B8%99%E0%B9%80%E0%B8%A7%E0%B9%87%E0%B8%9A/"> <amp-img src="https://exse.eyewated.com/pict/ffef621a2d4b3361-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%80%E0%B8%9E%E0%B8%B4%E0%B9%88%E0%B8%A1%E0%B9%80%E0%B8%AA%E0%B8%B5%E0%B8%A2%E0%B8%87%E0%B8%A5%E0%B8%87%E0%B9%83%E0%B8%99%E0%B9%80%E0%B8%A7%E0%B9%87%E0%B8%9A/">วิธีเพิ่มเสียงลงในเว็บเพจ HTML5</a></h3> <div class="amp-related-meta"> ออกแบบเว็บไซต์และ Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%83%E0%B8%8A%E0%B9%89%E0%B9%81%E0%B8%97%E0%B9%87%E0%B8%81%E0%B9%83%E0%B8%AA%E0%B9%88-html/"> <amp-img src="https://exse.eyewated.com/pict/f3f2f8cb74c62e8a-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B9%83%E0%B8%8A%E0%B9%89%E0%B9%81%E0%B8%97%E0%B9%87%E0%B8%81%E0%B9%83%E0%B8%AA%E0%B9%88-html/">ใช้แท็กใส่ HTML และปุ่มปุ่มในแบบฟอร์ม</a></h3> <div class="amp-related-meta"> ออกแบบเว็บไซต์และ Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%82%E0%B8%B5%E0%B8%A2%E0%B8%99-html-%E0%B9%83%E0%B8%99-notepad/"> <amp-img src="https://exse.eyewated.com/pict/2fb0aeb59c9a33d5-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%82%E0%B8%B5%E0%B8%A2%E0%B8%99-html-%E0%B9%83%E0%B8%99-notepad/">การเขียน HTML ใน Notepad</a></h3> <div class="amp-related-meta"> ออกแบบเว็บไซต์และ Dev </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%AD%E0%B8%87%E0%B8%84%E0%B9%8C%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B8%81%E0%B8%AD%E0%B8%9A-html/">องค์ประกอบ HTML: องค์ประกอบระดับบล็อกกับองค์ประกอบแบบอินไลน์</a></h3> <div class="amp-related-meta"> ออกแบบเว็บไซต์และ Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%83%E0%B8%8A%E0%B9%89-html5/"> <amp-img src="https://exse.eyewated.com/pict/4f309dbe503c33d3-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B9%83%E0%B8%8A%E0%B9%89-html5/">ใช้ HTML5 เพื่อแสดงวิดีโอในเบราว์เซอร์ปัจจุบัน</a></h3> <div class="amp-related-meta"> ออกแบบเว็บไซต์และ Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A3%E0%B8%AB%E0%B8%B1%E0%B8%AA-html/"> <amp-img src="https://exse.eyewated.com/pict/f05b77d3acc02f4c-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A3%E0%B8%AB%E0%B8%B1%E0%B8%AA-html/">รหัส HTML สำหรับเครื่องหมายวรรคตอนและตัวอักษรอื่น ๆ</a></h3> <div class="amp-related-meta"> ออกแบบเว็บไซต์และ Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%83%E0%B8%8A%E0%B9%89%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B3%E0%B8%84%E0%B8%B1%E0%B8%8D%E0%B9%83%E0%B8%99-html/"> <amp-img src="https://exse.eyewated.com/pict/b7ebc6a1fd2e3041-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%83%E0%B8%8A%E0%B9%89%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B3%E0%B8%84%E0%B8%B1%E0%B8%8D%E0%B9%83%E0%B8%99-html/">วิธีการใช้คำสำคัญใน HTML</a></h3> <div class="amp-related-meta"> ออกแบบเว็บไซต์และ Dev </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%A3%E0%B8%A7%E0%B8%A1-html-2/">วิธีการรวม HTML ในเอกสารจำนวนมากโดยใช้ JavaScript</a></h3> <div class="amp-related-meta"> ออกแบบเว็บไซต์และ Dev </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://th.eyewated.com/6-vizio-tv/">6 Vizio TV ที่ดีที่สุดที่จะซื้อในปี 2018</a></h3> <div class="amp-related-meta"> คู่มือการซื้อ </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/3-gopros/">3 GoPros ที่ดีที่สุดที่จะซื้อในปีพ. ศ. 2561</a></h3> <div class="amp-related-meta"> คู่มือการซื้อ </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%88%E0%B8%B1%E0%B8%94%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%81%E0%B8%B1%E0%B8%9A%E0%B9%84%E0%B8%A7%E0%B8%A3%E0%B8%B1%E0%B8%AA%E0%B8%81/">วิธีการจัดการกับไวรัสกลุ่มบู๊ต</a></h3> <div class="amp-related-meta"> ป้องกันไวรัส </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/bad-elf-gps-review-%E0%B8%AD%E0%B8%B1%E0%B8%9B%E0%B9%80%E0%B8%81%E0%B8%A3%E0%B8%94-gps/"> <amp-img src="https://exse.eyewated.com/pict/ed24693dd93d336a-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/bad-elf-gps-review-%E0%B8%AD%E0%B8%B1%E0%B8%9B%E0%B9%80%E0%B8%81%E0%B8%A3%E0%B8%94-gps/">Bad Elf GPS Review: อัปเกรด GPS สำหรับอุปกรณ์ iOS</a></h3> <div class="amp-related-meta"> คู่มือการซื้อ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/safe-mode-%E0%B8%AA%E0%B8%B4%E0%B9%88%E0%B8%87%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%AD%E0%B8%A2%E0%B8%B9%E0%B9%88%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%83%E0%B8%8A%E0%B9%89/"> <amp-img src="https://exse.eyewated.com/pict/815e643154c63553-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/safe-mode-%E0%B8%AA%E0%B8%B4%E0%B9%88%E0%B8%87%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%AD%E0%B8%A2%E0%B8%B9%E0%B9%88%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%83%E0%B8%8A%E0%B9%89/">Safe Mode (สิ่งที่อยู่และวิธีใช้)</a></h3> <div class="amp-related-meta"> ของ windows </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%80%E0%B8%AA%E0%B9%89%E0%B8%99%E0%B8%97%E0%B8%B2%E0%B8%87-%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-linux-%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-unix/"> <amp-img src="https://exse.eyewated.com/pict/37875dd9510f3fcc-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B9%80%E0%B8%AA%E0%B9%89%E0%B8%99%E0%B8%97%E0%B8%B2%E0%B8%87-%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-linux-%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-unix/">เส้นทาง - คำสั่ง Linux - คำสั่ง Unix</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"> <a href="https://th.eyewated.com/%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%AA%E0%B8%99%E0%B8%B1%E0%B8%9A%E0%B8%AA%E0%B8%99%E0%B8%B8%E0%B8%99-wearnes/"> <amp-img src="https://exse.eyewated.com/pict/a94b8cd8223132ae-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%AA%E0%B8%99%E0%B8%B1%E0%B8%9A%E0%B8%AA%E0%B8%99%E0%B8%B8%E0%B8%99-wearnes/">การสนับสนุน WEARNES</a></h3> <div class="amp-related-meta"> ขอความช่วยเหลือเพิ่มเติม </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%87%E0%B9%88%E0%B8%B2%E0%B8%A2%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%AA%E0%B8%B8%E0%B8%94%E0%B9%83%E0%B8%99%E0%B8%81%E0%B8%B2%E0%B8%A3-3/"> <amp-img src="https://exse.eyewated.com/pict/4bbb5dd8d28a3cb2-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%87%E0%B9%88%E0%B8%B2%E0%B8%A2%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%AA%E0%B8%B8%E0%B8%94%E0%B9%83%E0%B8%99%E0%B8%81%E0%B8%B2%E0%B8%A3-3/">วิธีที่ง่ายที่สุดในการโทรออกระหว่างประเทศขณะเดินทาง</a></h3> <div class="amp-related-meta"> อินเทอร์เน็ตและเครือข่าย </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%A3%E0%B8%B4%E0%B9%88%E0%B8%A1%E0%B8%A3%E0%B8%B0%E0%B8%9A%E0%B8%9A%E0%B9%83%E0%B8%AB%E0%B8%A1%E0%B9%88-linux/"> <amp-img src="https://exse.eyewated.com/pict/2ccabe356801341f-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%A3%E0%B8%B4%E0%B9%88%E0%B8%A1%E0%B8%A3%E0%B8%B0%E0%B8%9A%E0%B8%9A%E0%B9%83%E0%B8%AB%E0%B8%A1%E0%B9%88-linux/">วิธีการเริ่มระบบใหม่ Linux โดยใช้ Command Line</a></h3> <div class="amp-related-meta"> ลินุกซ์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%80%E0%B8%88%E0%B9%87%E0%B8%94%E0%B8%99%E0%B8%B4%E0%B8%AA%E0%B8%B1%E0%B8%A2%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B8%9C%E0%B8%B9%E0%B9%89%E0%B8%84%E0%B9%89%E0%B8%99%E0%B8%AB%E0%B8%B2%E0%B9%80%E0%B8%A7/"> <amp-img src="https://exse.eyewated.com/pict/89eefb7fa4bc3539-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B9%80%E0%B8%88%E0%B9%87%E0%B8%94%E0%B8%99%E0%B8%B4%E0%B8%AA%E0%B8%B1%E0%B8%A2%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B8%9C%E0%B8%B9%E0%B9%89%E0%B8%84%E0%B9%89%E0%B8%99%E0%B8%AB%E0%B8%B2%E0%B9%80%E0%B8%A7/">เจ็ดนิสัยของผู้ค้นหาเว็บที่มีประสิทธิภาพสูง</a></h3> <div class="amp-related-meta"> เว็บ & ค้นหา </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A3%E0%B8%B2%E0%B8%A2%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%8B%E0%B8%AD%E0%B8%9F%E0%B8%95%E0%B9%8C%E0%B9%81%E0%B8%A7%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B9%81%E0%B8%AD%E0%B8%9E%E0%B8%9E/"> <amp-img src="https://exse.eyewated.com/pict/3afc5741db9146b5-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A3%E0%B8%B2%E0%B8%A2%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%8B%E0%B8%AD%E0%B8%9F%E0%B8%95%E0%B9%8C%E0%B9%81%E0%B8%A7%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B9%81%E0%B8%AD%E0%B8%9E%E0%B8%9E/">รายการซอฟต์แวร์และแอพพลิเคชัน Office ที่เป็นประโยชน์สำหรับ Windows Phone</a></h3> <div class="amp-related-meta"> ซอฟต์แวร์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%83%E0%B8%99%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%9A%E0%B8%A3%E0%B8%A3%E0%B8%A5%E0%B8%B8%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B8%AA%E0%B8%B3%E0%B9%80%E0%B8%A3/"> <amp-img src="https://exse.eyewated.com/pict/7d6b8fc9ef9f301c-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%83%E0%B8%99%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%9A%E0%B8%A3%E0%B8%A3%E0%B8%A5%E0%B8%B8%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B8%AA%E0%B8%B3%E0%B9%80%E0%B8%A3/">วิธีในการบรรลุความสำเร็จในตลาดแอปบนอุปกรณ์เคลื่อนที่</a></h3> <div class="amp-related-meta"> เว็บ & ค้นหา </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%84%E0%B8%9F%E0%B8%A5%E0%B9%8C%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%96%E0%B8%B9%E0%B8%81%E0%B9%80%E0%B8%82%E0%B9%89%E0%B8%B2%E0%B8%A3%E0%B8%AB%E0%B8%B1%E0%B8%AA%E0%B8%84%E0%B8%B7%E0%B8%AD%E0%B8%AD/"> <amp-img src="https://exse.eyewated.com/pict/98d7d5c5f760380d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B9%84%E0%B8%9F%E0%B8%A5%E0%B9%8C%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%96%E0%B8%B9%E0%B8%81%E0%B9%80%E0%B8%82%E0%B9%89%E0%B8%B2%E0%B8%A3%E0%B8%AB%E0%B8%B1%E0%B8%AA%E0%B8%84%E0%B8%B7%E0%B8%AD%E0%B8%AD/">ไฟล์ที่ถูกเข้ารหัสคืออะไร?</a></h3> <div class="amp-related-meta"> ของ windows </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%81%E0%B8%A5%E0%B9%89%E0%B8%AD%E0%B8%87%E0%B8%A7%E0%B8%B4%E0%B8%94%E0%B8%B5%E0%B9%82%E0%B8%AD-sony-hdr-hc1-hdv/">กล้องวิดีโอ Sony HDR-HC1 HDV - ตัวอย่างผลิตภัณฑ์</a></h3> <div class="amp-related-meta"> โฮมเธียเตอร์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%81%E0%B8%99%E0%B8%9A%E0%B8%AD%E0%B8%B5%E0%B9%80%E0%B8%A1%E0%B8%A5%E0%B9%83%E0%B8%99-gmail/"> <amp-img src="https://exse.eyewated.com/pict/30e74b322ab72e5a-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%81%E0%B8%99%E0%B8%9A%E0%B8%AD%E0%B8%B5%E0%B9%80%E0%B8%A1%E0%B8%A5%E0%B9%83%E0%B8%99-gmail/">วิธีแนบอีเมลใน Gmail</a></h3> <div class="amp-related-meta"> อีเมลและข้อความ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%80%E0%B8%81%E0%B8%B5%E0%B9%88%E0%B8%A2%E0%B8%A7%E0%B8%81%E0%B8%B1%E0%B8%9A-world-of-tanks-%E0%B9%80%E0%B8%81%E0%B8%A1-pc/"> <amp-img src="https://exse.eyewated.com/pict/59ddcda2f96e352d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B9%80%E0%B8%81%E0%B8%B5%E0%B9%88%E0%B8%A2%E0%B8%A7%E0%B8%81%E0%B8%B1%E0%B8%9A-world-of-tanks-%E0%B9%80%E0%B8%81%E0%B8%A1-pc/">เกี่ยวกับ World of Tanks เกม PC</a></h3> <div class="amp-related-meta"> การเล่นเกม </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/10-56/">10 ตัวกรองที่ดีที่สุดที่มีระยะไกลที่สุด</a></h3> <div class="amp-related-meta"> คู่มือการซื้อ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%81%E0%B8%81%E0%B9%89%E0%B9%84%E0%B8%82-d3dx9_34-dll/"> <amp-img src="https://exse.eyewated.com/pict/0066cdd17eb53301-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%81%E0%B8%81%E0%B9%89%E0%B9%84%E0%B8%82-d3dx9_34-dll/">วิธีการแก้ไข D3dx9_34.dll ไม่พบหรือไม่มีข้อผิดพลาด</a></h3> <div class="amp-related-meta"> ของ windows </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A0%E0%B8%B2%E0%B8%9E%E0%B8%A3%E0%B8%A7%E0%B8%A1%E0%B8%82%E0%B8%AD%E0%B8%87-2-0-2-1-5-1-6-1-7-1/"> <amp-img src="https://exse.eyewated.com/pict/3d9cc64cbae53822-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B8%A0%E0%B8%B2%E0%B8%9E%E0%B8%A3%E0%B8%A7%E0%B8%A1%E0%B8%82%E0%B8%AD%E0%B8%87-2-0-2-1-5-1-6-1-7-1/">ภาพรวมของ 2.0, 2.1, 5.1, 6.1, 7.1 ระบบช่องสัญญาณ</a></h3> <div class="amp-related-meta"> โฮมเธียเตอร์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%80%E0%B8%A7%E0%B9%87%E0%B8%9A%E0%B9%80%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B9%80%E0%B8%8B%E0%B8%AD%E0%B8%A3%E0%B9%8C-google-chrome/"> <amp-img src="https://exse.eyewated.com/pict/262243253a6633ef-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B9%80%E0%B8%A7%E0%B9%87%E0%B8%9A%E0%B9%80%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B9%80%E0%B8%8B%E0%B8%AD%E0%B8%A3%E0%B9%8C-google-chrome/">เว็บเบราเซอร์ Google Chrome</a></h3> <div class="amp-related-meta"> เบราว์เซอร์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/twitter-%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2-twitter-slang/"> <amp-img src="https://exse.eyewated.com/pict/24357284c94236eb-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/twitter-%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2-twitter-slang/">Twitter ภาษา: Twitter Slang และคำอธิบายข้อตกลงที่สำคัญ</a></h3> <div class="amp-related-meta"> สื่อสังคม </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%80%E0%B8%8B%E0%B8%B4%E0%B8%A3%E0%B9%8C%E0%B8%9F%E0%B9%80%E0%B8%A7%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99%E0%B8%AB%E0%B8%B1%E0%B8%A7%E0%B9%83%E0%B8%88%E0%B9%81%E0%B8%A5/"> <amp-img src="https://exse.eyewated.com/pict/681dc77ba9673b11-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://th.eyewated.com/%E0%B9%80%E0%B8%8B%E0%B8%B4%E0%B8%A3%E0%B9%8C%E0%B8%9F%E0%B9%80%E0%B8%A7%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99%E0%B8%AB%E0%B8%B1%E0%B8%A7%E0%B9%83%E0%B8%88%E0%B9%81%E0%B8%A5/">เซิร์ฟเวอร์เป็นหัวใจและปอดของอินเทอร์เน็ต</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 th.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.194 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-10-04 00:23:12 --> <!-- 0.002 -->