上一页 1 ··· 467 468 469 470 471 472 473 474 475 ··· 494 下一页
摘要: sortBy:var collection = ['John', 'Petteri', 'Antti', 'Joonas', 'Zhentian'];var sorted = _.sortBy(collection);//[ 'Antti', 'John', 'Joonas', 'Petteri',... 阅读全文
posted @ 2015-03-04 03:52 Zhentiw 阅读(998) 评论(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 阅读(3657) 评论(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 阅读(426) 评论(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 阅读(1581) 评论(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 阅读(750) 评论(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 阅读(600) 评论(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 阅读(1363) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-01-18 04:04 Zhentiw 阅读(4) 评论(0) 推荐(0)
摘要: 1. Go to 'Extras' -> download and install 'Babel'.2. Set up '.htaccess' file, currently, we set up three languages:find '# The Friendly URLs part' in ... 阅读全文
posted @ 2015-01-16 19:04 Zhentiw 阅读(537) 评论(0) 推荐(0)
摘要: Sometimes you might need to modify HTTP requests and responses. This could be for a variety of reasons such as adding global logic handling for HTTP e... 阅读全文
posted @ 2015-01-15 06:15 Zhentiw 阅读(385) 评论(0) 推荐(0)
上一页 1 ··· 467 468 469 470 471 472 473 474 475 ··· 494 下一页