일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- MFC
- PLSQL
- Struts
- rowspan
- appspresso
- node.js
- 선택적조인
- PHP
- Android
- JDOM
- oracle
- dock
- jQuery
- sencha touch
- swingx
- JSON
- WebLogic
- iBATIS
- jsr 296
- Eclipse
- Ajax
- tomcat
- ibsheet
- GPS
- Spring
- phonegap
- Google Map
- 전자정부프레임워크
- 가우스
- MySQL
- Today
- Total
목록분류 전체보기 (633)
Where The Streets Have No Name
--> ////// 폼 엘리먼트 값 확인 자바스크립트 메소드 ////////////////////////function listForm(theForm){ var elementLength = theForm.elements.length; var message = 'Form.name[' + theForm.name + '] '; message += 'Form.action[' + theForm.action + '] '; message +=' '; message +=''; message +='Elements NameElement TypeElement Value'; for( i = 0 ; i < elementLength ; i++ ) { message += ''; message += ' '+theForm.elemen..
/* * Copyright 2005 Matthew Eernisse (mde@fleegix.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed ..
http://www.oracle.com/technology/products/database/sql_developer/index.html
ServiceLocator 를 사용함. 기존에 사용하던... public InitialContext getInitialContext() throws ServiceLocatorException // throws NamingException { try { if (ic == null) { ic = new InitialContext(); } } catch (Exception e) { System.out.println(">>> Exception ServiceLocator.getInitialContext [" + e.toString() + "]"); throw new ServiceLocatorException("can't get InitialContext because of " + e.toString()); } r..
▩ 무상태 세션빈 응용예제 - 방명록 만들기, Java Client1. 오라클에 방명록 테이블 생성하기create table guestbook( seq number primary key, --글번호 name varchar2(50) not null, --글쓴이 content varchar2(4000) not null); --방명록내용 create sequence guestbook_seq; --글번호 생성 2. 하나의 레코드를 저장하는 DTO 객체,GuestbookDataBean.java - DTD(data Transfer Object):하나의 레코드를 저장하는 클래스 - 사용되는 영역은 java, jsp,jsp beans, ejb beans등 모든 영역에 걸쳐서 사용됨 - DBMS에 insert시 추가할 ..
▩ 오라클 9i 설치 1. 웹로직은 자체적으로 오라클 8.1.7부터 지원함, 오라클 9i설치 - Oracle Enterprise Manager Consol에서 서버관리할 것 2. Client에서 Net Manager 실행 - ora9 - 192.168.0.43, 1521 - ora9.it 3. 오라클 클라이언트 툴 설치하기, SqlGate 설치하기 - http://www.sqlgate.com 4. 오라클 셋팅하기 - scott, tiger 계정은 웨로직에서 사용할 수 없습니다. 5. 테이블 스페이스 생성, 계정, 권한주기 -- 테이블 스페이스 생성(ts_it+월+자신의 IP) create tablespace ts_it0534 datafile 'D:oracledata200505s_it0534.dbs' si..
▷ Editplus에서 web.xml, weblogic.xml의 템플릿 파일을 생성하여 "C:/Program Files/EditPlus 2"폴더에 저장합니다. (template_web.xml, template_weblogic.xml) >>>>> template_web.xml >>>>> template_weblogic.xml /* KSC5601 / ▩ Weblogic상에서의 Servlet 실습 //jsp(.jsp) >> servlet (.java) jsp page를 jsp컨테이너에서 실시간으로 servlet으로 바꾸어준다. 톰켓,웹로직,레진등.. .java=>.class 바꾸어서 결과를 웹브라우저에 보내어줌 //디자인작업이 많이 필요한site 는 Jsp유리 디자인변경없이 속도처리중요시하면 servlet성능..
▩ Weblogic상에서의 HTML/JSP 실습 1. C:eauser_projectsdomainsmydomainstartWebLogic.cmd 파일 수정 - false, true사이에 공백을 절대 삽입하지 말것, 서블릿이나 JSP를 수정했을 때 자동으로 수정된 파일을 적용받을 수 있게 설정 set PRODUCTION_MODE=false 로 변경하고 개발이 완료되면 set PRODUCTION_MODE=true 로 변경한다. 2. 폴더 구조 생성 ★ 아래의 폴더구조는 weblogic 서버가 실행되고 있는 상태에서 만들면 서버를 재시작해도 절대로 인식이 되지 않음 - D:eauser_projectsdomainsmydomainapplicationswebtest : html, jsp 파일이 저장됨 - D:eaus..
http://www.iezn.com/test/ie/index.php
http://j2eestudy.co.kr/lecture/lecture_read.jsp?db=lecture0201_1&table=j2ee&id=57
8.1버전 sp5 http://download2.bea.com/pub/platform/81/server815_win32.exe http://download2.bea.com/pub/platform/90/server900_win32.exe http://download2.bea.com/pub/platform/91/server910_win32.exe
set MYSQL_CLASSPATH=C:eaweblogic81serverextmysql-connector-java-3.0.16-ga-bin.jar set CLASSPATH=%WEBLOGIC_CLASSPATH%;%POINTBASE_CLASSPATH%;%MYSQL_CLASSPATH%;%JAVA_HOME%jrelib t.jar; startWebLogic.cmd에 추가 url란에 jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=euckr&mysqlEncoding=euckr 를 입력해야함
다음 시스템 프로퍼티를 웹로직 VM에 기입하면 모든 EJB의 디버깅 로그 정보를 볼 수 있습니다. 기입하는 소스는 jsp입니다. 시스템 프로퍼티 세팅!!! 그런후 평소 사용하던 ejb를 사용하면, 웹로직 로그에 이상한 정보가 찍히는 걸 볼 수 있습니다. 특히 CMP 엔티티빈 같은 경우 개발할때, SQL을 보지 못해서 답답한데, 로그에 보면 CMP엔티티빈 실행할 경우에 SQL문이 던져지는 걸 볼 수 있을 겁니다
To get a connection from an application-scoped connection pool, you look up the data source defined in the weblogic-application.xml descriptor file in the local environment (java:comp/env) and then request a connection from the data source. For example: javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup("java:comp/env/myDataSource"); java.sql.Connection conn = ds.getConnection();When yo..
SELECT Analytic_Function ( arguments ) OVER( [ PARTITION BY 칼럼 ] [ ORDER BY 절 ] [ Windowing 절] ) FROM 테이블 명; - Partition By : 전체 집합을 기준에 의해 소그룹으로 나눔 - Order By : PARTITION BY에 나열된 그룹을 정렬함 - Windowing : 펑션의 대상이 되는 행 기준으로 범위를 세밀하게 조정 (메뉴얼: window IS a physical or logical SET of rows) * Windowing절에 대한 설명 1. ROWS/RANGE UNBOUNDED PRECEDING/ CURRENT ROW/ value_expr PRECEDING 2. ROWS/RANGE BETWEEN UNBO..
parent 창과 child창의 DataSet 들의 상속방법은 다음과 같이 세가지 방식일 경우 최적화된 방법을 이용할 수 있다. 첫번째는 parent 에서 child 창 의 DataSet Component를 처리하는 방식이다. * parent 에서 child(PopUp 창) 의 객체 호출 - PdataSet(parent DataSet), CdataSet(Child DataSet) 일 경우, - parent 창에서 설정 : - window.parent.oWin1.CdataSetID.SetDataHeader(“생성된 헤더정보”); - window.parent.oWin1.CdataSetID.ImportData( PdataSetID.ExportData(1, CountRow, false)); 두번째, FrameS..
Date 객체 Date 객체의 메소드 메 소 드 설 명 getDate() getUTCDate() setDate() setUTCDate() Date 객체의 날짜를 설정하거나 리턴 getDay() getUTCDay() Date 객체의 한 주의 날짜를 설정하거나 리턴 getHours() getUTCHours() setHours() setUTCHours() Date 객체의 시간를 설정하거나 리턴 getMilliseconds() getUTCMilliseconds() setMilliseconds() setUTCMilliseconds() Date 객체의 밀리초 값을 설정하거나 리턴 getMinutes() getUTCMinutes() setMinutes() setUTCMinutes() Date 객체의 분을 설정하거나 ..
event 객체 event 객체의 프로퍼티프로퍼티 브라우저 설 명 dataNDragDrop 이벤트로 인해 드롭된 객체의 URL이 들어있는 스트링 배열height, widthN윈도우나 프레인의 길이와 너비(픽셀표시)pageX, pageYN픽셀로 나타낸 커서의 수평/수직 위치(페이지에서의 상대적위치)screenX, screenYN, I.E픽셀로 나타낸 커서의 수평/수직 위치(화면에서의 상대적 위치)layerX, layerYN픽셀로 나타낸 커서의 수평/수직 위치, 이벤트가 발생한 레이어에 대한 상대적 위치. Resize 이벤트와 함께 사용하면 layerX와 layerY가 이벤트가 타겟으로 하는 객체의 길이와 너비 지정clientX와 clientYI.E픽셀로 나타낸 커서의 수평/수직 위치, 이벤트가 발생한 웹페..
location 객체 윈도우에 로드되어 있는 현재 문서의 URL에 액세스하거나 새로운 문서를 로드할 때 사용 location 객체의 프로퍼티 프로퍼티 설 명 hash URL의 앵커 부분(존재하는 경우)host URL의 hostname:port 부분 hostname URL의 host부분href 전체 URL pathname URL의 경로명 부분 port URL의 포트 부분 protocol URL의 프로토콜 부분 search URL의 쿼리 스트링 부분 location 객체의 메소드 reload() : 윈도우의 현재 문서를 브라우저의 Reload 버튼에서 사용하는 정책에 따라 다시 로드 Every time : 문서는 매번 서버에서 다시 로드 Once per session : 서버의 문서의 날짜가 캐시에 저장되어..