Moris' Note Book

本博客所有内容皆收集于网上,非本人原创,非心情日记,非研究心得,只是自己浏览的东西的收集
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页

2006年7月28日

摘要: 不太常装机器,但这次安装可给我上了一课。朋友的机器,被病毒所困扰,杀完毒之后依然出错。所以打算重装。但自此,我的噩梦来了。开始我想,安装一套windows xp,闭着眼也没问题啊,可是他偏偏在copy文件到40%左右,失败了,又把握所能找到的各种安装盘都试了一遍,问题依旧,那些copy不成功的文件:kodak_dc.icmmdwmdmsp.dllnikedrv.sysntsd.exe rio8dr... 阅读全文

posted @ 2006-07-28 14:06 moris 阅读(347) 评论(0) 推荐(0)

2006年4月26日

摘要: http://www.adambosworth.net/archives/000044.htmlJune 01, 2005Ajax reconsideredI've been thinking about why Ajax is taking off these days and creating great excitement when, at the time we originally b... 阅读全文

posted @ 2006-04-26 09:04 moris 阅读(127) 评论(0) 推荐(0)

2006年4月19日

摘要: [文章信息]作者:donger 原创时间:2004-07-13出处:天极网责任编辑:Shiny[文章导读]所谓CSS的继承是指被包在内部的标签将拥有外部标签的样式性质。继承特性常常应用于整个网页样式的预设…… 编者:所谓CSS的继承是指被包在内部的标签将拥有外部标签的样式性质。继承特性最典型的应用通常发挥在整个网页的样式预设,需要指定为其它样式的部份设定在个别元素里即可。这项特性可以给网页设计者... 阅读全文

posted @ 2006-04-19 19:46 moris 阅读(172) 评论(0) 推荐(0)

2006年4月16日

摘要: http://laurens.vd.oever.nl/weblog/items2005/closures/October 20, 2005Javascript closures can be a powerful programming technique. Unfortunately in Internet Explorer they are a common source of memory ... 阅读全文

posted @ 2006-04-16 19:30 moris 阅读(178) 评论(0) 推荐(0)

2006年4月15日

摘要: 作者:ShiningRay @ Nirvana Studio随着网络的发展,网速和机器速度的提高,越来越多的网站用到了丰富客户端技术。而现在Ajax则是最为流行的一种方式。JavaScript是一种解释型语言,所以性能无法达到和C/Java之类的水平,限制了它能在客户端所做的事情,为了能改进他的性能,我想基于我以前给JavaScript做过的很多测试来谈谈自己的经验,希望能帮助大家改进自己的Jav... 阅读全文

posted @ 2006-04-15 18:13 moris 阅读(71) 评论(0) 推荐(0)

2006年4月12日

摘要: http://www.faqts.com/knowledge_base/view.phtml/aid/1602Is there a wait statement in JavaScript?Is there a sleep method to pause execution?Is there a sleep method to pause execution?setTimeout does not... 阅读全文

posted @ 2006-04-12 14:21 moris 阅读(325) 评论(0) 推荐(0)

摘要: function Shape(type) { this.type = type; this.area = function ( ) { return "I have no idea"; } }Rectangle.prototype = new Shape("Rectangle"); Rectangle.prototype.constructor = Rectangle; func... 阅读全文

posted @ 2006-04-12 10:15 moris 阅读(105) 评论(0) 推荐(0)

2006年4月7日

摘要: Primitive Types and Reference TypesBy value versus by reference By valueBy referenceCopyThe value is actually copied; there are two distinct, independent copies. Only a reference to the value is cop... 阅读全文

posted @ 2006-04-07 11:02 moris 阅读(149) 评论(0) 推荐(0)

2006年4月6日

摘要: 以下以IE代替InternetExplorer,以MF代替MozzilaFirefox1.document.form.item问题(1)现有问题:现有代码中存在许多document.formName.item("itemName")这样的语句,不能在MF下运行(2)解决方法:改用document.formName.elements["elementName"](3)其... 阅读全文

posted @ 2006-04-06 13:05 moris 阅读(121) 评论(0) 推荐(0)

2006年4月5日

摘要: HTML:http://www.htmlcodetutorial.com/JavaScript DHTML examples :http://www.java2s.com/Code/JavaScript/CatalogJavaScript.htmhttp://www.dynamicdrive.com/http://www.javascriptkit.com/http://simplythebest... 阅读全文

posted @ 2006-04-05 12:20 moris 阅读(102) 评论(0) 推荐(0)

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页