분류 전체보기590 ceil 함수 구현 private function Ceil(x As Single, p As Integer) As Single '자리수 옮김 Ceil = x * 10 ^ p '정수부분 올림하기 Ceil = -Int(-Ceil) '자리수 돌려놓기 Ceil = Ceil * 10 ^ (-p) End Function 2008. 8. 13. JPEG Rotation and EXIF Orientation JPEG Rotation and EXIF Orientation Digital Cameras with orientation sensors allow auto-rotation of portrait images. Unfortunately, support for this feature is not widespread or consistently applied. Digital Cameras with Orientation Sensors Many newer digital cameras (both dSLR and Point & Shoot digicams) have a built-in orientation sensor. Virtually all Canon and Nikon digital cameras have an or.. 2008. 8. 13. 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. 이전 1 ··· 110 111 112 113 114 115 116 ··· 148 다음