반응형 java89 interface 인터페이스 파일 카피 file copy interface 인터페이스 파일 카피 file copy 2015. 5. 10. File Io In read out write File Io In read out write 2015. 5. 10. Thread 쓰레드 : 객체를 관통하는 실타래 이다 . sinking in java -- book name 여러개의 작업을 하기위해서 쓰레드를 생성 객체를 사용하기위해서 this를 파라미터로 넘긴다. Controllor 클래스 public void startCalc() { Thread t0 = new AddThread(1,1000,this); Thread t1 = new AddThread(1001,2000,this); Thread t2 = new AddThread(2001,3000,this); t0.start(); t1.start(); t2.start(); try { t0.join(); t1.join(); t2.join(); } catch (InterruptedException e) { e.printStackTrac.. 2015. 5. 10. java 채팅 프로그램. ui 없음.. 채팅 단계별 소스.... ui전혀 없음.. 2015. 5. 10. 오라클에 데이타 삽입 .. 자료 업로드 오라클 . package com.dao; import java.sql.*; import java.io.*; import oracle.jdbc.driver.OracleResultSet; import oracle.sql.*; public class BlobUtil extends BasicDAO{ public void write(String title, String fileName, String path){ String query1=" INSERT INTO tbl_file (title, file_name, file_data) VALUES ( ?, ?, EMPTY_BLOB()) "; String query2=" select file_data from tbl_file where title=? and file_name=? f.. 2015. 5. 10. DBConnect 디비 연결 .. 디비 연결 소스.. 모든것. 2015. 5. 10. 이전 1 ··· 6 7 8 9 10 11 12 ··· 15 다음 반응형