Notice
Recent Posts
Recent Comments
준호씨의 블로그
Servlet Redirect 본문
반응형
response.setStatus(HttpServletResponse.SC_FOUND); //302
response.setHeader("Location", "http://www.daum.net");
참고
반응형
'개발이야기' 카테고리의 다른 글
osx - dyld: Library not loaded. Reason: image not found. DYLD_LIBRARY_PATH 설정 (0) | 2018.07.02 |
---|---|
osx - lldb import six, import weakref 오류. 직접 설치한 python 2 제거 (0) | 2018.07.02 |
테스트 주도 개발 Test-Driven Development By Example 스터디 (0) | 2018.06.22 |
perl - 소수점 자르기 (0) | 2018.06.18 |
IntelliJ Gradle 프로젝트 생성시 기본 디렉토리가 자동으로 생성 되지 않는 경우 생성 하도록 설정 방법 (0) | 2018.06.13 |
Comments