我爱我老婆

11 2008 档案

摘要:经常在线听歌,如Qzone,DJkk等,如果想把听过的音乐,保存到硬盘,要打开c:,到intenet temp目录找上半天,够累.今天做一个小工具,实现这一繁琐过程.MusicSaver 阅读全文
posted @ 2008-11-30 17:23 DataFlow 阅读(242) 评论(0) 推荐(0)
摘要:你平时打开一件文件使用什么?using (FileStream fs = new FileStream(file, FileMode.Open)?using (FileStream fs = new FileStream(file, FileMode.Open,FileAccess.Read)?using (FileStream fs = new FileStream(file, FileMode... 阅读全文
posted @ 2008-11-28 17:15 DataFlow 阅读(775) 评论(0) 推荐(0)
摘要:addin 阅读全文
posted @ 2008-11-28 16:43 DataFlow 阅读(263) 评论(0) 推荐(0)
摘要:1. 致命的string javascrip的string,类似.net 的string,大string操作费CPU,费内存. 替换方法:Array,但首先应该避免大string的各种操作. 2.unwise的DOM 重复的innerhtml操作&createElement操作对内存的消耗巨大. innerHTML操作如果处理不当,很容易形成memory ... 阅读全文
posted @ 2008-11-12 17:42 DataFlow 阅读(220) 评论(0) 推荐(0)
摘要:1.IE: alt. Firefox/safari: title. 阅读全文
posted @ 2008-11-11 17:58 DataFlow 阅读(120) 评论(0) 推荐(0)
摘要:1. IE: cursor:hand, FireFox/safari: cursor:pointer. 阅读全文
posted @ 2008-11-11 17:19 DataFlow 阅读(150) 评论(0) 推荐(0)