This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os,shutil,magic | |
image = ['.jpeg','.png','.jpg','.gif','gif','jpg','png','jpeg'] | |
video = ['.mp4','.avi','.mpeg','mp4','avi','mpeg'] | |
audio = ['.mp3','.wav','mp3','wav'] | |
folder = input("ํด๋๋ช ์ ์ ๋ ฅํด์ฃผ์ธ์ : ") | |
if os.path.exists("{}/result".format(folder)) is False: os.mkdir("{}/result".format(folder)) | |
if os.path.exists("{}/result/img".format(folder)) is False: os.mkdir("{}/result/img".format(folder)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Internal error. Please report to http://jb.gg/ide/critical-startup-errors | |
java.lang.RuntimeException: java.lang.RuntimeException: java.io.EOFException | |
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:202) | |
at com.intellij.idea.MainImpl$1.lambda$null$0(MainImpl.java:49) | |
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) | |
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762) | |
at java.awt.EventQueue.access$500(EventQueue.java:98) | |
at java.awt.EventQueue$3.run(EventQueue.java:715) | |
at java.awt.EventQueue$3.run(EventQueue.java:709) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><!-- HTML5 ํ์ค์ด๋ผ๋ ๊ฒ์ ์ ์ธํ๊ธฐ ์ํจ --> | |
<html> <!-- html๋ฅผ ์ฌ์ฉํ๊ฒ ๋ค๋ ์ ์ธ๋ถ --> | |
<head> <!-- ๋ฌธ์์ ๋ณด์ด์ง ์๋ ์ ๋ณด๋ค์ ์งํฉ์ฒด --> | |
<title>Browser ์๋จ์ ํญ์ ๋ํ๋๋ ์ ๋ชฉ์ ์๋ฏธํด์!</title> | |
</head> <!--์ธ๋ถ ํ์ผ์ ๋ถ๋ฌ๋ค์ธ๋ค๋ ์ง, ์ ์ ์ ํ์ฉ ์ฌ์ดํธ์ ๊ด๋ จ์ ๋ณด๋ฅผ ๊ธฐ์ ํ๋ ๊ณณ --> | |
<body> <!-- ๋ง ๊ทธ๋๋ก์ ์๋ฏธ์ ๋๋ค. ๋ชธ์ฒด์ด๋ฉฐ, ์ด๊ณณ์ ์ฌ๋ฌ๋ถ์ ๋์์ธ์ ๊ฐ๊ฐ์ ๋ฝ๋ด์ค์ ์์ด์! --> | |
<h1>This Page is HTML Tutorial By GM yankee...</h1> <!-- Header๋ผ๊ณ ๋ค์ ํฌ์คํธ์์ ์ค๋ช ๋๋ฆฌ๊ฒ ์ต๋๋ค. ์ ๋ชฉ์ด๋ผ๊ณ ์๊ฐํ์๋ฉด ๋์! --> | |
</body>' <!--์ด ์์ ์น ํ์ด์ง์ ๋ด์ฉ์ด ๋ชจ๋ ๋ด๊ฒจ์ง๋ต๋๋ค. --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>h1 ํ๊ทธ ์ ๋๋ค.</h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>h2 ํ๊ทธ ์ ๋๋ค.</h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h3>h3 ํ๊ทธ ์ ๋๋ค.</h3> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h4>h4 ํ๊ทธ ์ ๋๋ค.</h4> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h5>h5 ํ๊ทธ ์ ๋๋ค.</h5> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h6>h6 ํ๊ทธ ์ ๋๋ค.</h6> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href='http://gmyankee.tistory.com'>GM Yankee ๋ธ๋ก๊ทธ ๋ฉ์ธํ์ด์ง!</a> | |
<br/> | |
<a href='http://www.naver.com'>๋ค์ด๋ฒ!</a> | |
<br/> | |
<a href="http://www.daum.net">๋ค์!</a> |
OlderNewer