본문 바로가기 메뉴 바로가기

미선's Blog

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

미선's Blog

검색하기 폼
  • 분류 전체보기 (376)
    • 공부한다 (0)
      • 2021년 (0)
      • 밥줄 (0)
    • 프로그래밍 (182)
      • 자바 (0)
      • spring (3)
      • 파이썬 (9)
      • script언어 (11)
      • WEB (23)
      • Android (101)
      • OS (16)
    • 데이터관리 (36)
      • 딥러닝 (9)
      • BlockChain (18)
    • 금융 (4)
    • 이모저모 (152)
      • IT 이모저모 (94)
      • 인물 (7)
      • 프로젝트 관련자료 (7)
    • 임시작업장 (0)
  • 방명록

자바 (4)
java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal

이클립스에서 프로젝트를 실행시키는데 에러가 났다. 분명 다른 노트북에서는 잘 돌아가는 소스인데...원인은 바로.. Caused by: java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(..

프로그래밍 2011. 6. 23. 09:49
자바 iText 사용법

http://itextpdf.com/ 현재 최신버전 : 5.1.0 iText 기능 Supported by iText Partly supported by iText PDF 생성하기 public void createPdf(String filename) throws DocumentException, IOException { // step 1 Document document = new Document(); // step 2 PdfWriter.getInstance(document, new FileOutputStream(filename)); // step 3 document.open(); // step 4 document.add(new Paragraph("Hello World!")); // step 5 docume..

프로그래밍 2011. 5. 24. 12:02
자바 char 데이타 타입

The char data type (and therefore the value that a Character object encapsulates) are based on the original Unicode specification, which defined characters as fixed-width 16-bit entities. The Unicode standard has since been changed to allow for characters whose representation requires more than 16 bits. The range of legal code points is now U+0000 to U+10FFFF, known as Unicode scalar value. (Ref..

프로그래밍 2011. 3. 8. 19:47
자바 Thread 쓰레드 사용법

쓰레드란? 하나의 프로세스안에서 쪼개진 태스크이다. 행위중심 같은 메모리를 공유 왜 run이 아니라 start로 실행하나? OS가 스케줄링하여 run을 호출하기 때문이다. 자바의 쓰레드 사용법 2가지 extends java.lang.Thread (Thread 클래스를 상속받거나) implements java.lang.Runnable (Runnable 인터페이스를 구현하거나) 왜? 자바는 다중상속이 불가능하다. 따라서 이미 상속받은 클래스를 쓰레드화 시커야 할 때 인터페이스를 사용한다. Thread 클래스를 상속받아 구현하기 class ThreadTest extends Thread { public ThreadTest(String name) { super(name); // Thread 에 이름을 부여하여 생..

프로그래밍 2010. 12. 8. 19:53
이전 1 다음
이전 다음
최근에 올라온 글
최근에 달린 댓글
TAG
  • Eclipse
  • UML
  • Spring
  • IT
  • 애플
  • jQuery
  • 안드로이드
  • Java
  • 오라클
  • IT 신문스크랩
  • OS
  • 블록체인
  • App Widgets
  • head first python
  • 환경설정
  • Android
  • google I/O
  • Spring 3
  • WAC
  • Head First jQuery
  • WebView
  • SQLite
  • Bitcoin
  • 이클립스
  • html5
  • 인물
  • oracle
  • 신문스크랩
  • chrome
  • Tools
more
Total
Today
Yesterday

Blog is powered by Tistory / Designed by Tistory

티스토리툴바