일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- sleep()메소드
- interrupt()
- String char[] 형변환
- 표현 언어
- include지시자
- char[] String 형변환
- isinterrupted()
- 동기화
- 상관 서브 쿼리
- Linux세팅
- StringReader
- MemoryStream
- 스레드그룸
- 상관서브쿼리
- StringWriter
- Linux셋팅
- first-of-child
- first-child
- interrupted()
- 메모리스트림
- 리눅스세팅
- 아이디중복
- ObjectInputStream
- ThreadGroup()
- include액션태그
- InputDialog
- Daemon()
- ID중복
- include 지시자
- 리눅스셋팅
- Today
- Total
목록Web (124)
다연이네
css 텍스트 효과 1. text-overflow 속성 : 표시되지 않는 오버플로된 텍스트(콘텐츠)가 사용자에게 신호를 보내는 방법을 지정 - text-overflow: clip; 그냥 끊음 - text-overflow: ellipsis; 줄임표 ...마크가 보임 2. word-wrap 속성 : 단어가 길어서 중간에 분할(줄바꿈)할 때 사용하는 속성 - word-wrap: break-word; 긴 단어를 분리해서 줄바꿈 3. word-break 속성 : 포함되(줄바꿈)어 넘쳐도 줄바꿈 안하고 쭈욱 white-space: normal; /* 넘치면 줄바꿈 */ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem rerum. Cupiditate co..
그라디언트 효과 둘 이상의 지정된 색상간의 부드러운 전환 효과 ㄱ. 선형 그라디언트 (아래->위 / 위->아래 / 오->왼 / 대각선 등) background: linear-gradient(red, yellow); ㄴ. 방사형 그라디언트(중심에서부터 번져나감) background: radial-gradient(red 5%, yellow 15%, green 60%); 그림자 효과 ㄱ. 텍스트 text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; ㄴ. 박스 box-shadow: 10px 10px 5px 3px gray; Hello World - 테두리 효과처럼 그림자 지정 box shadow Card Sample 1 January 1, 202..
다중 배경 Lorem ipsum dolor. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sed dolorem ex nemo repellendus commodi ipsa aut dolor quaerat est omnis. Labore amet earum voluptate laborum dolor explicabo expedita autem minus et maxime sit voluptatem libero repellendus blanditiis sed facilis unde? 1) background-size 속성 배경 이미지 크기를 지정 가능하다. (100px 100px) contain, cover 등 속성도 사용 가능하다. backgroud..
1) 체크 표 만들기 여기서 X표와 체크표는 아이콘이다! Features Basic Pro Sample text Sample text Sample text Sample text Sample text 2) 사원 칩 만들기 위 칩의 x표를 누르면 밑처럼 사라진다. Bae Da Yeon × Bae Da Yeon Java Developer 3) 막대 그래프 너비가 400px보다 좁은 경우 일렬로 서고, 오른쪽의 숫자가 사라진다. 5 stars 150 4 stars 63 3 stars 15 2 stars 6 1 stars 20 평점:
1. 반응형을 이용해 화면이 600px보다 작아지면 주루룩 되게 한다. form 입력 양식 First Name Last Name Country Australia Canada Korea Subject
[속성명] [속성명=속성값] 속성명이 속성값과 일치하는 경우 a[title='flower']{ text-decoration: none; color: red; } [속성명^=속성값] where title like 'kbs%' 특정 문자열로 시작하는 a[title^='kbs']{ text-decoration: none; color: red; } [속성명$=속성값] where title like '%kbs' 특정 문자열로 끝나는 a[title$='kbs']{ text-decoration: none; color: red; } [속성명*=속성값] where title like '%flower%' 특정 단어을 포함하고 있는 a[title*='flower']{ text-decoration: none; color: r..
이미지 스프라이트 하나의 웹 페이지에 이미지가 많으면 이미지마다 요청해서 가져온다. 이는 로드하는데 오랜 시간이 걸리고, 서버에 하나하나 이미지를 가지러 가지 때문에 여러번의 요청이 발생한다. => 하나의 이미지가 다 들어가있는 것을 잘라서 사용하게 한다. (한번만 요청하도록) 이미지 스프라이트
이미지를 누르면 해당 이미지 URL로 연결된다. Responsive Image Gallery (반응형 이미지 갤러리) Add a description of the image here Add a description of the image here Add a description of the image here Add a description of the image here Lorem ipsum dolor sit amet, consectetur adipisicing elit. Praesentium voluptatibus neque laudantium sed nihil voluptates est adipisci beatae consequuntur dicta voluptatum enim labore nam e..