วิธีการใช้ Patch กับไฟล์ที่ใช้ Linux

คู่มือนี้จะให้ภาพรวมพื้นฐานสำหรับการใช้แพทช์ในโปรแกรมหรือไฟล์

คำสั่งที่ใช้สำหรับการใช้แพทช์คือคำสั่ง patch แต่เพื่อที่จะใช้ patch คำสั่ง diff ก็ต้องใช้เพื่อระบุความแตกต่างที่จำเป็นต้อง patched

ทำไมคุณถึงสร้าง Patch

ลองนึกภาพคุณมี ไฟล์ HTML ดังนี้:



MySite </ title> <br> </ head> <br> <body> <br> <h1> ยินดีต้อนรับสู่ MySite </ h1> <br> </ body> <br> </ html> </p> <p> แหล่งข้อมูลข้างต้นเมื่อโหลดลงเว็บเบราเซอร์จะแสดงคำว่า "Welcome to MySite" </p> <p> เป็นเรื่องปกติเมื่อเขียนโปรแกรมให้มีไฟล์เดียวกันหลายเวอร์ชัน ตัวอย่างเช่นจะมีเวอร์ชันหนึ่งซึ่งเป็นเวอร์ชันปัจจุบันที่มีอยู่จะมีเวอร์ชันอื่นในสาขาการพัฒนาซึ่งอาจมีการเปลี่ยนแปลงหลายอย่างในที่สุดอาจมีเวอร์ชันอื่นในสาขาออก </p> <p> สาขาออกจะเป็นเวอร์ชันที่ผู้ใช้จริงใช้ (เช่นในกรณีนี้ผู้เยี่ยมชมเว็บไซต์ MySite) สมมติว่า MySite อยู่ที่เวอร์ชัน 1.0 หลังจากระยะการพัฒนาคุณจะสร้างสาขาออกซึ่งจะเป็นในกรณีนี้ 1.1 สาขาการพัฒนาอาจเป็นไปข้างหน้าของสาขาที่เปิดตัวเนื่องจากอาจมีการเปลี่ยนแปลงที่ไม่ได้มาจากเวอร์ชัน 1.2 แต่จะเป็นเวอร์ชัน 1.1 </p> <p> ลองนึกภาพว่ามีข้อบกพร่องที่ MySite ควรถูกเรียกว่า YourSite คุณสามารถไปที่แต่ละสาขาได้และทำการเปลี่ยนแปลงเวอร์ชันสดเวอร์ชันการพัฒนาและเวอร์ชันที่วางจำหน่ายของคุณเพื่อให้สามารถเปลี่ยนแปลงเป็นรายการแก้ไขด่วนในแบบสดแล้วใช้แพทช์เพื่อพัฒนาและเผยแพร่สาขา </p> <h3> ตัวอย่างการทำงาน </h3><p> สร้างไฟล์ที่เรียกว่า myfile.html พร้อมด้วยโค้ดต่อไปนี้: </p> <p> <html> <br> <head> <br> <title> MySite </ title> <br> </ head> <br> <body> <br> <h1> ยินดีต้อนรับสู่ MySite </ h1> <br> <p> นี่เป็นตัวอย่างของ patching source code </ p> <br> </ body> <br> </ html> </p> <p> สร้างไฟล์อื่นที่เรียกว่า myfile_v2.html พร้อมด้วยโค้ดต่อไปนี้ </p> <p> <html> <br> <head> <br> <title> yoursite </ title> <br> </ head> <br> <body> <br> <h1> ยินดีต้อนรับสู่ YourSite </ h1> <br> <p> นี่เป็นตัวอย่างของ patching source code </ p> <br> </ body> <br> </ html> </p> <p> ไฟล์แรกคือหน้าเว็บต้นฉบับที่มีหัวเรื่อง "ยินดีต้อนรับสู่ MySite" แฟ้มที่สองจะเหมือนกับแฟ้มแรกยกเว้น MyFile ถูกเปลี่ยนชื่อเป็น YourFile ในข้อความ </p> <h3> วิธีการสร้าง Diff File </h3><p> เพื่อที่จะสร้าง patch เราจำเป็นต้องค้นหาความแตกต่างระหว่าง myfile.html และ myfile_v2.html </p> <p> เราสามารถทำได้ด้วยคำสั่ง diff ดังนี้: </p> <p> diff -u myfile.html myfile_v2.html> myfile.patch </p> <p> คุณสามารถเปิดไฟล์ myfile.patch ใน <a href="https://th.eyewated.com/%E0%B8%84%E0%B8%B9%E0%B9%88%E0%B8%A1%E0%B8%B7%E0%B8%AD%E0%B9%80%E0%B8%A3%E0%B8%B4%E0%B9%88%E0%B8%A1%E0%B8%95%E0%B9%89%E0%B8%99%E0%B9%83%E0%B8%8A%E0%B9%89%E0%B8%87%E0%B8%B2%E0%B8%99%E0%B8%95%E0%B8%B1/">โปรแกรมแก้ไข nano</a> ดังต่อไปนี้เพื่อดูไฟล์: </p> <p> nano myfile.patch </p> <p> เส้นที่ไม่มีการเปลี่ยนแปลงจะแสดงเป็นสีน้ำเงิน เส้นที่ถูกลบจะแสดงเป็นสีแดงและเส้นที่มีการเพิ่มจะแสดงเป็นสีเขียว </p> <h3> วิธีการใช้ Patch ใช้คำสั่ง Patch </h3><p> เมื่อต้องการใช้แพทช์เพื่อ myfile.html ใช้คำสั่งต่อไปนี้: </p> <p> patch <myfile.patch </p> <h3> วิธีการย้อนกลับ Patch </h3><p> ซึ่งจะใช้การเปลี่ยนแปลงที่สร้างขึ้นโดยใช้คำสั่ง diff ไปยังไฟล์ต้นฉบับ myfile.html </p> <p> ถ้าคุณต้องการเปลี่ยนกลับแพทช์เพื่อให้ myfile.html กลับมาใช้งานตามคำสั่งต่อไปนี้: </p> <p> แพทช์ -R <myfile.patch </p> <h3> สรุป </h3><p> คำสั่ง patch สามารถใช้เพื่อใช้ patches ในโครงสร้างไดเร็กทอรีทั้งหมด </p> <p> มีเครื่องมือที่ดีกว่าคำสั่ง patch สำหรับการสร้างแพทช์และสร้างความมั่นใจในการควบคุมแหล่งที่มาได้ดี </p> <p> มีเหตุผลที่โครงการพัฒนาจำนวนมากใช้ GIT เพื่อควบคุมแหล่งที่มา GIT ทำให้ง่ายต่อการสร้างกลยุทธ์การแบ่งสาขาที่สอดคล้องกัน </p> <p> คำสั่ง patch สามารถใช้ได้กับการใช้สคริปต์ bash หรืออะไรง่ายๆ แต่คุณสามารถสร้างสำเนาสำรองของไฟล์ที่คุณต้องการแก้ไขได้โดยง่ายและเพียงแค่คัดลอกไฟล์ใหม่ไปยังที่เดียวกันเท่านั้น </p> <p> สำหรับข้อมูลเพิ่มเติมให้ใช้คำสั่ง man: </p> <p> แพทช์มนุษย์ </p> </div> <div class="amp-related-wrapper"> <h2>Alike posts</h2> <div class="amp-related-content"> <a href="https://th.eyewated.com/dig-%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/e8a1af2115a94472-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/dig-%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/">Dig - คำสั่ง Linux - คำสั่ง Unix</a></h3> <div class="amp-related-meta"> ลินุกซ์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-linux-unix-execvp/"> <amp-img src="https://exse.eyewated.com/pict/55c39045a8dd3a7c-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%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-linux-unix-execvp/">คำสั่ง Linux / Unix: execvp</a></h3> <div class="amp-related-meta"> ลินุกซ์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/sh-%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/12c894ec369133eb-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/sh-%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/">Sh - คำสั่ง Linux - คำสั่ง Unix</a></h3> <div class="amp-related-meta"> ลินุกซ์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-rcp-%E0%B8%84%E0%B8%B7%E0%B8%AD%E0%B8%AD%E0%B8%B0%E0%B9%84%E0%B8%A3/"> <amp-img src="https://exse.eyewated.com/pict/34ea62d60dc63056-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%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-rcp-%E0%B8%84%E0%B8%B7%E0%B8%AD%E0%B8%AD%E0%B8%B0%E0%B9%84%E0%B8%A3/">คำสั่ง rcp คืออะไร?</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%A3%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%A3%E0%B8%B9%E0%B9%89%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-linux-wtmp/"> <amp-img src="https://exse.eyewated.com/pict/1f5280ae319f3410-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%A3%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%A3%E0%B8%B9%E0%B9%89%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-linux-wtmp/">เรียนรู้คำสั่ง Linux - wtmp</a></h3> <div class="amp-related-meta"> ลินุกซ์ </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%84%E0%B8%94%E0%B9%80%E0%B8%A3%E0%B8%81%E0%B8%97%E0%B8%AD%E0%B8%A3%E0%B8%B5%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-dir-command/"> <amp-img src="https://exse.eyewated.com/pict/33b7cd2ed3013510-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%84%E0%B8%94%E0%B9%80%E0%B8%A3%E0%B8%81%E0%B8%97%E0%B8%AD%E0%B8%A3%E0%B8%B5%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-dir-command/">ใช้ไดเรกทอรีคำสั่ง Dir Command</a></h3> <div class="amp-related-meta"> ลินุกซ์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%AA%E0%B8%84%E0%B8%A3%E0%B8%B4%E0%B8%9B%E0%B8%95%E0%B9%8C-%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/abbfe049c2673a28-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%AA%E0%B8%84%E0%B8%A3%E0%B8%B4%E0%B8%9B%E0%B8%95%E0%B9%8C-%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 class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%A3%E0%B8%B9%E0%B9%89%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-linux-lsmod/"> <amp-img src="https://exse.eyewated.com/pict/7e95cb39431e3413-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%A3%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%A3%E0%B8%B9%E0%B9%89%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-linux-lsmod/">เรียนรู้คำสั่ง Linux - lsmod</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%B8%AB%E0%B8%B2%E0%B8%9C%E0%B8%B9%E0%B9%89%E0%B9%83%E0%B8%8A%E0%B9%89%E0%B8%87%E0%B8%B2%E0%B8%99%E0%B8%9B%E0%B8%B1%E0%B8%88%E0%B8%88/"> <amp-img src="https://exse.eyewated.com/pict/b5cf3f5070a23059-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%B8%AB%E0%B8%B2%E0%B8%9C%E0%B8%B9%E0%B9%89%E0%B9%83%E0%B8%8A%E0%B9%89%E0%B8%87%E0%B8%B2%E0%B8%99%E0%B8%9B%E0%B8%B1%E0%B8%88%E0%B8%88/">วิธีการหาผู้ใช้งานปัจจุบันโดยใช้ Linux whoami Command</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://th.eyewated.com/8-31/">8 รีสตาร์ทรถที่ดีที่สุดที่จะซื้อในปีพ. ศ. 2561</a></h3> <div class="amp-related-meta"> คู่มือการซื้อ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%81%E0%B8%9F%E0%B9%89%E0%B8%A1-mdb-%E0%B8%84%E0%B8%B7%E0%B8%AD%E0%B8%AD%E0%B8%B0%E0%B9%84%E0%B8%A3/"> <amp-img src="https://exse.eyewated.com/pict/2c485a96dd2e3141-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%B9%81%E0%B8%9F%E0%B9%89%E0%B8%A1-mdb-%E0%B8%84%E0%B8%B7%E0%B8%AD%E0%B8%AD%E0%B8%B0%E0%B9%84%E0%B8%A3/">แฟ้ม MDB คืออะไร?</a></h3> <div class="amp-related-meta"> ของ windows </div> </div> </div> <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%A3%E0%B9%89%E0%B8%B2%E0%B8%87%E0%B9%80%E0%B8%9E%E0%B8%A5%E0%B8%A2%E0%B9%8C%E0%B8%A5%E0%B8%B4%E0%B8%AA%E0%B8%95%E0%B9%8C%E0%B9%80%E0%B8%9E%E0%B8%A5%E0%B8%87/"> <amp-img src="https://exse.eyewated.com/pict/1b1e3a11b97132e1-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%B8%AA%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B8%87%E0%B9%80%E0%B8%9E%E0%B8%A5%E0%B8%A2%E0%B9%8C%E0%B8%A5%E0%B8%B4%E0%B8%AA%E0%B8%95%E0%B9%8C%E0%B9%80%E0%B8%9E%E0%B8%A5%E0%B8%87/">การสร้างเพลย์ลิสต์เพลงใน iTunes 11</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%AA%E0%B9%88%E0%B8%87%E0%B9%81%E0%B8%AD%E0%B8%9B-iphone-%E0%B8%AB%E0%B8%A3%E0%B8%B7%E0%B8%AD-ipad/"> <amp-img src="https://exse.eyewated.com/pict/c3a6cdbfd5ec32c5-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%AA%E0%B9%88%E0%B8%87%E0%B9%81%E0%B8%AD%E0%B8%9B-iphone-%E0%B8%AB%E0%B8%A3%E0%B8%B7%E0%B8%AD-ipad/">วิธีส่งแอป iPhone หรือ iPad เป็นของขวัญ</a></h3> <div class="amp-related-meta"> IPhone และ iPod </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%9A%E0%B8%A3%E0%B8%A3%E0%B8%93%E0%B8%B2%E0%B8%98%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%A3-windows-web/"> <amp-img src="https://exse.eyewated.com/pict/cfd031606b953699-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%9A%E0%B8%A3%E0%B8%A3%E0%B8%93%E0%B8%B2%E0%B8%98%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%A3-windows-web/">บรรณาธิการ Windows Web ที่ดีที่สุดสำหรับผู้เริ่มต้น</a></h3> <div class="amp-related-meta"> ออกแบบเว็บไซต์และ Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/samsung-level-over-%E0%B8%AB%E0%B8%B9%E0%B8%9F%E0%B8%B1%E0%B8%87%E0%B8%9A%E0%B8%A5%E0%B8%B9%E0%B8%97%E0%B8%B9-%E0%B8%98/"> <amp-img src="https://exse.eyewated.com/pict/0d218ff2d68234ed-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/samsung-level-over-%E0%B8%AB%E0%B8%B9%E0%B8%9F%E0%B8%B1%E0%B8%87%E0%B8%9A%E0%B8%A5%E0%B8%B9%E0%B8%97%E0%B8%B9-%E0%B8%98/">Samsung Level Over หูฟังบลูทู ธ ที่มีเสียงรบกวน</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%82%E0%B8%B1%E0%B9%89%E0%B8%99%E0%B8%95%E0%B8%AD%E0%B8%99%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%9A%E0%B8%B1%E0%B8%99%E0%B8%97%E0%B8%B6%E0%B8%81-psr/"> <amp-img src="https://exse.eyewated.com/pict/2a8606b74f0a330a-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%82%E0%B8%B1%E0%B9%89%E0%B8%99%E0%B8%95%E0%B8%AD%E0%B8%99%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%9A%E0%B8%B1%E0%B8%99%E0%B8%97%E0%B8%B6%E0%B8%81-psr/">ขั้นตอนการบันทึก (PSR) คืออะไร?</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%84%E0%B8%A5%E0%B9%87%E0%B8%94%E0%B8%A5%E0%B8%B1%E0%B8%9A%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B8%9B%E0%B8%A5%E0%B8%AD%E0%B8%94%E0%B8%A0%E0%B8%B1%E0%B8%A2%E0%B8%AA%E0%B8%B3%E0%B8%AB/"> <amp-img src="https://exse.eyewated.com/pict/88053e4b71f0377d-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%84%E0%B8%A5%E0%B9%87%E0%B8%94%E0%B8%A5%E0%B8%B1%E0%B8%9A%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B8%9B%E0%B8%A5%E0%B8%AD%E0%B8%94%E0%B8%A0%E0%B8%B1%E0%B8%A2%E0%B8%AA%E0%B8%B3%E0%B8%AB/">เคล็ดลับความปลอดภัยสำหรับผู้ใช้ OkCupid</a></h3> <div class="amp-related-meta"> เว็บ & ค้นหา </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%84%E0%B8%B8%E0%B8%93%E0%B8%A5%E0%B8%B1%E0%B8%81%E0%B8%A9%E0%B8%93%E0%B8%B0%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%94%E0%B8%B5%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%AA%E0%B8%B8%E0%B8%94%E0%B8%AA%E0%B8%B3/"> <amp-img src="https://exse.eyewated.com/pict/0b42e3fe90083b52-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%84%E0%B8%B8%E0%B8%93%E0%B8%A5%E0%B8%B1%E0%B8%81%E0%B8%A9%E0%B8%93%E0%B8%B0%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%94%E0%B8%B5%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%AA%E0%B8%B8%E0%B8%94%E0%B8%AA%E0%B8%B3/">คุณลักษณะที่ดีที่สุดสำหรับ Windows 10 สำหรับผู้ใช้แล็ปท็อปและแท็บเล็ตพีซี</a></h3> <div class="amp-related-meta"> ของ windows </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%88%E0%B8%B0%E0%B8%97%E0%B8%B3%E0%B8%AD%E0%B8%A2%E0%B9%88%E0%B8%B2%E0%B8%87%E0%B9%84%E0%B8%A3%E0%B9%80%E0%B8%A1%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%8B%E0%B8%B1%E0%B8%9A%E0%B8%A7%E0%B8%B9%E0%B8%9F/"> <amp-img src="https://exse.eyewated.com/pict/071e3aeef8493c6e-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%88%E0%B8%B0%E0%B8%97%E0%B8%B3%E0%B8%AD%E0%B8%A2%E0%B9%88%E0%B8%B2%E0%B8%87%E0%B9%84%E0%B8%A3%E0%B9%80%E0%B8%A1%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%8B%E0%B8%B1%E0%B8%9A%E0%B8%A7%E0%B8%B9%E0%B8%9F/">จะทำอย่างไรเมื่อซับวูฟเฟอร์ทำงานไม่ถูกต้อง</a></h3> <div class="amp-related-meta"> โฮมเธียเตอร์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B9%83%E0%B8%8A%E0%B9%89%E0%B8%9B%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A5%E0%B8%B1%E0%B8%94%E0%B9%80%E0%B8%9E%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B9%80%E0%B8%9E%E0%B8%B4%E0%B9%88%E0%B8%A1%E0%B8%A7%E0%B8%B1/"> <amp-img src="https://exse.eyewated.com/pict/855564293be32feb-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%B9%83%E0%B8%8A%E0%B9%89%E0%B8%9B%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A5%E0%B8%B1%E0%B8%94%E0%B9%80%E0%B8%9E%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B9%80%E0%B8%9E%E0%B8%B4%E0%B9%88%E0%B8%A1%E0%B8%A7%E0%B8%B1/">ใช้ปุ่มลัดเพื่อเพิ่มวันที่ / เวลาปัจจุบันใน Excel</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%80%E0%B8%8A%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%A1%E0%B8%95%E0%B9%88%E0%B8%AD%E0%B8%84%E0%B8%B5%E0%B8%A2%E0%B9%8C%E0%B8%9A%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%94-2/"> <amp-img src="https://exse.eyewated.com/pict/e4b59ca1424d3113-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%B9%80%E0%B8%8A%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%A1%E0%B8%95%E0%B9%88%E0%B8%AD%E0%B8%84%E0%B8%B5%E0%B8%A2%E0%B9%8C%E0%B8%9A%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%94-2/">วิธีเชื่อมต่อคีย์บอร์ดกับ iPad ของคุณ</a></h3> <div class="amp-related-meta"> IPad </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%A3%E0%B8%B0%E0%B8%9A%E0%B8%9A%E0%B8%84%E0%B8%A7%E0%B8%9A%E0%B8%84%E0%B8%B8%E0%B8%A1-hill-descent/"> <amp-img src="https://exse.eyewated.com/pict/905403f64446335f-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%B0%E0%B8%9A%E0%B8%9A%E0%B8%84%E0%B8%A7%E0%B8%9A%E0%B8%84%E0%B8%B8%E0%B8%A1-hill-descent/">ระบบควบคุม Hill Descent</a></h3> <div class="amp-related-meta"> Car Tech </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/9-iphone-%E0%B9%81%E0%B8%A5%E0%B8%B0-ipod-touching-apps-%E0%B8%9F%E0%B8%A3%E0%B8%B5/"> <amp-img src="https://exse.eyewated.com/pict/54454ee01d0c3171-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/9-iphone-%E0%B9%81%E0%B8%A5%E0%B8%B0-ipod-touching-apps-%E0%B8%9F%E0%B8%A3%E0%B8%B5/">9 iPhone และ iPod touching Apps ฟรี</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%80%E0%B8%82%E0%B9%89%E0%B8%B2%E0%B8%96%E0%B8%B6%E0%B8%87%E0%B8%9A%E0%B8%B1%E0%B8%8D%E0%B8%8A%E0%B8%B5-aim-mail-%E0%B8%9C%E0%B9%88%E0%B8%B2%E0%B8%99-pop/"> <amp-img src="https://exse.eyewated.com/pict/98d6b920ce4e2fb7-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%82%E0%B9%89%E0%B8%B2%E0%B8%96%E0%B8%B6%E0%B8%87%E0%B8%9A%E0%B8%B1%E0%B8%8D%E0%B8%8A%E0%B8%B5-aim-mail-%E0%B8%9C%E0%B9%88%E0%B8%B2%E0%B8%99-pop/">วิธีเข้าถึงบัญชี AIM Mail ผ่าน POP หรือ IMAP</a></h3> <div class="amp-related-meta"> อีเมลและข้อความ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%97%E0%B8%B3%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%84%E0%B8%B8%E0%B9%89%E0%B8%A1%E0%B8%84%E0%B9%88%E0%B8%B2-soocoo-s60-wifi-sports-action-camera/"> <amp-img src="https://exse.eyewated.com/pict/918501074b913171-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%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%97%E0%B8%B3%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%84%E0%B8%B8%E0%B9%89%E0%B8%A1%E0%B8%84%E0%B9%88%E0%B8%B2-soocoo-s60-wifi-sports-action-camera/">การกระทำที่คุ้มค่า: Soocoo S60 WiFi Sports Action Camera Review</a></h3> <div class="amp-related-meta"> รีวิวผลิตภัณฑ์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/oxo-aka-noughts-and-crosses-%E0%B8%A7%E0%B8%B4%E0%B8%94%E0%B8%B5%E0%B9%82%E0%B8%AD%E0%B9%80%E0%B8%81%E0%B8%A1%E0%B9%81%E0%B8%A3%E0%B8%81/"> <amp-img src="https://exse.eyewated.com/pict/45a5760da7ef32b9-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/oxo-aka-noughts-and-crosses-%E0%B8%A7%E0%B8%B4%E0%B8%94%E0%B8%B5%E0%B9%82%E0%B8%AD%E0%B9%80%E0%B8%81%E0%B8%A1%E0%B9%81%E0%B8%A3%E0%B8%81/">OXO aka Noughts and Crosses - วิดีโอเกมแรก</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%B8%9F%E0%B8%B1%E0%B8%87%E0%B8%AA%E0%B8%96%E0%B8%B2%E0%B8%99%E0%B8%B5%E0%B8%A7%E0%B8%B4%E0%B8%97%E0%B8%A2%E0%B8%B8-shoutcast/"> <amp-img src="https://exse.eyewated.com/pict/2f72fa21fb4e4155-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%B8%9F%E0%B8%B1%E0%B8%87%E0%B8%AA%E0%B8%96%E0%B8%B2%E0%B8%99%E0%B8%B5%E0%B8%A7%E0%B8%B4%E0%B8%97%E0%B8%A2%E0%B8%B8-shoutcast/">วิธีการฟังสถานีวิทยุ SHOUTcast</a></h3> <div class="amp-related-meta"> ซอฟต์แวร์และแอป </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/epson-picturemate-pm-400-personal-photo-lab/"> <amp-img src="https://exse.eyewated.com/pict/00ae72842c7435de-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/epson-picturemate-pm-400-personal-photo-lab/">Epson PictureMate PM-400 Personal Photo Lab</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%94%E0%B8%B2%E0%B8%A7%E0%B8%99%E0%B9%8C%E0%B9%82%E0%B8%AB%E0%B8%A5%E0%B8%94-torrents-%E0%B8%9A%E0%B8%99-chromebook/"> <amp-img src="https://exse.eyewated.com/pict/5b38ddc5806b3484-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%94%E0%B8%B2%E0%B8%A7%E0%B8%99%E0%B9%8C%E0%B9%82%E0%B8%AB%E0%B8%A5%E0%B8%94-torrents-%E0%B8%9A%E0%B8%99-chromebook/">วิธีดาวน์โหลด Torrents บน Chromebook</a></h3> <div class="amp-related-meta"> เบราว์เซอร์ </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/roku-2/"> <amp-img src="https://exse.eyewated.com/pict/520ab583edf63b31-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/roku-2/">Roku คืออะไรและควรใช้อย่างไร</a></h3> <div class="amp-related-meta"> </div> </div> </div> <div class="amp-related-content"> <a href="https://th.eyewated.com/google-labs-aardvark/"> <amp-img src="https://exse.eyewated.com/pict/cd1759adbb8130b6-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/google-labs-aardvark/">Google Labs Aardvark</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.252 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-10-04 00:23:18 --> <!-- 0.002 -->