목록개발 (19)
개발 노트
sudo passwd `계정명` Changing password for user root. New password: Retype new password: passwd: all authentication tokens updated successfully.
작동 로그 확인 > vi /var/mail/root 스케줄러 동작 확인 > ps aux | grep crond 스케줄러 재실행 > systemct restart crond 스케줄러 확인 > crontab -l 스케줄러 편집 > crontab -e [php 파일 호출] - Codeigniter 일 경우 > 5 0 * * * /usr/bin/php -e "파일 경로" "Class명" "function명" >> ex) 5 0 * * * /usr/bin/php -e /var/www/test/index.php user setUserList ** 오류 발생시 - Undefined $_SERVER (Server에서 파일을 바로 호출하기에 접속 정보가 없어서 오류 발생) - index.php에서 아래 내용 추가 > i..
참고한 Github : github.com/lucianocosta/jquery.mtz.monthpicker lucianocosta/jquery.mtz.monthpicker Monthpicker, the missing JQuery widget. Contribute to lucianocosta/jquery.mtz.monthpicker development by creating an account on GitHub. github.com [ 수정사항 ] - 년도 좌/우 이동 버튼 기능 추가