태그>it(총 1999개의 글)
'it' 관련 최근글
-
- window.open 객체에 대한 통신 (window.postMessage) - wind..
-
IT개발자의 월세방 || Developer's Gyang blog by 혀비|2019/12/06 13:39
window.open으로 열은 새창이 정상적으로 Load가 되었는지 체크하고, 완료 되었을 경우 계산이 되게끔 하려고 함. 123456789//origin main site url - http://main.whereisthissite.comvar cnt = 0;var windowObj = window.open("http://sub.whereisthissi..
- window.open 객체에 대한 통신 (window.postMessage) - wind..
-
-
-
-
-
-
-
- 리눅스 crontab 관리 (작업예약 schedule- cron / at)
-
JH의 컴퓨터세상 by JH|2019/10/15 18:20
cron - 주기적으로 실행될 작업 예약 at - 한번만 실행될 작업 예약cron 서비스 데몬은 crond. at 서비스 데몬은 atd.crontab 형식 및 옵션#crontab -help usage: crontab [-u user] file crontab [-u user] [ -e | -l | -r ] (default operation is replac..
- 리눅스 crontab 관리 (작업예약 schedule- cron / at)