上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: 1 at first, we use the (keyup) event handler to update the modify@Component({ selector: 'my-app'})@Template({ inline: '{{myName}}' + '' + ... 阅读全文
posted @ 2015-07-20 23:17 菠萝君 阅读(344) 评论(0) 推荐(0)
摘要: 1 import directive [For]import {Component, Template, bootstrap, For} from 'angular2/angular2'; it is important2 define your listclass MyApp { cons... 阅读全文
posted @ 2015-07-20 23:03 菠萝君 阅读(302) 评论(0) 推荐(0)
摘要: 1 add clock.es6 fileimport {Component, Template, bootstrap} from 'angular2/angular2';@Component({ selector:'clock'})@Template({ inline:'{{name}}... 阅读全文
posted @ 2015-07-20 22:40 菠萝君 阅读(383) 评论(0) 推荐(0)
摘要: 1 simple binding@Template({ inline:'{{myName}}'}) constructor() { this.myName = 'Jackey'; }2 local variables and event handler@Templ... 阅读全文
posted @ 2015-07-20 22:13 菠萝君 阅读(236) 评论(0) 推荐(0)
摘要: 1 download the angular2.0 demo from githubhttps://github.com/angular/quickstart2 new index.html 3 add app.es6import {Component, Template,... 阅读全文
posted @ 2015-07-20 21:59 菠萝君 阅读(216) 评论(0) 推荐(0)
摘要: {{name}} Hello 阅读全文
posted @ 2015-06-08 21:28 菠萝君 阅读(229) 评论(0) 推荐(0)
摘要: SetupSenchaTouchContentSetupSenchaTouch1javaenvironment2installruby(rubyinstaller-1.9.3-p0.exewillbebetter)3installsencha(SenchaCmd-4.0.0.203-windows.... 阅读全文
posted @ 2015-05-25 23:32 菠萝君 阅读(239) 评论(0) 推荐(0)
摘要: /** * Created by Administrator on 2015/5/11. */var Super = function(){};Super.prototype.sayHello = function(){};var Sub = function(){ Super.call(th... 阅读全文
posted @ 2015-05-11 22:00 菠萝君 阅读(244) 评论(0) 推荐(0)
摘要: /** * Created by Administrator on 2015/4/24. */exports.config = { directConnect: true, framework: "jasmine2", // Capabilities to be passed to... 阅读全文
posted @ 2015-05-11 21:04 菠萝君 阅读(601) 评论(0) 推荐(0)
摘要: 1 初探 child_process1.1 forkchild_process.fork(modulePath, [args], [options])modulePath{String} 子进程中运行的模块args{Array} 字符串参数列表options{Object}cwd{String} 子... 阅读全文
posted @ 2015-05-02 11:43 菠萝君 阅读(266) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 16 下一页