본문 바로가기

분류 전체보기

exERD 사용법 및 설치 방법 (Eclipse plugin 설치) 1. exERD 사용법 - http://iw90.tistory.com/50 2. exERD 설치 방법 - http://mobilegen.tistory.com/41 참조 (Eclipse plugin에 설치) 더보기
Mysql 설치 1. http://withcoding.com/26 그대로 따라한다. 2. 주의할 점 - root password 설정 하지마라 (뭔 보안에 걸린다)- 32bit msi로 받자 (64bit에도 적용된다) 더보기
graphlab 설치 1. 사이트 들어가서 따라하기 - https://dato.com/download/install-graphlab-create-command-line.html 2. 가상환경을 만들어서 활성화시키고 * 주의사항 - source activate dato-env 활성화 더보기
JVM Locale http://stackoverflow.com/questions/8809098/how-do-i-set-the-default-locale-for-my-jvm 참조 The default locale of your application is determined in three ways. First, unless you have explicitly changed the default, the Locale.getDefault() method returns the locale that was initially determined by the Java Virtual Machine (JVM) when it first loaded. That is, the JVM determines the default locale fro.. 더보기
Restful API 개념, 장점, 배경 등 1. Restful API 배경, 장점, 쓰는 이유 1.1 Rest 이란? HTTP URI를 통해 Resource를 명시하고, HTTP Method(Post, Get, Put, Delete)를 통해 해당 Resource에 대한 CRUD Operation을 적용한다. 즉, REST는 ROA(Resource Oriented Architecture) 설계의 중심에 Resource가 있고 HTTP Method를 통해 Resource를 처리하도록 설계된 아키텍쳐를 의미한다. 1.2 Rest 장점 Open API를 제공하기 쉽다. Mashup이 활발해진 배경에는 REST의 영향을 무시할 수 없다.멀티 플랫폼(Web, iOS, Android) 지원 및 연동이 용이하다.원하는 타입(json, xml, rss…)으로 데.. 더보기
IBM Heap Dump 분석 준비물 : ha456.jar IBM 에서 .phd 파일은 heapDumpjavacore 시작하는 파일은 ThreadDump 1. HeapDump Procedure 1) 아래아 같이 jvm 옵션을 설정해두면 OOM이 났을 경우 path에 .hprof 파일 생성 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/zetice/bxm_home/batch_home/dump 2) ha , jca 툴 실행방법 java -xmx256m -jar ha456.jar 3) ha tool 설명서 https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/W3b463571efc8_4f02_99af_3cbc0da4.. 더보기
HP-ux 이터늄 SVN 설치 ( 11.31 ) 1. swinstall -l ~ depot 할 때 permission 없다고 나오는데 http://community.hpe.com/t5/HP-UX/swinstall-%EC%8B%9C-error/td-p/1171093?profile.language=ko 여기에 나온대로 /etc/hosts와 /etc/rc.config.d/netconf 이 파일에 있는 hostname과 설정된 ip 동일한지 확인 누가 hostname을 이상한걸로 해놨음 바꾼뒤에 /sbin/init.d/swagentd -r (stop and restart) 2. swinstall -s depot있는 절대경로/gettext.depot (무조건 절대 경로 써줘야됨) 3. install 하기 전에 내가 설치할 depot을 한 번 enter 쳐줘야함.. 더보기
Spring MVC 실습 참조 http://linuxism.tistory.com/456 (실습 위주) 더보기
Spring MVC 패턴 1. MVC 패턴이란? Model : 모델은 애플리케이션의 정보, 즉 데이터를 나타낸다.View : 뷰는 사용자에게 보여주는 인터페이스, 즉 화면을 이야기한다. 자바 웹 애플리케이션에서는 JSP를 의미한다.Controller : 컨트롤러는 비지니스 로직과 모델의 상호동작의 조정 역할을 한다. MVC2에서는 서블릿이 흐름을 제어하는 컨트롤러 역할을 수행한다. 이 그림 어디서 참조했는데 사이트 주소 잊어먹었다.. 참조 http://addio3305.tistory.com/41 더보기
파이썬이 느린 이유? 참조 : https://medium.com/@cookatrice/why-python-is-slow-looking-under-the-hood-7126baf936d7#.r3qi2twip 더보기