ERMaster ER-Diagram
이클립스 plugin 으로 class diagram을 찾던 중 ERMaster를 찾게 되었는데. 한글화도 되어있고 좋은 것 같다. 출처 : http://clien.net/cs2/bbs/board.php?bo_table=useful&wr_id=243251 클리앙 > 유용한사이트 > Open Source ERD도구인 ERMaster...
이클립스 plugin 으로 class diagram을 찾던 중 ERMaster를 찾게 되었는데. 한글화도 되어있고 좋은 것 같다. 출처 : http://clien.net/cs2/bbs/board.php?bo_table=useful&wr_id=243251 클리앙 > 유용한사이트 > Open Source ERD도구인 ERMaster...
https://techannotation.wordpress.com/2015/06/17/spring-oauth2-with-authorization-code/ https://techannotation.wordpress.com/2015/06/17/spring-oauth2-with-authorization-code/ Spring Oauth2 with Au...
https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ 따라하면 잘됨
객체지향 원칙1. 애플리케이션에서 달라지는 부분을 찾아내고, 달라지지 않는 부분으로부터 분리시킨다.2. 구현이 아닌 인터페이스에 맞춰서 프로그래밍한다.3. 상속보다는 구성을 활용한다.4. 서로 상호작용을 하는 객체 사이에서는 가능하면 느슨하게 결합하는 디자인을 사용해야 한다.5. 클래스는 확장에 대해서는 열려 있어야 하지만 코드 변경에 대해서는 닫혀 ...
http://wiki.gurubee.net/pages/viewpage.action?pageId=1507407
http://book.naver.com/bookdb/book_detail.php?bid=1882446 HEAD FIRST DESIGN PATTERNS 작가 에릭 프리먼 출판 한빛미디어 발매 2005.09.04. 한 클래스의 인터페이스를 클라이언트에서 사용하고자 하는 다른 인터페이스로 변환합니다. 어뎁터를 이용하면 인터페이스 ...
https://github.com/audtjddld/pattern/tree/master/pattern
https://material.angularjs.org/latest/demo/dialog ’ + menu.currentPage.name)”> Angular Materialmaterial.angularjs.org
커맨드 패턴 커맨드 패턴을 이용하면 요구 사항을 객체로 캡슐화 할 수 있으며, 매개변수를 써서 여러 가지 다른 요구사항을 집어 넣을 수도 있습니다. 또한 요청 내역을 큐에 저장하거나 로그로 기록할 수 도 있으며, 작업취소 기능도 지원 가능합니다. http://book.naver.com/bookdb/book_detail.php?bid=1882446...
http://stackoverflow.com/questions/3325387/infinite-recursion-with-jackson-json-and-hibernate-jpa-issue http://stackoverflow.com/questions/3325387/infinite-recursion-with-jackson-json-and-hibernat...
$ sudo apt-get install vim
출처 : http://egloos.zum.com/mcchae/v/11063919 지훈현서egloos.zum.com 일단 MySQL에서는 MyISAM, InnoDB, Archive, BerkeleyDB 등등을 테이블 엔진으로 사용할 수 있습니다. 즉 테이블 코어 API 가 존재하고 거기에 Pluggable 하게 어답터 엔진을 적용 시킬 수...
http://egloos.zum.com/kwaknu/v/5212895 伏地不動egloos.zum.com wha 이번해 초부터 시작된 too many connection 문제가 하루에 한번씩 mysql 을 뻗게 만들었다.되는대로… 아무것도 모른채로 만든 운영툴이 그 원인… 쿼리도 10초 이상 걸리는 것도 존재했고..인덱스도 제대로 안걸려있고..그래서...
https://github.com/audtjddld/angularjs-springboot-jpa-example/blob/changeProcess/demo2/src/test/java/com/user/controller/UserTest.java https://github.com/audtjddld/angularjs-springboot-jpa-example...
참조되는 컬럼위에 @OrderBy(“컬럼명”) 으로 hibernate 어노테이션을 건다. 출처 : https://dzone.com/articles/sorting-collections-hibernate Sorting Collections in Hibernate Using SQL in @OrderBy - DZone JavaWhen you have ...