上一页 1 ··· 361 362 363 364 365 366 367 368 369 ··· 499 下一页
摘要: After installing the jenkins, we start creating new job. 1. Give job names (your project name): 2. Go to "Source Code Management tab": Connect to sour 阅读全文
posted @ 2017-04-10 03:33 Zhentiw 阅读(269) 评论(0) 推荐(0)
摘要: So when you need to create a ControlValueAccessor? When you want to use a custom component as form control. For example a counter component, you can c 阅读全文
posted @ 2017-04-09 03:02 Zhentiw 阅读(1428) 评论(0) 推荐(0)
摘要: Tired of dealing with monolithic CSS files? Are requests for multiple CSS files hurting your performance? In this lesson we learn how to separate our 阅读全文
posted @ 2017-04-08 21:08 Zhentiw 阅读(244) 评论(0) 推荐(0)
摘要: justify content contol how element inside flex box align, it can be "right / end", or "left / top". or "center", or "space-around" or "space-between". 阅读全文
posted @ 2017-04-08 01:26 Zhentiw 阅读(275) 评论(0) 推荐(0)
摘要: flex-direction: main two 'row' or 'column', you can use reverse also. 阅读全文
posted @ 2017-04-08 01:21 Zhentiw 阅读(163) 评论(0) 推荐(0)
摘要: Function composition allows us to build up powerful functions from smaller, more focused functions. In this lesson we'll demystify how function compos 阅读全文
posted @ 2017-04-05 04:02 Zhentiw 阅读(235) 评论(0) 推荐(0)
摘要: Building responsive css layouts is critical in any modern website. Tachyons makes this easy by designing for mobile first then enabling you to switch 阅读全文
posted @ 2017-04-04 23:13 Zhentiw 阅读(265) 评论(0) 推荐(0)
摘要: We can specify grid columns, rows, and areas in one property using the grid-template shorthand. The same as: 阅读全文
posted @ 2017-04-04 22:39 Zhentiw 阅读(199) 评论(0) 推荐(0)
摘要: A grid item can also be a grid container! Let’s see how to specify a grid within a grid. 阅读全文
posted @ 2017-04-04 22:14 Zhentiw 阅读(191) 评论(0) 推荐(0)
摘要: As with flex items, we can set an order value on grid items. Let’s see how this affects the DOM and the appearance of our grid. 阅读全文
posted @ 2017-04-04 21:57 Zhentiw 阅读(135) 评论(0) 推荐(0)
上一页 1 ··· 361 362 363 364 365 366 367 368 369 ··· 499 下一页