일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- XML
- tempDB
- update
- xmldom
- array
- MSSQL보안
- VARIABLE
- sql랭킹
- 자바기초
- VarType
- jdbc driver
- WML
- wap
- 한글입력체크
- sql업데이트
- 이미지세로길이
- instr
- asp함수
- ERD
- JavaScript
- join
- 이미지가로길이
- 인젝션
- SPLIT
- FileSystemObject
- injection
- 정규식
- inner join
- javascript 한글입력체크
- sql순위
- Today
- Total
목록분류 전체보기 (384)
3초기억력
Examples using CDOSYSSending a text e-mail: Sending a text e-mail with Bcc and CC fields: Sending an HTML e-mail: Sending an HTML e-mail that sends a webpage from a website: Sending an HTML e-mail that sends a webpage from a file on your computer: Sending a text e-mail with an Attachment: Sending a text e-mail using a remote server: 출처 : http://www.w3schools.com/asp/asp_send_email.asp
List of mime types application/andrew-inset ez application/mac-binhex40 hqx application/mac-compactpro cpt application/mathml+xml mathml application/msword doc application/octet-stream bin dms lha lzh exe class so dll application/oda oda application/ogg ogg application/pdf pdf application/postscript ai eps ps application/rdf+xml rdf application/smil smi smil application/srgs gram application/srg..
제목 : VBScript VarType Function 8 2 5 1 0 11 내용 : The VarType function returns a value that indicates the subtype of a specified variable. (해석 : VarType 함수는 지정된 변수의 종류를을 나타내는 값. ) The VarType function can return one of the following values: (해석 : VarType 함수는 다음 값 중 하나를 반환할 수 있습니다 : ) 0 = vbEmpty - Indicates Empty (uninitialized) 1 = vbNull - Indicates Null (no valid data) 2 = vbInteger - Indicate..
제목 : html 중 img 태그 내부 속성값만 가져오기 결과 1. 이미지 태그만 가져오기 2. 이미지 경로만 가져오기 http://i2.media.daumcdn.net/photo-media/201104/15/ned/20110415101809573.jpg http://i2.media.daumcdn.net/photo-media/201104/15/ned/20110415101809573.jpg 3. 이미지 가로길이만 가져오기 500 500 4. 이미지 세로길이만 가져오기 646 646 5. 이미지 ID값만 가져오기 1 2
제목 : 정규식을 이용한 html 중 img 태그만 추출 '************************************************** '*** 정규식으로 이미지만 뽑아내기 제거 '************************************************** Set regEx = New RegExp ' 정규식을 작성합니다. regEx.IgnoreCase = True ' 대/소문자 구분 안함을 설정합니다. regEx.Global = True ' 전역을 설정합니다. ''' 1. 이미지 태그만 가져오기 regEx.Pattern = "" ' 패턴을 설정합니다. Set Matches = regEx.Execute(html) ' 찾기를 실행합니다. RetStr = "" For Each Ma..
제목 : 오라클 BLOB type 에 외부 URL 이미지의 Binary 를 insert 하고, view 하는 소스 1. form 파일 : form.asp 2. process.asp 확인하러 가기 () 3. view.asp 오라클 BLOB type 에 이미지를 저장 후 페이지에서 보여주기 인데, 특이한건, 외부 URL 에서 이미지를 가져와서 처리하는 법 출처 :
제목 : ASP, Upload컴포넌트 활용. 오라클 insert, select 하는 법 I. Upload the File Select a file to upload:
제목 : ASP - 이미지 URL경로의 BinaryWrite 하기 내용 : 확장자를 추출하는 function 이용해서 contenttype 찾고, 처리하면 될듯 Get 방식은 주석부분에서 하나 선택 테스트해본 결과 제대로 Binary로 write 됨. 오라클 DB 에 BLOB 타입으로 넣으면 되려나... 출처 :
RSS 표준별 XML구조. RSS테그 설명 ITEM : 게시판의 글이나 이에 해당하는 하나의 포스트 RSS2.0 : rss - channel - title : 블로그 타이틀 - image - url : 블로그 대문의 이미지 - description : 블로그 추가 텍스트 - item - category : 블로그 포스트의 카테고리 - title : 블로그 포스트의 제목 - description : 블로그 포스트의 내용 - pubData : 블로그 포스트가 생성된 시각 RSS1.0 : RDF - channel - title : 블로그타이틀 - description : 블로그 추가 텍스트 - image : 블로그 대문의 이미지 - item - category : 블로그 포스트의 카테고리 - title : 블..