뉴비를 위한 iOS 분석 첫걸음 (2012.12.06) 예엣날에 작성한 기술문서를 발견하여 포스팅해봅니다. 요새는 각종 보안패치가 되어있어 참고용으로만 봐주시면 좋겠습니다. 더보기 메인접속시 가장 최근에 수정한 jsp파일로 자동 접속하기 이전글(netstat.tistory.com/43)과 같은 이유로 작성하게되었다. eclipse에서 Dynamic Web Project를 만들고 만들시 Context root 경로를 "/" 로 지정한다. WebContent 폴더안에 아래와 같은 index.jsp 파일을 만들고 서버설정을 완료하면 이후 서버루트 경로(http://localhost:8080/)에 접근시 가장 최근에 수정된 jsp파일로 접속되게된다. 더보기 [php] 메인접속시 가장 최근에 수정된 파일로 자동 접속하기 index.php를 아래와 같이 설정해주면 된다. 디버깅 작업시 일일이 파일경로를 입력하지 않아도 되어 유용하다. 원출처: stackoverflow.com/questions/9371944/php-how-to-get-most-recent-file-from-directory-and-subdirectories PHP - how to get most recent file from directory AND subdirectories I have used the following script to correctly display ALL files from the selected directory and its sub-directories. Does anyone know how to modify this code o.. 더보기 이전 1 2 3 4 ··· 11 다음