其他Miscellaneous
文章平均质量分 80
lilacping
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JavaScript的Prototype对象
Object-Oriented JavaScript: Using the `Prototype` Property 从JavaScript 1.1开始,它就有了一个内置对象叫Prototype。通过它,可以扩展JavaScript,在对象上编写自定义的属性和方法。举个例子来说。下面自定义了一个叫myTrim的方法,并展示了它的用法。 String.prototype.myTrim = funct原创 2009-01-06 16:36:00 · 471 阅读 · 0 评论 -
商业智能(BI)基础
引用链接:slice and diceslice and diceTo slice and dice is to break abody of information down into smaller parts or to examine it fromdifferent viewpoints so that you can understand it better. In coo转载 2009-01-07 14:53:00 · 502 阅读 · 0 评论
分享