摘要: JavaScript SliderBar一个不错的JavaScript模拟滚动条,原型的优雅写法。没有什么好说的,需要的就下载吧, <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>&l 阅读全文
posted @ 2011-10-17 11:08 e.e.p 阅读(1052) 评论(0) 推荐(0) 编辑
摘要: // Check to see if our number is actually a stringif ( typeof num == "string" )// If it is, then parse a number out of itnum = parseInt( num );// Check to see if our array is actually a stringif ( typeof arr == "string" )// If that's the case, make an array, splitting on comm 阅读全文
posted @ 2011-10-17 11:01 e.e.p 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Notepad++有些版本好像没有右键打开这个功能,只要在注册表加一项就可以了。把以下的存成npp.reg,或者下载我用过的。REGEDIT4[HKEY_CLASSES_ROOT\*\Shell\NotePad++][HKEY_CLASSES_ROOT\*\Shell\NotePad++\Command]@="\"D:\\mysoftware\\npp.5.9.4.bin\\unicode\\notepad++.exe\" \"%1\""*记住更新你Notepad++的目录 阅读全文
posted @ 2011-10-17 10:20 e.e.p 阅读(818) 评论(0) 推荐(0) 编辑