일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- error
- 마이플랫폼
- 데이터베이스
- 엑셀
- Report Designer
- 성능
- Excel
- MIP
- 태그를 입력해 주세요.
- 회계
- 튜닝
- JEUS
- 에러
- JavaScript
- 기타소득
- 이클립스
- DB
- 한글
- 오라클
- 함수
- Tomcat
- miplatform
- 도서
- java
- 오류
- 자바
- oracle
- Eclipse
- 톰캣
- Book
- Today
- Total
목록Java Decompiler (2)
어느 가을날의 전환점
PURPOSEJDBC CLIENT PROGRAM 에서 NLS_LANGUAGE , NLS_TERRITORY 등 을 바꾸는 방법을 sample 을 통해서 알아 봅니다. Explanation 다음 예제에서는 먼저 DB 에 default 로 설정되어 있는 NLS_LANG 관련 설정사항들을 보여주고 그 다음 US 로 설정을 바꾼후에 바뀐 NLS_LANG 관련 parameter 들의 값을 보여 줍니다. Example NLSTest.java 파일 import java.sql.*; import java.util.*; public class NLSTest { public static void main (String args []) throws SQLException { Connection conn; Statement s..
JadClipse is a plug-in that seamlessly integrates Jad (the fast Java decompiler) with Eclipse. http://jadclipse.sourceforge.net/ Jad(the fast Java decompiler) http://www.varaneckas.com/jad Installation 1) Put the JadClipse JAR file into the plugins folder of your Eclipse installation. 2) Restart Eclipse (eclipse -clean). 3) Get Jad. 4) Put the Jad executable into a directory that is in the execu..