IXMLDOMNodeList Interface Supports iteration through the live collection, in addition to indexed access. This interface inherits from IDispatch. Methods item Allows random access to individual nodes within the collection. length Indicates the number of items in the collection. nextNode Returns the next node in the collection. reset Resets the iterator. Remarks A NodeList collection is live; that..
์ผ๋ฐ์ ์ผ๋ก ์น๋ธ๋ผ์ฐ์ ์์ txtํ์ผ๋ฑ์ ๋ค์ด๋ก๋๊ฐ ๋์ง ์๊ณ ๋ฐ๋ก ์น๋ธ๋ผ์ฐ์ ๋ฅผ ํตํด ์ด๋ฆฌ๋๋ฐ ์ด๋ฐ txt์ข ๋ฅ์ ํ์ผ๋ ๋ฌด์กฐ๊ฑด ๋ค์ด๋ก๋ ๋๊ฒ ํ๋ ์์ค์ ๋๋ค. Response.ContentType = "application/unknown" 'ContentType์ ์ ์ธ Response.Addheader "Content-Disposition", "attachment; filename=" & ํ์ผ์ด๋ฆ 'ํค๋๊ฐ์ด ์ฒจ๋ถํ์ผ์ ์ ์ธํฉ๋๋ค. Set objStream = Server.CreateObject("ADODB.Stream") 'Stream์ ์ด์ฉํฉ๋๋ค. objStream.Open '๋ฌด์์ด๋ Set์ผ๋ก ์ ์ํ์ผ๋ฉด ์ด์ด์ผ ๊ฒ ์ง์^^ objStream.Type = 1 objStream.LoadFromFile Ser..
dextupload ์ปดํฌ๋ํธ๋ฅผ ์ฌ์ฉํ๊ณ ์์ต๋๋ค. 10kb ์ดํ๋ ์ ๋ก๋๊ฐ ์๋๋๋ฐ ๊ทธ ์ด์์ ์ ๋ก๋๊ฐ ์๋๊ณ ๋ค์๊ณผ ๊ฐ์ ์๋ฌ๊ฐ ๋น๋๋ค. ##### ์๋ฌ ๋ฉ์ธ์ง #### DextUpload error '800a0006' overflow ##### //์๋ฌ ๋ฉ์ธ์ง #### ์ด๋๋ถ๋ถ์ด ์๋ชป๋๋์ง ๋ชจ๋ฅด๊ฒ ๋ค์.. ์์ ์ ์ด๋ฐ๊ฒฝ์ฐ๊ฐ ์์ด์ ์๋ฒ์์ ์ด๋์ชฝ์ ์ ๋ฆฌํด์ค๊ฑฐ ๊ฐ์๋ฐ ๊ธฐ์ต์ด ์ ์๋๋ค์.. ์์๋ ๋ถ์ ๋ต๋ณ ์ข ๋ถํ๋๋ฆฝ๋๋ค.~~ [๋ต๋ณ]๋ฒ์ ์ ํ์ธํด ๋ณด์ธ์.. ํฌํ ์ต ๋ฉ๋ด์์ image-image size ์์ resolution ์ 100 ์ดํ๋ก ๋จ์ด๋จ๋ ค ๋ค์ ์ ์ฅํด์ ์ฌ๋ ค ๋ณด์๋ฉด ์ฌ๋ผ๊ฐ ๊ฒ๋๋ค. ์ ๋ resolution ์ด ๋์ ๊ฒ์ ์์ฌ๋ผ๊ฐ๋๊ฐ ์๋๊ตฐ์. ๊ทธ๊ฑฐ.. ๋ฒ์ 2.0๊น์ง์ ๋ฒ๊ทธ์๋๊ฑธ๋ก ๊ธฐ์ต..
ํ์๊ฐ์ ์์ ์ฒ๋ฆฌํ์ด์ง๊ฐ ๋๋ฒ์ฉ ํธ์ถ๋์ด... ํ๋ฒ ์ ์ฅ์ ํ ํ์ ๋ ์ ์ฅํ๊ธฐ ๋๋ฌธ์ ๊ฐ์ ์ฒ๋ฆฌ ๋ถ๋ถ ์์ค์์ ์์ด๋ ์ฒดํฌํด์ ์ค๋ณต์ ํผํ๋ ์์ค๋ฅผ ๋ฃ์ด๋์๋ค. ๋๋ฒ์ฉ ํธ์ถ์ด ๋์๋ ๊ฒ์ด๋ค. ์์ธ์? submit()์ด ๋๋ฒ๋๊ฒ ์ด๋๋ถ๋ถ์์? ์ด๋ ๊ฒ Return ์ ๋ฐ๊ฒ ํด๋๊ณ ์ function check() { ๊ฐ์ฒดํฌ๋ฅผ ๋ชจ๋ ๋ง์นํ์ form.action = ""; form.submit(); // ์ด๊ฒ๋์ ์ return true } ์ด๋ ๊ฒ ํด์ ๋๋ฒ์ฉ ๋์๋ ๊ฒ์ด๋ค. ๋๋ฒ์ฉ ํธ์ถ๋๋ ๊ฒ์ ๋ง๋ ๋ฐฉ๋ฒ์ ์์ form.submit()์ ๋นผ๊ณ return true๋ฅผ ํ๋ฉด ๋จ...
ASP ๊ณ ๊ธ ๊ธฐ์ (์ถ์ฒ : http://www.microsoft.com/korea/technet/IIS/Tips/asptips17_29.asp) ์์ฃผ ์ฌ์ฉ๋๋ ๋ฐ์ดํฐ๋ ์น ์๋ฒ์ ์บ์ํ๋ผ ๊ฐ. ์์ฃผ ๋ณ๊ฒฝ๋์ง ์๋ ๊ฒ์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์์ ์ง์ ์ก์ธ์คํ์ง ๋ง๊ณ ์บ์ฌํ๋ผ. ๋. ์บ์ฌ ๋์ : ์ฝค๋ณด ์์ ๋ชฉ๋ก, ์ฐธ์กฐ ํ ์ด๋ธ, DHTML ์คํฌ๋ฉ, XML(Extensible Markup Language) ๋ฌธ์์ด, ๋ฉ๋ด ํญ๋ชฉ๊ณผ ๋ฐ์ดํฐ ์๋ณธ ์ด๋ฆ(DSN), ์ธํฐ๋ท ํ๋กํ ์ฝ(IP) ์ฃผ์ ๋ฐ ์น ๊ฒฝ๋ก๋ฅผ ํฌํจํ๋ ์ฌ์ดํธ ๊ตฌ์ฑ ๋ณ์ ๋ค. HTML ๋ฌธ์๋ก ์ ์ฅ ๋ผ. ์์ฃผ ์ฌ์ฉ๋๋ ๋ฐ์ดํฐ๋ ๋ฉ๋ชจ๋ฆฌ(Application๋ณ์๋ Session ๋ณ์)์ ์บ์ฌํ๋ค. ๋ง. ๋ฐ์ดํฐ ๋ฐ HTML์ ์น ์๋ฒ ๋์คํฌ์ ์บ์ํ์ญ์์ค (1) ๋ฉ๋ชจ๋ฆฌ์..
์ ์ฉํ ํจ์๋ค ์ค ํ๋. function AlertHistoryBack(message) AlertHistoryBack="" End function function GotoHistoryBack() GotoHistoryBack="" End function function GotoUrl(url) GotoUrl="" End function function GototUrl_Reload(url) GototUrl_Reload="" End function function AlertClose(message) AlertClose="" End function function PopClose() PopClose="" End function function PopClose_Reload() PopClose_Reload="" En..
๊ฒฝ๋ก:http://๋งน.asp/10_board/board_01_01.asp ์์ '10_board' ๋ง ๋์ง์ด ๋ด๊ธฐ auth_page = Mid(auth_url, inStr(auth_url, "/")+1,9) 'auth_url ์ ์ฒด ๊ฒฝ๋ก์์ /์ ์ฐพ๋๋ค.(์ฒ์ ๊ฑธ๋ฆฌ๋๊ฑธ ๋จผ์ ์ฐพ์) '1์นธ ์ ์บ๋ฆญํฐ๋ฅผ ์ฐพ๋๋ค. '๊ฑฐ๊ธฐ์๋ถํฐ 9์๋ฆฌ๊น์ง๋ฅผ ๋ฝ์๋ธ๋ค. response.wite auth_page ๊ฒฐ๊ณผ =============================== 10_board
- Total
- Today
- Yesterday
- ์๋ธ๋ฆฟ
- ๋ด๋๋ด์ฐ
- Java
- ๊ธฐํ
- jQuery
- Ajax
- asp
- JSTL
- EL
- 8๋ง์ผ
- Servlet
- ๋ฉ๋ฐฐํ
- ์ธํจ์ด
- JSON
- JS
- ์นด๋ฐ์จ๋ผ์ธ
- I Don't Care
- ์๋ฆฌ
- ๊ฒฝ์ ์ฉ์ด
- ์น์์ด์ ์
- MySQL
- JSP
- ์์์ฌ์ด๋
- ๋ณต๊ทผ์ด๋
- ํจ์
- ๋์ค
- php
- JavaScript
- ์๋ฐ์คํฌ๋ฆฝํธ
- 2ne1
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |