아파치 썸네일형 리스트형 자바 JAVA ZIP UNZIP 압축파일 압축, 해제, 풀기, 비밀번호 파일 풀기 등의 소스와 방법 자바 JAVA ZIP UNZIP 압축파일 압축, 해제, 풀기, 비밀번호 파일 풀기 등의 소스와 방법 1) 표준 라이브러리 이용 import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream; public class DeCompressZipFileExample { public static void main(String[] args) throws Exception{ String zipFile = "C:\\FileforJava\\zip_compressed_file.zip"; String outputFo.. 더보기 라즈베리 파이에서 글래스피시 구동 - GlassFish 4 on the Raspberry Pi 글래스피시(GlassFish)는 Java EE 기반 웹 애플리케이션 서버(WAS)입니다. 이 글래스피시를 라즈베리 파이에서 구동하는 방법을 기재하였습니다. GlassFish 4 on the Raspberry Pi By reza_rahman on Apr 28, 2014 For those that remember the very early days of Java, the language was conceived with embedded systems in mind (anyone still remember the concept of Java powered toasters?). While as far fetched as that seemed at the time the emerging field of the I.. 더보기 이전 1 다음