This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

วันพุธที่ 25 ธันวาคม พ.ศ. 2556

ทดลองหาเงินกับคลิก

วันพฤหัสบดีที่ 21 พฤศจิกายน พ.ศ. 2556

ใส่เครื่องหมายถูกลงใน google docs

ให้พิมพ์สูตรลงไปได้เลยชอบตัวไหนก็เลือกเอาเลยครับ
=char(10003)
=char(10004)
=char(10005)
=char(10006)
=char(10007)
=char(10008)

วันจันทร์ที่ 18 พฤศจิกายน พ.ศ. 2556

คำสั่งดูเมล์ที่ยังไม่ได้อ่านทั้งหมดของ Gmail

เคยใหม่เวลาเปิดอ่านเมล์มันเยอะแยะมากมาย เราอยากจะดูแค่ว่าเมล์ไหนที่ยังไม่ได้อ่านมีวิธีการง่ายๆ
แค่พิมพ์คำสั่งนี้ลงไปในช่อง Search
label:unread label:inbox หรือ is:unread

วันพุธที่ 25 กันยายน พ.ศ. 2556

LOL เชื่อมต่อไม่สำเร็จ

เคยเจอปัญหาแบบนี้ไหม








ปัญหานี้เกิดจาก firewall ของ Window ไม่เปิด port
  • 5000 - 5500 UDP - League of Legends Game Client
เข้า CMD แล้วพิมพ์ netsh firewall set opmode disable

วันอังคารที่ 24 กันยายน พ.ศ. 2556

LOL update patch ไม่ได้ กดปุ่มเริ่มเกมส์ไม่ได้



ทดสอบ ping 203.117.155.160 ถ้า ping ได้ให้แก้ไขโดย
ให้ให้เลือกตามนี้
หรือแก้แบบบ้านๆ
วิธีแก้แบบบ้านๆ
C:\Windows\System32\Drivers\etc\
ใช้ notepad เปิดไฟล์ hosts
เพิ่มบรรทัดนี้ลงไป
203.117.155.160 lolthcheck.garenanow.com

ทำการบันทึกไฟล์แล้วเข้าเกมส์

----------------------------------BAT File----------------------
@echo off
echo set host power by itemcom
REM check for existence of the file
if not exist %SystemRoot%\System32\drivers\etc\hosts (echo HOSTS FILE DOES NOT EXIST
goto completed)
REM check for existence of the entry
find /c /i "lolthcheck.garenanow.com" "%SystemRoot%\System32\drivers\etc\hosts" > NUL
if %ERRORLEVEL% equ 0 (
echo the entry [lolthcheck.garenanow.com] already exists
goto completed
) else (
REM add the entry
echo 203.117.155.160  lolthcheck.garenanow.com      #Check Update >>%SystemRoot%\System32\drivers\etc\hosts
)
:completed
echo COMPLETED