|
|
 |
Ŭ¶ó¿ìµåű×
Api HTML javascript PHP CSS ¼îÇθô ¸ÞÀϸµ ¸ðµâ ASP zoom Slide mysql ´Þ·Â
|
 |
 |
| ÇöÀçÁ¢¼ÓÀÚ ¸í |
 |
|
|
|
|
|
|
 |
¼¹ö ¿À·ù ÆäÀÌÁö ÄܼÁÆ® ŸÀÌÆ÷ ¾Ö´Ï¸ÞÀÌ¼Ç µðÀÚÀÎ (500 Error) |
|
|
|
|
 |
¼Ò½ººÐ·ù |
±âŸȿ°ú |
|
 |
´Ù¿î·Îµå Ƚ¼ö |
2 ȸ |
|
|
 |
°£´Ü¼³¸í |
¼¹ö ¿À·ù ÆäÀÌÁö(500 error) ÄܼÁÆ®ÀÇ Å¸ÀÌÆ÷ ¾Ö´Ï¸ÞÀÌ¼Ç È¿°úÀÔ´Ï´Ù Æ÷Æ®Æú¸®¿À µî ´Ù¾çÇÏ°Ô ÀÀ¿ë °¡´ÉÇÕ´Ï´Ù |
|
|
|
|
|
|
|

¼¹ö ¿À·ù ÆäÀÌÁö(500 error) ÄܼÁÆ®ÀÇ Å¸ÀÌÆ÷ ¾Ö´Ï¸ÞÀÌ¼Ç È¿°úÀÔ´Ï´Ù
Æ÷Æ®Æú¸®¿À µî ¼Ò½º¸¦ º¯°æÇÏ¿© ´Ù¾çÇÏ°Ô ÀÀ¿ë °¡´ÉÇÕ´Ï´Ù.
HTML ±¸Á¶
<div id="particles-js"></div>
<div class="terminal-window">
<header>
<div class="button green"></div>
<div class="button yellow"></div>
<div class="button red"></div>
</header>
<section class="terminal">
<div class="history"></div>
$ <span class="prompt"></span>
<span class="typed-cursor"></span>
</section>
</div>
<!-- data -->
<div class="terminal-data mimik-run-output">
<br>Found 1 feature<br>
----------------------------------------------<br>
Feature: Bottles <span class="gray"># ./features/bottles.feature</span><br><br>
Scenario: A bottle falls from the wall<br>
<span class="green">✓</span> <span class="gray">Given 100 green bottles are standing</span><br>
<span class="green">✓</span> <span class="gray">when 1 green bottle accidentally falls</span><br>
<span class="green">✓</span> <span class="gray">then there are 99 green bottles standing</span><br>
<br>
<span class="gray"> ---------- ----------- ------- -------- --------</span><br>
Features Scenarios Steps Passed Failed<br>
<span class="gray"> ---------- ----------- ------- -------- --------</span><br>
1 1 4 <span class="green">✓ 4</span> 0 <br>
<br>
Completed 1 feature in 0.01s<br>
<br>
</div>
CSS ¼Ò½º(SCSS)
#particles-js {
position: absolute;
width: 100%;
height: 100%;
}
body {
background: #97cfca;
overflow: hidden;
}
.terminal-window {
text-align: left;
width: 37.5rem;
height: 22.5rem;
border-radius: .625rem;
margin: auto;
position: relative;
top: 10.5rem;
}
.terminal-window header {
background: #E0E8F0;
height: 1.875rem;
border-radius: .5rem .5rem 0 0;
padding-left: .625rem;
}
.terminal-window header .button {
width: .75rem;
height: .75rem;
margin: .625rem .25rem 0 0;
display: inline-block;
border-radius: .5rem;
}
.terminal-window header .button.green {
background: #3BB662;
}
.terminal-window header .button.yellow {
background: #E5C30F;
}
.terminal-window header .button.red {
background: #E75448;
}
.terminal-window section.terminal {
color: white;
font-family: Menlo, Monaco, "Consolas", "Courier New", "Courier";
font-size: 11pt;
background: #30353A;
padding: .625rem;
box-sizing: border-box;
position: absolute;
width: 100%;
top: 1.875rem;
bottom: 0;
overflow: auto;
}
.
.
.
JS ¼Ò½º
particlesJS("particles-js", {
"particles": {
"number": {
"value": 155,
"density": {
"enable": true,
"value_area": 789.1476416322727
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.48927153781200905,
"random": false,
"anim": {
"enable": true,
"speed": 1,
"opacity_min": 0,
"sync": false
}
},
"size": {
"value": 2,
"random": true,
"anim": {
"enable": true,
"speed": 2,
"size_min": 0,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 0.2,
"direction": "none",
"random": true,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "bubble"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 83.91608391608392,
"size": 1,
"duration": 3,
"opacity": 1,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
});
.
.
.
ÇØ´ç »çÀÌÆ®·Î À̵¿Çϰųª ÷ºÎÆÄÀÏÀ» ´Ù¿î·ÎµåÇÏ¿©
Àüü ¼Ò½º¸¦ È®ÀÎÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.
|
|
|
| ³×ƼÁð ÀÇ°ß ÀÌ¿ëÇϽŠÀÚ·áÀÇ Èı⸦ ÀÚÀ¯·Ó°Ô ÀÛ¼ºÇϼ¼¿ä. (»ó¾÷ÀûÀÎ ±¤°í ¹× µµ¹è¼º ±Û µîÀº »çÀüÅ뺸¾øÀÌ »èÁ¦µÉ ¼ö ÀÖ½À´Ï´Ù.) |
|