본문 바로가기

python.h no such file or directory ubuntu 12.04 apt-get install python-dev 로 해결 출처 : http://stackoverflow.com/questions/15631135/python-h-missing-from-ubuntu-12-04 sudo apt-get install python-gevent 더보기
IWAB0489E Error when deploying Web service to Axis runtime IWAB0489E Error when deploying Web service to Axis runtime axis-admin failed with {http://schemas.xmlsoap.org/soap/envelope/} Client The service cannot be found for the endpoint reference (EPR) http://localhost:8080/myws/services/AdminService--이 문제 방금 해결했습니다. 이클립스 설정에 Web Services>Server Runtime 이 'Apache Axis' 로 설정되어 있었습니다. 그래서 'Apache Axis2' 로 바꿔주고 다시 해보니 제대로 동작합니다. 감사합니다.--https://groups.goog.. 더보기
전력 용어 정리(-ing) explicit auction - 송정권 경매implicit auction - 시장 경매transimission - 송전cross border - 국경간 공급 더보기
opnet 데이터 전송, 수신 데이터 전송 Pakcet *tmpPkt; unsigned char CharArr[] = {0x01, 0x02, 0x03}; tmpPkt = op_pk_create(0); op_pk_fd_set(tmpPkt, 0, OPC_FIELD_TYPE_INTEGER, CharArr, sizeof(CharArr) * 8 ); op_pk_fd_set_pkt(send_pkt, 0 ,tmpPkt, sizeof(CharArr) * 8); tcp_data_send(tcp_intf_hndl, send_pkt); 데이터 수신 op_pk_nfd_get_pkt(recv_pkt, "TEMP", &tmp_pkt);len = op_pk_total_size_get(tmp_pkt) / 8;printf("EEMS_Process\tReceive .. 더보기
ws-security[퍼옴] http://cafe.naver.com/cuteshim/519 더보기
SSL & WS-Security 의 차이점[퍼옴] http://itnhappy.tistory.com/admin/entry/post/ 더보기
R package 수동 설치(manual install) R package 설치했지만 r-base 로 설치하면 나는 ggplot2나 ggmap 같은 패키지 설치가 안됬다. 그래서 여러 방법을 찾던중 package를 직접 다운 받아 커맨드에서 설치하는걸 선택했다 방법은 다음과 같다. 먼저 http://cran.at.r-project.org/src/contrib/Archive/에서 받고자 하는 package를 ctrl+f로 찾은뒤 다운 받는다. 그 후 리눅스 커맨드 창에서 R CMD 패키지.tar.gz를 하여 설치를 하였다 굳굳굳 더보기
Hive - Create Table & csv file create table bike (col1 float, col2 string, col3 float, col4 string, col5 float, col6 float, col7 float, col8 float, col9 float)row format delimited fields terminated by ',' lines terminated by '\n'; 더보기
Github korean ver *지금 보시는 문서는 Pro Git 책에 대한 PDF 파일입니다. 본 문서는 Creative Commons 저작자표시-비영리조건-동일조건변경허락 3.0(Creative Commons Attribution-Non Commercial-Share Alike 3.0) 라이센스를 따릅니다. 여러분이 Git을 이해하는데 도움이 되기를 희망합니다. 종이로 출판된 책을 Amazon 웹사이트http://tinyurl.com/amazonprogit 에서 구입하여 저를 비롯한 Apress에도 도움을 주시기를 기대하겠습니다.한국어 번역판도 인사이트를 통해 종이로 출판됐습니다. 한국어 번역에 대한 자세한 정보는 https://github.com/progit/progit/tree/master/ko에서 확인 바람니다. 더보기
WSDL 구조 설명 http://fortunerain.blog.me/150151682643 더보기