上一页 1 ··· 464 465 466 467 468 469 470 471 472 ··· 491 下一页
摘要: Configurable Bits Need a ProviderWe want to be able to configure thecharacterLengthbeforeTweetableruns. Refactor theTweetablefactory into a provider a... 阅读全文
posted @ 2015-03-05 03:37 Zhentiw 阅读(726) 评论(0) 推荐(0)
摘要: Element IdentificationThere are a number of classes in Bootstrap that help add prominence to a page by adding a background color and a rounded border ... 阅读全文
posted @ 2015-03-05 02:48 Zhentiw 阅读(771) 评论(0) 推荐(0)
摘要: What is TypographyWhen we talk about typography, it's a big subject! Which of the following fall under the umbrella of typography?Choosing a font face... 阅读全文
posted @ 2015-03-05 02:25 Zhentiw 阅读(517) 评论(0) 推荐(0)
摘要: sortBy:var collection = ['John', 'Petteri', 'Antti', 'Joonas', 'Zhentian'];var sorted = _.sortBy(collection);//[ 'Antti', 'John', 'Joonas', 'Petteri',... 阅读全文
posted @ 2015-03-04 03:52 Zhentiw 阅读(993) 评论(0) 推荐(0)
摘要: Using ES6To use ES6, we need loader.Modify webpack.config.js file:module.exports = { entry: './index.js', output: { filename: 'bundle.js'... 阅读全文
posted @ 2015-03-04 03:21 Zhentiw 阅读(3650) 评论(0) 推荐(0)
摘要: To use webpack, first you need to run:npm install webpack2. Create a webpack.config.js file:module.exports = { entry: './index.js', output: { ... 阅读全文
posted @ 2015-03-03 04:17 Zhentiw 阅读(424) 评论(0) 推荐(0)
摘要: Grid Size For .col-mdWe started designing our site using thecol-md-*classes. These classes target what screen size?PhonesTabletsLaptopsDesktopsGrid Si... 阅读全文
posted @ 2015-03-01 23:32 Zhentiw 阅读(1578) 评论(0) 推荐(0)
摘要: Usually when desgin a web page, we think building the page in grid.Bootstrap can help us to do that.It divides the page into 12 cols. In the picture, ... 阅读全文
posted @ 2015-02-16 17:06 Zhentiw 阅读(744) 评论(0) 推荐(0)
摘要: Container: 居中 Blasting Off With Bootstrap The Fastest Way to Space Make your way to space in the comfort of your own ro... 阅读全文
posted @ 2015-01-23 21:12 Zhentiw 阅读(598) 评论(0) 推荐(0)
摘要: Check out on gitHub, see the example on Demo page, see the document, extension.Mainly, there are three parts consist of Javascript part:form, schema a... 阅读全文
posted @ 2015-01-21 22:06 Zhentiw 阅读(1361) 评论(0) 推荐(0)
上一页 1 ··· 464 465 466 467 468 469 470 471 472 ··· 491 下一页