About The EditorList Plug-in provides a view that displays Eclipse's editors in a list for improved editor management. The current version of the EditorList Plug-in is 1.0.7, released Aug. 4, 2005. Get the EditorList Plug-in SourceForge Project Download the plug-in and participate in the project development Install/Update site Install the EditorList Plug-in from within Eclipse using the EditorLi..
오라클 함수 1. NVL함수 NVL(value,1) -> value가 null 일경우 1을 반환 그렇지 않을경우 value값을 반환 2.NVL2 함수 NVL2(expr1, expr2, expr3) 함수는 expr1이 null이 아니면 expr2를 반환하고, expr1이 null이면 expr3을 반환한다. ex) select nvl2('','Corea','Korea') from dual; 3. DECODE 함수 DECODE(value,null,"값1","값2") - > value값이 null일경우 "값1"을 반환 그렇지 않을 경우 "값2"반환 DECODE함수의 1번인자와 2번인자를 비교하여 참일 경우 3번 인자, 거짓일 경우 4번 인자를 반환한다. [출처] oracle - NVL함수 & DECODE함수
MSSQL ==> B 테이블 SELECT 한것을 A테이블에 업데이트 치기@_@;; 죽을뻔함 UPDATE A SET A.CUSTOMER_KEY = B.MEMBER_ID, A.SEND_DT = CONVERT(CHAR(8),B.DELIVER_TIME,112), A.SEND_TM = REPLACE(CONVERT(VARCHAR(20),B.DELIVER_TIME,108),':',''), A.ERROR_CD = B.ERROR_CODE from nvecaresendlog A, smsauto_list_03 B where B.workday ='20090512' and B.seqno='16' AND A.CUSTOMER_KEY = B.MEMBER_ID 참고 - http://blog.naver.com/rainbow8830/70..
이번에 한것은 SELECT * FROM TEST_MEMBER WHERE TO_CHAR (SYSDATE, 'D') NOT IN ('1','7') ==> 토요일, 일요일만 제거 * 요일값 구하기 --> to_char(sysdate,'d') --> 리턴값은 다음과 같은 숫자 - 일요일(1) 월(2) 화(3)수(4)목(5)금(6)토(7) 리눅스기반 오라클에서 리턴값 한글로 강제 변환 방법 1) 방법 1 (case구문은 oracle 9i 부터 사용) select case to_char(sysdate,'d') when '1' then '일요일' when '2' then '월요일' when '3' then '화요일' when '4' then '수요일' when '5' then '목요일' when '6' then '금..
and lower(substr(email, instr(email,'@'))) not in ('@daum.co.kr','@hanmail.co.kr','@naver.net','@naver.co.kr' ,'@dreamwiz.net','@hotmail.co.kr','@hotmail.net','@kornet.com','@unitel.net' ,'@nate.co.kr', '@orgio.net','@sayclub.com','@sayclub.co.kr','@netian.com' ,'@samsung.co.kr','@weppy.com' ,'@hatmail.com','@lysco.com','@orgio.com','@sayclud.com','@sayclub.net' ,'@sayciub.com','@kfb.co.kr','@ha..
Flex Builder 3 Professional Eclipse Plug in 설치 닫기... (미완성글) Flex Builder 3 Professional Eclipse용 Plugin을 설치해보자. 설치하기 전에 기존 Flex Builder와 Eclipse는 종료시켜준다. 1. 다운로드 페이지에 가기 http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email 에 접속해서 맨 아래 "Download the Flex Builder Eclipse plugin instead"을 클릭한다. Adobe 계정을 만들어야 다운받을 수 있으니 회원가입후 로그인한다. 2. 아래그림처럼 Window용 Plug in을 다운로드 받는다. 3. 다운받은 뒤 설치한다. 설치..
개발하시는 분들은 보통 듀얼 모니터로 개발하게 되죠. 그런 환경에서 작업 하다보면 주 모니터와 보조 모니터로 나뉘게 되는데 주모니터에 실행 프로그램이 모여있어 다시 한번 주모니터에 가서 해당 프로그램을 클릭하게 됩니다. 항상 주모니터에서 작업만 할수 없는 노릇이죠. 그래서 보조 모니터도 주모니터처럼 실행 프로그램을 보여주어서 업무에 효율성을 높여줍니다. 이게 바로 멀티태스크바 일명 멀티몬이라고 합니다. 아래 사이트에 가서 다운 받아서 설치하시면 바로 좋은점을 발견하게 될 것입니다. - http://www.mediachance.com/free/multimon.htm 출처 - http://www.mimul.com/pebble/default/2006/10/19/1161229980000.html
홈페이지 : http://code.google.com/p/eclipse-fullscreen/ With this plugin eclipse can run in full screen mode, so that you can have more space to edit sources. but unlike eclipse, this plugin works only on MS Windows. 출처 - http://cafe.naver.com/eclipseplugin/1722
자수님이 윈도용 만드신거 보고 따라해 봤습니다. 윈도 + 맥 지원 + 쉘 기능입니다. 리눅스는 테스트 머신이 없어서 일단 지원 보류;; 회사가서 해봐야겠습니다. 원문: http://www.pragmatic.kr/pages/2069804 ----------------------------------------------------------------------- "Open External"플러그인을 소개한다. 이클립스 작업공간의 특정 경로를 매번 윈도 탐색기를 직접 열고, 명령 프롬프트에 경로를 입력해서 찾아야하나? "Open External" 플러그인은 자주 반복하는 이런 불편한 동작을 해결하고자, 이클립스에서 선택한 폴더나 파일과같은 리소스를 윈도 탐색기나 명령 프롬프트 상에서 보여준다. 기존에도 윈..
- Total
- Today
- Yesterday
- Oracle
- 데이터
- Shell
- 오라클
- select
- 설정
- DB
- sql
- Linux
- DATABASE
- table
- 윈도우
- Windows
- server
- java
- mssql
- 테이블
- IP
- delete
- tomcat
- 자동차
- 리눅스
- MySQL
- 파일
- user
- eclipse
- Toad
- 백업
- apache
- 서버
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |