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
- 4-way-handshake
- try-catch
- try-catch-finally
- GC
- Kotlin
- try-with-resources
- zipWith
- closeable
- springboot
- execution engine
- tcp
- 날짜쿼리
- 코딩테스트
- circuitbreaker
- n+1
- webflux
- Class Loader
- 람다표현식
- AutoCloseable
- java
- Runtime data area
- wagon-ssh
- Hotspot VM
- jetbrain
- jvm
- resilience4j
- 동작방식
- feign
- intelij
- optional
Archives
- Today
- Total
JuBin's personal study blog
HTML 자주쓰이는 META 태그 정의 본문
반응형
<meta http-equiv="Refresh" content="60" />
>> 60초마다 새로고침을 정의
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
>> 캐시가 되지 않도록 정의
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
>> 문자코드의 종류설정
반응형