码迷,mamicode.com
首页 >  
搜索关键字:introduce    ( 268个结果
js类方法,对象方法,原型的理解(转)
functionPeople(name) { this.name=name; //对象方法 this.Introduce=function(){ alert("Mynameis"+this.name); } } //类方法 People.Run=function(){ alert("Icanrun"...
分类:Web程序   时间:2015-09-28 17:34:43    阅读次数:160
元类metaClass
metaClass实现动态改变对象的能力,这点特别像python(metaClass),Python中类(不是元类)的概念借鉴于Smalltalkgroovy demo:class Person {String name}// 添加自我介绍的行为Person.metaClass.introduce ...
分类:Web程序   时间:2015-09-17 11:38:14    阅读次数:158
Chromium Embedded Framework 中文文档(简介)
转自:http://www.cnblogs.com/think/archive/2011/10/06/CEF-Introduce.html简介Chromium Embedded Framework (CEF)是由 Marshall Greenblatt 在2008年创办的开源项目,致力于基于Goog...
分类:其他好文   时间:2015-09-15 18:02:15    阅读次数:291
call和apply
在ECMAScript v3中,给Function原型定义了这两个方法,这两个方法的作用都是一样的:使用这两个方法可以像调用其他对象方法一样调用函数,这句话是从书上抄的,至少我是没读明白这是什么意思。下面说简单易懂的,先看段代码:function Introduce(name,age){docume...
分类:移动开发   时间:2015-09-04 23:58:27    阅读次数:406
4.7.4 Constructing LALR Parsing Tables
4.7.4 Constructing LALR Parsing TablesWe now introduce our last parser construction method, the LALR (lookahead-LR) technique. This method is often us...
分类:其他好文   时间:2015-09-04 21:08:38    阅读次数:247
hadoop -- introduction
Hadoop Architecture 的简单介绍 HDFS MapReduce...
分类:其他好文   时间:2015-08-25 19:43:15    阅读次数:146
WSGI学习系列Pecan
Pecan Introduce Pecan was created to fill a void in the Python web-framework world. A very lightweight framework that provides object-dispatch style.....
分类:其他好文   时间:2015-08-05 20:06:43    阅读次数:406
C++面向对象程序设计 笔记1(Class without pointer members)
Introduce class without pointer members, take Class Complex as an example
分类:编程语言   时间:2015-08-02 11:29:00    阅读次数:149
scrapy安装
参考文章:http://www.cnblogs.com/txw1958/archive/2012/07/12/scrapy_installation_introduce.html一、 Scrapy简介Scrapy is a fast high-level screen scraping and we...
分类:其他好文   时间:2015-07-29 15:22:50    阅读次数:224
RabbitMQ
(转:原文链接http://www.cnblogs.com/yangecnu/p/Introduce-RabbitMQ.html)在企业应用系统领域,会面对不同系统之间的通信、集成与整合,尤其当面临异构系统时,这种分布式的调用与通信变得越发重要。其次,系统中一般会有很多对实时性要求不高的但是执行起来...
分类:其他好文   时间:2015-07-26 19:08:18    阅读次数:136
268条   上一页 1 ... 17 18 19 20 21 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!