블로그
- Redis 리눅스 설치 /redis-3.0.5.tar.gz # cd redis-3.0.5 # yum -y install zlib curl gcc g++ cpp gcc-c++ openssl openssl-devel select the redis port for this instance: [6379] Selecting default: 6379 Please select the redis config file
- WINVER or _WIN32_WINNT Setting WINVER or _WIN32_WINNTYou can define these symbols by using the #define statement in each source file , or by specifying the /D compiler option supported by Visual C++.
- 삼성PC 스펙 (TM)2 CPU 6300 @ 1.86GHz (2 CPUs), ~1.9GHz Memory: 1024MB RAM Available OS Memory: 1022MB RAM Page File : 1095MB used, 950MB available Windows Dir: C:\Windows DirectX Version: DirectX 11 DX Setup P.......
- C 언어/프로그래밍 언어/프로그래밍 차바라기의 C 언어 학습 첫 번째 학습 : C 프로그래밍 완성 과정 실습 Visual C++ 프로그램을 Open. File -> New 및 Ctrl + N 경로를 통해서 프로젝트 생성을 위한 화면으로 이동. 프로젝트란 : 프로그램 코드를 담고 있는 상자.
- Populating Array in DOS Batch Script I would like to load it with a list of file names to process. Thank you. example1 set FILE_LIST=(file1.dll file2.exe file3.dll file4.dll file5.dll) set BIN_PATH="C:
- [스크랩] Header2ActionBar Developed ByArtem Chepurnoy - artemchep@gmail.com LicenseCopyright (C) 2013 AChep@xda Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
- [스크랩] VolleyPlus improvedDiskLruBasedCache based on DiskLruCache for L2 cacheImproved Image Loader : SimpleImageLoderMultiPartRequest for file Developed ByHari Krishna Dulipudi - hakr@dworks.inLicenseCopyright 2014 Hari Krishna Dulipudi Copyright (C)
- [영진전문대학컴퓨터정보계열컴퓨터프로그래밍전공반] fgetc() 열기 성공\n"); while((c = fgetc(fp)) ! = EOF) { putchar(c); } fclose(fp); return 0; }
- [영진전문대학컴퓨터정보계열컴퓨터프로그래밍전공반] c언어 파일 입출력 예제 2 #include int main(void) { FILE *fp = NULL; fp = fopen("sample.txt", "w"); if( fp == NULL ) printf("파일 열기 실패\n"); else printf("파일 열기 성공\n"); fputc('a', fp); fputc('b', fp); fputc('c', fp); fclose(fp); return
- visual studio 2013 ultimate - 개략적인 개발환경 이해 visual studio 2013 ultimate - 개략적인 개발환경 이해 ※ 자료구조는 c 기반으로 진행할 예정입니다. file Assembly language는 hardware(CPU)에 dependent하다.