본문 바로가기

Tip48

Eclipse cdt 에서 library , path 추가하기 (Framework) 개발환경이 바뀌면 언제나 익숙치 않아서 고생! 하지만 eclipse cdt에서도 어떻게 Library, include path 추가하는지 알아보자! 먼저 path는 project explorer 에서 해당되는 project위에서 마우스 오른쪽 클릭 -> Property 그림처럼 c/c++ general - path and symbols 에 있다. library는 C/C++ Build 에서 Library에 보면 -L -l 추가할수 있는 곳이 있다! 단 mac에서는 framework 추가할땐 Miscellaneous에서 추가해야 한다~ (왜 맥만 이렇게 다르게 쓰는지 =_= 하여튼 애플) 2012. 8. 1.
The fundamental determinant of success Many people believe that success is primarily influenced by luck or skill.However this view of success is misguided. The truth is that perseverance is the ultimate factor that determins how successful a person will be in the end.People who follow through on what the set out to do will inevitably be successful.On the other hand, those who give up at the first hint of adversity tend to fall regard.. 2012. 5. 11.
ubuntu 한영키가 alt키로 동작하는 문제 해결 한글 - 영어 전환키는 어떤 키로 두고 쓸지가 항상 고민이다. 최근에 정한게 있는데 나는 앞으로 맥을 제외하고는 한글영어전환키는 한/영 키를 사용하겠다 라고 정했다. ㅎㅎ 왜냐면 왼쪽 shift + space 로 하면 코딩시 2012. 1. 30.
MATLAB shortcut (단축키) 스타일 변경 윈도우에서 matlab을 쓰면 단축키들이 익숙하다 (내가 윈도우로 컴퓨터를 시작해서.. ) 잘라내기 Ctrl + X, 붙여넣기 Ctrl + V, Undo : Ctrl+ Z 그런데 리눅스에선 잘라내기 Ctrl + Y, 붙이기 Ctrl + W, Undo Shift + Alt + Minus 등 너무 불편한것 아닌가!! 이건 Emacs 단축기잖아! 난 이맥스 안좋아한다고! 그래서 ShortCut을 내가 편한대로 임의설정하려고 들어가 보니 키보드 단축키 스타일을 Emacs 타입, Window타입으로 할것인지 선택할수 있었다. File - Preference - Keyboard 이렇게 Editor/Debugger Key Bindings 에 선택할수 있다! 이젠 편하구나! 2011. 9. 6.