본문 바로가기
반응형

작업실9

windows powershell 을 이용하여 이전 날짜 파일 삭제 하기 windows powershell 을 이용하여 이전 날짜 파일 삭제 하기 1. windows powersehll 설치 2. shell 작성 - 기본적인 삭제 방법 http://technet.microsoft.com/en-us/library/ee176938.aspx Remove-Item 경로/파일명.txt Remove-Item c:\scripts\test.txt Remove-Item c:\scripts\* -> 삭제시 전부 삭제 할껀지 아니면 취소 할껀지를 물어봄 물어보지 않고 다 삭제 방법 Remove-Item c:\scripts\* -recurse Remove-Item c:\scripts\* -exclude *.wav 모든 파일을 삭제 하지만 *.wav wav 파일은 제외 Remove-Item c:\s.. 2013. 6. 26.
windows 파일 삭제 스케쥴러 use to java 대상 OS : windows 필요 사항 : java 1.5 이상 설치 사용방법 * 엑세스 날짜를 확인 하여 삭제하는 프로그램입니다. ================================================================================================== system.properties file.path=c:/test /* 삭제할 경로 입력 */ wait.date=7 /*최근 7일*/ delete_old_file.bat java -jar deleteOldFile.jar 1. 파일 삭제 권한이 필수로 필요함. 2. 폴더경로는 \ 쓰면 안됨. 3. 폴더명 과 파일명이 한글이면 삭제안됨. ======================================.. 2013. 6. 26.
JPS 사용법 - java jps - Java Virtual Machine Process Status Tool jps ? - jvm 위에서 돌아가는 프로세스를 확인 하는 툴 ※ 최신의 JDK 버전에 포함 되어있습니다. windows 98, ME의 플랫폼에서는 지원 하지 않습니다. 사용법 jps [ options ] [ hostid ] ex) jps -help (- + 옵션) jps = jps -V PID 와 프로세스 명확인 Output the arguments passed to the JVM through the flags file (the .hotspotrc file or the file specified by the -XX:Flags= argument). jps = jps -V jps -help jps 사용법 jps -q Su.. 2013. 6. 20.
Google keyword tool API 사용하기 Google keyword tool API 사용하기 웹사이트 or 프로그램에서 사용 가능 한가? 어떻게 하면 되는가? http://www.coderxo.com/adwordsTool.html 위 사이트에서 구글 adword api 사용방법을 설명하고 있다. ============================= 목적은 google keyword tool 키워드 검색후결과와 실제 구글 검색결과 값이 50만이하인 키워드를 정렬하기 위함이다. 2013. 6. 20.
반응형