top of page

 

​사용하는 언어들

*Scratch

albert-park이 자주 쓰는 코딩 언어

*HTML

albert-park이 Wix이전에 누리집을 만들기 위해 사용함. 실제로 몇 개 만듦.(아래는 실제로 쓴 HTML문서)

<html>
<head>
<title>Albert-park</title>
<style type="text/css">
<!--
body {
background-image: url("프사.jpg")
background-repeat: no-repeat;
background-position: 0% 80%}
-->
</style>
<script language="JavaScript">
<!--
function getcookie(name)
{
var cname = name + "=";
var dc = document.cookie;
if (dc.length > 0) {
begin = dc.indexof(cname);
if (begin != -1) {
begin += cname.length;
end = dc.indexof(";", begin);
return unescape(dc.substring(begin, end);
}
}
return null;
}
function setcookie(name, value, exprise)
{
document.cookie = name + "=" + escape(value)
+"; path=/"
+((expires == null) ? "" : "; expires="
+ expires.toGMTString());
}
function get value(element)
{ var value = getCookie(element.name);
if (value != null) element.value = value;
}
function getValue(element)
{
var value = getcookie(element.name);
if (value != null) element.value = value;
}
function setvalue(element)
{
setCookie(element.name, element.value, exp);
}
//-->
</script>
</head>
<body bgcolor=#abcdef>
<H1 align="center">
<Font Face="Arial">
<u><i><b>Albert-park의 HTML홈페이지</b></i></u></font><HR><br>
<p>Albert-park의 애창곡</p>
<p><A HREF="https://www.youtube.com/watch?v=E9j1YFnI1G8">
<IMG SRC="프사.jpg"></A></P>
<form action="https://www.youtube.com/watch?v=E9j1YFnI1G8" Method="post">
<input type="submit" Value="유튜브로 이동">&nbsp;&nbsp;
<hr>
<form action="http://scratch.mit.edu/users/albert-park/" Method="post">
<input type="submit" Value="albert-park의 스크래치 사이트로 이동">&nbsp;&nbsp;
</body>
</html>

*Visual Studio

albert-park이 학교 도서관에서 발견한 것이지만 빌드를 할 줄 모름.

*Python

스니핑,스푸핑,트로이 목마,키로깅에 이용하지만 제대로 한 건 없음.

  • Google+ - Grey Circle
  • Facebook - Grey Circle
  • Twitter - Grey Circle

메시지가 성공적으로 전송되었습니다!

전화 02-000-0000

이메일 info@mysite.com

bottom of page