上一页 1 ··· 293 294 295 296 297 298 299 300 301 ··· 498 下一页
摘要: We might have some project specific configuration need to setup. The good approach to do this in Sprint is using 'Proptries'. In resouces/applicationC 阅读全文
posted @ 2018-09-02 14:43 Zhentiw 阅读(253) 评论(0) 推荐(0)
摘要: We can define a class to be Singleton or Prototype. If the class was defined as Prototype, then everytime when we use new keyword, it will create a ne 阅读全文
posted @ 2018-09-02 13:36 Zhentiw 阅读(139) 评论(0) 推荐(0)
摘要: Due to the way that React Context Providers work, our current implementation re-renders all our compound component consumers with every render of the  阅读全文
posted @ 2018-08-29 03:34 Zhentiw 阅读(507) 评论(0) 推荐(0)
摘要: If someone uses one of our compound components outside the React.createContext <ToggleContext.Provider />, they will experience a confusing error. We 阅读全文
posted @ 2018-08-29 03:32 Zhentiw 阅读(275) 评论(0) 推荐(0)
摘要: 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 阅读(256) 评论(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 阅读(1708) 评论(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 阅读(1778) 评论(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 阅读(340) 评论(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 阅读(313) 评论(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 阅读(679) 评论(0) 推荐(0)
上一页 1 ··· 293 294 295 296 297 298 299 300 301 ··· 498 下一页