본문 바로가기

날리지

[CentOS]centos7에서 isql 실행시 다음과 같은 에러발생시 조치방법 Centos 7 에서 isql 실행 시 아래와 같은 에러 발생한 경우 , ./isql: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory 아래와 같이 심링크 만들어 주면 됨 . ln -s /lib64/libtinfo.so.5 /lib64/libtermcap.so.2 더보기
[git] eclipse 에서 커밋이 안 될때 git pull origin master git add -A git commit -m "modified code" git push origin master 더보기
How to install iodbc in Ubuntu 12.10 & 14.04 LTS I need to install the library iodbc (depends on libodbc2) in my Quantal machine. Yet there is creepy dependency problem. This was replaced somehow by unixodbc which I don't have, installed. Here is what I get when I try to install : install iodbc failure sudo apt-get install libiodbc2-devReading package lists... DoneBuilding dependency tree Reading state information... DoneSome packages could no.. 더보기
lubm tutorial LUBM (Lehigh university benchmark) tutorialThis little tutorial teaches you step by step how to use LUBM to benchmark your semantic system.1. Here is the official site of LUBM: http://swat.cse.lehigh.edu/projects/lubm/ 2. download files as follows: - the Univ-Ben benchmark ontology: http://swat.cse.lehigh.edu/onto/univ-bench.owl - the data generator (UBA) v1.7: http://swat.cse.lehigh.edu/project.. 더보기
[머신러닝] 파이선으로 배우는 머신 러닝 좋은 사이트 강추 https://morvanzhou.github.io/tutorials/machine-learning/ 더보기
[개발방법론] 전통적인 개발 방법론 전통적(고전적) 소프트웨어 개발방법(= 구조적 소프트웨어 개발방법)과거의 개발 경험을 토대로하여 제안한 것 요구사항 분석특징소프트웨어 개발의 실제 첫 단계개발 대상에 대한 사용자의 요구사항 이해 및 문서화분석 작업 단계문제 인식 : 사용자와 회의, 설문조사, 각종 문서 검토 등을 통해 요구사항 파악평가와 종합 : 요구사항에 대한 정보 평가 및 해결책 종합모델 제작문서화 및 검토 : 요구사항 분석 명세서 작성요구사항 분석의 한계대화 장벽사용자와 개발자 간의 의사소통 어려움솔루션 : 다이어그램, 프로토타입시스템 복잡도소프트웨어 체계화에 따른 새로운 개념 요구시스템 규모와 대상이 광범위해짐에 따른 소프트웨어 복잡화솔루션 : 구조적 분석, 객체지향 분석요구 변경요구 명세화요구사항 분석가의 자질요구사항 분석가 :.. 더보기