본문 바로가기
728x90

전체 글154

Custom arguments for @RequestMapping methods Custom arguments for @RequestMapping methods So, Spring MVC fans, let's say you have a @RequestMapping -annotated method in your controller, but you would like to include a custom argument, in addition to the standard ones like Model , HttpServletRequest , and HttpServletResponse . The solution is to implement a WebArgumentResolver . As an example, we'll create a CurrentDateWebArgumentResolver ;.. 2015. 10. 8.
maven nexus 서버 가이드 maven nexus 서버 가이드 http://www.egovframe.go.kr/wiki/doku.php?id=egovframework:dev2:dep:nexus 2015. 10. 8.
$(this) 내 자신 태그까지 가져오기 http://stove99.tistory.com/139 예를들어 요런 HTML 이 있다 치면 1 2 3 4 5 6 7 Alone by Zsolt Zsigmond $("#sample").html(); 로는 sample 안쪽의 html 만 가져올수 있다. 1 2 3 4 5 Alone by Zsolt Zsigmond sample 까지 포함한 html을 가져오기 위한 jQuery 함수는 없는것 같다. 찾아보면 있을지도 -_-? 아무튼 sample 까지 포함한 outer HTML 을 가져오기 위해 outerHTML() function 을 추가해 보자 1 2 3 4 5 6 7 8 9 10 11 12 $.fn.outerHTML = function() { var el = $(this); if( !el[0] ) retu.. 2015. 10. 8.
Java 코딩 지침 Java 코딩 지침(2004/4/14) 심우곤(wgshim) 그린벨시스템즈 정보기술연구소 본 문서는 Geotechnical Software 에서 작성한 2004 년 1월 버전의 Geosoft 의 Java Programming Style Guidelines 문서를 근간으로 하여 Sun 의 코딩 표준 권고안 및 기타 표준안들을 참고하여 작성한 것입니다. 개선된 사항을 반영하기 위하여 예고없이 변경될 수 있으며 본 문건을 통해 발생한 문제에 대해 책임을 지지 않습니다. 목 차 1 들어가기 1.1 권고안 레이아웃 1.2 권고안의 중요도 2 일반적인 지침들 3 명명 관례(Naming Conventions) 3.1 일반적인 명명 관례 3.2 특수한 명명 관례 4 파일 5 문장 5.1 package 와 import .. 2015. 10. 8.
728x90