전체 글111 스프링(Spring) 에서의 리다이렉트(redirect:) 스프링에서 "redirect:" 를 사용했을때 기준은 현재 서블릿컨텍스트라고 한다. 이때 외부 페이지나 서블릿컨텍스트가 다른 경우에는 절대 URL 경로를 "redirect:" 이후에 지정해야 원하는 페이지로 이동하는 것을 확인할 수 있겠다. public static String getURLWithContextPath(HttpServletRequest request) { return request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath();} 참고)http://docs.spring.io/spring/docs/current/spring-framework-refere.. 2013. 10. 11. [Maven] 3rd party jar 를 인스톨하는 방법 공용 레파지토리에 존재하지 않는 경우에 다음의 명령어를 이용하여 로컬 레파지토리에 인스톨할 수 있습니다. mvn install:install-file -Dfile= -DgroupId= -DartifactId= -Dversion= -Dpackaging= 참고 : Guide to installing 3rd party JARs 2013. 10. 11. 국내 오픈소스 WYSIWYG HTML 에디터 * DaumEditorDaumEditor is an online open source WYSIWYG HTML editor from Daum Communications.link => https://github.com/daumcorp/DaumEditor/wiki * SmartEditorSmartEditor2.0 Basic 은 JavaScript로 구현된 웹 기반의 WYSIWYG 편집기이다. 글꼴, 글자 크기, 줄 간격 등을 자유롭게 설정할 수 있으며, 단어 찾기/바꾸기와 같은 편리한 기능을 제공한다.link => http://jindo.dev.naver.com/smarteditor/demo/SmartEditor2.html 2013. 10. 8. [jQuery] MouseWheel event 마우스에서 휠의 방향에 따른 제어 시 아래의 코드를 이용하자. (Javascript, HTML, Result) 새창으로 보기 2013. 9. 23. [jQuery] form data binding 보호되어 있는 글 입니다. 2013. 8. 27. JS Hint JSHint is a tool that helps to detect errors and potential problems in your JavaScript code. 참고 JS Hint : http://www.jshint.com/install/hint-eclipse : http://github.eclipsesource.com/jshint-eclipse/ 2013. 8. 23. 이전 1 ··· 8 9 10 11 12 13 14 ··· 19 다음