본문 바로가기

전체 글

(342)
참고 예제 링크 특정파일들을 여러 폴더에 복사하는 PowerShell Script http://simmanix.tistory.com/39 배치 파일(Batch File), 주석문/주석 처리 방법; 코멘트,설명 문 달기; Comment http://mwultong.blogspot.com/2006/07/batch-file-comment.html 파워쉘 실용예제 http://blog.naver.com/h2d2002/220488184488 about_If https://technet.microsoft.com/ko-kr/library/dd315286.aspx Powershell 에서의 정규 표현식 (Regular Expressions) https://talsu.net/?p=1016 Powershell로 텍스트 치환하기 http:..
AEM 6 SP2 - View (Tail) CQ Log Files http://experience-aem.blogspot.kr/2015/03/aem-6-sp2-view-tail-cq-log-files.html AEM 6 SP2 - View (Tail) CQ Log FilesGoal Quick post on creating a Tail Log servlet for examining the logs on remote CQ instances; if you are debugging issues on a friend's CQ instance or QA, deploying this servlet could be helpful. Ootb, logs can be viewed by logging into felix console (http://localhost:4502/system/c..
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