Dev Story 썸네일형 리스트형 Trac - 관련 사이트 Trac project 공식 사이트 http://trac.edgewall.org/ Trac 관련 플러그인 & 핵 http://trac-hacks.org/ TOW(Track On Window) 개발자 블로그 http://traconwindows.wordpress.com/ Trac Extend - Tracplus http://www.trackplus.com/ 더보기 [css] CSS 2 Selectors http://www.w3.org/TR/2008/REC-CSS2-20080411/selector.html PatternMeaningDescribed in section * Matches any element. Universal selector E Matches any E element (i.e., an element of type E). Type selectors E F Matches any F element that is a descendant of an E element. Descendant selectors E > F Matches any F element that is a child of an element E. Child selectors E:first-child Matches element E .. 더보기 [ARCGIS] License error - "Host not found" 대부분 이 오류는 설치를 다시 했을 때 발생하는데 호스트서버(로컬)를 찾지 못해서 발생하는 오류이다. 해결 방법은 Desktop Administrator -> License Manager -> "Not_Set" 으로 확인될 것이다. -> Change -> 호스트를 선택. http://www.esricanada.com/EN_supportfaq/1262_5974.asp?QCount=20 더보기 국내외 OPEN API 제공 사이트 Daum 개발자 네트워크 - http://dna.daum.net/ 네이버 개발자 센터 - http://dev.naver.com/ Yahoo! Developer Network - http://developer.yahoo.com/ Microsoft Live Services - http://dev.live.com/ 더보기 oracle - SmartSQL for Oracle 하야로비님(개발자) 잘쓰고 있습니다. http://smartsql.tistory.com/category/SmartSQL 더보기 oracle - 자리수채우기 1. 왼쪽으로 '0' 채움 SELECT LPAD(123, 7, '0') FROM DUAL 결과 : 0000123 2. 왼쪽으로 공백 채움 SELECT LPAD(123, 7, ' ') FROM DUAL 결과 : ____123 (_는 공백) 더보기 modal dialog http://www.webreference.com/js/tutorial1/dialog.html 더보기 Apache DBCP API 사용하기 Apache DBCP(Database connection pooling services) OVERVIEW : http://commons.apache.org/dbcp/ API : http://commons.apache.org/dbcp/apidocs/index.html 1. dbcp 관련 라이브러리 파일 설치 2. dbcp 관련 설정 파일 생성 및 초기화 3. 드라이버 로딩 4. WAS(Tomcat) 구동시 드라이버 로딩 5. 인스턴스 생성 후 로딩 더보기 이전 1 ··· 9 10 11 12 13 14 15 ··· 23 다음