今日屏幕插件和主屏幕插件的架构Architectures of the Today Screen Plug-in and the Home Screen Plug-inhttp://msdn2.microsoft.com/en-us/library/bb278109.aspxWindows Mobile 6 为开发人员提供的新功能Whats New for Developers in Windows Mobile 6http://msdn2.microso…
Ajax Control Toolkit 出新版了http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspxRelease 10301 Production 三月-01-20072 FilesDescription2007-03-01 release of the AJAX Control Toolkit includes two new controls (ListSearch and SlideShow),…
概念 1 原型对象 Prototype 我们创建的每个函数都有一个 prototype(原型)属性,指向一个对象,而这个对象的用途是包含所有实例共享的属性和方法。这个prototype指向的对象就是调用构造函数创建的实例的原型对象。 function F () {t…