비밀번호를 잃어버렸나요?

Blogs about: 개발 코딩질

특집 블로그

qt4 window - 윈도우 아이콘 지정하기

shellbt wrote 4 days ago: qt4.5부터는 기존에 사용하는 setIcon이 아니라 setWindowIcon을 사용해야 한다. 간단한 예제 setWindowIcon(QIcon(“filename.jp … more →

태그: Qt4, qicon, window

eclipse용 vim확장 plugin

shellbt wrote 1 month ago: http://sourceforge.net/projects/eclim/설치 하는 과정이 GUI로 되어 있는데다가 필요로한 패키지 같은 것들을 자동으로 잡아주기 때문에 무척 편하다. … more →

태그: 리눅스, 팁 & 테크, Eclipse, Linux, Plugin, VIM

[eclipse] tab 대신 space을 사용하자

shellbt wrote 1 month ago: eclipse 메뉴에서window->Preference->CodeStyle(java,cdt등에 있다.) 에서 현재 profile을 edit을 클릭해서 들어가면 tab p … more →

태그: 팁 & 테크, Eclipse, Tip, TAB, Space

epoll에 대해서

shellbt wrote 3 months ago: 소개 시스템 콜 방식의 /dev/epoll은 RT Signal보다 약 10~20%까지 성능향상이 가능 poll(2)을 확장시킨 도구 버젼 glibc 2.3.2 이상 $ nm -D … more →

태그: 리눅스, Linux, epoll

리눅스 커널 jiffies을 이용한 타이머 드라이버

shellbt wrote 4 months ago: 지연 타이머가 아닌 경과 시간 체크용 타이머. 임베디드질 하다 보면 이런 타이머가 필요한 경우가 생긴다… 시스템 콜 함수니 이것저것 써 봤지만 내 입맛에 안 맞아서 그냥 … more →

태그: Linux, Kernel, char device driver, time

sqlite3 blob 사용하기 - 샘플코드2 comments

shellbt wrote 5 months ago: /* ** This file contains an example of how to use SQLite to store and retrieve ** blob data. Blobs a … more →

태그: SQLite3, Blob


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS