본문 바로가기

분류 전체보기

[PS] 한글 영문 메뉴 http://sensechef.com/93 더보기
[mysql] 동적 날짜 더하기 빼기 한달전 : date_add(now(), interval -1 month) 하루전 : date_add(now(), interval -1 day) 한시간전 : date_add(now(), interval -1 hour) 참고 : http://ingeni.tistory.com/entry/mysql-%ED%98%84%EC%9E%AC-%EC%8B%9C%EA%B0%84%EC%97%90%EC%84%9C-%EB%82%A0%EC%A7%9C-%EB%8D%94%ED%95%98%EA%B8%B0%EB%B9%BC%EA%B8%B0 더보기
[jquery][library] 날짜 선택 http://dubrox.github.io/Multiple-Dates-Picker-for-jQuery-UI/#demos 추천 기능 1. Set maximum picks2. Min and Max date 더보기
[jquery] attr $('#id").attr("readonly" true); $('#id").attr("disabled" true);$('#id").attr("disabled" false); 더보기
[link] 용량 계산기 (kb, mb, gb, tb, pb, 확산 Convert http://mwultong.blogspot.com/2008/01/kb-mb-gb-tb-pb-convert.html 더보기
[spring] 외부 경로 폴더 지정 더보기
[mysql] 오류- Incorrect string value 문자셋이 안맞아서 insert가 안됨 (utf-8 확임) 더보기
[CSS] 웹폰트(나눔고딕) @font-face {font-family:'NanumGothic'; src: url('../font/NanumGothic-Regular.eot');src: url('../font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),url('../font/NanumGothic-Regular.woff') format('woff'),url('.,/font/NanumGothic-Regular.ttf') format('truetype');font-weight: normal;font-style: normal;} body {font-family: 'NanumGothic';} 더보기
[HTML] 언더라인(underline), 밑줄, 밑줄여백, 밑줄 여백 일반 밑줄text-decoration 밑줄 여백#line:after { content: ''; width: 100%; height: 1px; display: block; position: absolute; margin-top: 10px; border-bottom: 3px solid #f00;} 더보기
[HTML] 글자 자간, 줄간격 letter-spacing : 글자간의 간격 조절word-spacing : 단어간의 간격 조절 line-height : 줄과 줄의 간격, 보통은 % 단위로 지정 더보기