애니메이션 참고 url
https://michalsnik.github.io/aos/ https://scrollmagic.io/ http://scrollmagic.io/examples/expert/bezier_path_animation.html
Developer Tech blog
https://michalsnik.github.io/aos/ https://scrollmagic.io/ http://scrollmagic.io/examples/expert/bezier_path_animation.html
중앙탑 사적공원 하강서원 – 모현정 무술공원 = (라이트월드 오후6시 부터) 탄금대 공원 – 무술공원 옆 충주 시장 수주팔봉 비내섬
고기 https://blog.naver.com/yippee0112/221364147781 : 갈비연구소 https://blog.naver.com/hankhoon2/221652565046 : 본때 이수점 https://blog.naver.com/jsperformance11/221603507168 : 우마이 https://blog.naver.com/muzik620/221329251813 : 곰집(곰장어/갈비살) https://blog.naver.com/je84617/221528592997 : 고놈들 https://blog.naver.com/pooh8041/221644261695 : 동굴 화로구이 https://blog.naver.com/greendduddu/221541513601 : 육촌 https://blog.naver.com/niceinyoung?Redirect=Log&logNo=221566970043 : 그릴진 https://blog.naver.com/somnari3?Redirect=Log&logNo=221678923922 : 칠성구이식당 https://blog.naver.com/cjstkslal?Redirect=Log&logNo=221663696641 : 맛찬들왕소금구이 https://blog.naver.com/hongsak3508/221576991152 : 마왕족발 https://wndus148.blog.me/221552141167 : 족발 야시장 https://blog.naver.com/andspring12/221577340437 : 조가네 족발 https://blog.naver.com/bienrh128/221670884500 : 보쌈 https://blog.naver.com/hjse2005/221668683578 : 차돌돈가 https://blog.naver.com/dichgoda/221570789568 : 흑도 https://blog.naver.com/asfhak777/221703989887 :… read more »
가볼만한 곳 https://bbs.ruliweb.com/hobby/board/300260/read/30548909?page=3 https://anndam.blog.me/221477181036 https://gnfeel.blog.me/221598659506 http://goatmall.net/221614392415 https://blog.naver.com/g1717/221571173406 https://blog.naver.com/lyu1388/221480222893 매미성 : https://blog.naver.com/about_lsj/221592630684 부산 맛집 원조기장곰장어 : https://jiaco.tistory.com/23 조은횟집 : https://blog.naver.com/purefury/221622766414 성림횟집 : https://blog.naver.com/me486me486/221582491710 규장(소고기) : https://blog.naver.com/sulleimjoeun/221622689947 대박통(문어구이) : https://blog.naver.com/www7582/221533081872 뽀뽀통닭 : https://blog.naver.com/webkim/221366973493 가야밀면 : https://blog.naver.com/genoside55/221301465774 담양 보성녹차밭 대한다원 : https://blog.naver.com/zaerac/221559822806
HTML
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<div id="specificChart" class="donut-size"> <div class="pie-wrapper"> <span class="label"> <span class="num">0</span><span class="smaller">%</span> </span> <div class="pie"> <div class="left-side half-circle"></div> <div class="right-side half-circle"></div> </div> <div class="shadow"></div> </div> </div> <button type="button" id="btn1">10%</button> <button type="button" id="btn2">30%</button> <button type="button" id="btn3">50%</button> <button type="button" id="btn4">70%</button> <button type="button" id="btn5">100%</button> |
CSS
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
@import url(https://fonts.googleapis.com/css?family=Lato:700); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0px; margin: 0px; padding: 0px; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /*!normalize.css v3.0.3|MIT License|necolas.github.io/normalize.css*/ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; text-transform: none; } select { text-transform: none; } button, html input[type="button"] { -webkit-appearance: button; cursor: pointer; } input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input::-moz-focus-inner { border: 0; padding: 0; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } *, *:before, *:after { box-sizing: border-box; } html, body { background: #ECF0F1; padding: 10px; color: #444; font-family: 'Lato', Tahoma, Geneva, sans-serif; font-size: 16px; } p { text-align: center; margin: 80px 0px 0px 0px; color: #7F8C8D; } code { color: #1ABC9C; } .donut-size { font-size: 12em; } .pie-wrapper { position: relative; width: 1em; height: 1em; margin: 0px auto; } .pie-wrapper .pie { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; clip: rect(0, 1em, 1em, 0.5em); } .pie-wrapper .half-circle { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 0.1em solid #1abc9c; border-radius: 50%; clip: rect(0em, 0.5em, 1em, 0em); transition:1s all; } .pie-wrapper .right-side { transform: rotate(0deg); } .pie-wrapper .label { position: absolute; top: 0.52em; right: 0.4em; bottom: 0.4em; left: 0.4em; display: block; background: none; border-radius: 50%; color: #7F8C8D; font-size: 0.25em; line-height: 2.6em; text-align: center; cursor: default; z-index: 2; } .pie-wrapper .smaller { padding-bottom: 20px; color: #BDC3C7; font-size: .45em; vertical-align: super; } .pie-wrapper .shadow { width: 100%; height: 100%; border: 0.1em solid #BDC3C7; border-radius: 50%; transition:1s all; } |
JS
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
function updateDonutChart (el, percent, donut) { percent = Math.round(percent); if (percent > 100) { percent = 100; } else if (percent < 0) { percent = 0; } var deg = Math.round(360 * (percent / 100)); if (percent > 50) { $(el + ' .pie').css('clip', 'rect(auto, auto, auto, auto)'); $(el + ' .right-side').css('transform', 'rotate(180deg)'); } else { $(el + ' .pie').css('clip', 'rect(0, 1em, 1em, 0.5em)'); $(el + ' .right-side').css('transform', 'rotate(0deg)'); } if (donut) { $(el + ' .right-side').css('border-width', '0.1em'); $(el + ' .left-side').css('border-width', '0.1em'); $(el + ' .shadow').css('border-width', '0.1em'); } else { $(el + ' .right-side').css('border-width', '0.5em'); $(el + ' .left-side').css('border-width', '0.5em'); $(el + ' .shadow').css('border-width', '0.5em'); } $(el + ' .num').text(percent); $(el + ' .left-side').css('transform', 'rotate(' + deg + 'deg)'); } $('#btn1').on('click' , function(){ updateDonutChart('#specificChart', 10, true); }) $('#btn2').on('click' , function(){ updateDonutChart('#specificChart', 30, true); }) $('#btn3').on('click' , function(){ updateDonutChart('#specificChart', 50, true); }) $('#btn4').on('click' , function(){ updateDonutChart('#specificChart', 70, true); }) $('#btn5').on('click' , function(){ updateDonutChart('#specificChart', 100, true); }) |
java 언어와 java 프로그램 Sun Mocrosystems의 제임스 고슬링 1990년 그린 프로젝트와 Oak 언어 1995년 java와 HotJava 발표 웹의 확산과 함께 조목을 받음 1996년 1월 JDK1.0발표 1998년 java2 SDK, SE 1.2 (J2SE 1.2 또는 java2) 2014년 java platform(JDK) SE 8 2009년 Oracle이 Sun을 인수함 java 언어의 특징 C/C++ 언어와 유사하나 단순함 플랫폼에 독립적 완전한 객체지향 언어… read more »
시험 범위 Java프로그래밍 : 교재 1장~6장(해당 멀티미디어 강의 포함) / 3학년 – 2019-06-09 / 15:40 ~ 16:40 (대체시험) 데이터베이스 : 교재 1장~4장(해당 멀티미디어 강의 포함) / 3학년 – 2019-06-09 / 15:40 ~ 16:40 (대체시험) 모바일앱프로그래밍 : 교재 1장~6장(멀티미디어 1강~6강) / 4학년 – 2019-06-09 / 17:00 ~ 17:45 (대체시험)
※ 교재의 주요 용어 부분에서 언급된 태그와 그것의 하위 태그, 그리고 HTML5에서 더 이상 지원되지 않는 태그의 경우에는 정리 대상에서 제외한다. 태그는 알파벳순으로 각각 번호를 매겨서 정리한다. 각 태그의 설명에는 태그의 기능, 주요 속성, 그리고 간단한 활용 예시를 반드시 포함해야 한다. ※ 태그의 속성이 없는 경우에는 속성 설명은 생략 가능하며, 해당 태그(속성 포함)의 사용 방법을… read more »
<과제 작성시 지시사항> 제출 파일: 아래한글 또는 MS-word 파일 (PDF 불가) ※ 아래한글 기준: (글자크기: 11 포인트), (줄간격: 130%) 파일 용량: 5MB 이내. 이를 초과하는 경우 온라인 제출이 불가하므로 특히 그림을 삽입하는 경우에는 주의가 요구됨 작성 분량: 7쪽 이하(A4 기준, 1쪽은 표지, 2쪽부터 정리) ※ 작성 분량을 초과한 경우에는 초과 분량에 비례해서 감점 처리됨 인터넷이나… read more »
form action method name accept-charset autocomplete enctype novalidate target input type text & password autofocus name size maxlength value placeholder disabled radio & checkbox name value checked hidden file & image accept multiple submit reset button search tel pattern url email number range color datepickers date month week time datetime datetime-local submit reset textarea select… read more »