facebook multiple domains
http://stackoverflow.com/questions/12296180/facebook-login-with-multiple-domains http://stackoverflow.com/questions/12296180/facebook-login-with-multiple-domains [Facebook login with multiple dom...
http://stackoverflow.com/questions/12296180/facebook-login-with-multiple-domains http://stackoverflow.com/questions/12296180/facebook-login-with-multiple-domains [Facebook login with multiple dom...
http://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html#standard-expression-syntax http://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html#standard-expression-syntax Tutorial: Using...
1. MVVM ((Model View ViewModel)이란 무엇인가? 기존에 사이트를 개발 할때는 MVC (Model View Controller) 로 되어 있었지만,Angularjs는 그것과는 조금 다른 방식이다. 기존 html 과 javascript, jQuery들을 이용했던 사람들이라면 이런 차이라고 생각하면 좋다.javascript나 j...
Thymeleaf Javascript Inline Example with Variable By Arvind Rai, October 30, 2015 On this page we will provide Thymeleaf Javascript inline example with variable. Thymeleaf evaluates the expressio...
http://hyeonstorage.tistory.com/category/==%20JAVA%20==/%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98/%EC%9E%90%EB%A3%8C%EA%B5%AC%EC%A1%B0 ’== JAVA ==/알고리즘/자료구조’ 카테고리의 글 목록내 맘대로 정리하는 IT 저장소hyeonstorage.tis...
http://blog.naver.com/PostView.nhn?blogId=afidev&logNo=20197202121# http://blog.naver.com/afidev/20197202121 [jquery] 팝업 창(윈도우) 크기 변경 (window.innerHeight window.outerHeight)안녕하세요 오늘은 팝업 윈도우의 ...
2015.06.02 1.1 업데이트 - 검수 모듈 validation 체크 모듈 진행중 프로젝트와 겹치지 않도록 클래스명 변경. - 프로젝트 전체 리스트 게시판 추가 [이미지가 만료되었습니다] 개념 및 구현 부분 관련 설명은 아래를 참조하시면 됩니다. http://kkforgg.blog.me/220358259789 2015.05.2...
http://stackoverflow.com/questions/15250928/how-to-change-springs-scheduled-fixeddelay-at-runtime http://stackoverflow.com/questions/15250928/how-to-change-springs-scheduled-fixeddelay-at-runtime ...
http://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_%EB%A9%94%EB%AA%A8%EB%A6%AC_%EC%82%AC%EC%9A%A9%EB%9F%89%EC%88%9C_%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4_%EB%B3%B4%EA%B8%B0 리눅스 메모리 사용량순 프로세스 보기 -...
http://stackoverflow.com/questions/28715545/cannot-allocate-memory-fork-unable-to-fork-new-process http://stackoverflow.com/questions/28715545/cannot-allocate-memory-fork-unable-to-fork-new-proces...
앵귤러에서 $httpProvider를 이용하여 4개의 시점에 interceptor를 설정할 수 있다. 아래 코드처럼 config 안에서 선언해두면 $http로 요청을 보낸 뒤 Error가 발생되면 해당 에러 메시지를 보여줄 수 있다. https://docs.angularjs.org/api/ng/service/$http request: int...
$broadcast (name, args) : 현재 스코프에서 모든 자식 스코프로 이벤트를 전달한다. 인자로는 이벤트명 및 이벤트와 함께 전달할 보조 데이터가 들어 있는 객체를 받는다. $emit (name, args) : 현재 스코프에서 루트 스코프까지 이벤트를 위로 전달 한다. $on(name, handler) : 스코프에서 특정 이벤트를 수신...
대리자로써 일을 맡기려면 그 일을 처리하고 완료되면 그 결과를 알려주는 패턴. 프록시 패턴의 잘 알려진 예로는 참조 횟수 스마트 포인터가 있다. (Spread_ptr, weak_ptr) https://github.com/audtjddld/pattern/tree/master/pattern/src/proxy https://github.com/...
배치 프로그램 정의 : 일반적으로 배치(Batch) 프로그램이라 하면, 일련의 작업들을 하나의 작업 단위로 묶어 연속적으로 일괄 처리하는 것을 말한다. 온라인 프로그램에서도 여러 작업을 묶어 처리하는 경우가 있으므로 이와 구분하려면 한 가지 특징을 더 추가해야 하는데, 사용자와의 상호작용(Interaction) 여부다. 사용자와의 상호작용 없이 ...
https://jira.spring.io/browse/DATAMONGO-671