2016年11月9日

Angular2 DatePipe

摘要: The hero's birthday is {{ birthday | date:'yyyy年MM月dd日 HH:mm:ss' }} // birthday = Date.now(); birthday = new Date(2016, 10, 21); 阅读全文

posted @ 2016-11-09 17:35 cjxhd 阅读(2056) 评论(0) 推荐(0) 编辑

angular2实现图片轮播

摘要: 1 import { Component, OnInit } from '@angular/core'; 2 3 @Component({ 4 moduleId: module.id, 5 selector: 'my-app', 6 template: ` 7 8 9 10 11 ... 阅读全文

posted @ 2016-11-09 17:32 cjxhd 阅读(709) 评论(0) 推荐(0) 编辑

DIV+CSS布局最基本的内容

摘要: 本文讲解使用DIV+CSS布局最基本的内容,读完本文你讲会使用DIV+CSS进行简单的页面布局。 转载请标明:http://www.kwstu.com/ArticleView/divcss_2013929173533658 关于DIV+CSS布局中用到的CSS必备知识请看:http://www.kw 阅读全文

posted @ 2016-11-09 17:09 cjxhd 阅读(278) 评论(0) 推荐(0) 编辑

导航