태그>file(총 38개의 글)
'file' 관련 최근글
-
- [ios] Custom .plist 파일 읽기

-
전북 정읍시 구시장내 한성보신원 by 떵꺼리|01/12 09:20
자신이 만든 .plist 파일을 읽는 코드 NSString *path1 = [[NSBundle mainBundle] bundlePath];NSString *finalPath = [path1 stringByAppendingPathComponent:@"indianName.plist"];NSDictionary *plistData = [[NSDictionary ..
- [ios] Custom .plist 파일 읽기
-
- 리눅스 서버 커널버전 확인하기

-
Good mind by 울트라캡쑝짱|2011/12/12 14:55
$ uname -m 결과값 : i686 $ arch 결과값 : i686 $ getconf LONG_BIT(/usr/libexec/getconf/default soft link로 부터 확인되는 값, 커널에 직접 설정값을 불러옴) 결과값 : 32 or 64 $ file /sbin/init = ($file /usr/bin/file) 결과값 : /sbin/init: ELF 32-bit LSB shared..
- 리눅스 서버 커널버전 확인하기
-
- C++ File helper Class

-
루오니의 집 by 루오니|2011/11/02 20:41
주요 함수///////////////////////////////////////////////////////////////////// FileManip.h//// CFileManip, an API wrapping class that is developed to make file// manipulation simpler and easier.//// The class itself basically offers "DOS command like" me..
file, class, source, sourcecode, helper
- C++ File helper Class
-
- MFC file delete

-
루오니의 집 by 루오니|2011/10/24 15:30
CFile Function.static void PASCAL Remove(LPCTSTR lpszFileName); //example for CFile::RemoveTCHAR* pFileName = _T("test.dat");try{ CFile::Remove(pFileName);}catch (CFileException* pEx){#ifdef _DEBUG ..
- MFC file delete
-
- QlikView Desktop File Menu

-
IT is Easy by mayday|2011/06/09 11:17
File MenuNew: 새로운 QVW 파일 작성Open: 작성된 QVW 파일 열기Open in Server: Desktop을 Viewer(Client) 기능으로 사용, 운영되고있는 QlikView 서버로부터 Open, Viewer 기능이기에 기능상의 제약 ..
- QlikView Desktop File Menu
-
- 윈도우에서 지워지지 않는 파일 강제로 삭제하기!!

-
Make a creative by 힘내라쑤야|2010/10/08 19:32
안녕하세요. 오늘은 윈도우에서 지워지지 않는 파일을 강제적으로 삭제하는 방법을 알아보도록 하겠습니다. 우선 윈도우에서 파일을 지우기 위해선 아이콘을 휴지통을 드래그 혹은 삭제키를 누르게 됩니다. 하지만 어떠한 이유에서 파일이 정상적으로 삭제가 되지 않는 경우가 생..
- 윈도우에서 지워지지 않는 파일 강제로 삭제하기!!
-
- WAR file format

-
뜨거운머리 차가운 가슴 by hothead|2010/09/22 22:17
컴퓨터 프로그래밍 분야에서 WAR (web application archive) 는 JavaServer 페이지나, 서블릿(Servlet), 자바 클래스, XML 파일들, tag library나 정적 웹 페이지들의 집합을 분배하는데 사용하는 JAR(Java ARchive)이다.WAR 파일은 해당하는 코드가 신뢰..
- WAR file format
-
- Orcad 속성창의 필터 파일 저장

-
이글루 이글이글 익을때까지 by 별넘|2010/09/01 09:41
경로 : c:orcadorcad_16.0toolscapture 파일명 : prefprop.txt 마음껏 수정및 백업을 할수 있음.
- Orcad 속성창의 필터 파일 저장
-
- File && Folder Path 읽어오기

-
새벽 by 새벽|2010/07/05 19:00
일반적인 위와 같은 Form이 있을 경우File의 경로를 읽어오기 위하여 "." 이 적혀있는 버튼을 누르게 된다 이때 코딩을 어떻게 할 것인가? 구하고자 하는 것이 File 일 경우1 : using (OpenFileDi..
- File && Folder Path 읽어오기
-
- jQuery 이용한 Ajax 파일 다운로드

-
라드웍스, RIA & Mobile by 라드웍스|2010/06/20 05:44
// Ajax 파일 다운로드 jQuery.download = function(url, data, method){ // url과 data를 입력받음 if( url && data ){ // data 는 string 또는 array/object 를 파라미터로 받는다. data = typeof data = 'string' ? data : jQuery.param(data..
- jQuery 이용한 Ajax 파일 다운로드

