반응형
1. Base64로 인코딩해서 넘길 필요하가 있을 때,
디코딩하고 싶을 때
3. 파일카피 시 부하를 최소화 시키면 안정적으로 카피 핸들러
디코딩하고 싶을 때
* 인코딩
Set objEncode = Server.CreateObject("Base64Lib.Base64")
strEncodeData = objEncode.Encode(strContents)
Set objEncode = Nothing
Response.Write strEncodeData
* 디코딩
Set objDecode = Server.CreateObject("Base64Lib.Base64")
strDecodeData = objDecode.Decode(strContents)
Set objDecode = Nothing
Response.Write strDecodeData
2. 테이블 내역서 명세표 작성이 짜증날 때
ASP로 출력해주는 ~~
3. 파일카피 시 부하를 최소화 시키면 안정적으로 카피 핸들러
반응형
'생활정보 > 유용한 정보' 카테고리의 다른 글
| 넘 웃겨서 (0) | 2007.09.05 |
|---|---|
| 해외 주식시장 개장 시간 (0) | 2007.08.23 |
| MD5 알고리즘 (0) | 2007.04.20 |
| 브랜드스톡 선정 `2007년 1분기 100대 브랜드` (0) | 2007.04.19 |
| ASP에서 엑셀로 결과값 출력하기 (0) | 2007.04.17 |
invalid-file
invalid-file