What’s New for Today

  1. Java Spring Framework recap
    • Bean Scope
      • Singleton
      • Prototype
      • Singleton combined with Prototype Beans
        • making new Prototype beans with Spring Container
        • making new Prototype beans with Provider
        • making new Prototype beans with JSR-330 Provider
      • Web scope
        • request scope
          • MyLogger,MyLoggerController, MyLoggerService
          • handling lazy initialization
            • Provider
            • Scope, Proxy
  2. Algorithm

Feelings

확실히 알고리즘 문제들을 보면, 조그마한 아이디어 조각이 매우 중요하다. 문제를 풀기 위해 먼가 거창한 로직이 필요하다거나, 복잡한 알고리즘을 요구하는 문제가 많지는 않다. 주어진 문제에 대해 철저하게 분석하고, 입력 조건, 출력 조건을 통해 문제에 접근해야한다.

태그:

카테고리:

업데이트:

댓글남기기