Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- plugin
- import
- ssh
- port
- context
- maVen
- vscode
- 단축키
- GIT
- Mac
- IntelliJ
- Windows 10
- JavaScript
- web.xml
- Quartz
- VirtualBox
- grep
- netsh
- profile
- tomcat
- lsof
- find
- 네트워크
- resource
- 줄바꿈 문자
- Windows
- xargs
- bash
- Source
- Eclipse
Archives
- Today
- Total
develog
[Java] 캐시 무효화 본문
response.setHeader("Cache-Control", "no-cache, no-store, must-revalidate");
response.setHeader("Pragma", "no-cache");
// response.setDateHeader("Expires", 0);
'Dev > Java' 카테고리의 다른 글
[Java] HttpServletRequest getRemoteAddr IPv4 설정 (0) | 2018.02.14 |
---|---|
[iBatis] Dynamic SQL (0) | 2017.08.29 |
[Java] java.lang.UnsupportedClassVersionError (0) | 2017.06.09 |
[iBatis] ibatis anonymous plsql block (0) | 2017.06.08 |
[SSL] openssl 로 자체 서명 인증서 만들기 | self signed certificate (0) | 2016.12.08 |
Comments