블로그
-
쟝 루이 바로
. --- I / 나 I A road opens to the sea, 모두 바다로 나가는 길이 열리고, All open — somewhere in Senegal, 모두 열리어 있다는 to the clean sound of an autumn wind brushing string.......
blog.naver.com · 2025.04.14
-
Chapter_No.3_03.Major Scale Open String
Major Scale Open String 엄청난 비밀이 숨겨 있는 그런건 절대 아니고요. 개방현을 넣고, 가장 낮은 데서 높은 곳으로 쭉쭉 해보는 연습이에요.
blog.naver.com · 2024.09.25
-
[메이브(MAVE) - PANDORA(판도라)/뮤비/파트별가사]
But so we are fearless 아무것도 막지 못해 Never been so careless [시우] 맞닿아 있는 두 세계 We need a love 더 세게 잡아 봐 String watch out) 다른 차원의 Enemy (careaful) 잃어버린 너를 잡아 [시우] (Shh)찾아, 숨겨 왔던 Secret Are you ready for this~ [타이라] Open
blog.naver.com · 2023.02.01
-
[영진전문대학 컴퓨터정보계열] 자료구조 실습
/** * * @author user */ public class Card { private String name="무명씨"; private String tel=""; public ; public Card(String name, String tel, Card next) { this.name = name; this.tel = tel; this.next = next
blog.naver.com · 2016.11.28
-
랜덤문자열을 이용한 2차도메인주소 만들기
2차도메인주소 만들기 비주얼스튜디오2013 Public Class Form1 Dim WinHttp As New WinHttp.WinHttpRequest Dim Notice As String With WinHttp .Open("GET", "http://xx/good.php") .Send() Notice = System.Text.Encoding.UTF8.GetString
blog.naver.com · 2016.11.15
-
[영진전문대학 컴퓨터정보계열] 자료구조 실습
. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /** * * @author user */ public class Card { private String name; private Card left; private Card right
blog.naver.com · 2016.11.28
-
2014년 3월 17일 오후 7시 38분에 저장한 글입니다.
One bear has its eyes open. It is awake. I see distant mountains. He is tangled in the string. Don’t worry! He can get out. My dad tumbled onto the ground.
blog.naver.com · 2014.05.06
-
파라미터 변조
파라미터 변조 파라미터는 사용자 입력폼, Query String(데이터 전달 값), HTTP 헤더 등의 애플리케이션에서 사용되는 정보 대부분을 의미하며, 다양한 방식으로 변조시도를 require(), include(), eval(), preg_replace(), exec(), passthru(), system(), fopen(), popen() 등 Perl open
blog.naver.com · 2011.09.13