上一页 1 ··· 294 295 296 297 298 299 300 301 302 ··· 499 下一页
摘要: Recentlly works with AngularJS + ocLazyLoad, our project have break down into multi small modules. For example mainApp module | -- vendor module | -- 阅读全文
posted @ 2018-08-29 00:48 Zhentiw 阅读(262) 评论(0) 推荐(0)
摘要: There is now a new, recommended, way to register a provider, directly inside the @Injectable() decorator, using the new providedIn attribute. When you 阅读全文
posted @ 2018-08-29 00:34 Zhentiw 阅读(1714) 评论(0) 推荐(0)
摘要: Using Object Oriented Programming, OOP, style allows us to apply Inversion of Control, IoC, and more patterns. An IoC container helps decoupling depen 阅读全文
posted @ 2018-08-28 01:17 Zhentiw 阅读(1780) 评论(0) 推荐(0)
摘要: Our current compound component implementation is great, but it's limited in that users cannot render the structure they need. Let's allow the user to 阅读全文
posted @ 2018-08-27 14:44 Zhentiw 阅读(341) 评论(0) 推荐(0)
摘要: There is no applicationContext.xml file. Too much XML Namespaces helped Enter Java Configuration Create main/java/com.pluralsight/AppConfig.java: 1. S 阅读全文
posted @ 2018-08-27 03:02 Zhentiw 阅读(316) 评论(0) 推荐(0)
摘要: Aspect Oriented Programming, AOP, allows to reuse logic across an entire app in a very neat way, decoupling it from the business logic. Kaop-ts bring 阅读全文
posted @ 2018-08-26 04:26 Zhentiw 阅读(684) 评论(0) 推荐(0)
摘要: It’s handy to inspect an element in your browser’s DevTools when you need to experiment or tweak it’s styles, however, it can be very tricky to try an 阅读全文
posted @ 2018-08-23 03:18 Zhentiw 阅读(245) 评论(0) 推荐(0)
摘要: Add context to our application. main/resources/applicationContext.xml: Using annotation for @Service @Repository @Controller: /repository/HibernateCus 阅读全文
posted @ 2018-08-22 01:46 Zhentiw 阅读(191) 评论(0) 推荐(0)
摘要: Jest is a fantastic testing library, but maybe you've been putting off the switch because migrating all of your existing tests from another library se 阅读全文
posted @ 2018-08-22 01:10 Zhentiw 阅读(363) 评论(0) 推荐(0)
摘要: Maid enables you to write your tasks in Markdown. Create a maidfile.md or a README.mdthen add Headers to list out your tasks with codeblocks including 阅读全文
posted @ 2018-08-18 22:22 Zhentiw 阅读(246) 评论(0) 推荐(0)
上一页 1 ··· 294 295 296 297 298 299 300 301 302 ··· 499 下一页