Code Monkey home page Code Monkey logo

java-design-pattern's Introduction

Study: Java Design Pattern


스터디에 사용되는 자료

  • Java Design Pattern 열혈강의 (프리렉)

참고자료

  • 디자인 패턴 입문 (영진)
  • Head First Java Design Pattern

카페주소: http://cafe.naver.com/happinessfactory

아직 정리되지 않는 패턴들

  • [last updated 10/20]State, Decorator, Adapter, Iterator, Interpreter, Observer

시스템 세팅 (Mac)


Id Password
root 1234

DB Setup

  1. 소스에서 세팅된 DB 계정 정보 윗 테이블 참조 (id/passwd)
  2. 위 정보를 이용해서 mysql DB 설정하기 (아래 링크 참조하세요)
  3. mysql schema (designdb) 생성하기

mysql -u root -p 1234

mysql> create schema designdb;

IDE Setup

  1. Intellij로 github project import하기
    • 메뉴에서 VCS > Checkout from Version Control > GitHub 선택하고 아래 github 주소 입력
* Git Repository URL: https://github.com/kenshin579/java-design-pattern.git
* Parent Directory: /Users/kenshin579/IdeaProjects
* Directory Name: java-design-pattern
2. 예제 프로그램(freelec.strategy.Context) Intellij에서 실행하기 * resources 폴더에 있는 mysql statement를 mysql DB console에서 실행시킨다. * strategy > src > main > java > freelec.strategy > Context.java을 Project 메뉴에서 클릭하여 파일을 연다. * Shift + Ctrl + F9을 클릭하여 Debug Mode로 실행시킨다.

java-design-pattern's People

Contributors

kenshin579 avatar

Watchers

James Cloos avatar joobn72 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.