JAVA 썸네일형 리스트형 Capture Video from Logitech QuickCam Pro 3000 David Fischer's Java Programming Examples: Capture Video from Logitech QuickCam Pro 3000 Camera with Java JMF Homepage (in German Language) This example program will capture the video and audio stream from a Logitech QuickCam Pro 3000 USB camera for 10 seconds and stores it on a file, named "testcam.avi". You can later use the microsoft windows media player to display this file. 100% written in .. 더보기 JAVA 에서 Excel 파일 다루기 우선 http://www.andykhan.com/jexcelapi/download.html 에 가서 jexcelapi_2_4_5.tar.gz 파일을 다운로드해서 압출을 해제한다. 압축 파일안에 보면 jxl.jar 파일이 있다. java classpath에 이 파일을 걸어준다. 아래 링크는 Tutorial이 나와있는 사이트이다. Tutorial Link 자바로 엑셀을 핸들링 할 수 있는 방법은 크게 두가지로 나누어 진다. 1. Java Excel API http://www.andykhan.com/jexcelapi/ 2. POI http://jakarta.apache.org/poi/index.html ※ 흔히 POI를 엑셀을 핸들링 하기 위한 것으로만 오해하기 쉬운데, POI 프로젝트는 마이크로소프트 OLE.. 더보기 이전 1 다음