일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SSRS
- jQuery
- javascript
- 윈도우
- CONVERT()
- 단축키
- aspnet
- attr()
- 리포팅서비스
- 이클립스
- 엑셀
- windows
- 비주얼스튜디오
- DataGrid
- ASP
- 오라클
- MS
- 마이크로소프트
- Excel
- IIS
- 자바스크립트
- replace()
- 윈폼
- microsoft
- MSSQL
- 태그를 입력해 주세요.
- Winform
- 프로시저
- oracle
- c#
- Today
- Total
DJ메탈짱™의 Free Style
[ 하이퍼 링크 사용 ] http://stackoverflow.com/questions/4253299/how-to-open-the-save-as-dialog-on-click-of-the-image [ Html 헤더(meta태그)에 다운로드 정의하는 방법 ] http://stackoverflow.com/questions/3802510/force-to-open-save-as-popup-open-at-text-link-click-for-pdf-in-html [ 자바스크립트 사용 ] http://dl.dropboxusercontent.com/u/35146/ieSaveAs.html var win; function check() { if (win.document.readyState=='complete'){ win...
중년기사 김봉식 쿠폰 (페이스북) 12/6 BESTGAME 12/11 COINEVENT 12/14 TOHEAVEN 페이스북 공식 https://www.facebook.com/MAF-Games-555595311245535/
파일명,일업로드, 다국어, 한글,영문 확인하기,GetByteCount(),Length using System.Text;string 파일명 = "대한민국"; if (파일명.Length == Encoding.Default.GetByteCount(파일명)){Response.Write("파일명에 한글이 포함되어 있습니다.");} 파일명 변수에 영문이 아닐 경우 GetByteCount(), Length 로 반환되는 정수값이 다르게 반환되어 catch할 수 있고,반대일 경우에는 GetByteCount(), Length 로 반환되는 정수값이 동일하게 나와. 구분 가능하다.