Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 링크하드
- Nas
- 에쿠스 콘솔박스
- 신혼여행
- 사진강좌
- Lotus Notes
- minipresso
- SQL
- 사진용어
- glossary
- 자바스크립트
- 사진
- JavaScript
- ODBC
- 자작 콘솔
- Photo
- ASP.NET
- 용어정리
- C#
- linkhard
- DICTIONARY
- AS
- 커피
- 로터스 노츠
- 뉴칼레도니아
- Attribute
- domino
- 노출
- Lotus Script
- generic
Archives
- Today
- Total
목록Web (2)
바라기의 이야기
서버에 존재하는 파일을 로컬로 내려주는 코드 샘플
string destFile = strTempDir + strFileName + ".docx"; FileStream sm1 = File.OpenRead(destFile); Response.ClearHeaders(); Response.ClearContent(); Response.Clear(); Response.ContentType = "application/vnd.openxmlformats-officedocument.wordprocessingml.document"; Response.AddHeader("Content-disposition", "attachment;filename=" + "OKOK.docx;"); Response.AddHeader("Content-Length", sm1.Length.ToStri..
Develop/.NET
2010. 10. 8. 19:07
XML에서 공백처리
 
Develop/HTML&CSS
2010. 10. 8. 19:06