// 제작환경 : Dev-C++ 4.9.9.2, Visual C++ 2008 Express Edition #include #include typedef struct ListNode{ int x, y, data; // 행, 열, 0이 아닌 값 struct ListNode* Next; }ListNode; ListNode head; ListNode* pre = &head; void GetNode(void) // 공간 할당하는 함수 { pre->Next = (struct ListNode *)malloc(sizeof(struct ListNode)); pre->Next->Next = NULL; scanf("%d%d%d",&pre->Next->x,&pre->Next->y,&pre->Next->data); pre = ..
#include #define MAXLEN 50 // 입력받을 최대 길이를 설정한다 #define TRUE 1 #define FALSE 0 char input[MAXLEN]; char result[MAXLEN]; int len, pal; void check_spell() // 영문자만 받아들인다 { int i; int j = 0; for(i = 0 ; input[i] != NULL ; i++) { if( (input[i] >= 'a') && (input[i] = 'A') && (input[i]
Oracle Certification ProgramOracle Database 11g Administrator Oracle Database 11g extends Oracle's unique ability to deliver the benefits of grid computing with more self-management and automation. Oracle Database 11g Administrator Certification combines training, experience, and testing to ensure that you have a strong foundation and expertise in the industry’s most advanced database management..
일단 mod_cband를 다운받는다 tar 로 압축을 풀고 해당 폴더에 들어가서 configure, make, make install을 하면 설치가 끝나는데 apxs 경로를 지정해 주어야 한다. 필자의 경우 ./configure --with-apxs=/usr/local/apache2/bin/apxs 로 해주면 문제없이 설치가 이루어 졌다. 만약 경로를 모르는 경우 apxs경로를 찾기 위해 find / -name apxs를 통하여 경로를 찾아내면 된다. which apxs도 한번 이용해보기 바란다. ==================================== SetHandlercband-status Orderdeny,allow Deny from all Allow from열어줄아이피 SetHandler..
예를들어 mydomain.co.kr/test/index.html 에 접근한다고 합시다. mydomain.co.kr/test 로 접속하면 404에러 mydomain.co.kr/test/ 로 접속하면 제대로 접근이 됩니다. 이럴때는 httpd.conf에서 우선 mod_dir.so 모듈이 제대로 들어오는지 확인하고 DirectoryIndex설정과 혹시나 모듈단에서 Redirect 설정이 Off되어있는지 확인합니다. 그래도 안된다면!!! UseCanonicalName On -> Off로 설정을 해줍니다.
- Total
- Today
- Yesterday
- Google App Engine
- 가상화폐
- 영랩
- MCTS
- MCITP
- AIMP3
- 모두 거짓말을 한다
- crackit
- macdrive
- redis
- 골드코스트
- windows 2008 server
- Everybody lies
- CTP
- minidlna
- Windows Phone 7
- redis-server
- jetbrains
- 비트코인
- udacity
- sparse matrix
- startmenu
- 시작버튼
- 구글트렌드
- 암호화폐
- palindrome
- my book live
- 바이올렛에버가든
- .dess
- 호주
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |