Notes on JavaScript functions and objects》的相关内容

John Resig 关于JavaScript Inheritance 的描述

原文地址:http://ejohn.org/blog/simple-javascript-inheritance/ Simple JavaScript Inheritance I've been doing a lot of work, lately, with JavaScript inheritance - namely for my work-in-progress JavaScript ...
by ecsun 2008-04-03 浏览 (1352) 回复 (0) 关键字:

JavaScript 对象性的构造分析 - 从现象到本质

- 写在前面,这篇文章的目的是讨论细节的JavaScript对象性的实现而不是概念性的东西,由此而延伸开的基于面向对象的编程思想。如果嫌篇推导过程太复杂的读者,可以跳过去先看结果 - 如果FF不能正常显示图片,请用IE浏览 - 知识储备: 1. Web编程经验 (HTML, CSS, B/S交互形式) 2. JavaScript 开发经验 3. Object Oriented 的基本思 ...
by alucardggg 2008-06-19 浏览 (5811) 回复 (38) 关键字: javascript

自己翻译的Java.In.A.Nutshell.5th中泛型一章,欢迎拍砖把文章砸的漂亮一些

做些说明吧:转网页的东西,改起来稍觉得的麻烦,就可能滞后。不过pdf文件会不定时的及时更新 4.1. Generic Types Generic types and methods are the defining new feature of Java 5.0. A generic type is defined using one or more type variables and has ...
by Julysea 2006-09-21 浏览 (11350) 回复 (19) 关键字:

Ext.js(v2.1)源码分析

/** * 1.Ext类是整个Ext体系的基础和核心,包含核心代码和函数。 * Ext类是单例的,不能直接创建。 */ /** * 2.复制c中所有属性到o中,如果有defaults,属性也会复制到o中。 * 如果defaults中的属性和c中相同,最后相同属性值是c中的。 * 这里复制采用的是关联数组的形式。 * @param {} o 目标对象 * @para ...
by xihuyu2000 2008-08-04 浏览 (399) 回复 (0) 关键字: ajax ext 源码

(新增官方回复)对【无类语言的OOP(JavaScript描述) 】一贴中第一个代码段的不同意见

几天前一个同事把这篇文章发给我看,当时我看到第一个代码的时候就有不同意见,实在不吐不快,不过由于论坛要注册三天后才能发帖,所以只有等到今天才能发贴。 原文地址:http://www.javaeye.com/topic/89554 代码 function Light (light) {     &n ...
by keshin 2007-07-16 浏览 (15130) 回复 (41) 关键字: javascript

OOP in JS

OOP in JS, Part 1 : Public/Private Variables and Methods This page shows how to create private variables and methods in classes in Javascript through the rather simple example of a person. Part 2 ...
by xplazy 2006-12-07 浏览 (37) 回复 (0) 关键字:

Introduction to JavaScript

A (Re)-Introduction to JavaScript Simon Willison - http://simonwillison.net/ Notes made in preparation for a three hour tutorial at ETech in San Diego, March 6th 2006 Introduction # My name's Simon ...
by 20032334 2008-03-27 浏览 (107) 回复 (0) 关键字:

ECMA JavaScript introduction

Numbers in JavaScript are "double-precision 64-bit format IEEE 754 values", according to the spec. This has some interesting consequences. There's no such thing as an integer in JavaScript, so you hav ...
by kuangbaoxu 2008-06-24 浏览 (67) 回复 (0) 关键字: ecma javascript introduction

John Resig 关于JavaScript Inheritance 的描述

原文地址:http://ejohn.org/blog/simple-javascript-inheritance/ Simple JavaScript Inheritance I've been doing a lot of work, lately, with JavaScript inheritance - namely for my work-in-progress JavaScript ...
by ecsun 2008-04-03 浏览 (388) 回复 (0) 关键字:

javascript object model

the difference between prototype property and [[prototype]] which constructs the chain of prorotype each object has a inner property called '[[prototype]] ', whose value is null or point ...
by lionheart 2008-05-26 浏览 (124) 回复 (0) 关键字: javascript object function

Flex With Spring [转]

来源: http://coenraets.org/flex-spring What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (1186) 回复 (1)

D 1.010 发布了!

Walter果然增加了好几个新的功能.我感兴趣的是Object.factory,D要实现反射?动态创建类? 模版还在学习中... 引用What's New for D 1.010 Mar 24, 2007 New/Changed Features Added template partial specialization derived from multiple parameters. ...
by ideage 2007-03-26 浏览 (791) 回复 (13)

DMD 1.030, 2.014 发布

Version D 2.014 May 16, 2008 New/Changed Features Added -man switch to browse manual. Added -lib switch to generate library files. Also causes multiple object files to be generated from one so ...
by qiezi 2008-05-18 浏览 (474) 回复 (8)

Tapestry4.1.3开始投票

There have been lots of bug fixes / various improvements and I was thinking it would be nice to go ahead and release it. It also helps that the product I've been working on it with is going in to be ...
by tapestry 2007-09-11 浏览 (473) 回复 (4)

在Grails中如何配置过滤器?我找不到web.xml!

突然发现找不到地方写过滤器配置,因为WEB-INF中没有web.xml文件! 使用grails war生成的war包中倒是有,看来是临时生成的! 现在我想配置自己的过滤器该往哪里写?!
by zengsun 2007-12-02 浏览 (861) 回复 (10)

NetBeans6.5 M1 众多期待的特性一览表!

NetBeans6.5 M1 众多期待的特性一览表! Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性. 其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目 和普通项目,还有Spring   Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4266) 回复 (16) 关键字: netbeans 6.5 m1

全文检索框架Compass 1.2发布

Java的全文检索框架Compass发布了1.2正式版本。Compass封装了对全文检索引擎lucene的操作,并且提供了Spring/Hibernate的应用层框架,让用户可以不必深入了解lucene的情况下轻松的在自己的Spring/Hibernate架构的web应用当中集成全文检索功能。 Compass 1.2版本增加了一些新的功能,bug的修复,以及性能的提升。详细的新特性请看: 引用 ...
by robbin 2007-10-19 浏览 (1140) 回复 (0) 关键字: compass search

Yahoo接受微软报价 至少每股33美元(总价475亿美元)

据Yahoo公司宣布准备接受微软收购报价,每股33美元(475亿美元),或高于此价格。 据俄《国际文传电讯社》7月17日援引彭博社报道,Yahoo在对股东的通知中说,Yahoo已经考虑好出卖搜索业务的条件,如果这“真是对股东有益”。 从2月份微软提出以446亿美元的现金和股票收购雅虎起,二者的并购战已经持续了5个多月。其间,“白衣骑士”新闻集团的出现、微软与时代华纳就出售AOL的谈判,使整个事 ...
by QQbyte 2008-07-18 浏览 (798) 回复 (3) 关键字:

相关问答

赞助商链接