본문 바로가기
반응형

Web Programing!301

JQuery API 따라잡기 : 해당 객체의 아이디 가져오기 JQuery API 따라잡기 : 해당 객체의 아이디 가져오기 $('selector').attr("id"); 해당 'selector' 위치의 아이디 가져온다. 2014. 2. 26.
JQuery API 따라잡기 : Class 객체 찾기 - .hasClass () jQuery에서 Class 객체 찾기 - .hasClass () 원문 : http://api.jquery.com/hasClass/ 설명 : 일치하는 요소 중 하나가 주어진 클래스를 할당 여부를 결정합니다. .hasClass() 함수는 클래스명이 일치하는 것이 있을 경우 리턴값으로 true, false 를 반환합니다. 소스보기 This paragraph is black and is the first paragraph. This paragraph is red and is the second paragraph. First paragraph has selected class: Second paragraph has selected class: At least one paragraph has selected cla.. 2014. 2. 25.
오라클 외부접속하기 오라클 외부접속하기 서버를 만들고 서버에서 db연결은 잘 되지만 외부연결을 하자니 이러한 에러가 난다. An error occurred while establishing the connection: Long Message: IO 예외 상황: The Network Adapter could not establish the connection Details: Type: java.sql.SQLException Error Code: 17002 SQL State: null 하지만 무서워하지 말자. 오라클 환경변수를 쬐금 수정하면 된다. 기본적으로 오라클을 설치하게 되면 listener.ora, tnsnames.ora 파일에 호스트가 LOCALHOST로 잡혀있게 된다. 그렇기 때문에 서버 자체내에서는 접속이 잘되지만.. 2014. 2. 7.
form을 이용하여 post방식으로 새창열기 form을 이용하여 post방식으로 새창열기 2013. 8. 27.
반응형