ํฐ์คํ ๋ฆฌ ๋ทฐ
728x90
SMALL
<%@ page language="java" contentType="text/html; charset=EUC-KR" pageEncoding="EUC-KR"
import="java.io.*, java.util.*"
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
<%
//request์ ์ ์ฅ๋ ๋ชจ๋ ์์ฑ๋ค์ ๊ฐ์ ธ์์ ๋ณด์ฌ์ฃผ์.
Enumeration en = request.getAttributeNames();
while(en.hasMoreElements()) {
//๋ฌธ์์ด๋ก ์บ์คํ
String name = (String)en.nextElement();
//์ด ์ด๋ฆ์ผ๋ก ์์ฑ๊ฐ์ ๊บผ๋ธ๋ค.
Object obj = request.getAttribute(name);
if(obj instanceof File) { //๋ ํ์ผ์ด๋?
//ํ์ผ ๊ฐ์ฒด๋๊น
File f = (File)obj;
out.println("ํ์ผ ํฌ๊ธฐ : " + f.length() + "bytes<br/>");
} else {
//๋๋จธ์ง๋ ๋ค ๋ฌธ์์ด๋ค์ด๋๊น.
String value = (String)obj;
out.println(name + " : " + value + "<br/>");
}
}
%>
</body>
</html>
import="java.io.*, java.util.*"
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
<%
//request์ ์ ์ฅ๋ ๋ชจ๋ ์์ฑ๋ค์ ๊ฐ์ ธ์์ ๋ณด์ฌ์ฃผ์.
Enumeration en = request.getAttributeNames();
while(en.hasMoreElements()) {
//๋ฌธ์์ด๋ก ์บ์คํ
String name = (String)en.nextElement();
//์ด ์ด๋ฆ์ผ๋ก ์์ฑ๊ฐ์ ๊บผ๋ธ๋ค.
Object obj = request.getAttribute(name);
if(obj instanceof File) { //๋ ํ์ผ์ด๋?
//ํ์ผ ๊ฐ์ฒด๋๊น
File f = (File)obj;
out.println("ํ์ผ ํฌ๊ธฐ : " + f.length() + "bytes<br/>");
} else {
//๋๋จธ์ง๋ ๋ค ๋ฌธ์์ด๋ค์ด๋๊น.
String value = (String)obj;
out.println(name + " : " + value + "<br/>");
}
}
%>
</body>
</html>
728x90
LIST
๋๊ธ
๊ณต์ง์ฌํญ
์ต๊ทผ์ ์ฌ๋ผ์จ ๊ธ
์ต๊ทผ์ ๋ฌ๋ฆฐ ๋๊ธ
- Total
- Today
- Yesterday
๋งํฌ
TAG
- Java
- ํจ์
- php
- ์น์์ด์ ์
- ๋์ค
- ๋ฉ๋ฐฐํ
- EL
- ์ธํจ์ด
- I Don't Care
- 2ne1
- 8๋ง์ผ
- jQuery
- asp
- ๊ฒฝ์ ์ฉ์ด
- JSP
- Ajax
- JSON
- JS
- ๋ด๋๋ด์ฐ
- JSTL
- ์์์ฌ์ด๋
- ์๋ฐ์คํฌ๋ฆฝํธ
- MySQL
- ์๋ธ๋ฆฟ
- ์๋ฆฌ
- ๊ธฐํ
- ์นด๋ฐ์จ๋ผ์ธ
- JavaScript
- ๋ณต๊ทผ์ด๋
- Servlet
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
๊ธ ๋ณด๊ดํจ
250x250