pchero on April 21st, 2008

리눅스에서 년, 월, 일, 시, 분, 초 로 나타내는 함수로 time, localtime 있다. 1장. localtime(3) 차례 1.1절. 사용법 1.2절. 설명 1.3절. 반환값 1.4절. 예제 1.1절. 사용법 #include <time.h>struct tm *localtime(const time_t *timep); 1.2절. 설명 timep 를 입력받아서 유저 시스템의 time zone 에 맞도록 시간 값을 돌려준다. 시간 값은 tm 구조체에 들어간다. tm 구조체는 다음과 같은 […]

Continue reading about time() 과 localtime()

pchero on April 18th, 2008

 오늘부터 본격적인 시작이다.  매일 이곳에 진행사항을 등록하도록 하자.

Continue reading about 공모전 시작…

pchero on April 10th, 2008

 우분투 7.10 을 사용하는 도중 usb to serial 을 사용하게 되었다.  하지만 /dev/ttyUSB* 파일이 어디에도 없었던것.  한참을 헤맨 뒤에 방법을 찾았다.  brltty 패키지와 충돌이 있어서 그런것.  해당 패키지를 삭제하니 문제가 해결되었다.

Continue reading about 우분투에서 usb to serial 변환기 사용하기.

pchero on March 30th, 2008

1. Unpack Qtopia… tar xfz qtopia-free-1.7.x.tar.gz cd qtopia-1.7.x export QPEDIR=$PWD cd .. 2. Install Qt/Embedded… tar xfz qt-embedded-2.3.x.tar.gz cd qt-2.3.x export QTDIR=$PWD export QTEDIR=$QTDIR export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH cp $QPEDIR/src/qt/qconfig-qpe.h src/tools/ ./configure -qconfig qpe -qvfb -depths 4,8,16,32 make sub-src cd .. You may also want to use the configure options-system-jpeg and -gif for jpeg and […]

Continue reading about install qtopia….

pchero on March 24th, 2008

 출처 : http://blog.naver.com/kingseft?Redirect=Log&logNo=140004281000

Continue reading about register_chrdev