검색결과 리스트
글
1. 스프링 XML 설정 |
<bean class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"> <property name="messageConverters"> |
설명 |
리턴값중 text 일경우 UTF-8형태를 가추라는 부분 |
2. 전송부 jsp - script |
function fn_Ajax(){ |
설명 |
jsp 단 스크립트로 전송하는 AJAX 부분 JQUERY 이용 하였다. |
3. JAVA 구현 및 RESPON 부분 |
@RequestMapping(value="/admin/templet/templetAjax.do", method = RequestMethod.POST) |
설명 |
위함 수부분에 이노테이션설정 |
설정
트랙백
댓글
글
1. 체크박스 선택 유무 ::::: 방법 1 |
var iCkecked = 0 ;
|
체크박스 선택 유무 ::::: 방법 2 |
$( 'input:checkbox[name=userGroup]:checked').length
|
라디오 값 가져오기 |
$('input:radio[name=timeType]:checked').val()
|
2. trim |
var str = $.trim(value);
|
3. 선택된 값 읽기 |
$("#select_box option:selected").val(); jQuery로 선택된 내용 읽기 |
http://hanjiq.egloos.com/2358924 기초 예제
http://pat.im/906 -박스 서서히 사라지는 예제
http://rubis.tistory.com/294 ajax 예제
http://leandrovieira.com/projects/jquery/lightbox/ 이미지 박스에 하이라이트
http://www.mimul.com/pebble/default/2007/11/10/1194695220000.html 이미지 로더 ? 반만 다운후 다보이게
포문
<html> |
http://findfun.tistory.com/404 --예제 많음
--> http://findfun.tistory.com/421 ---- trim
--> http://findfun.tistory.com/414 ----- 오브젝트 배열로 만들기 ~
--> http://findfun.tistory.com/410 ---숫자 체크
--> http://findfun.tistory.com/408 -- isPlainObject() 오브젝트 가 맞는지 확인
--> http://findfun.tistory.com/403 -- each 반복문 ..
--> http://findfun.tistory.com/401 -- ajax 할때 파라메타 쉽게 만들기
--> http://findfun.tistory.com/400 -- ajax post
http://blog.naver.com/tweety2411?Redirect=Log&logNo=100161568560 ajax 파일 업로드
설정
트랙백
댓글
글
에러 내용 : Error configuring application listener of class org.springframework.web.context.ContextLoaderListener 전자정부프레임워크의 개발 준비를 마친 후 기본 프로젝트를 생성하고 공통컴포넌트를 추가하면 이와같은 에러가 빡 난다!! 아놔~ 이거 뭐야.. ClassNotFoundException pom.xml 즉, tomcat을 띄울때 이넘이 jar파일(pom.xml에 설정해준(dependencies로))을 설정 프로젝트의 오른쪽마우스 클릭 -> Properties -> Deployment Assembly -> Add -> Java Build Path Entries -> Next -> Maven Dependencies -> Finish |
RECENT COMMENT