Ian 在大隊接力賽中一步一步的追上前面的對手…
Ian:「接近對手時我大喊一聲~就超過去了」
Mark:「前面的跑者大概被你的吼叫聲嚇傻了吧!」
Ian:「最好是…」
2014年12月15日
2014年11月8日
2014年8月31日
2014年7月11日
2014年6月30日
2014年6月14日
2014年6月6日
2014年5月9日
2014年5月1日
ubuntu 14.04 Grub 修改預設開機順序
- sudo vim /etc/default/grub
- 修改其中 GRUB_DEFAULT=0,0為開機選單的順序,(0代表第1)
- 存檔
- sudo update-grub
- 重新開機,搞定
2014年4月19日
使用 Google CDN Host 的 Javascript Library - jQuery
使用 Google CDN Host 的 Javascript Library - jQuery
目前 Google Host 的 AJAX Library 有:
jQuery, https://developers.google.com/speed/libraries/devguide#jquery
jQuery UI,
Prototype,
script.aculo.us, MooTools, Dojo 等
來源網站:http://blog.longwin.com.tw/2008/11/google-cdn-host-ajax-library-jquery-2008/
jQuery, https://developers.google.com/speed/libraries/devguide#jquery
jQuery UI,
Prototype,
script.aculo.us, MooTools, Dojo 等
來源網站:http://blog.longwin.com.tw/2008/11/google-cdn-host-ajax-library-jquery-2008/
標籤:
jQuery
2014年4月12日
Html5 中加入jquery的方法2
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <title>Title of the document</title> </head> <body> Content of the document...... </body> </html>
Html5 中加入jquery的方法1
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <script src="jquery-1.11.0.min.js"></script> <title>Title of the document</title> </head> <body> Content of the document...... </body> </html>
Html 5 基本語法
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Title of the document</title> </head> <body> Content of the document...... </body> </html>
2014年4月4日
2014年3月18日
2014年3月7日
2014年3月3日
Win8中的藍芽驅動…
手邊有一只藍芽耳機,在行動電話上、Win7電腦上都很OK,唯獨在Win8中沒有辦法正常使用。
一樣的步驟在Win8設定中可以偵測到藍芽耳機,回到應用軟體中就顯示未連線,就不用說聽到聲音了,試了好久也停了一段時間…Win8也不知更新過幾次。這次我懷疑藍芽的驅動程式有問題,確定了自已晶片組找上官方晶片組的驅動,安裝設定後搞定。
所以有藍芽連線問題的,試一下更新藍芽的驅動也許有解。
標籤:
電腦問題
2014年2月28日
2014年2月23日
2014年2月22日
2014年2月10日
Clipping Magic 線上照片去背工具
http://clippingmagic.com/
http://www.freegroup.org/2014/02/clipping-magic/
http://www.freegroup.org/2014/02/clipping-magic/
標籤:
電腦問題
2014年2月1日
2014年1月30日
2014年1月22日
2014年1月19日
HTML5
標籤:
電腦問題
訂閱:
文章 (Atom)