http://rubyonrails.org/download Ruby 설치 ( 설치시 환경변수에 등록하면 편하다 ) http://rubyinstaller.org/downloads Development Kit 다운로드 후 압축 해제 Command 창에서 압축 해제한 디렉터리로 들어감 >ruby dk.rb init >ruby dk.rb install >gem install rails Ruby Mine ( Rails IDE ) 설치 http://confluence.jetbrains.net/display/RUBYDEV/RubyMine+EAP 개발 환경 설정 끝 Windows 환경에서는 Git을 이용하려면 설치가 필요하다 http://git-scm.com/download 또는 Windows 용 통합패키지 http:/..
이것때문에 한참을 고생했는데... 에뮬레이터 구동시에 XDE... 어쩌구 하면서 C:\ProgramData\Microsoft\XDE\ 에 있는 .dess 파일 때문에 오류가 발생하면서 구동이 안되는 현상이 있습니다. 구글링도 해보았지만 .dess파일을 지우래서 지우고 재실행 했더니 구동할때마다 Complete OS Boot 을 해대는 바람에 때려칠뻔했습니다. 그러나 인내심을 가지고... 연구한 결과 해당 파일에 이아이가 접근하지 못하고 있는것이 아닐까 해서 마지막으로 SDK를 다 지우고 깨끗하게 재설치 한다음에 다시 시도해봤지만 역시나 실패... VIsual Studio를 끄고 "관리자 권한으로 실행" 했더니 됩니다... 아마 이런 문제로 고생하시는 분들이 많으실텐데... 도움되셨길 바랍니다. P.S 검..
아직 시험판 이라고는 하지만 사용할 수 있다는 사실에 감격했습니다. Experimental! The Python 2.7 runtime is an experimental, innovative, and rapidly changing new feature for App Engine. Unfortunately, being on the bleeding edge means that we may make backwards-incompatible changes. We will inform the community once the Python 2.7 runtime is no longer experimental. 사실 제가 Python을 처음 접한게 3.x 버전이라 Google App Engine은 2.5만 지원했어서 사..
// 제작환경 : 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
- 가상화폐
- startmenu
- 시작버튼
- 비트코인
- 모두 거짓말을 한다
- Windows Phone 7
- crackit
- windows 2008 server
- 호주
- 구글트렌드
- CTP
- redis-server
- MCITP
- MCTS
- .dess
- redis
- udacity
- sparse matrix
- 바이올렛에버가든
- AIMP3
- macdrive
- my book live
- Google App Engine
- 암호화폐
- minidlna
- 영랩
- jetbrains
- Everybody lies
- 골드코스트
- palindrome
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |