본문 바로가기

Application/Delphi Lecture126

indy 를 이용한 웹서버 파일 크기 알기 Http.Head(URL); dwFileSize := StrToInt(HTTP.Response.RawHeaders.Values['Content-Length']; ----------------------------------------------------------------------------------- Memo1.Clear; IdHTTP1.Head(URL); Memo1.Lines.Add(IdHTTP1.Response.RawHeaders.Text); 이렇게 하면 Date: Tue, 06 Jul 2004 23:57:44 GMT Server: Apache/1.3.27 (Unix) PHP/4.3.2 Last-Modified: Mon, 07 Jun 2004 08:43:47 GMT ETag: "5dc037-.. 2008. 8. 13.
URL File Format An Unofficial Guide to the URL File Format 3rd Edition Copyright 1998-2004 Edward L. Blake All Rights Reserved No part of this document may be reproduced in any form, mechanically or digitally, or transmitted or redistributed in any form by any means without the prior written permission from the author, Edward L. Blake. Edward Blake can be contacted at http://www.edwardblake.name/contact This ar.. 2008. 8. 13.
SHFileOperation 함수 설명 [함수 원형] WINSHELLAPI int WINAPI SHFileOperation( LPSHFILEOPSTRUCT lpFileOp ); [SHFILEOPSTRUCT 구조체] typedef struct _SHFILEOPSTRUCT{ HWND hwnd; UINT wFunc; LPCSTR pFrom; LPCSTR pTo; FILEOP_FLAGS fFlags; BOOL fAnyOperationsAborted; LPVOID hNameMappings; LPCSTR lpszProgressTitle; } SHFILEOPSTRUCT, FAR *LPSHFILEOPSTRUCT; [파라미터] hwnd 파일 동작 상태에 대하여 정보를 출력하기 위한 대화 상자의 윈도우 핸들 wFunc 수행할 동작. 이 멤버는 다음 값 중 하나.. 2008. 8. 13.
날짜 한글 표기법 FormatDateTime('yyyy년 mmmm DD일 t:ss',Now) 다른것도 있을것 같은데.. 요건 허접 팁 같네~~ 2008. 8. 13.