上一页 1 2 3 4 5 6 7 ··· 10 下一页
  2008年11月28日
摘要: 最近在看本书 pro javascript,受益匪浅。 在看closure这章的时候,作者推荐 http://jibbering.com/faq/faq_notes/closures.html 这篇文章。 很不错的一篇文章,很深入,所以看得很慢。看到有段代码有点意思,是关于prototype chain的: Code highlighting produced by Actipro CodeH... 阅读全文
posted @ 2008-11-28 14:30 JIN Weijie 阅读(430) 评论(0) 推荐(0) 编辑
  2008年11月18日
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1functionaddLoadEvent(func) 2{ 3varoldonload=window.onload; 4if(typeof... 阅读全文
posted @ 2008-11-18 16:50 JIN Weijie 阅读(554) 评论(0) 推荐(0) 编辑
  2008年9月8日
摘要: http://zhidao.baidu.com/question/1798929.html “IIS配置401错误”完美解决方案(54powerman) 1、错误号401.1 症状:HTTP错误401.1-未经授权:访问由于凭据无效被拒绝。 分析: 由于用户匿名访问使用的账号(默认是IUSR_机器名)被禁用,或者没有权限访问计算机,将造成用户无法访问。 解决方案: (1)查看IIS管理... 阅读全文
posted @ 2008-09-08 17:08 JIN Weijie 阅读(3075) 评论(1) 推荐(0) 编辑
  2008年8月26日
摘要: link: http://neo.dzygn.com/archive/2004/05/preserving-scope-in-javascript Preserving Scope in JavaScript Solution #3: Closures In JavaScript you can share variables between functions. Such a sha... 阅读全文
posted @ 2008-08-26 23:05 JIN Weijie 阅读(292) 评论(0) 推荐(0) 编辑
摘要: CSS hack:区分IE6,IE7,firefox 区别IE6与FF: background:orange;*background:blue; 区别IE6与IE7: background:green !important;background:blue; 区别IE7与FF: background:orange; *background:green; ... 阅读全文
posted @ 2008-08-26 16:33 JIN Weijie 阅读(270) 评论(0) 推荐(0) 编辑
  2008年8月12日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1 9 10 11 阅读全文
posted @ 2008-08-12 17:18 JIN Weijie 阅读(739) 评论(0) 推荐(0) 编辑
  2008年7月17日
摘要: Super. Clear, easy and it's working perfect on Windows. Anyway, you must be in cmd in the folder where you installed VMWare and write the full path to the disk file. Ex: C:"Program Files"VMware"VMware... 阅读全文
posted @ 2008-07-17 16:44 JIN Weijie 阅读(603) 评论(0) 推荐(0) 编辑
摘要: ref http://www.xs4all.nl/~ppk/js/flash.html 1 40 41 阅读全文
posted @ 2008-07-17 15:35 JIN Weijie 阅读(364) 评论(0) 推荐(0) 编辑
  2008年6月25日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1string s = “”; 2System.Xml.XmlDocument doc = new System.Xml.XmlDocument(); 3doc.LoadXml(s); ... 阅读全文
posted @ 2008-06-25 11:24 JIN Weijie 阅读(1210) 评论(0) 推荐(0) 编辑
  2008年6月19日
摘要: firefox 3中,有些插件安装的时候不能通过版本检测,有时候不是真正的不兼容,而是作者在开发的时候,限制了最大版本号。 比如我常用的speak it 插件,暂时还没有3.0版本。 要解决这个问题,我们可以把插件的xpi先下载下来,重命名成.zip文件,解压缩后,用记事本打开install.rdf文件,里面有一个2.0.0.*节点,只要改成3.0.*就可以了。然后保存,把目录打包,重命名成.... 阅读全文
posted @ 2008-06-19 22:08 JIN Weijie 阅读(2689) 评论(2) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页