One for all,all for one.
2013年2月26日 星期二
lastcomm - linux show all user command history
›
The ac command displays statistics about how long users have been logged on. The lastcomm command displays information about previous ex...
2013年2月24日 星期日
Windows 7 效能調校
›
NOD32 防毒調整: 關閉使用者提示 停止檢查更新 我的電腦 -> 關閉系統還原 電源選項 -> 高效能 關閉睡眠功能 powercfg -h off 關閉服務: remote registry sup...
粉光燉雞
›
一隻雞的雞腿肉 粉光 小半包 米酒 水 米酒:水 = 1:1 1. 雞可以先飛水 2. 將所有材料放入電鍋燉爛即可 * 粉光也會出油,雞肉可以去掉皮 * 女生月事來不要吃,太補了
2013年2月7日 星期四
Linux 釋放記憶體
›
To free pagecache: $ sudo sh -c 'free -m && echo 1 > /proc/sys/vm/drop_caches && free -m'" To free pageca...
2013年2月6日 星期三
jQuery .die is not a function
›
$("a.foo").die("click") ; 改成 $(document).off("click", "a.foo") ; Reference : jQuery Core ...
2013年2月4日 星期一
IE Javascript 必須是識別項或字串
›
var point = { x:1.2, y:-3.4 , }; 多一個逗號也不行, 改正 var point = { x:1.2, y:-3.4 }; Reference : JS1028:必須是識別項或...
使用 Microsoft Script Debugger 做 IE Javascript debug
›
Reference : Raie's Blog :: Microsoft Script Debugger,使用 IE 對 JavaScript 偵錯
‹
›
首頁
查看網路版