error: redefinition of ‘struct timespec’ [C 에러]

error: redefinition of ‘struct timespec’ log c:mingw/include/pthread.h:320:8: error: redefinition of ‘struct timespec’ struct timespec { ^ In file included from c:mingwincludetime.h:53:0, from c:mingwincludepthread.h:219, from test1.c:2: c:mingw/include/parts/time.h:105:8: note: originally defined here struct timespec […]

maven log4j setting

1 step : pom.xml -> add jar setting <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> 2 step : create config folder (source folder) (root directory ) 3 step : create properties file (log4j.properties) –> […]

window 단축키

window key E 탐색기 샐행 F 검색창 실행 R 실행청 실행 D 모든 창 최소화 M 모든 창 최소화 Shift + M 최소화 창 최대화 L 컴퓨터 잠금 Pause/Break 시스템 등록정보

오라클 테이블 유용한 정보 쿼리

원문 : [오라클] 테이블 인덱스, 컬럼, 커멘트 정보 얻는 쿼리 출처 : http://blog.naver.com/bluegriffin/40028654085 — 오브젝트 조회 SELECT * FROM ALL_OBJECTS WHERE OBJECT_NAME LIKE ‘명’ — 테이블 조회 SELECT * FROM ALL_TABLES WHERE […]

ORACLE lock

oracle lock 락이란 멀티유정가 사용한는 데이터 베이스 환경에서 Concurrency 와 Cosistency, 그리고 무결성유지하기 위한 기능이다. 락 유저락 시스템 락

hellow vim 으로 wordpress 블로깅하기

안녕하세요 박용남 입니다. 간단한 내용은 vim 으로 편집을 하여 blog에 posting 할수 있는 설정 입니다. 수정한 내용 입니다.

vim으로 wordpress 블로그 포스팅 하기

vim wordpress posting 1step: install blogit vim plugin :PluginSearch /blogit install 2step: make password.vim & .vimrc edite make password.vim>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ——>command linevim edite .vimrc edite>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ——>command linevim edite 3step: install makedown & pandoc […]

shp2pgsql commend line

shap 파일을 pgsql로 변경하여 postgresql에 저장하고 geoserver에서 레이어 추가하기 step 1 다음과 같은 명령을 shap 파일이 위치한 곳에서 실행한다. 2.  확장자가 sql 인 파일이 생성되었는지 확인한다. pgAdmin3에서 database 를 선택하고 SQL Editor를 […]

postgresql, postGIS, pgAdmin 설치 (mac pro )

참조 링크 How to install PostGIS on Mac OS X 위의 링크를 참조하여 설치하였다. 초기 필요한 사항은 brew 와 xcode commend line 이 설치 되어있어야 한다. brew 설치 관련 링크 — http://brew.sh/ […]