上一页 1 ··· 434 435 436 437 438 439 440 441 442 ··· 494 下一页
摘要: Routing is a fundamental aspect of any framework. In this lesson, you'll learn how to use path parameters in hapi's router. We'll also touch on how th 阅读全文
posted @ 2016-02-28 03:27 Zhentiw 阅读(642) 评论(0) 推荐(0)
摘要: hapi doesn't ship with logging support baked in. Luckily, hapi's rich plugin ecosystem includes everything needed to configure logging for your applic 阅读全文
posted @ 2016-02-28 02:58 Zhentiw 阅读(478) 评论(0) 推荐(0)
摘要: hapi is a rock solid server framework for Node.js. Its focus on modularity and configuration-over-convention makes it the perfect match for any size d 阅读全文
posted @ 2016-02-27 17:04 Zhentiw 阅读(229) 评论(0) 推荐(0)
摘要: function getCompiledElement() { $scope.chart = { additional: "$ 1.56 / per minute", text: "phoneCard.voice", total: 250, unit: "MIN", used: 127 }; con 阅读全文
posted @ 2016-02-26 17:59 Zhentiw 阅读(195) 评论(0) 推荐(0)
摘要: While Immutable.js offers .is() to confirm value equality between iterables it comes at the cost of referencing each key and value in both objects. Fo 阅读全文
posted @ 2016-02-26 02:43 Zhentiw 阅读(247) 评论(0) 推荐(0)
摘要: Check the page:http://www.cssarrowplease.com/ In HTML: {{type}} is tow way binding in Angular, three types: text, data, voice <div class="chart-area { 阅读全文
posted @ 2016-02-26 02:14 Zhentiw 阅读(261) 评论(0) 推荐(0)
摘要: Sometimes, the helper methods that RxJS ships with such as fromEvent, fromPromise etc don't always provide the exact values you want & you end up havi 阅读全文
posted @ 2016-02-25 15:50 Zhentiw 阅读(349) 评论(0) 推荐(0)
摘要: Now you should have a good idea what Cycle.run does, and what the DOM Driver is. In this lesson, we will not build a toy version of Cycle.js anymore. 阅读全文
posted @ 2016-02-24 02:50 Zhentiw 阅读(230) 评论(0) 推荐(0)
摘要: This lessons shows how we are able to easily swap our toy DOM Driver with the actual Cycle.js DOM Driver, a more solid, more flexible, more efficient 阅读全文
posted @ 2016-02-24 02:30 Zhentiw 阅读(317) 评论(0) 推荐(0)
摘要: HTML: <ul class="list"> <li ng-repeat="item in itmes" ng-click="selectItem(item)" ng-class="{selected: item.isSelected}">{{ item.name }}</li> </ul> // 阅读全文
posted @ 2016-02-23 02:34 Zhentiw 阅读(362) 评论(0) 推荐(0)
上一页 1 ··· 434 435 436 437 438 439 440 441 442 ··· 494 下一页