Skip to content

Instantly share code, notes, and snippets.

View gitgitWi's full-sized avatar
๐Ÿ’ฏ

gitgitWi gitgitWi

๐Ÿ’ฏ
View GitHub Profile
@gitgitWi
gitgitWi / aws-study-resource.md
Created June 8, 2020 04:54 — forked from serithemage/aws-study-resource.md
AWS ํ•™์Šต ์ž๋ฃŒ์ง‘

AWS ํ•™์Šต ๋งํฌ์ง‘ ์‹œ๋ฆฌ์ฆˆ

  • AWS ํ•™์Šต ์ž๋ฃŒ์ง‘ http://bit.ly/aws-study-resource
  • AWS ๊ณต์ธ ์†”๋ฃจ์…˜์Šค ์•„ํ‚คํ…ํŠธ - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/sacertguide
  • AWS ๊ณต์ธ ๊ฐœ๋ฐœ์ž - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/devcertguide
  • AWS ๋ณด์•ˆ ๊ด€๋ จ ์ปจํ…์ธ  ๋ชจ์Œ์ง‘ http://bit.ly/secontents
  • AWS ๋”ฅ๋Ÿฌ๋‹ ํ•™์Šต ์ž๋ฃŒ ๋ชจ์Œ์ง‘ http://bit.ly/dlonaws

AWS ํ•™์Šต ์ž๋ฃŒ์ง‘ (http://bit.ly/aws-study-resource)

AWS ์ดˆ๋ณด์ž์šฉ ๊ต์œก ์ž๋ฃŒ

<script type="text/javascript">
<!--
$(function() {
$('#btnClick').bind("click", function() {
alert('ํด๋ฆญ๋จ');
});
$('#btnClick').bind("mouseover", function() {
document.getElementById('btnClick').style.backgroundColor = 'red';
});