본문 바로가기

전체 글

(356)
isNumeric - 문자인지 숫자인지 구분 문자인지 숫자인지 구분 public static boolean isNumeric(String str) { try { double d = Double.parseDouble(str); } catch(NumberFormatException nfe) { return false; } return true; }
도커(Docker) 도커 무작정 따라하기 http://www.slideshare.net/pyrasis/docker-fordummies-44424016 가장 빨리 만나는 도커(Docker) - 책http://www.pyrasis.com/private/2014/11/30/publish-docker-for-the-really-impatient-book
DAM File Upload API Uploading files to Adobe Experience Manager DAM using AssetManager API https://helpx.adobe.com/experience-manager/using/uploading-files-aem1.html
어도비 깃허브 http://adobe-marketing-cloud.github.io/#projects
FOP 와 아랍어(Arabic) https://xmlgraphics.apache.org/fop/2.1/configuration.html The Apache™ FOP Project html을 PDF로 변환 아랍어 지원관련http://xmlgraphics.apache.org/fop/2.1/complexscripts.html#fonts_arabic true true ./ ./ 72 72 flate
정규식표현 http://lng1982.tistory.com/141 http://blog.bagesoft.com/178
폰트 파일 업로드 및 ServerFilePath Adding Fonts for Graphic-Rendering https://docs.adobe.com/docs/en/cq/5-6-1/developing/adding_fonts.html Adding Fonts for Graphic-RenderingYou are reading the AEM 5.6.1 version of Adding Fonts for Graphic-Rendering.This version has reached End of core support. For further details see our technical support periods.This documentation is also available for the following versions: AEM 6.2 AEM 6.1 AEM..
Java Decompiler Java Decompiler - http://jd.benow.ca/#jd-gui-download