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 | 29 | 30 |
31 |
Tags
- 링크하드
- ODBC
- AS
- Nas
- 에쿠스 콘솔박스
- Lotus Notes
- Lotus Script
- 용어정리
- SQL
- linkhard
- DICTIONARY
- 자바스크립트
- minipresso
- Attribute
- 신혼여행
- 뉴칼레도니아
- C#
- JavaScript
- ASP.NET
- 사진강좌
- 사진
- 노출
- 자작 콘솔
- generic
- Photo
- glossary
- 사진용어
- 커피
- 로터스 노츠
- domino
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