본문 바로가기

TOOL

(18)
Toad for Oracle, Characterset 환경에 따른 실행 만들기. 보통 토드에서 한글이 제대로 나오지 않는 경우, 검색을 해보면, 레지스트리에서 NLS_LANG 값을 수정하거나 내컴퓨터-고급설정-환경변수 에서 NLS_LANG 을 추가해서 값을 넣어주거나 하라고 한다. DB마다 케릭터셋이 다른 DBMS 에 접속이 자주 있으면 이거 역시 짜증나는 일이다. cmd 파일을 만들어서 사용하면 그나마 편리하다; @ECHO OFF TITLE US7ACII - TOAD SET NLS_LANG=KOREAN_KOREA.KO16MSWIN949 "C:\Program Files\Quest Software\Toad for Oracle\toad.exe" http://cafe.naver.com/toadsoft.cafe 토드 네이버 카페에 질문을 올렸는데 답변해주신 "해븐"님 감사.
Toad for Oracle - Eclipse plugin Start Using Toad Extension for Eclipse To install Toad Extension for Eclipse: Open Eclipse. Select Help | Install New Software. In the Install dialog, Work with box, enter the following website address: http://toaddownload.quest.com/toadextensions/eclipse/beta In the Details area, clear the Group items by category checkbox. Important: For the current BETA version it is necessary to download the ..
Toad 에서의 직접 편집(for update) Toad를 쓰면서 Golden이나 PL/SQL Developer에서처럼 for update 구문을 통한 DB그리드에서 직접 편집 할 수 있다. EDIT [TABLE명] [WHERE ...] [ORDER BY ...]
[Eclipse] 속도향상을 위한 설정. 출처 : http://www.waltercedric.com/java-j2ee-mainmenu-53/107-eclipse/1298-boost-eclipse-speed-performances.html Conditions You must have a dual processor or quad core, (better if you use VMarg1) You must start Eclipse with Java 1.6, note that you can still compile your project with Java 1.5 (see windows - preferences - java - Installed JRE's) The tricks is to use the optimization done in JDK 1.6 (..
JSEclipse 설치. Eclipse 에서 1. Help > Software Updates > Find and Install..." 2. Search for new features to install 3. New Remote Site 입력: JSEclipse 입력: http://download.macromedia.com/pub/labs/jseclipse/autoinstall/
[Eclipse] dbEdit plug-in 다운로드 : ttp://www.geocities.com/uwe_ewald/dbedit/ 이클립스에서 로컬 업데이트 로 설치하는 경우 ttp://www.geocities.com/uwe_ewald/dbedit/site
[eclipse] 1 CHKJ4019W: 에러 1 CHKJ4019W: Invalid res-sharing-scope; valid values are "Shareable" or "Unshareable". web.xml JPetStore with Struts and IBatiss/WebContent/WEB-INF 컨넥션 풀을 사용하기 위해 이클립스에서 server.xml과 web.xml 설정을 해주었더니 에러 아닌 에러 메세지가 나왔다. 검색해봤다. Oracle Development Datasource jdbc/devDb javax.sql.DataSource Container Shareable 추가하면 에러가 사라진다. Shareable과 Unshareable의 차이는 머냐;
알아두면 유용한 Eclipse 단축키 출처 : http://wiki.javajigi.net/pages/viewpage.action?pageId=155 Eclipse 단축키 확인 및 변경 Eclipse의 모든 단축키는 Window >> Preferences >> Workbench >> Keys 메뉴에서 확인 및 변경이 가능하다. 그 동안 다른 툴에서 자신의 손에 익숙한 단축키들이 있다면 이 메뉴에서 단축키들을 변경하는 것이 가능하다. Java Editor 단축키 Ctrl + Shift + M : 특정 클래스 Import 시키기 Ctrl + Shift + O : 자동으로 Import 시키기 Ctrl + Shift + F : 코드 자동 정리 Ctrl + Shift + G : 특정 메써드나 필드를 Reference하고 있는 곳을 찾는다. Ctrl ..