본문 바로가기

반응형

전체 글

git clone 관련 오류 - 해결못함 오류내용 git -c filter.lfs.smudge= -c filter.lfs.required=false -c diff.mnemonicprefix=false -c core.quotepath=false clone --recursive https://github.com/아이디/프로젝트명.git C:\dtdtdt warning: templates not found C:\Program Files\Git\share\git-core\templates 더보기
input 입력값 숫자 관련 출처 input 입력할 때 숫자만 입력 / 문자 제한 등 관련 출처 http://webskills.kr/archives/310 ★★★★★ http://blog.daum.net/_blog/BlogTypeView.do?blogid=04C5G&articleno=13385258https://www.hobbiez.ml/archives/372 http://joonjava.blogspot.kr/2014/07/jquery_28.htmlhttp://www.lovesonata.com/Board/Board.php?id=onlineclass04&no=25http://ngio.co.kr/1966 더보기
jquery - select option 선택값 가져오기 [jquery] select box 선택값 가져오기 // select box ID로 접근하여 선택된 값 읽기 $("#셀렉트박스ID option:selected").val(); // select box Name로 접근하여 선택된 값 읽기 $("select[name=셀렉트박스name]").val(); // 같은 방식으로 span과 같은 다른 태그도 접근 가능하다~ $("span[name=셀렉트박스name]").text(); // 선택된 값의 index를 불러오기 var index = $("#셀렉트박스ID option").index($("#셀렉트박스ID option:selected")); // 셀렉트 박스에 option값 추가하기 $("#셀렉트박스ID").append("1번"); // 셀렉트 박스 option.. 더보기
git - gitignore 적용 관련 http://www.sangron.com/untitled/20254 이 블로그 참고 gitignore 내용들 # Directories #/build//bin/target/ # OS Files #.DS_Store *.class # Package Files #*.jar*.war*.ear*.db ####################### Windows###################### # Windows image file cachesThumbs.db # Folder config fileDesktop.ini ####################### OSX###################### .DS_Store.svn # Thumbnails._* # Files that might appear on ext.. 더보기
오류 - HTTP Status 500 - Request processing failed 오류내용 HTTP Status 500 - Request processing failed; nested exception is java.lang.NullPointerExceptiontype Exception report message Request processing failed; nested exception is java.lang.NullPointerException description The server encountered an internal error that prevented it from fulfilling this request. exception org.springframework.web.util.NestedServletException: Request processing failed;.. 더보기
오류 - HTTP Status 500 - Request processing failed; nested exception is java.lang.NullPointerException 오류내용 HTTP Status 500 - Request processing failed; nested exception is java.lang.NullPointerException MemberDao Error : org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession.### The error may exist in SQL Mapper Configuration### Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource .. 더보기
Eclipse or sts 줄복사(한줄복사) 안될 때 이클립스나 sts 줄복사(한줄복사) 안되는 이유 - Intel 그래픽카드 쓰는 경우 : 화면이 뒤집히는 현상 발생 해결방법 바탕화면 오른쪽 클릭그래픽 옵션바로 가기 키사용 안함 으로 변경 하면 된다. 더보기
오류 - the specified jre installation does not exist the specified jre installation does not exist 경우가 다양하지만 지금 오류나는 경우는 다른 컴퓨터에서 작업했던 것을 github를 이용해 실행하려고 했을 때 오류난 경우입니다. 이클립스나 STS 사용 및 Tomcat 사용시에 오류 나는 경우 오류내용'Launching Tomcat v7.0 Server at localhost' has encountered a problem.The specified JRE installation does not exise 해결방법1.PreferencesServerRuntime Environment2.Apache Tomcat v7.0 클릭Edit 클릭(오른쪽에 있는 것)3.JRE 부분defalut 가 아닌jre1.8.0_91 로 변경 자세한.. 더보기

반응형